@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

@font-face {
    font-family: 'Comic Sans MS';
    src: url('../fonts/LDFComicSans.woff');
    font-weight: normal;
    font-style: normal;
}



/*Website Section Begin/

font-family: 'Dancing Script', cursive;
font-family: 'Comic Sans MS';
font-family: 'Open Sans', sans-serif;

/*Website Section End*/

/*BEGIN: GENERAL CSS*/

body {
    font-family: 'Comic Sans MS';
    overflow-x: hidden;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    background: #fff;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}


input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}
ul{ padding:0; margin:0;}

.center-col {
    margin: 0 auto;
    display: table;
    float: none;
}

h1, h2, h3, h4, h5, h6{
   font-family: 'Comic Sans MS';
}

html, body {
    height: 100%;
    overflow-x: hidden;
}

p{
    font-family: 'Open Sans', sans-serif;
}


/*Logo Section Begin*/

.logo_sec_main{
    background: url(../img/logo-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.logo_sec_main:after {
    content: '';
    position: absolute;
    background: url(../img/header-after.png);
    width: 554px;
    height: 379px;
    right: -110px;
    top: 24px;
    z-index: 99;
    -webkit-animation: floating 0.5s ease .5s infinite;
    animation: floating 2s ease .5s infinite;
    }

.logo-sec-tab {
    padding: 15px 0;
}

.cart_links ul li a, .cart_links ul li button {
    background: #f8d90f;
    padding: 8px 18px 10px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: bold;
    position: relative;
    z-index: 9999;
    cursor: pointer;
}

.cart_links ul li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

.cart_links ul li a span {
    border-radius: 50%;
    background-color: rgb(101, 88, 4);
    width: 19px;
    height: 19px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 9px;
}

.cart_links {
    display: flex;
    justify-content: flex-end;
}

.cart_links ul {
    display: flex;
}

.cart_links ul li a:hover, .cart_links ul li button:hover {
    background: #64aa3c;
    color: #fff;
}

.cart_links ul li a:hover img{
    filter: brightness(0) invert(1);
    transition: 0.5s ease-in-out;
}

/*Logo Section End*/

/*Menu Section Begin*/

.main_menu_sec{
    background: #64aa3c;
    padding: 10px 0;
    position: relative;
}

.main-menu-main ul li a {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    z-index: 999;
}

.main-menu-main ul li {
    padding: 0 20px;
    position: relative;
}

.main-menu-main ul li a:hover,
.main-menu-main ul li.active a{
    color: #f8d90f;
}

.main-menu-main ul li:after {
    content: '';
    position: absolute;
    border-right: 3px solid #fff;
    height: 100%;
    right: 0;
    top: -2px;}

.main-menu-main ul li:nth-last-child(1):after {
    border: 0;
}

/*Menu Section End*/


/*How mad Section Begin*/

.how_mad_sec{
    background: url(../img/how-mad-bg.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}

.mad_boxes {
    border: 7px solid #f8d90f;
    border-radius: 7px;
    box-shadow: 13.681px 37.588px 59px 0px rgba(0, 0, 0, 0.55);
    background: url(../img/mad-box-img.jpg) no-repeat;
    text-align: center;
    padding: 40px 0;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mad_boxes h2 {
    color: #7ed957;
    font-size: 53px;
    line-height: 64px;
    font-weight: bold;
}

.mad_boxes h3.quiz_head {
    color: #f8d90f;
    font-size: 32px;
    width: 95%;
}

.mad_boxes h3.quiz_head a{
    color: #f8d90f;
}

.mad_boxes h3.quiz_head a:hover{
    color: #fff;
}

.mad_boxes h3 {
    color: #7ed957;
    font-size: 38px;
    font-weight: bold;
}

.mad_boxes h4 {
    color: #f8d90f;
    font-size: 32px;
    font-weight: bold;
    line-height: 37px;
    padding-bottom: 10px;
}

.mad_boxes span {
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 10px;
}

.mad_boxes h5 {
    color: #f8d90f;
    font-size: 46px;
    font-weight: bold;
}

h4.md_box_intro {
    font-size: 33px;
}

.video_btn a {
    border-radius: 50%;
    background-color: rgb(248, 217, 15);
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    font-size: 25px;
    border: 5px solid #62a63b;
}

.video_btn a .fa {
    position: relative;
    right: -2px;
}

.video_btn {
    padding-bottom: 5px;
    position: relative;
    padding-top: 5px;
}

.video_btn:after {
    content: '';
    position: absolute;
    background: url(../img/arrow-video.png);
    width: 63px;
    height: 84px;
    right: -60px;
    top: -30px;
}

.mad_boxes.mad_boxes3 {
    background: url(../img/mad-box-img-02.jpg) no-repeat;
}

.gift_badge_icon {
    position: fixed;
    left: 15px;
    top: 38%;
    z-index: 999999;
}

/*How mad Section End*/


/*Roarsome Section Begin*/

.roarsome_sec_main{
    background: url(../img/roarsome-bg.jpg) no-repeat;
    background-size: cover;
    padding: 120px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.roarsome_sec_content h2 span {
    font-size: 120px;
    font-family: 'Dancing Script', cursive;
    font-weight: normal;
    padding-right: 30px;
}

.roarsome_sec_content h2 {
    color: #f8d90f;
    font-size: 102px;
    font-weight: bold;
    padding-bottom: 0;
}

.roarsome_sec_content a {
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    display: inline-block;
    border-bottom: 3px solid #7ed957;
    line-height: 73px;
}

.roarsome_sec_content {
    position: relative;
    z-index: 99;
}

.roarsome_img_left {
    position: absolute;
    left: -40px;
    bottom: -50px;
}

.roarsome_img_right {
    position: absolute;
    bottom: 0;
    right: 0;
}

/*Roarsome Section End*/

/*NewsLetter Section Begin*/

.newsletter_sec_main{
    background:  #f8d90f;
    padding: 50px 0;
}

.nesletter_content h2 {
    font-size: 50px;
    font-weight: bold;
    color: #151515;
}

.nesletter_content p {
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.newsletter_form input {
    position: relative;
    width: 100%;
    height: 74px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(226, 226, 226);
    background-color: rgb(246, 246, 246);
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.newsletter_form {
    padding-top: 20px;
    position: relative;
}

.newsletter_form button {
    position: absolute;
    right: 16px;
    width: 76px;
    height: 74px;
    background-color: rgb(100, 170, 60);
    border: 0;
    font-size: 35px;
    color: #fff;
}

/*NewsLetter Section End*/


/*KeyFrames CSS Begin*/

.vector-img-animation .animate {
  -webkit-animation: floating 0.5s ease .5s infinite;
  animation: floating 2s ease .5s infinite;
}

@keyframes floating {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}


/*KeyFrames CSS End*/


/*Footer Section Begin*/

footer{
    background: url(../img/footer-bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0 0;
    background-attachment: fixed;
    background-position: 100%;
}

.footer_logo_sec a h2 {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_info {
    padding-top: 30px;
}

.footer_info ul li {
    padding-bottom: 30px;
    position: relative;
    padding-left: 50px;
    display: flex;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}

.footer_info ul li span {
    position: absolute;
    left: 0;
    top: -2px;
}

.footer_info ul li a {
    color: #fff;
}

.footer_info ul li a:hover {
    color: #f8d90f;
}

.footer_links_sec {
    padding-left: 50px;
}

.footer_head_sec h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 20px;
}

.footer_links_list ul li {
    padding-bottom: 18px;
}

.footer_links_list ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    transition: 0.5s ease-in-out;
}

.footer_links_list ul li a:hover{
    color: #f8d90f;
    padding-left: 10px;
    transition: 0.5s ease-in-out;
}



.social_icon_sec ul li a {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(244, 244, 244);
    border-radius: 5px;
    background-color: rgba(15, 53, 86, 0);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.social_icon_sec ul li {
    display: inline-block;
    padding-right: 2px;
}

.social_icon_sec ul li a:hover {
    background: #f8d90f;
    color: #000;
    border-color: #f8d90f;
}

.copy_text {
    border-top: 1px solid rgb(255 255 255 / 25%);
    padding-top: 20px;
    color: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-top: 20px;
}

.footer_logo_sec a h2 img {
    display: inline-block;
    width: 106px;
    position: relative;
    right: 0px;
}

.footer_logo_sec span {
    color: #fff;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
}

/*Footer Section End*/


/*About Us Page Begin*/

.about_sec_main {
    background: url(../img/about_bg.jpg);
    padding: 80px 0;
    background-size: cover;
}

.head_web {
    text-align: center;
    padding-bottom: 30px;
}

.head_web h2 {
        font-size: 75px;
    color: #7ed957;
    font-weight: bold;
    text-transform: uppercase;
}

.about_box_tab {
    padding: 50px 50px;
    border: 7px solid #f8d90f;
    border-radius: 10px;
    margin-bottom: 70px;
    box-shadow: 13.681px 37.588px 59px 0px rgba(0, 0, 0, 0.55);
    background: url(../img/about-box-img-01.jpg);
}

.ab-box_2{
   background: url(../img/about-box-img-02.jpg); 
}

.about_box_tab h2 {
    padding-bottom: 10px;
    color: #f8d90f;
    font-size: 40px;
    font-weight: bold;
}

.about_box_tab p, .about_box_tab li {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    font-size: 20px;
}

.about_contact_main {
    padding: 0 40px;
}

.about_contact_head h2 {
    color: #f8d90f;
    font-size: 50px;
    font-weight: bold;
}

.about_con_info {
    position: relative;
    padding-left: 60px;
    color: #fff;
    font-size: 22px;
    line-height: initial;
    display: flex;
    align-items: center;
}

.about_con_info a{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.about_con_info span {
    position: absolute;
    left: 0;
    background: #f8d90f;
    width: 41px;
    height: 41px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f6f0b;
    font-size: 23px;
    top: 0;
}

.about_contact_head {
    padding-bottom: 30px;
}

.about_con_info a:hover{
    color: #f8d90f;
}

/*About Us Page End*/


/*Jokes Section Begin*/

.head_web p {
    font-size: 26px;
    color: #fff;
    line-height: 36px;
}

.head_web h3 {
    color: #f8d90f;
    font-size: 30px;
    line-height: 40px;
}

.jokes_egg_img img {
    width: auto;
}

.jokes_sec_tab {
    padding-top: 60px;
}

.jokes_box_sec {
    text-align: center;
}

.jokes_egg_text h2 {
    color: #ffffff;
    font-size: 40px;
    cursor: pointer;
}

/*Jokes Section End*/

/*Faq Section Begin*/

#accordion .card-header h5 button {
    color: #fff;
    text-transform: capitalize;
    font-size: 24px;
    padding: 5px 0;
    white-space: normal;
    font-family: 'Open Sans', sans-serif;
    padding: .75rem 1.25rem;
    border: 3px solid #031b03;
    border-radius: 0;
    background: #031b03;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
#accordion .card-body {
    font-size: 19px;
    font-weight: 300;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
    background: #ffd9a3;
    color: #2a2a2a;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}   
#accordion .card-header h5 button:focus , #accordion .card-header h5 button:hover{
    text-decoration: none;
}
#accordion .card-header {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    border-radius: 5px;
}
#accordion .colored-bd{
  border: none;
  border-radius: 0;
  border-radius: 5px;
}

#accordion .card-header h5 button.collapsed i.fa-caret-down:before {
    content: "\f0da";
}

#accordion .card-header h5 button i {
    position: relative;
    top: 0;
    font-size: 40px;
}

#accordion .card-header [aria-expanded="true"] {
    background: #64aa3c;
    border: 3px solid #f8d90f;
    border-bottom: 0;
}

/*Faq Section End*/


/*Login POPUP Section Begin*/

.login_modal_sec .modal-dialog {
    max-width: 730px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.login_modal_sec .modal-content {
    border-radius: 10px;
    padding: 10px 20px;
    background: #dfc818 url(../img/login-popup-bg.png);
    background-size: cover;
}

.login_modal_sec .modal-header {
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 0;
    padding-top: 0;
}

.login_modal_sec .modal-header h5 {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 50px;
    font-weight: bold;
}

.login_modal_sec button.close span {
    position: relative;
    top: -2px;
    left: -3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
}

.login_modal_sec button.close {
    background-color: #000000;
    opacity: 1;
    width: 53px;
    height: 53px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50px;
    text-shadow: none;
    color: #fff;
    font-weight: 300;
    font-size: 40px;
    border-width: 4px;
    border-color: rgb(223, 200, 24);
    border-style: solid;
    line-height: 0px;
}

.login_modal_sec label {
    width: 100%;
    font-size: 20px;
    color: #000;
    padding-bottom: 0;
}

.login_modal_sec input {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #000;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    height: 40px;
    position: relative;
    border-radius: 0;
}

.login_modal_sec .fa{
position: absolute;
    right: 30px;
    font-size: 25px;
    top: 35px;
}

.btn_login input {
    background: #000;
    color: #fff;
    border: 0;
    height: 50px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.btn_login {
    padding-top: 30px;
}

.btn_login input:hover{
 background: #64aa3c;
 transform: translate(0px, -10px);
}

.modal_tp_img {
    position: absolute;
    top: -115px;
    left: 10px;
}

.register_txt {
    text-align: center;
    color: #353535;
}

.register_txt a {
    color: #353535;
}

.register_txt a:hover{
    color: #000;
}

.register_txt p {
    display: inline-block;
    border-bottom: 1px solid #000;
    font-family: 'Comic Sans MS';
    font-size: 20px;
}


a.forgot {
    float: right;
    color: #353535;
}

section.login_modal_sec.ready_modal .modal-dialog {
    max-width: 600px;
}

.dinosaur_text h2 {
    color: #000000;
    font-size: 77px;
    font-weight: bold;
    text-transform: uppercase;
}

.dinosaur_text {
    text-align: center;
}

section.login_modal_sec.ready_modal .modal-body {
    padding-top: 0;
}

/*Login POPUP Section End*/

/*Download PDF Section Begin*/

.tab_download_sec {
    width: 100%;
    padding-bottom: 60px;
}


.tab_download_sec ul li a {
    background: url(../img/download-box-img-01.jpg);
    border-style: solid !important;
    border-width: 7px !important;
    border-color: rgb(100, 170, 60) !important;
    border-radius: 9px !important;
    background-color: rgb(0, 0, 0);
    box-shadow: 13.681px 37.588px 59px 0px rgba(0, 0, 0, 0.55);
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    line-height: initial;
    text-align: center;
    font-weight: bold;
    color: #fff;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 20px !important;
}
.tab_download_sec ul li a span {
    width: 100%;
    font-size: 22px;
}
.tab_download_sec ul {
    border: 0;
}


.tab_download_sec .nav-tabs .nav-item.show .nav-link, 
.tab_download_sec .nav-tabs .nav-link.active {
    color: #f8d90f;
    background-color: #fff;
    border-color: #f8d90f !important;
}

.file_sec_main {
    padding-top: 20px;
}

.tab_download_sec .nav-tabs .nav-link.active:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f8d90f;
    bottom: -27px;
}

.file_sec_main .tab-content {
    width: 100%;
}

.download_files_box {
    background: rgb(0 0 0 / 70%);
    border-radius: 10px;
    position: relative;
    padding-left: 40px;
    padding: 25px 10px 25px 80px;
    margin-bottom: 30px;
}

.download_files_box span {
    color: #f01c1c;
    position: absolute;
    left: 20px;
    top: 28px;
    font-size: 54px;
    font-weight: bold;
}

.download_files_box h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.download_files_box a {
    color: #f8d90f;
    font-weight: bold;
    font-size: 20px;
    text-decoration: underline;
}

.download_files_box a:hover{
    color: #64aa3c;
}

/*Download PDF Section End*/


/*Manningcls classroom Section Begin*/

.Manningcls_sec_main .head_web h2 {
    text-transform: capitalize;
    font-size: 85px;
}

.manningcls_class_sec {
    padding-top: 20px;
}

.manningcls_class_video img {
    width: 100%;
}

.manningcls_class_video {
    border-style: solid;
    border-width: 7px;
    border-color: rgb(248, 217, 15);
    border-radius: 10px;
    background-color: rgb(0, 0, 0);
    box-shadow: 13.681px 37.588px 59px 0px rgba(0, 0, 0, 0.55);
    position: relative;
    margin-bottom: 60px;
}

.manningcls_overlay {
    width: auto;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}


.manningcls_class_tab {
    background: #64aa3c;
    border: 4px solid #f8d90f;
    border-radius: 4px;
    margin-bottom: 20px;
}

.manningcls_class_tab ul li a {
    padding: 15px 40px;
    font-size: 20px;
    border-radius: 0 !important;
    border: 0 !important;
    font-weight: 600;
    color: #000;
}

.manningcls_class_tab ul {
    border: 0;
}

.manningcls_class_tab .nav-tabs .nav-item.show .nav-link, 
.manningcls_class_tab .nav-tabs .nav-link.active {
    color: #000;
    background-color: #f8d90f;
}

.manningcls_class_tab ul li a:hover{
  background-color: #f8d90f;
  color: #000 !important; 
}

.level_sec_tab {
    background: rgb(0 0 0 / 70%);
    padding: 10px 30px;
    border-radius: 0;
    margin-bottom: 10px;
}

.level_sec_tab h2 {
    color: #f8d90f;
    font-size: 30px;
}

.level_sec_tab p {
    color: #fff;
    font-size: 20px;
}

.level_courses {
    background: rgb(0 0 0 / 70%);
    padding: 20px 20px;
}

.head_level h2 {
    color: #f8d90f;
    font-size: 30px;
    margin-bottom: 0;
}

.courses_step_list [type="radio"]:checked,
.courses_step_list [type="radio"]:not(:checked),
.courses_step_list [type="checkbox"]:checked,
.courses_step_list [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    right: 0;
    width: 100%;
}
.courses_step_list [type="radio"]:checked + label,
.courses_step_list [type="radio"]:not(:checked) + label,
.courses_step_list [type="checkbox"]:checked + label,
.courses_step_list [type="checkbox"]:not(:checked) + label
{
    position: absolute;
    padding-left: 0;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    right: 20px;
    top: 40px;
    width: 100%;
    height: 50px;
}
.courses_step_list [type="radio"]:checked + label:before,
.courses_step_list [type="radio"]:not(:checked) + label:before,
.courses_step_list [type="checkbox"]:checked + label:before,
.courses_step_list [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 0;
    top: -10px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: rgb(0 0 0 / 50%);
}
.courses_step_list [type="radio"]:checked + label:after,
.courses_step_list [type="radio"]:not(:checked) + label:after,
.courses_step_list [type="checkbox"]:checked + label:after,
.courses_step_list [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #f8d90f;
    position: absolute;
    top: -4px;
    right: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.courses_step_list [type="radio"]:not(:checked) + label:after,
.courses_step_list [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.courses_step_list [type="radio"]:checked + label:after,
.courses_step_list [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.courses_step_list ul li {
    background: #64aa3c;
    padding: 15px 20px;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

.courses_step_list ul li span.courses_num {
    font-size: 70px;
    color: #f8d90f;
    padding-right: 10px;
}

.head_level {
    padding-bottom: 10px;
}


.courses_cart span img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.courses_cart span {
    font-size: 15px;
}

.courses_cart {
    float: right;
    width: 12%;
    display: inline-block;
    text-align: center;
}

.corses_text {
    display: flex;
    align-items: center;
    width: 85%;
}

span.courses_plus {
    font-size: 80px;
    padding: 0 20px;
    color: #30511d;
    position: relative;
    top: -5px;
}

/*Manningcls classroom Section Begin*/


/*JOKES POPUP BEGIN*/

.jokes_modal .modal-dialog {
    max-width: 840px;
}

.jokes_modal .modal-header {
    border: 0;
    padding-bottom: 0;
    text-align: center;
}

.jokes_modal .modal-header h5 {
    width: 100%;
    font-size: 60px;
    color: #000;
    font-weight: bold;
}

.jokes-popup-content p {
    font-size: 24px;
    line-height: 45px;
    font-family: 'Comic Sans MS';
    padding-bottom: 20px;
}

.jokes_modal .modal-body {
    padding: 30px 50px 50px;
}

.jokes_modal .modal-content {
    background: #7ed957 url(../img/jokes-bg.png) no-repeat;
    background-position: center;
}

.jokes_modal .modal-content button.close span {
    position: relative;
    right: 0;
    top: -4px;
}

.jokes_modal .modal-content button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    background: #f8d90f;
    text-shadow: none;
    opacity: 1;
    font-weight: 300;
    font-size: 40px;
    width: 42px;
    height: 42px;
    line-height: 0px;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: 0;
}

/*JOKES POPUP END*/


/*NEWSLETTER SECTION BEGIN*/

.newsletter_modal .modal-dialog {
    max-width: 450px;
    margin: 100px auto 0;
}

.modal-content {
    background: url(../img/newsletter_bg.jpg);
    border: 0;
    border-radius: 0;
    background-size: cover;
}

.newsletter_modal .modal-header {
    padding-bottom: 0;
    border: 0;
}

.newsletter_modal button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    top: 10px;
    right: 30px;
    text-shadow: none;
    font-weight: 400;
    font-size: 37px;
    color: #fff !important;
    opacity: 1;
    z-index: 999;
}

.newsletter_sec {
    background: #fff;
    margin: 20px 20px;
    padding: 40px 20px;
    text-align: center;
}

.newsltter_logo {
    padding-bottom: 20px;
}

.newsletter_content h4 {
    font-size: 15px;
    color: #2c2d2e;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.newsletter_content h2 {
    color: #2c2d2e;
    font-size: 49px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 53px;
    padding-bottom: 0;
}

.newsletter_content h5 {
    color: #2c2d2e;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.newsletter_content input {
    border-width: 1px;
    border-color: hsl(0deg 0% 0% / 12%);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
    margin-bottom: 20px;
}

.newsletter_content button {
    background: #64a73d;
    border: 0;
    width: 155px;
    height: 50px;
    color: #fff;
    font-size: 21px;
    margin: 0 5px 0 5px;
    cursor: pointer;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 3px;
    transition: 0.5s ease-in-out;
}

.newsletter_content button:hover{
    background: #f8d90f;
    color: #000;
}

button.btn_border {
    background: transparent;
    border: 2px solid #64a73d;
    color: #64a73d;
}

button.btn_border:hover{
   border: 2px solid #f8d90f;
   color: #000;
   background: transparent; 
}

.newsletter_text_btm {
    padding-top: 20px;
}

.newsletter_text_btm p {
    margin-bottom: 0;
    color: #2c2d2e;
    font-size: 15px;
}

.newsletter_text_btm p a {
    color: #3a83e3;
    text-decoration: underline;
}

/*NEWSLETTER SECTION END*/


/*How Mad Are You Section Begin*/

.about_dinosaurs {
    border: 3px solid #f8d90f;
    border-radius: 5px;
    background: url(../img/how-mad-are-you-bg.jpg);
    background-size: 100%;
    background-position: center;
}

.about_dinosaurs_head {
    background: #f8d90f;
    padding: 20px 20px;
    border-top-left-radius: 0;
    position: relative;
}

.about_dinosaurs_head h2 {
    font-size: 24px;
    margin: 0;
    display: inline-block;
}

.about_dinosaurs_tab {
    padding: 30px 40px;
}

.about_dinosaurs_tab h3 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 17px;
}

.about_dinosaurs_tab ul li {
        height: 170px;
    background: #64aa3c;
    margin: 0px 10px;
    text-align: center;
    font-size: 19px;
    color: #000;
    font-weight: bold;
    transition: 0.5s ease-in-out;
    border: 2px solid rgb(0 0 0 / 0%);
    width: 23%;
    margin: 10px 1%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_dinosaurs_tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about_dinosaurs_tab ul li a {
    color: #fff;
    font-weight: 500;
    line-height: 27px;
    font-style: italic;
    display: inline-block;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.about_dinosaurs_tab ul li:nth-child(2n){
   background: #468920; 
}

.about_dinosaurs_tab ul li:hover {
    background: rgb(52 113 16 / 40%);
    border-color: #f8d90f;
}

.about_dinosaurs_head > span {
    position: absolute;
    right: 0;
    background: #008037;
    color: #fff;
    width: 70px;
    height: 70px;
    top: 0;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.about_dinosaurs_btm {
    margin-top: 40px;
    background: #232323;
    padding: 21px 0;
    text-align: center;
    color: #fff;
    border: 2px solid #f8d90f;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    margin-bottom: 30px;
    position: relative;
}

.about_dinosaurs_btm h2 {
    font-size: 24px;
    margin: 0;
}

.courses_text {
    text-align: center;
}

.courses_text a {
    color: #f8d90f;
    font-size: 24px;
    text-decoration: underline;
}

.courses_text a:hover{
    color: #7ed957;
}

.progress_bar {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 10px;
    font-size: 21px;
    background: #008037;
    width: 100%;
    border-bottom-right-radius: 34px;
    border-top-right-radius: 34px;
}

.progress_bar span:before {content: '';position: absolute;background: url(../img/progress_icon.png);width: 81px;height: 81px;top: 0;right: -20px;}

/*How Mad Are You Section End*/

.cart {
    background: rgb(0 0 0 / 70%);
    padding: 20px 20px;
    color: white;
    font-size: 18px;
}

.cart span {
    color: #f8d90f;
}

.cart a {
    color: #64ab45;
}

.cart li {
    margin-bottom: 7px;
}
.no-item-cart {
    background: #000;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.no-item-cart p {
    color: white;
    font-family: 'Comic Sans MS';
    font-size: 50px;
}

.no-item-cart a {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: green;
    color: white;
    margin: 40px auto 0;
}
h2.test-completed {
    text-align: center;
    background: #f8d90f;
    padding: 10px;
    font-size: 24px;
    border-radius: 8px;
    display: none;
}

.step-box {
    display:  none;   
}
.step-box.active-step {
    display:  block;   
}
.result-box {
    padding: 50px;
    text-align: center;
}

.total-answers h3 {
    color: white;
}
.step-box:not(.signedinuser) .result-box ul {
    display:  none;
}
.result-box ul li {
    display: none;
}

.result-box ul {
    margin: 30px 0 0;
    display: block;
}
ul.my-accountlist {
    background: white;
}

ul.my-accountlist li {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    transition: all.3s linear;
}

ul.my-accountlist li.active-list, ul.my-accountlist li:hover {
    background: #64aa3c;
    color: #ffffff;
}

ul.my-accountlist li.active-list a, ul.my-accountlist li:hover a {
    color: #ffffff;
}

ul.my-accountlist li:last-child {
    border: 0;
}
.account-details table {
    background: white;
    width: 100%;
    border: 1px solid #ccc;
}
.account-details table tr, .account-details table tr td, .account-details table tr th {
    border: 1px solid #ccc;
}
.account-details tr td, .account-details tr th {
    padding: 10px !important;
}
.account-details:not(.course-det) table tr th {
    width: 40%;
}
a.toggle-pass {
    color: #64aa3c;
    text-decoration: underline;
}
.password-change {
    display:  none;
}

.images-box {
    background: #5fa139;
    padding: 14px 5px 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.images-box .game-img-box {
    width: 18%;
    background: white;
    margin: 0 1% 20px;
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.game-levels[data-level="2"] .images-box .game-img-box {*/
/*    width: 9%;*/
/*    margin: 0 0.5% 20px;*/
/*    height: 160px;*/
/*}*/
.game-levels[data-level="3"] .images-box .game-img-box {
    /*width: 5%;*/
    /*margin: 0 0.83% 20px;*/
    /*height: 110px;*/
    width: 9%;
    margin: 0 0.5% 20px;
    height: 160px;
}
.game-levels {
    display: none;
}
.game-levels.active-level {
    display: block;
}
.images-box .game-img-box .main-image img {
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    object-fit: contain;
    object-position: center;
}
.main-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    opacity: 0;
}
.game-img-box.active-image .main-image {
    opacity: 1;
}
.game-img-box.done-image .main-image {
    opacity: 1;
}

a.toggle-gift {
    color: #60a43a;
    display: block;
    margin: 7px 0;
    font-size: 18px;
}

.gift-course {
    margin-bottom: 10px;
    display:  none;
}

.gift-course input {
    width: 30%;
    height: 50px;
    border-radius: 5px;
    border: 0;
    padding-left: 15px;
}
.about_dinosaurs_tab ul.drag-answer-list {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
.about_dinosaurs_tab ul li:nth-child(2n) {
    background: #64aa3c !important;
}
.about_dinosaurs_tab ul.drag-ques-list li {
    width: 100%;
    display: flex;
    background-color: white !important;
    padding: 0;
    height: auto;
    margin: 0 0 10px;
    justify-content: flex-start;
}
.about_dinosaurs_tab ul.drag-ques-list li > span {
    width: 50%;
    display: block;
    background: #64aa3c;
    padding: 10px 20px;
    margin: 0 0 10px;
    position: relative;
    height: 100%;
    margin: 0;
}
.about_dinosaurs_tab ul.drag-ques-list li > span.accept-answer {
    background: white;
}
.about_dinosaurs_tab ul.drag-ques-list li > span.que-lf:after {
    content: "";
    position: absolute;
    right: -20px;
    top: calc(50% - 10px);
    background: #64aa3c;
    width: 20px;
    height: 20px;
    border-radius: 0 100% 100% 0;
    z-index:  9999;
}
ul.drag-answer-list {
    flex-direction: row;
}

.about_dinosaurs_tab ul.drag-answer-list li {height: auto;min-height: 50px;padding: 10px;box-sizing: border-box;position: relative;cursor: pointer;}
/* 
.about_dinosaurs_tab ul.drag-answer-list li:after {
    content: "";
    position: absolute;
    left: -2px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background: black !important;
    border-radius: 0 100% 100% 0;
} */
form.voucher-form {
    background: white;
    border-radius: 10px;
    width: 40%;
    margin: 0 auto;
    padding: 20px;
}

form.voucher-form input {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    margin-bottom: 10px;
}

form.voucher-form button {
    width: 100%
!important;
    height: 50px;
    border-radius: 10px;
    border: 0;
    background: #5b9b37;
    color: white;
    font-size: 18px;
}
form.apply-voucher-form {
    display: flex;
    padding: 10px 0;
}
form.apply-voucher-form input {
    height: 50px;
    border-radius: 5px;
    border: 0;
    padding-left: 15px;
    margin-right: 6px;
}
form.apply-voucher-form button {
    height: 50px;
    border-radius: 5px;
    border: 0;
    padding: 0 30px;
    background: #5b9b37;
    color: white;
}
form.apply-voucher-form button[disabled] {
    opacity: 0.5;
}
.head_web.jokes-head p {
    font-size: 15px;
    line-height: 26px;
}
.jokes-box {
    cursor: pointer;
}
.jokes-box img {
    width: 60%;
    margin: 0 auto;
    display: block;
}
.jokes-box img.broken {
    display: none;
}
.jokes-box h3 {
    text-align: center;
    font-size: 34px;
    color: white;
    font-weight: 500;
}
.jokes-box.active-egg img.egg {
    display: none;
}
.jokes-box.active-egg img.broken {
    display: block;
}
.jokes-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: -99999;
    opacity: 0;
    transition: all.3s linear;
}
.jokes-popup.active-joke {
    z-index: 99999;
    opacity: 1;
}
.jokes-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.jokes-content {
    max-width: 1024px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.jokes-content .jokes-egg {
    width: 30%;
}
.jokes-content .jokes-egg img {
    width: 100%;
}
.jokes-content .popup-bg {
    width: 55%;
    position: relative;
    background: url('../img/popup.png');
    background-size: 100% 100%;
    max-height: 690px;
    padding: 130px 60px 40px;
}
.jokes-content .popup-bg img {
    width: 100%;
    height: 720px;
    object-fit: cover;
}
.popup-bg p {
    font-size: 22px;
    color: black;
    font-family: 'Comic Sans MS';
    line-height: 40px;
    max-height: 480px;
    overflow-y: scroll;
}
.popup-bg p::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.popup-bg p::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.popup-bg p::-webkit-scrollbar-thumb
{
    background-color: #000000;
    border: 2px solid #555555;
}

.jokes-close {
    position: absolute;
    top: 20px;
    cursor: pointer;
    right: 70px;
    z-index: 999;
    font-size: 30px;
}
.next-tab {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}

.next-tab a {
    width: 200px;
    text-align: center;
    height: 40px;
    background: #f8d90f;
    line-height: 40px;
    border-radius: 5px;
}
.draggable-answer {
    cursor: pointer;
}
.copy_text p a {
    color: white;
}
.privacy-box h4 {
    color: white;
    border-top: 1px solid #f8d90f;
    padding-top: 21px;
}
.privacy-box h4:first-child {
    border: 0;
}
.privacy-box p a {
    color: white;
}
.level-opener.active-opener {
    background: #f8d90f;
}
nav.mobnav {
    display: none;
}
.modal_tp_img.videomodal img {
    height: 120px;
}
.modal_tp_img.videomodal {
    top: -50px;
}
#drvideo .modal-body {
    font-size: 30px;
    line-height: 1;
    text-align: center;
}
.privacy-box h3 {
    font-size: 1.4em;
    color: white;
    line-height: 2em;
}
.about_box_tab.privacy-box.forgot-box input {
    width: 100%;
    height: 60px;
    padding: 0 0 0 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.about_box_tab.privacy-box.forgot-box button {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    font-size: 20px;
    background: #61a53a;
    color: #fff;
}
.about_box_tab.privacy-box.forgot-box input[name="useremail"] {
    background: #ccc;
}
.about_box_tab.privacy-box.forgot-box button[disabled] {
    opacity: 0.8;
    cursor: no-drop;
}
span.passerror {
    display: none;
    background: red;
    margin-bottom: 10px;
    margin-top: -18px;
    padding-left: 10px;
    color: #fff;
    max-width: 210px;
    text-align: center;
}
span.passerror.activeerror {
    display: block;
}
.about_dinosaurs_tab h4 {
    color: #fff;
    margin-top: -20px;
    font-size: 19px;
}
.not-pass img {
    border-radius: 100%;
    width: 110px;
    margin-bottom: 10px;
}
.result-det h3 {
    color: #fff;
}
.result-det p {
    color: #fff;
    font-size: 30px;
    font-family: 'Circular-Loom';
    line-height: 30px;
}
.yes-pass {
    position: relative;
    padding: 60px 0;
}
.confetti-gif {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.confetti-gif img {
    width: 360px;
    position: absolute;
    left: 0;
    top: 0;
}
.confetti-gif img:last-child {
    left: unset;
    right: 0;
    transform: rotateY(-180deg);
}
.result-box {
    position: relative;
}
.result-box ul li.submit-ques {
    position: absolute;
    bottom: 80px;
    right: 0;
    left: 0;
}
form.access-form button {
    margin: 10px 0;
    background: green;
    border: 0;
    color: #fff;
    padding: 14px 30px;
    font-size: 26px;
    border-radius: 6px;
}
@media only screen and (max-width: 768px) {
    .privacy-box h3 {
        font-size: 1.2em;
    }
    #drvideo .modal-body {
        font-size: 22px;
     }
    div#homevideo iframe {
        max-height: 200px;
    }
    .mad_boxes {
        background-size: cover !important;;
    }

    .modal_tp_img.videomodal {
        display: none;
    }
    nav.mobnav {
        display: flex;
    } 
    header.dsknav {
        display: none;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: white;
    }
    a.my-account {
        color: white;
        padding: 7px 0;
        display: block;
    }
    .navbar-dark .navbar-toggler {
        color: white;
        border-color: white;
    }
    .navbar-dark .navbar-toggler-icon {
        background: url(../img/hamburgers.png);
        background-size: 100% 100% !important;
        height: 20px;
        margin: 6px 0;
    }
    .newsletter_content h2, .newsletter_content h5 {
        font-size: 20px;
        line-height: 1;
        margin-top: 20px;
    }
    .newsletter_content input {
        margin-bottom: 10px;
        height: 39px;
        font-size: 12px;
    }
    .newsletter_content button {
        font-size: 16px;
        padding: 0;
        height: 39px;
        margin: 5px;
    }
    nav.mobnav.navbar.navbar-expand-lg {
        background: url(../img/logo-bg.jpg) !important;
    }
    nav.mobnav.navbar.navbar-expand-lg .navbar-brand img {
        height: 100px;
    }
    .gift_badge_icon {
        display: none;
    }
    .logo_sec_main:after {
        display: none;
    }
    .logo-sec-tab img.img-responsive {
        height: 100px;
    }
    .logo_sec_main .row .col-md-3, .logo_sec_main .row .col-md-9 {
        width: 50%;
    }
    .cart_links ul li a, .cart_links ul li button {
        font-size: 18px;
    }
    .roarsome_sec_content h2 span {
        font-size: 80px;
        display: block;
        padding: 0;
    }
    .roarsome_sec_content h2 {
        word-break: break-all;
        text-align: center;
        font-size: 50px;
    }
    .roarsome_sec_content a {
        font-size: 20px;
        line-height: 31px;
    }
    .roarsome_sec_main:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
    }
    section.roarsome_sec_main {
        padding: 50px 0;
    }
    .nesletter_content h2 {
        font-size: 22px;
    }
    .nesletter_content p {
        font-size: 14px;
    }
    .nesletter_content {
        text-align: center;
    }
    .newsletter_form input {
        font-size: 12px;
        height: 45px;
    }
    .newsletter_form button {
        height: 45px;
        line-height: 0;
    }
    .newsletter_form button i {
        font-size: 15px;
    }
    .footer_logo_sec a h2 {
        position: relative;
        padding-top: 65px;
        justify-content: flex-start;
    }
    .footer_logo_sec a h2 img {
        position: absolute;
        left: 0;
        top: 0;
        max-height: 60px;
    }
    .footer_logo_sec span {
        font-size: 15px;
        line-height: 1.5;
    }
    .footer_info ul li a {
        font-size: 16px;
    }
    .footer_info ul li {
        padding-left: 41px;
    }
    .footer_links_sec {
        padding: 0;
    }
    .footer_head_sec h2 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .footer_links_list ul li {
        padding: 0;
        line-height: 21px;
    }
    .footer_links_list ul {
        margin-bottom: 20px;
    }
    .copy_text {
        font-size: 13px;
        line-height: 24px;
    }
    .mad_boxes h2 {
        font-size: 25px;
    }
    .mad_boxes h3 {
        font-size: 21px !important;
    }
    section.how_mad_sec .col-md-4 {
        margin-bottom: 20px;
    }
    .mad_boxes h5 {
        font-size: 27px;
    }
    .mad_boxes {
        height: auto;
    }
    h4.md_box_intro {
        font-size: 20px;
        line-height: 26px;
        margin-top: 20px;
    }
    .head_web h2 {
        font-size: 36px !important;
        margin: 0;
        line-height: 40px;
    }
    .about_box_tab {
        padding: 14px;
        margin-bottom: 20px;
    }
    .about_box_tab h2 {
        font-size: 20px;
    }
    .about_box_tab p, .about_box_tab li {
        font-size: 14px;
        line-height: 20px;
    }
    .about_dinosaurs_tab {
        padding: 20px;
    }
    .about_dinosaurs_tab h3 {
        font-size: 19px;
    }
    .about_dinosaurs_tab ul li {
        width: 48%;
        padding: 20px 10px;
        height: auto;
        font-size: 15px;
        line-height: 18px;
        font-weight: 400;
    }
    .progress_bar span:before {
        height: 60px;
        width: 60px;
        background-size: 100% 100%;
        top: -6px;
    }
    .about_dinosaurs_btm {
        padding: 10px;
    }
    .about_dinosaurs_btm h2 {
        font-size: 17px;
    }
    .courses_text a {
        font-size: 15px;
    }
    .progress_bar {
        left: 0;
    }
    .total-answers h3 {
        font-size: 16px;
    }
    .result-box {
        padding: 20px;
    }
    div#gameapp button {
        width: 100%;
        margin-bottom: 10px;
    }
    .images-box .game-img-box {
        width: 48% !important;
        height: 130px !important;
        margin: 4px 1% !important;
    }
    .courses_step_list [type="radio"]:checked + label, .courses_step_list [type="radio"]:not(:checked) + label, .courses_step_list [type="checkbox"]:checked + label, .courses_step_list [type="checkbox"]:not(:checked) + label {
        right: 5px;
    }
    .courses_cart {
        display: block;
        margin-right: 10%;
    }
    .courses_step_list ul li {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .corses_text {
        width: 73%;
        font-size: 16px;
    }
    .courses_step_list ul li span.courses_num {
        font-size: 51px;
    }
    .courses_step_list [type="radio"]:checked + label:before, .courses_step_list [type="radio"]:not(:checked) + label:before, .courses_step_list [type="checkbox"]:checked + label:before, .courses_step_list [type="checkbox"]:not(:checked) + label:before {
        width: 15px;
        height: 15px;
    }
    .courses_cart span {
        font-size: 12px;
    }
    .courses_cart span img {
        height: 26px;
    }
    .courses_step_list [type="radio"]:checked + label:after, .courses_step_list [type="checkbox"]:checked + label:after {
        right: -1px;
        transform: scale(0.6);
        top: -11px;
    }
    form.apply-voucher-form {
        flex-direction: column;
        justify-content: center;
    }
    form.apply-voucher-form input {
        margin: 0 0 10px;
    }
    .modal_tp_img img {
        height: 100px;
        margin-top: 81px;
    }
    .login_modal_sec .modal-header h5 {
        font-size: 29px;
    }
    .login_modal_sec button.close {
        height: 35px;
        width: 35px;
        right: 20px;
        text-align: center;
        padding: 0 7px;
    }
    .gift-course input {
        width: 49%;
    }
    form.voucher-form {
        width: 100%;
    }
    .jokes-content {
        flex-direction: column;
    }
    .jokes-content .popup-bg {
        width: 90%;
        padding: 100px 40px 50px;
        background-size: 100% 100%;
    }
    form.access-form button {
        padding: 10px 25px;
        font-size: 18px;
    }
}
