/* Theme Name: Nclex-ENI 
Theme Author: the CNC team 
Description: Custom theme based on client requirements.
Version: 1.0.0 
License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Text Domain: 
nclex Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, custom-theme This theme, like WordPress, is licensed under the GPL. */

@charset "utf-8";

/* CSS Document */
/*----------------------------------------------------------------------------- Prototype Version: 2.4 */
/* Table of Contents ----------------------------------------------------------------------------- 1. Clean Base 2. Base Typography 3. Images 4. Links 5. Forms 6. Tables 7. Framework */
/* 1. Create a Clean Base ------------------------------------------------------------------------------*/
 html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address, small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,input, textarea, option, .nobox {
    background: transparent;
     border: 0;
     font-size: 100%;
     margin: 0;
     outline: 0;
     padding: 0;
     vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}
 blockquote, q {
    quotes: none;
}
 br {
    height: 0;
}
 ul, ol, dl, li {
    margin:0;
     padding:0;
     color: #555555;
     font-size: 14px;
     line-height: 24px;
}
 html, body{
    height: 100%;
     -webkit-appearance:none;
     border:none;
     -webkit-text-size-adjust:none;
}
 body{
    position:relative;
    font: normal normal normal 18px/32px Roboto;
}
/* Class for clearing floats */
 .clear {
    clear:both;
     display:block;
     overflow:hidden;
     visibility:hidden;
     width:0;
     height:0;
}
 .cf:after,.cf:before{
    display: table;
    content: ''
}
 .cf:after{
    clear: both;
}
 *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* 2. Define Base Typography ------------------------------------------------------------------------------*/
/* Create the Default Headers */
 h1, h2, h3, h4, h5, h6 {
}
/* Specific Header Settings */
 h1 {
    font-weight:bold;
     font-size:48px;
     color:#fff;
}
 h2 {
    font-weight:bold;
     font-size:32px;
     color:#BFE6FF;
}
 h3 {
    font-size:18px;
}
 h4 {
    font-size:16px;
}
 h5 {
    font-size: 14px;
}
 h6 {
    font-size: 12px;
}
 h1,h2{
    line-height: 1.2;
    margin-bottom: .5rem;
}
/* Create the Default Paragraphs */
 p {
     color: #fff;
    font-size: 18.2px;
    line-height: 27.6px;
    font-weight: 400;
    margin-bottom: 2rem;
}
/* Other Typo */
 strong {
    font-weight: bold;
}
 hr {
    border:0 #000 solid;
     border-top-width: 1px;
     clear: both;
     height: 0;
}
 ol {
    list-style: decimal;
}
 ul {
    list-style: disc;
}
/* 3. Images ------------------------------------------------------------------------------*/
/* Remove border around linked images */
 img {
    border: 0;
     border-style: none;
}
/* 4. Links ------------------------------------------------------------------------------*/
/* Default Link Types */
 a {
    color: #49a7fb;
     font-size: 16px;
     text-decoration:none;
}
 a:active {
    color: #e8941a;
}
 a:focus {
    outline: none;
}
 a.current{
    color: #e8941a;
}
/* 5. Forms ------------------------------------------------------------------------------*/
 input[type='submit']{
     -webkit-appearance:none;
     border:none;
     -webkit-text-size-adjust:none;
}
 select{
    -webkit-appearance:none;
     -moz-appearance:none;
     -o-appearance:none;
     appearance:none;
}
 input[type='text'],input[type='tel'],input[type='email'],input[type='password']{
}
 textarea{
    overflow:auto;
}
 ::-webkit-input-placeholder{
     color: #495057;
}
 :-moz-placeholder{
     color: #495057;
}
 ::-moz-placeholder{
     color: #495057;
}
 :-ms-input-placeholder{
     color: #495057;
}
 ::-ms-input-placeholder{
     color: #495057;
}
 :placeholder-shown{
     color: #495057;
}
/* Removes fieldset borders. even on Opea 7 */
 fieldset {
    border: 1px solid transparent;
}
/* 6. Tables ------------------------------------------------------------------------------*/
/* Table Fixes */
 table {
    border-spacing: 0;
     border-collapse: collapse;
}
 td {
    text-align: left;
     font-weight: normal;
}
/* 7. Framework ------------------------------------------------------------------------------*/
/* Common CSS */
/*common margin style*/
 .m0{
    margin:0 !important;
}
 .mr20{
    margin-right:20px;
}
 .mt20{
    margin-top:20px !important;
}
 .mb80{
    margin-bottom:80px !important;
}
 .mt25{
     margin-top:25px !important;
}
 .mt50{
     margin-top:50px !important;
}
/*all padding zero*/
 .p0{
    padding:0 !important;
}
 .pt20{
    padding-top:20px;
}
/*common display style*/
 .dis-b{
    display:block
}
 .pos_rel{
     position:relative;
}
 .hidden{
     display:none !important;
}
/*border*/
 .no_bdr{
    border:none !important;
}
/*common fonts style*/
 .f16{
     font-size:16px !important;
}
 .f18{
     font-size:18px !important;
}
 .fbold{
    font-weight:bold;
}
/*transition effect*/
 .tra,a,.in,.sub{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
 img{
    max-width: 100%;
}
 a{
    display: inline-block;
}
/* Page Layout */
*{
     font-family: 'Roboto';
}
 body{
    padding-top: 80px;
}
 #full_wrapper{
    /*min-height: 100%;*/
     height: auto !important;
     height: 100%;
     margin: 0 auto;
    /* the bottom margin is the negative value of the footer's height */
}
 .wrapper{
     width:100%;
     margin:0 auto;
    max-width: 1330px;
    position: relative;
}
 .content{
     margin:0 auto;
     padding:0;
     width:100%;
}
 .d_flex{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
 .btn{
    line-height: normal;
    padding: 0.91em 2em;
    font-weight: 500;
    border-radius: .35em;
    text-decoration: none!important;
    background-color: #3098D9;
    color: #fff;
    text-transform: lowercase;
}
.btn::first-letter {
    text-transform: uppercase;
}
 .btn:hover{
    border-color: #178ffa;
    background-color: #178ffa;
}
 .btn.blue{
    border-color: #3098D9;
    background-color: #3098D9;
}
 .btn.blue:hover{
    border-color: #020f5a;
    background-color: #020f5a;
}
 .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center !important;
}
/* Header*/
 .hamburger{
    display: none;
}
 header{
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 13.5px 0px;
    box-shadow: 0 0 1em 0 rgba(0,0,0,.15);
}
 .admin-bar header {
    top: 32px;
}
 header .wrapper{
    justify-content: space-between;
    align-items: center;
}
 header ul{
    list-style: none;
}
 header ul li a{
    padding: 0 1rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 48.9px;
}
 header ul li a:hover,header nav ul li a.active{
    color:#49a7fb;
}
 header .cart {
    min-width: 0;
    font-size: 28px;
    width: 48.9px;
    height: 48.9px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #020f59;
    color: #49a7fb;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
 header .cart:hover {
    box-shadow: 0 0 0.5rem 0.25rem rgba(73,167,251,.5);
    color: #fff;
}
 header .right_col{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
 header .right_col ul{
    display: none
}
 header .right_col a{
    margin-left:.5rem;
    position: relative;
}
 .login_popup{
     position: FIXED;
    top: 80px;
    right: 16%;
    width: 100%;
    max-width: 450px;
    margin-left: 0;
    background-color: #020f59;
    padding: 2rem;
    transform: translateY(10px);
    box-shadow: 0 0 1em 0 rgba(0,0,0,.2);
    transition: transform .3s ease-out,opacity .3s ease-out,visibility .3s ease-out;
    Z-INDEX:999;
    opacity: 0;
    pointer-events: none;
}
 .login_popup.active{
    transform: translateY(0px);
    opacity:1;
    pointer-events: auto;
}
 .login_popup .in{
    width: 100%;
    height: 48px;
     background-color: #fff;
    border: 1px solid #d7d7d7;
    padding-left: 18px;
     margin-bottom: 1rem;
    font-size: 16px;
}
 .login_popup .sub{
    cursor: pointer;
}
 .login_popup .col label{
    width: calc(100% - 118px);
     line-height: 22px;
}
 .login_popup .col label span,.login_popup .col label a{
     color: #fff;
    white-space: normal;
    line-height: 1.15;
    font-size: 16px;
}
 .login_popup .col label a{
    color: #49a7fb;
    font-weight: 600;
}
 .login_popup:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 10px solid #020f59;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.main {
    top: 70px;
    position: relative;
}

 .banner{
    position: relative;
    overflow: hidden;
    background-color: #49a7fb;
    min-height: 500px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
 .banner .wrapper{
    position: relative;
    z-index: 2;
    padding: 80px 0px;
}
 .banner .col{
    max-width:85%;
}
 .banner h1{
    font: normal normal bold 50px/66px Roboto;
    text-transform: uppercase;
}
 .banner h2{
    font: normal normal normal 20px/32px Roboto;
    color: #BFE6FF;
}
 .banner .btn{
    margin-top: 3rem;
}
 .banner .btn.btn-same-width{
    width: 65%;
     text-align: center;
}
 .banner ul{
    list-style-type: none;
}
 .banner li:not(:first-child) .btn{
    margin-top: 15px;
}
 .banner>img{
    position: absolute;
    z-index: 1;
    pointer-events: none;
    max-width: 500px;
}
 .banner .img1{
    right: 0;
    top: unset !important;
    bottom: 0;
}
 .banner .img2{
    left: 0;
    bottom: 0 !important;
    top: unset !important;
}
 .banner .mask{
    display: inline-block;
     width: 100%;
     overflow: hidden;
     padding-left: 10px;
     margin-left: -10px;
    opacity: 0;
}
/*.banner .mask *:not(.btn) {
    opacity: 0;
}
*/
 .banner.load_done .mask {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay:0.3s;
    -webkit-animation-delay:0.3s;
    -webkit-animation-name: slide-up;
    animation-name: slide-up;
}
 @keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
 @-webkit-keyframes slide-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}
 @-moz-keyframes slide-up {
    0% {
        opacity: 0;
        -moz-transform: translateY(100%)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}
 .result_method{
    position: relative;
    background-color: #155fbf;
    text-align: center;
}
 .result_method .bg{
    background-color: #49a7fb;
    width: 50%;
}
 .result_method .wrapper{
    position: relative;
}
 .result_method .wrapper>div{
    width: 50%;
    padding: 4rem 50px;
}
 .result_method .wrapper>div img{
    max-width: 400px;
    margin: 0 auto;
}
 .result_method h2,.result_method p,.result_method img{
    opacity: 0;
    transform: translateY(60px);
    transition: 0.4s ease all;
}
 .result_method p{
    transition-delay: 0.1s;
}
 .result_method img{
    transition-delay: 0.2s;
}
 .result_method .wrapper.animate h2{
    opacity: 1;
    transform: translateY(0);
}
 .result_method .wrapper.animate p{
    opacity: 1;
    transform: translateY(0);
}
 .result_method .wrapper.animate img{
    opacity: 1;
    transform: translateY(0);
}
 .nclex_video{
    padding: 4rem 0;
    overflow: hidden;
}
 .nclex_video .wrapper{
    align-items: center;
}
 .nclex_video .wrapper>div{
    width: 50%;
    padding: 0px 20px;
}
 .nclex_video h3{
    color: #3098D9;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 24px;
}
 .nclex_video p{
    color: #212529;
}
 .nclex_video iframe{
    width: 100%;
    height:360px;
}
 .exam_model{
    background-color: #f2f2f2;
    text-align: center;
    padding: 4rem 0;
}
 .exam_model h2{
    font-weight: 700;
    text-transform: uppercase;
    color: #03178c;
    margin-bottom: 3rem;
}
 .exam_model .inner{
    margin-bottom: 2rem;
}
 .exam_model .col{
    width: 33.33%;
    padding: 0px 15px;
    text-align: left;
}
 .exam_model.expertbank_exam_model .col{
    text-align: center;
}
 .exam_model .col img{
     margin-bottom: 6rem;
}
 .exam_model .col h3{
    font-weight: 700;
    text-transform: uppercase;
    color: #03178c;
    margin-bottom: 1rem;
    font-size: 24px;
    text-align: center;
    overflow-wrap: break-word;
}
 .exam_model .col p{
    color: #212529;
    text-align: left;
}
 .exam_model .col a{
    font-size: 14px;
    color: #49a7fb;
    font-weight: 600;
    text-align: left;
}
 .exam_model .col a:hover{
    color: #03178c;
}
 .count_section{
    background-color: #020f59;
    padding: 4rem 0;
}
 .count_section .col{
    width: 33.33%;
    text-align: center;
}
 .count_section .col img{
    max-width: 64px;
    max-height: 64px;
    margin-right: .5rem;
}
 .count_section .col label{
    display: inline-block;
     font-size:64px;
    line-height: 1;
    font-weight: 600;
    color: #49a7fb;
}
 .count_section .col label em{
    font-style: normal;
}
 .count_section .col p{
    margin-top: 2rem;
}
 .stories{
    text-align: center;
    padding: 4rem 0;
    background-color: #f2f2f2;
    overflow: hidden;
}
 .stories .col{
    width: 100%;
    padding:0.5rem;
    text-align: left;
}
 .stories h2{
    font-weight: 700;
    color: #03178c;
    margin-bottom: 2rem;
}
 .stories h4{
    font-weight: 700;
    color: #03178c;
    font-size:24px;
    margin-bottom: .25rem;
}
 .stories h5{
    font-size: 16px;
     font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
 .stories p{
    color: #212529;
    margin-bottom: 2rem;
}
 .stories .in_col{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
 .stories .text{
    margin-left: 1rem;
}
 .stories .owl-carousel .owl-item img{
    width: auto;
}
 .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block !important;
}
 .stories .wrapper{
    position: relative;
}
 .stories .wrapper>a{
    position: absolute;
    top: 60%;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #4d5053;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}
 .stories .wrapper>a i{
    position: relative;
    left: 2px;
}
 .stories .wrapper>a.prev i{
    left: -2px;
}
 .stories .wrapper>a:hover{
    background-color: #869791;
    color: #fff;
}
 .stories .wrapper .prev{
    left:-40px;
}
 .stories .wrapper .next{
    right:-40px;
}
 body .stories .wrapper .owl-nav{
    display: none !important;
}
 .stories .owl-dots{
    text-align: center;
    margin-top: 39px;
}
 .stories .owl-dots .owl-dot{
     width: 32px;
    height:5px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    display: inline-block;
    outline: none;
}
 .stories .owl-dots .owl-dot.active,.stories .owl-dots .owl-dot:hover{
    background-color: #869791;
}
 .newsletter{
    text-align: center;
    padding: 4rem 0;
    background-color: #f2f2f2;
}
 .newsletter h2{
    font-weight: 700;
    color: #03178c;
    margin-bottom: 2rem;
    font-size: 24px;
}
 .newsletter .in{
    width: 334px;
    height: 55px;
    color: #495057;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding-left: 12px;
    margin-right: 5px;
}
 .newsletter .in:focus{
    border-color: #020f5a
}
 .newsletter .in_email input{
    padding-left: 52px !important;
    margin-right:15px;
    background-image: url("assets/images/site/email.png");
    background-repeat: no-repeat;
    background-position: left 16px center;
}
 .newsletter .sub{
    cursor: pointer;
}
 footer{
    margin-top: 4rem;
    padding-top: 4rem;
    background-color: #020f59;
    position: relative;
}
 footer .wrapper{
    justify-content: space-between;
}
 footer .left_col{
    width: 25%;
}
 footer .right_col{
    width: 400px;
}
 footer .link{
    margin: 10px 0;

    font: normal normal normal 18px/29px Roboto;
    letter-spacing: 0px;
    color: #3098D9;

}
 footer .icon a{
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #49a7fb;
    font-weight: 600;
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    text-align: left;
}
 footer .icon a:hover{
    background-color: hsla(0,0%,100%,.25);
}
 footer ul{
    width: 200px;
    list-style: none;
}
 footer ul li{
    margin-bottom: 16px;
}
 footer ul li a{
    color: #49a7fb;
    font-weight: 400;
    line-height: 24px;
}
 footer>p{
    text-align: center;
    background-color: #fff;
    font-size: 1.15rem;
    color: #212529;
     padding: 1rem;
    margin-top:4rem;
    margin-bottom: 0px;
}
/* about page */
 .about_count_section{
    background-color: #e5e5e5;
}
 .about_count_section .col label{
    color: #03178c;
}
 .about_count_section .col p{
    color: #000;
    font-weight: 600;
}
 .who_we_are {
    padding: 4rem 0px;
     overflow: hidden;
}
 .who_we_are .wrapper{
    align-items: center;
    margin-bottom: 4rem;
}
 .who_we_are .left_col{
    width:66.66%;
    padding: 0px 15px;
}
 .who_we_are .right_col{
    width: 33.33%;
    padding: 2rem;
}
 .who_we_are h2{
    font-weight: 700;
    color: #49a7fb;
}
 .who_we_are p{
    color:#212529;
     padding-right: 45px;
}
 .about_result_method{
}
 .about_result_method h2{
    margin-top:2rem;
    margin-bottom: 48px;
}
 .about_result_method img{
    padding:2rem;
}
/* expertbank */
 .reaview_course{
    text-align: center;
    padding: 4rem 0;
}
 .reaview_course h2{
    color: #020f59;
    font-weight: 700;
}
 .reaview_course p{
    color: #212529;
    text-align: left;
}
 .reaview_course .wrapper {
    justify-content: center;
     padding-bottom: 1.5em;
}
 .reaview_course .wrapper .left_col{
    width: 41.6666666667%;
    padding: 0px 15px;
}
 .reaview_course .wrapper .left_col img{
    max-width: 400px;
    margin: 0 auto;
}
 .reaview_course .wrapper .left_col iframe{
    width: 100%;
    height: 100%;
    min-height: 349px;
}
 .reaview_course .wrapper .right_col{
    width: 41.6666666667%;
    padding: 0 4rem;
}
 .reaview_course .d_flex_reverce .left_col{
    order: 2;
}
/* .reaview_course .wrapper.d_flex:last-child .right_col p {
    background-image: url("assets/images/site/right.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
}
 */
 .performance{
    text-align: center;
    padding: 4rem 0;
}
 .performance h2{
    color: #020f59;
    font-weight: 700;
}
 .expertbank_exam_model .col h3{
    color:#49a7fb;
}
 .expertbank_exam_model .col p{
    text-align: center;
}
 .measure_progress{
    background-color: #155fbf;
    position: relative;
    padding: 4rem 0;
}
 .measure_progress .bg{
    width: 784px;
    height: 784px;
    border-radius: 50%;
    background-color: hsla(0,0%,100%,.15);
    right: 0;
    bottom: 0;
    margin: auto ;
    transform: scale(0);
    transition: 0.4s ease all;
    opacity: 0;
}
 .measure_progress .bg.aos-animate{
    transform: scale(1);
    opacity: 1;
}
 .measure_progress .img_col{
    min-height: 510px;
    max-width: 1049px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-top: 260px;
    align-items: flex-start;
}
 .measure_progress .img_col img+img{
     width: 57%;
}
 .measure_progress .wrapper{
    padding: 0px 170px;
}
 .measure_progress h2{
    text-align: center;
    color: #49a7fb;
    font-weight: 700;
}
 .questions{
    text-align: center;
    padding: 4rem 0;
    font-size: 32px;
    max-width: 800px;
    margin: 0 auto;
}
 .questions p{
    color: #020f59;
    margin-bottom: 2rem;
    font-size: 32px;
    font-weight: 700;
     line-height: 1.2;
}
/* */
 .testing_effect{
    text-align: center;
    padding: 4rem 0;
}
 .testing_effect h2{
     color: #020f59;
    font-weight: 700;
    margin-bottom: 3.5rem;
}
 .testing_effect h3{
     color: #49a7fb;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 1.5rem
}
 .testing_effect p{
    color: #212529;
    font-size: 16px;
}
 .testing_effect.echo-portfolio .left_col p:not(:first-of-type) {
    color: #212529;
     background-image: url("assets/images/site/right.png");
     background-repeat: no-repeat;
     background-position: left center;
     padding-left: 40px;
}
 .testing_effect .wrapper>div{
    width: 50%;
    padding: 0px 20px;
}
 .testing_effect .wrapper>div img{
    max-width: 400px;
    margin: 0 auto;
}
 .testing_effect .wrapper .left_col{
    text-align: left;
    padding-right: 50px;
}
 .testing_effect .wrapper .right_col iframe{
    width: 100%;
    height: 100%;
}
 .e_reaview_course{
    text-align: center;
    overflow: hidden;
}
 .e_reaview_course h2{
    color: #49a7fb;
    margin-bottom: .5rem;
}
 .e_reaview_course p{
    color: #fff;
}
 .e_reaview_course>p{
    text-align: center;
    max-width: 970px;
    margin: 0 auto
}
 .reaview_course h3{
    color: #49a7fb;
    text-align: left;
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 24px;
}
 .e_reaview_course .wrapper {
    justify-content: center;
    align-items: center;
}
 .nursing_students{
    background-color: #155fbf;
    padding: 4rem 0;
    text-align: center;
    overflow: hidden;
}
 .nursing_students h2{
    padding: 0px 160px;
}
 .nursing_students ul{
    list-style: none;
}
 .nursing_students ul li{
    display: block;
    text-align: left;
}
 .nursing_students ul li a{
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #03178c;
    font-weight: 600;
    font-size: 2rem;
    color: #fff;
    line-height: 1;
    border-radius: 1em;
    padding: .5em 1em;
    cursor: pointer;
    transition: background-color .3s ease-out;
    margin-bottom: .25em;
}
 .nursing_students ul li a:hover{
    background-color: #49a7fb;
}
 .nursing_students .inner{
    align-items: center;
    margin: 8rem 0;
}
 .nursing_students .inner>div{
    padding: 0px 15px;
}
 .nursing_students .inner img{
    max-width: 653px;
    margin: 0 auto;
}
 .nursing_students .inner .left_col{
    width: 41.6666666667%;
}
 .nursing_students .inner .right_col{
    width: 58.3333333333%;
}
/* */
 .plane{
    text-align: center;
    padding: 4rem 0;
}
 .plane h2{
    display: inline-block;
    background-color: #49a7fb;
    margin-bottom: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    padding: .5em 1em;
    border-radius: 1em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    transform: translateY(60px);
    opacity: 0;
    transition: 0.4s ease all;
}
 .plane h3{
    margin-top: 2rem;
    font-weight: 700;
    color: #020f59;
    font-size: 24px;
    margin-bottom: 2.5rem;
    transform: translateY(60px);
    opacity: 0;
    transition: 0.4s ease all;
}
 .plane .col{
    width: calc(25% - 30px);
    margin: 0px 15px;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.1);
    position: relative;
    transform: translateY(60px);
    opacity: 0;
    transition: 0.4s ease all;
}
 .plane .col .in_col{
    overflow: hidden;
    position: relative;
}
 .plane .col .in_col>img{
    position: absolute;
     right: -30px;
    top: -20px;
}
 .plane .col .text{
    padding: 1rem 1rem 3rem;
    padding-bottom: 95px;
}
 .plane h4{
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    background-color: #020f59;
    padding:19px 0px;
    color: #49a7fb;
    font-weight: 700;
    font-size: 20px;
}
 .plane h5{
    font-weight: 700;
    color: #020f59;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 0.5rem
}
 .plane ul{
    list-style: none;
    text-align: left;
}
 .plane ul li{
    color: #212529;
    font-size: 16px;
    font-weight: 400;
    padding-left: 47px;
    background-image: url("assets/images/site/right.png");
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 28px;
    margin-bottom: 1rem
}
 .plane .btn{
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 48px;
    max-width: 85%;
}
 .plane h2.animate{
    transform: translateY(0px);
    opacity: 1;
}
 .plane h3.animate{
    transform: translateY(0px);
    opacity: 1;
}
 .plane .col+.col{
    transition-delay: 0.1s
}
 .plane .col+.col+.col{
    transition-delay: 0.2s
}
 .plane .col+.col+.col+.col{
    transition-delay: 0.3s
}
 .plane .wrapper.animate .col{
    transform: translateY(0px);
    opacity: 1;
}
/* contact page */
 .contact_form{
    text-align: center;
    padding: 4rem 0;
}
 .contact_form h2{
    text-transform: uppercase;
    color: #03178c;
    margin-bottom: 2rem;
}
 .contact_form h3{
    color: #212529;
    margin-bottom: 2rem;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0.5rem
}
 .contact_form .inner{
    max-width: 639px;
    margin: 0 auto;
    margin-top: 4rem;
}
 .contact_form .in{
    width: 100%;
    height: 48px;
    padding-left: 0.75rem;
    font-size: 16px;
    color: #495057;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    margin-bottom: 1rem;
}
 .contact_form .in:focus{
    border-color: #03178c;
}
 .contact_form textarea.in{
    height: 302px;
    padding-top: 0.75rem;
}
 .contact_form .btn{
    cursor: pointer;
    margin: 2rem 0;
    text-transform: initial;
}
 .visite_faq{
    text-align: center;
    padding: 4rem 0;
    background-color: #155fbf;
}
 .visite_faq h2{
    margin-bottom: 2rem
}
 .visite_faq p{
    margin-bottom: 1.5rem;
}
 .visite_faq .btn{
    font-weight: 600;
    padding: .5em 1em;
    border-radius: 1em;
    font-size: 24px;
}
/* faq */
.faq_blog{
    padding: 4rem 0;
}
 .faq_blog .wrapper>div{
    width: 50%;
    padding: 0px 15px;
}
 .faq_blog .col{
    border-bottom: 1px solid #f2f2f2;
     padding: 14.5px 0px;
    padding-left: 69px;
}

.faq_blog .left_col > h3{
    font: normal normal bold 20px/32px Roboto;
    letter-spacing: 0px;
    color: #3098D9;
    text-transform: uppercase;
}

 .faq_blog h2{
    color: #020f59;
}
 .faq_blog h3{
     margin-bottom: 0;
    padding: 1rem 0;
    font-weight: 400;
    position: relative;

    font: normal normal normal 18px/32px Roboto;
    letter-spacing: 0px;
    color: #222222;
}
 .faq_blog h3 span{
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background-color: #155fbf;
    position: absolute;
    display: inline-block;
    left: -77px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: #BFE6FF;
     font-size: 18px;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
}
 .faq_blog h3 span i{
    transform: rotate(0deg);
    transition: 0.4s ease all;
    transform-origin: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
}
 .faq_blog h3 span.active i{
    transform: rotate(407deg);
}
 .faq_blog p{
    color: #212529;
}
 .faq_blog a{
    font-weight: 600;
    text-decoration: none;
    color: #49a7fb;
    font-size: 18.4px;
}
 .faq_blog .text{
    padding: 1rem;
    position: relative;
    left: -15px;
}
 .faq_blog .wrapper+.wrapper{
    margin-top: 2rem;
}
 .blog_blog{
    padding: 4rem 0;
}
 .blog_blog .wrapper{
    padding: 0px 25px;
}
 .blog_blog .col{
    width: 30%;
    margin-right: 5%;
    margin-top: 0.5rem;
    margin-bottom: 3rem;
}
 .blog_blog .col:nth-child(3n){
    margin-right: 0px;
}
 .blog_blog .col .img_col{
    height: 384px;
    position: relative;
    display: block;
    overflow: hidden;
}
 .blog_blog .col .bg{
    transform-origin: center;
    transition: 0.8s ease all;
}
 .blog_blog .col .img_col:hover .bg{
    transform: scale(1.1);
}
 .blog_blog .col .link{
     font-weight: 600;
    text-decoration: none;
    color: #49a7fb;
    font-size: 20px;
    line-height: 30px;
    padding-top: 1rem;
     margin-bottom: 2rem;
}
 .blog_blog .col .link:hover{
    color: #020f59;
}
 .blog_blog .col p{
    line-height: 1;
    margin-bottom: 0;
    color: #212529
}
 .pagination{
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
 .pagination a,.pagination span{
    font-weight: 600;
    text-decoration: none;
    color: #49a7fb;
    font-size: 14px;
    background-color: #fff;
    border-color: #dee2e6;
    padding: .5rem .75rem;
    border: 1px solid #dee2e6;
}
 .pagination .prev{
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-right: none;
}
 .pagination .next{
     border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-left: none;
}
 .pagination a:hover,.pagination a.active,.pagination span.current{
    border-color: #007bff;
    background-color: #007bff;
    color: #49a7fb;
}
 .looking{
    text-align: center;
    padding: 4rem 0;
    background-color: #155fbf;
}
 .looking h2{
    margin-bottom: 2rem;
    color: #FFFFFF;
}
 .looking p{
    margin-bottom: 1.5rem;
}
 .blog_detail{
    padding: 4rem 0;
}
 .blog_detail h1{
    color: #020f59;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 400;
}
 .blog_detail>img{
    display: block;
    width: 100%;
}
 .blog_detail .date{
    display: inline-block;
    background-color: #155fbf;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    padding: .25rem 1rem;
    font-weight: 600;
     margin: 2rem 0;
    border-radius: 15px;
}
 .blog_detail .inner{
    padding: 0px 15px;
}
 .blog_detail .inner .right_col{
    width: 263px;
}
 .blog_detail .inner .right_col h2{
    background-color: #155fbf;
    text-align: center;
    padding: 1em;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}
 .blog_detail .inner .right_col .col{
    background-color: #e5e5e5;
    padding: 1rem;
}
 .blog_detail .inner .right_col h3{
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0.5rem;
}
 .blog_detail .inner .right_col ul{
    list-style: none;
}
 .blog_detail .inner .right_col ul a{
    display: block;
    padding: 1em;
    text-align: left;
    color: #03178c;
    font-size: 14px;
    font-weight: 600;
}
 .blog_detail .inner .right_col ul a:hover{
    background-color: rgba(0,0,0,.1);
}
 .blog_detail .inner .left_col{
    width:calc(100% - 263px);
    padding-right: 60px;
}
 .blog_detail .inner .left_col h2{
    color: #212529;
    margin: 3rem 0px;
}
 .blog_detail .inner .left_col p{
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    margin: 3rem 0px;
}
 .blog_detail .icon{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
 .blog_detail .icon span{
    font-size:16px;
    line-height: 1;
    color: #fff;
    padding: .25rem 1rem;
    font-weight: 600;
    margin-right: 1rem;
    margin-bottom: 0;
    background-color: #155fbf;
    border-radius: 12px;
    text-transform: uppercase;
}
 .blog_detail .icon a{
    height: 48px;
    width: 48px;
    margin-left: 16px;
    border-radius: 50%;
    background-color: #03178c;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
}
 .blog_detail .icon a:hover{
    background-color: #020f5a;
}
 .blog_detail .inner .left_col p:first-child{
    margin-top: 0px;
}
 .get_free{
    position: fixed;
     text-align: center;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    font-size: 16px;
    padding: 1em 2em;
    text-transform: uppercase;
    box-shadow: none;
    font-weight: 500;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    bottom: 0;
    right: 20px;
    z-index: 999;
    background-color: #49a7fb;
}
 .get_btn{
    display: none;
}
 .cart_page{
    height: 438px;
    position: relative;
    margin:200px 0px;
    text-align: center;
    text-align: center;
}
 .cart_page h1{
    font-size: 2rem;
    font-weight: 700;
    color: #03178c;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}
 .cart_page .btn{
    position: relative;
    z-index: 2;
}
 .cart_page img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
}
/* loding screen */
 .loding_screen{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
     align-items: center;
}
 .loding_screen .inner{
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
 .loding_screen .inner span{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #005594;
    animation: bounce 0.5s 0.3s linear infinite;
}
 .loding_screen .inner .img1{
    transform:translate(-26px, -26px);
}
 .loding_screen .inner .img2{
    transform: translate(-26px, 26px);
    animation-delay: 0.1s;
}
 .loding_screen .inner .img3{
    transform: translate(26px, -26px);
    animation-delay: 0.2s;
}
 .loding_screen .inner .img4{
    transform: translate(26px, 26px);
    animation-delay: 0.3s;
}
 @keyframes bounce {
    0%, 50%, 100% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
}
/* Subscribe Buton css */
 .mailpoet_form{
    display: flex;
}
 .mailpoet_paragraph .mailpoet_text {
    padding: 14px !important;
    margin: 0px auto 0px -13px !important;
}
 #mailpoet_form_1 .mailpoet_submit {
    padding: 1px !important;
    color: #fff;
}
 #mailpoet_form_1 .mailpoet_paragraph.last{
    margin-bottom: 20px !important;
}
 #mailpoet_form_1 form.mailpoet_form {
    justify-content: center;
    align-content: center;
}
/* contact form css */
 input.wpcf7-not-valid, .wpcf7-not-valid {
    border-color: red !important;
}
/* .wpcf7 .screen-reader-response, .wpcf7-response-output{
    display: none !important;
}
 */
 .wpcf7 .screen-reader-response {
    display: none !important;
}
 .current-menu-item a{
     color: #49a7fb;
}
 .pagenot_found{
    height: 350px;
    position: relative;
    margin: 130px 0px;
    text-align: center;
    text-align: center;
}
 .pagenot_found h1{
    font-size: 3rem;
    font-weight: 700;
    color: #03178c;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}
 #mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {
    width: 100% !important;
}
 .term_use .col_left {
    width: 380px;
    font-size: 16px;
    padding-left: 40px;
}
 .term_use .col_left li {
    font-weight: 600;
    text-decoration: none;
    color: #212529;
    font-size: 1.15rem;
    list-style: none;
    margin-bottom: 1rem;
    transition: 0.5s all ease;
    cursor: pointer;
}
 .term_use .col_left li:hover, .term_use .col_left li.active {
    color: #49a7fb;
}
 .term_use .col_left .tab_list {
    display: block;
    width: 340px;
}
 .term_use .row {
    display: flex;
    padding: 3rem 0;
}
 .term_use .row .col_right {
    /*padding: 4rem 0;
    */
    width: calc(100% - 380px);
    position: relative;
}
 .term_use .header_tab {
    margin-bottom: 3rem;
    text-align: center;
    margin-top: 50px;
    padding-left: 75px;
}
 .term_use .header_tab .header_title {
    border-color: #49a7fb;
    background-color: #49a7fb;
    color: #fff;
    line-height: 1;
    font-size: 1rem;
    padding: 1em 2em;
    text-transform: uppercase;
    box-shadow: none;
    border: none;
    cursor: pointer;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    border-radius: .35em;
    text-decoration: none!important;
    margin-right: 2.5rem;
}
 .term_use .header_tab .header_title:hover{
    border-color: #178ffa;
    background-color: #178ffa;
}
 .term_use .header_tab .header_title.active{
     border-color: #03178c;
    background-color: #03178c;
    color: #fff;
}
 .term_use .header_tab .header_title.active:hover{
     border-color: #020f5a;
    background-color: #020f5a;
}
 .term_use .detail_tab .tab_section p {
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
 .term_use .detail_tab .tab_section {
    display: none;
}
 .term_use .detail_tab .tab_section.active {
    display: block;
}
 body .mailpoet_paragraph .mailpoet_text{
    margin: 0 !important;
}
 .newsletter .in{
    padding-left: 0
}
 .contact_form p {
     color: #212529;
}
 #mailpoet_form_1 form.mailpoet_form{
    width: 100%
}
/* Get free button */
 .header-getfree{
    display: none;
}
 .pagination a:last-child, .pagination span:last-child {
     border-top-right-radius: .25rem;
     border-bottom-right-radius: .25rem;
     border-left: none;
}
 .def-page p{
     color:#000;
    word-break: break-all;
}
/*Free Page*/
 .page-template-free-page .banner h2{
    color:#BFE6FF;
}
 .page-template-free-page .banner{
    background-color: transparent;
}
 .form_section{
    margin: auto;
    width:100%;
    max-width: 600px;
}
 .form_section .in{
    width:100%;
    height:45px;
    margin-bottom:15px;
    border-radius:2px;
     border: 2px solid #ccc;
    padding:15px;
}
 .form_section .radio_btn p{
    display: inline-block;
    font-size: 20px;
}
 .form_section .checkbox-469 .wpcf7-list-item{
    position: relative;
}
 .form_section .checkbox-469 input{
    position: absolute;
     top: 8px;
    left: 0;
}
 .form_section .radio_btn .wpcf7-list-item{
    margin-left: 15px;
}
 .form_section .radio_btn .wpcf7-list-item .wpcf7-list-item-label{
    margin-left:10px;
}
 .form_section .checkbox-469 .wpcf7-list-item{
    display: block;
    margin-bottom: 25px;
    padding-left: 30px;
}
 .form_section .btn{
    float: right;
    font-size:16px;
    margin-top: 35px;
    margin-bottom: 50px;
}
 .wpcf7-not-valid-tip{
    display: none !important;
}
 .thank_pop{
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    z-index: 999;
    background-color: rgba(0,0,0,0.2);
    display: flex;
    display: none;
}
 .thank_pop.active{
    display: flex;
}
 .thank_pop .pop_center{
    width:500px;
    background-color: #fff;
    text-align:center;
    margin:auto;
    padding:30px;
    position:relative;
    padding-bottom:50px;
    border-radius:10px;
}
 .thank_pop .pop_center .close{
    position: absolute;
    top:10px;
    right: 20px;
    font-size:25px;
    color:#ccc;
}
 .thank_pop .pop_center h2{
    color:#020f59;
    margin-bottom:10px;
    margin-top:30px;
}
 .thank_pop .pop_center h3{
    color:#020f59;
    margin-bottom:10px;
}
 .thank_pop .pop_center span{
    color:#49a7fb;
    margin-bottom:10px;
    display:block;
}
 .thank_pop .pop_center p{
    color:#020f59;
    margin-bottom:10px;
}
 .thank_pop .pop_center a.btn{
    margin-right: 30px;
}
 .thank_pop .pop_center a.btn+a.btn{
    margin-right: 0px;
}
/*plan popup */
 .plan_popup{
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    z-index: 999;
    background-color: rgba(0,0,0,0.2);
    display: none;
}
 .plan_popup.active{
    display: flex;
}
 .plan_popup .pop_wraper{
    width:638px;
    background-color: #fff;
    text-align:center;
    margin:auto;
    position:relative;
    padding-bottom:50px;
    border-radius:1rem;
}
 .plan_popup .top_title{
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
     background-color: #020f59;
    padding: 54px 0px;
}
 .plan_popup .top_title h2{
    color: #3098D9;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 0;
}
 .plan_popup .pop_wraper .close{
    position: absolute;
    top:10px;
    right: 20px;
    font-size:20px;
    color:#fff;
    font-weight:normal;
}
 .plan_popup .plan_detail {
    margin: 42px 39px 26px 45px;
    background-color: #F2F2F2;
    padding:60px 30px;
}
 .plan_popup .plan_detail .center_part{
}
 .plan_popup .plan_detail .center_part .sub_month{
    float:left;
    font-size:17px;
    color:#000;
}
 .plan_popup .plan_detail .center_part .sub_month lable{
    background-color: #020f59;
    color: #49a7fb;
    font-weight: 700;
    font-size: 30px;
    padding: 10px 20px;
    box-shadow: 0 1px 4px #000;
}
 .plan_popup .plan_detail .center_part .sub_month span{
    margin-left:10px;
    display: inline-block;
}
 .plan_popup .plan_detail .center_part .price_amount{
    float:right;
    font-size:17px;
    font-weight:700;
}
 .plan_popup .btn_part a:first-child{
    margin-right: 30px;
}
 .plan_popup .btn_part a{
    padding: 10px 15px;
    font-size: 13px;
    background-color: #3098D9;
}
/*Cart Page*/
 .cart_page_data{
    max-width: 1091px;
    margin: auto;
    padding: 0;
    width:100%;
}
 .cart_page_data .pro_remove a{
    line-height: normal !important;
    padding: 10px 15px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    border-radius: .35em !important;
    text-decoration: none !important;
    background-color: #49a7fb !important;
    background-color: #49a7fb !important;
    color: #fff !important;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 13px;
    margin-left:10px;
}
 .cart_page_data .pro_tumb {
    width:158px;
    height:123px;
    display: inline-block;
    vertical-align: middle;
}
 .cart_page_data .pro_tumb a{
    display: block;
    text-align: center;
}
 .cart_page_data .pro_tumb img{
    width:100% !important;
}
 .cart_page_data .pro_name {
    display: inline-block;
    margin-left: 30px;
}
 .cart_page_data .pro_name strong{
    font-size: 17px;
}
 .cart_page_data .pro_name a{
    font-size: 17px;
}
 .cart_page_data .pro_remove {
    display: inline-block;
}
 .cart_page_data table{
    border-radius:0 !important;
    border:none !important;
}
 .cart_page_data thead{
    border-radius:0 !important;
    border:none !important;
}
 .cart_page_data thead tr {
    border-radius:0 !important;
    border:none !important;
}
 .cart_page_data thead tr th{
    background-color: #E5E5E5;
    text-transform:uppercase;
    border-radius:0 !important;
     padding: 17px 12px !important;
    border:none !important;
    font-size: 18px;
    color: #000;
}
 .cart_page_data tbody{
    border:none !important;
}
 .cart_page_data .product-price .amount,.cart_page_data .product-subtotal .amount{
    font-weight: 700;
}
 .cart_page_data tbody tr td{
    background-color: #F2F2F2;
    text-transform:uppercase;
    border-radius:0 !important;
     padding: 17px 12px !important;
    font-size: 17px;
    color: #000;
}
 .cart_page_data .cart_totals{
    width:20% !important;
}
 .cart_page_data .cart_totals tableble{
    border:none;
}
 .cart_page_data .cart_totals table th,.cart_page_data .cart_totals table td{
    border:none;
    padding: 15px 15px !important;
     text-align: center;
}
 .cart_page_data .cart_totals .btn{
    line-height: normal !important;
    padding: 10px 15px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    border-radius: .35em !important;
    text-decoration: none !important;
    background-color: #49a7fb !important;
    color: #fff !important;
    height: auto;
    font-size: 13px !important;
    margin-left: 10px;
    width: 140px;
    float: right;
}
 .cart-empty{
    display: none;
}
 .woocommerce-additional-fields h3{
    display: none;
}
/*Checkout page*/
 .checkout_part{
    clear: both;
}
 .checkout_part .col-1 #customer_details label,.checkout_part .col-1 #billing_country_field{
    display: none;
}
 .checkout_part .col-1 input{
    border:2px solid #676060;
    font-size:17px;
    height:44px;
    padding:15px;
}
 .checkout_part .col-1 input:placeholder{
    color:#C9C9C9;
}
 .wc_payment_method.payment_method_paypal label{
    font-size: 0;
}
 .payment_box{
    display: none !important;
}
 .checkout_part .customer_details h2{
    text-align: left;
    margin-bottom: 15px;
    font-size: 30px;
}
 .checkout_part .customer_details h3{
    text-align: left;
     text-transform: uppercase;
    font-size: 18px;
    font-weight:700;
    margin-bottom: 25px;
}
 .checkout_part .customer_details .form-row{
    width: 48%;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
 .checkout_part .order_data{
    width: 60%;
    float: right;
    background-color:#E5E5E5;
     padding: 15px 15px 0px 15px;
}
 .checkout_part .order_data h3{
    text-align: left;
    font-size:20px;
    color:#020f59;
    font-weight:700;
}
 .checkout_part .order_data .shop_table{
    border:none !important;
}
 .checkout_part .order_data .shop_table th{
    border:none !important;
    padding: 0;
    font-size: 20px;
}
 .checkout_part .order_data .shop_table td{
    border:none !important;
    padding: 0;
    text-align: right;
}
 .checkout_part .order_data .shop_table td.product-name{
    text-align: left;
}
 .checkout_part .order_data .shop_table .order-total td{
    color:#49a7fb;
    font-size:20px;
}
 .checkout_part .order_data .shop_table td p {
    font-size:18px;
    margin-bottom: 0;
}
 .checkout_part .order_data .shop_table tr{
    border:none !important;
}
 .checkout_part .order_data .shop_table tr.cart_item td{
    padding: 5px 0 12px 0;
    font-size: 18px;
}
 .payment_section {
    margin-top: 30px;
    text-align: left;
    width: 48%;
    padding-right: 10px;
}
 .payment_section .payment_method_paypal label img{
    max-height: inherit !important;
    width:100%;
}
 .payment_section h3 {
    font-size:30px;
    color:#03178C;
    font-weight:700;
    margin: 45px 0 25px;
}
 .payment_section #payment {
    background-color: transparent !important;
    padding:90px 0 0 0 !important;
    position:relative;
}
 .payment_section .payment_methods{
    border-bottom: 0 !important;
    padding: 10px 0 35px 0 !important;
}
 .payment_section .form-row.place-order {
    padding: 0 !important;
}
 .payment_section .woocommerce-privacy-policy-text p,.payment_section .woocommerce-privacy-policy-text a{
    font-size:18px;
    line-height: 25px;
}
 .payment_section #place_order{
     line-height: normal !important;
    padding: 10px 15px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    border-radius: .35em !important;
    text-decoration: none !important;
    /*background-color: #49a7fb !important;
    color: #fff !important;
    */
    display: inline-block;
    float: left !important;
    margin-left: 0;
    background-image: url(assets/images/site/pay_pal.png);
    width: 127px !important;
    height: 110px;
    font-size: 0;
    position:absolute;
    top:0;
    z-index:9;
    background-repeat:no-repeat;
}
/*.payment_section #place_order:hover{
     background-color: #178ffa !important;
}
*/
 .payment_section .wc_payment_method.payment_method_paypal{
    display: none;
}
 .payment_section .woocommerce-checkout-payment .button:after{
    background-image: url(assets/images/site/payment.png);
    width:443px;
    height:110px;
    position: absolute;
    content: '';
    left:160px;
    top:0;
    pointer-events: none;
    background-repeat:no-repeat;
}
 .woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error{
    max-width:376px;
    width:100%;
    float: left;
    background-color:#49a7fb;
     padding:30px;
    border-top:0;
}
 .woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error li{
    color:#fff;
    text-align:left;
    font-size:17px;
}
 .woocommerce-checkout .woocommerce-error::before{
    display: none;
}
/*Thank you page*/
 .thank_page {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width:100%;
    max-width:970px;
    margin: auto;
    padding:87px 0 350px 0;
}
 .thank_page .thank_image{
    width:28%;
}
 .thank_page .thank_image img{
    width: 100%;
}
 .thank_page .thank_text{
    width:68%;
    text-align: left;
}
 .thank_page .thank_text h3{
     font-size: 32px;
    font-weight: 700;
    color: #03178C;
}
 .thank_page .thank_text h3 br{
    display: none;
}
 .thank_page .thank_text p{
    font-size:20px;
    color:#020F59;
}
 .testing_effect.version_two .right_col p {
    color: #ffffff;
    background-image: url(assets/images/site/right.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
}
 .visite_faq {
    padding:8rem 0 4rem;
}
 .map_info {
    background: #155FBF;
}
 .map_info .columns {
    display:flex;
     width:100%;
}
 .map_info .columns .column {
    width:100%;
}
 .map_info .columns .column:first-child {
    width:100%;
    max-width:800px;
    display:flex;
    justify-content:center;
    align-items:center;
}
 .map_info .columns .column h3 {
    font-size: 2.813rem;
     color: #fff;
    margin-bottom:30px;
}
 .map_info .columns .column ul li {
    list-style:none;
    color:#fff;
    font-size:18.2px;
    line-height:29px;
    margin-bottom:15px;
    display: flex;
    align-items: self-start;
}
 .map_info .columns .column ul li img {
    height: 24px;
    width: 24px;
    object-fit: contain;
    object-position: center;
    margin-right: 15px;
    margin-top: 5px;
}
 .visite_faq h2 a{
    font-weight: bold;
    font-size: 32px;
    color: #fff;
}
 div#wpcf7-f1245-o1 p {
    text-align: left;
}
 div#wpcf7-f1245-o1 p {
    margin: 0;
}
 div#wpcf7-f1245-o1 p label {
    font-size: 14px;
}
 div#wpcf7-f1245-o1 p label span:not(.wpcf7-list-item-label) {
    color: #ff0000;
}
 .contact_form div#wpcf7-f1245-o1 p .in {
    margin-bottom: 0.5rem;
}
 span.wpcf7-list-item {
    margin-right: 40px;
}
 span.wpcf7-list-item .wpcf7-list-item-label {
    margin-left: 15px;
}
 span.wpcf7-form-control-wrap.gebruiker {
    display: block;
    margin-bottom: 20px;
}
 @media only screen and (max-width: 767px) {
     header .brand {
        max-width: 40px;
    }
     header .brand img {
        width: 100%;
        max-width: 40px;
    }
     .map_info .columns {
        flex-direction: column;
    }
     .map_contact {
        padding: 30px;
    }
}
 .buttons-container {
     display: flex;
     max-width: 800px;
     width: 100%;
}
 .buttons-container h2 {
     font-size: 22px;
     font-weight: 500;
     color: #ffffffff;
     margin-top: 20px;
}
 .buttons-container .left_col, .buttons-container .right_col {
     width: 50%;
     margin-right: 20px;
}
 .banner .buttons-container .btn.btn-same-width {
     width: 100%;
     margin-top: 1rem;
     text-transform: unset;
}
/* Course Schedule Styling */
 .schedule-container {
     width: 100%;
     display: flex;
     flex-wrap: nowrap;
     justify-content: center;
}
 table.course-schedule {
     border: none;
     width: 100%;
     background: #fff;
}
 .course-schedule thead tr{
     background-color: #242F38;
}
 .course-schedule thead tr th {
     font-size: 14px;
     position: relative;
     color: #fff;
     font-weight: 500;
     text-align: center;
     border: none;
     width: 50%;
     height: 45px;
}
 span.location-icon {
     display: block;
     height: 25px;
     width: 25px;
     position: absolute;
     background-image: url("assets/images/gps.png");
     background-repeat: no-repeat;
     background-position: center;
     background-size: 25px 25px;
     top: 9px;
     right: -12px;
}
 .course-schedule tbody tr.collapse td {
     padding: 0;
     margin: 0;
}
 .course-schedule tbody tr.collapse span{
     position: relative;
     display: block;
     background: #BDBBBC;
     cursor: pointer;
     user-select: none;
     width: 100%;
     line-height: 35px;
     text-align: center;
     font-size: 12px;
     color: #000;
}
 .course-schedule tbody tr.collapse span:before{
     content: "";
     position: absolute;
     width: 10px;
     height: 10px;
     top: 50%;
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     right: 10px;
     background: url("assets/images/down-chevron.png") no-repeat;
     background-size: cover;
     transition: .5s;
}
 .course-schedule tbody tr.active span:before{
     top: 40%;
     transform: rotate(-180deg);
}
 .course-schedule tbody tr.collapse td .table_wrapper {
     max-height: 0px;
     overflow: hidden;
     transition: max-height .5s;
}
 .course-schedule tbody tr.active td .table_wrapper {
     max-height: 400px;
     transition: max-height 1s;
}
 .course-schedule tbody tr.collapse td .table_wrapper table.table_inner {
     margin: 0;
     width: 100%;
}
 .course-schedule tbody tr.collapse td .table_wrapper table.table_inner tbody tr td {
     font-size: 12px;
     color: #000;
     text-align: center;
     border: 1px solid #BDBBBC;
     width: 50%;
     height: 25px;
}


/* Custom styles 
 ------------------------------------------------------------------------------------*/
 

.newsletter h2,
.newsletter h3 {
    text-transform: uppercase;
    padding: 0 15%;
}

.newsletter h2 {
    font: normal normal bold 30px/49px Roboto;
    color: #020F59;
 }
.newsletter h3 {
    font: normal normal normal 20px/32px Roboto;
    color: #020F59;
}



.toggle-switch-wrapper h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.toggle-switch-wrapper .switch-bar {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
    /* Direct input element */
    /* Direct span element */
}
.toggle-switch-wrapper .switch-bar > input {
    appearance: none;
    z-index: -1;
    position: absolute;
    right: 6px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.38);
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s 0.1s, transform 0.2s 0.1s;
    /* Input: checked */
    /* Input: active */
    /* Input: disabled */
}
.toggle-switch-wrapper .switch-bar > input:checked {
    right: -10px;
    background-color: #e6e6e6;
}
.toggle-switch-wrapper .switch-bar > input:checked + span::before {
    background-color: #e6e6e6;
}
.toggle-switch-wrapper .switch-bar > input:checked + span::after {
    background-color: #020f59;
    transform: translateX(16px);
}
.toggle-switch-wrapper .switch-bar > input:checked:active + span::before {
    background-color: #e6e6e6;
}
.toggle-switch-wrapper .switch-bar > input:checked:disabled + span::before {
    background-color: #bfdbda;
}
.toggle-switch-wrapper .switch-bar > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}
.toggle-switch-wrapper .switch-bar > input:active + span::before {
    background-color: #8f8f8f;
}
.toggle-switch-wrapper .switch-bar > input:disabled {
    opacity: 0;
}
.toggle-switch-wrapper .switch-bar > input:disabled + span::before {
    background-color: #ddd;
}
.toggle-switch-wrapper .switch-bar > input:disabled + span::after {
    background-color: #61b5b4;
}
.toggle-switch-wrapper .switch-bar > span {
    /* Track */
    /* Thumb */
}
.toggle-switch-wrapper .switch-bar > span::before {
    content: "";
    display: inline-block;
    margin: 9px 0 0;
    border-radius: 7px;
    width: 36px;
    height: 14px;
    background-color: #e6e6e6;
    vertical-align: top;
    transition: background-color 0.2s, opacity 0.2s;
}
.toggle-switch-wrapper .switch-bar > span::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 16px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #020f59;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: background-color 0.2s, transform 0.2s;
}

/* 
 Homepage
 ------------------------------------------------------------------------------------*/
body.home .home__effective {
    background: #EBEBEB;
    padding: 4rem 0;
}

    /* Effective */

    body.home .home__effective section {
        display: flex;
        margin-bottom: 4rem;
    }

    body.home .home__effective section:last-child {
        margin-bottom: unset;
    }

    body.home .home__effective section > div {
        width: 50%;
        color: #222222;
        align-items: center;
        display: flex;
    }

    body.home .home__effective section > div:first-child{
        margin-right: 20px;
    }

    body.home .home__effective section > div:last-child{
        margin-left: 20px;
    }

    body.home .home__effective section > div h2,
    body.home .home__effective section > div p {
        color: inherit;
    }

    body.home .home__effective section > div h2 {
        font: normal normal bold 20px/32px Roboto;
        color: #3098D9;
    }

    /* Programs */
    body.home .home__programs {
        background: #155FBF;
        padding: 4rem 0;
    }

        body.home .home__programs h2 {
            font: normal normal 500 30px/49px Roboto;
            color: #BFE6FF;
            text-transform: uppercase;
            margin-bottom: 4rem;
        }

        body.home .home__programs h3 {
            color: #fff;
            font-weight: 500;
        }

        body.home .home__programs section.with-bg {
            background: url('./assets/pages/home/programs.png') no-repeat 60% -60px;
            min-height: 538px;
            padding-top: 80px;
        }

        body.home .home__programs section .foot-note {
            display: flex;
            align-items: center;
            margin-top: 2rem;
        }

        body.home .home__programs section .foot-note h3 {
            padding-left: 15%;
            padding-right: 20px;
            width: 70%;
        }

        body.home .home__programs section .foot-note .btn{
            font: normal normal normal 18px/29px Roboto;
            letter-spacing: 0px;
            color: #FFFFFF;
            white-space: nowrap;
            font-weight: 300;
        }
        
        body.home .home__programs section article {
            display: flex;
            justify-content: space-between;
            margin-bottom: 30px;
        }

            body.home .home__programs section article > div {
                background: #020F59;
                display: inline-block;
                font: normal normal 500 20px/32px Roboto;
                color: #FFFFFF;
                text-transform: uppercase;
                padding: 20px;
                border-radius: 20px;
                align-self: center;
            }

            body.home .home__programs section article > div.tail {
                position: relative;
                top: 65px;
                left: 30%;
            }

    /* Platform */
    body.home .home__platform {
        padding: 4rem 0;
    }
        body.home .home__platform h2 {
            color: #020F59;
            margin-bottom: 4rem;
            text-align: center;
        }
        

        body.home .home__platform .wrapper .inner {
            display: flex;
        }

        body.home .home__platform .wrapper .inner .col {
            width: 50%;
            text-align: center;
            padding: 0 2rem;

            font: normal normal normal 18px/32px Roboto;
            letter-spacing: 0px;
            color: #222222;
            opacity: 1;
        }

        body.home .home__platform .wrapper .inner .col > .image{
            background: #EBEBEB;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            text-align: center;
            line-height: 300px;
            display: inline-block;
            margin-bottom: 4rem;
        }

        body.home .home__platform .wrapper .inner .col > .image img {
            display: inline-block;
            vertical-align: middle;
        }
        
        body.home .home__platform .wrapper .inner .col h3{
            color: #3098D9;
        }

        body.home .home__platform .wrapper .inner .col p{ 
            color: inherit;
        }


/* 
 Over page
 ------------------------------------------------------------------------------------*/
 body.page-id-140 {

 }

    /* Who we are */

    body.page-id-140 .who_we_are h2 {
        font: normal normal bold 20px/32px Roboto;
        color: #3098D9;
    }

    body.page-id-140 .who_we_are .right_col img{
        max-width: 300px;
        max-height: 300px;
    }


    /* About */

    body.page-id-140 .about_result_method h2 {
        font: normal normal bold 30px/49px Roboto;
        color: #FFFFFF;
        text-transform: uppercase;
    }

    body.page-id-140 .about_result_method p {
        font: normal normal normal 20px/32px Roboto;
    }


/* 
 Tutorials page
 ------------------------------------------------------------------------------------*/
 body.page-template-tutorials {

 }

    body.page-template-tutorials .reaview_course .left_col {
        min-width: 652px;
    }

    body.page-template-tutorials .reaview_course h2 {
        font: normal normal bold 20px/32px Roboto;
        letter-spacing: 0px;
        color: #3098D9;
        text-align: left;
    }

    body.page-template-tutorials .reaview_course {
        color: #222222;
    }

    body.page-template-tutorials .expertbank_exam_model h3{
        color: #3098D9;
        margin-bottom: 2rem;
    }

    body.page-template-tutorials .measure_progress h2{
        margin-bottom: 2rem;
        font: normal normal bold 30px/49px Roboto;
        letter-spacing: 0px;
        color: #BFE6FF;
        text-transform: uppercase;
    }



/* 
 Blog page
 ------------------------------------------------------------------------------------*/
 body.blog {

 }
    body.blog .blog_blog article {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }
        body.blog .blog_blog article h3 {
            display: flex;
            align-items: self-start;

            font: normal normal bold 20px/32px Roboto;
            letter-spacing: 0px;
            color: #1D1D1D;
            text-transform: uppercase;
            
        }

        body.blog .blog_blog article h3 a.link {
            margin-bottom: unset;
            font: normal normal bold 20px/32px Roboto;
            letter-spacing: 0px;
            color: #1D1D1D;
        }

        body.blog .blog_blog article .foot-note {
            margin-top: 20px;
        }

        body.blog .blog_blog article .foot-note .date{
            font: normal normal normal 18px/32px Roboto;
            letter-spacing: 0px;
            color: #3098D9;
        }

        body.blog .blog_blog .pagination .page-numbers {
            min-width: 49px;
            height: 49px;
            margin: 0 3px;

            background: #BFBFBF;
            font: normal normal bold 16px/21px Roboto;
            letter-spacing: 0px;
            color: #FFFFFF;

            line-height: 49px;
            padding: 0 15px;
        }

        body.blog .blog_blog .pagination .page-numbers.current {
            background: #3098D9;
        }


/* 
 Blog page
 ------------------------------------------------------------------------------------*/
body.page-template-educational-offers {

}

    body.page-template-educational-offers .banner .col {
        min-height: 400px;
    }

    /* Banner Buttons*/

    body.page-template-educational-offers .banner .buttons-container,
    body.tax-tax_education .banner .buttons-container,
    body.tax-tag_education .banner .buttons-container {
        max-width: unset;
    }

    .banner p {
        font: normal normal normal 20px/32px Roboto;
        color: #BFE6FF;
    }

    body.page-template-educational-offers .banner .buttons-container .left_col,
    body.tax-tax_education .banner .buttons-container .left_col,
    body.tax-tag_education .banner .buttons-container .left_col{
        width: unset;
    }

    body.page-template-educational-offers .banner .buttons-container .left_col ul li, 
    body.tax-tax_education .banner .buttons-container .left_col ul li,
    body.tax-tag_education .banner .buttons-container .left_col ul li {
        display: inline-block;
        margin-right: 15px;
    }

    body.tax-tax_education .banner .buttons-container .left_col p,
    body.tax-tag_education .banner .buttons-container .left_col p {
        margin-bottom: unset;
    }

    /* Pretexts */

    body.page-template-educational-offers .reaview_course.pre-text .wrapper {
        justify-content: unset;
    }

    body.page-template-educational-offers .reaview_course {
        background: #EBEBEB;
    }

    body.page-template-educational-offers .reaview_course .wrapper {
        padding-bottom: unset;
        justify-content: center;
    }

    /* Alternating Contents */

    body.page-template-educational-offers .reaview_course.e_reaview_course {
        background: #FFFFFF;
    }

        body.page-template-educational-offers .reaview_course.e_reaview_course .wrapper {
            padding-bottom: 4rem;
        }

        body.page-template-educational-offers .reaview_course .right_col {
            text-align: left;
        }

        body.page-template-educational-offers .reaview_course .right_col h3 {
            font: normal normal bold 20px/32px Roboto;
            letter-spacing: 0px;
            color: #3098D9;
        }

        body.page-template-educational-offers .reaview_course .right_col p {
            font: normal normal normal 18px/32px Roboto;
            letter-spacing: 0px;
            color: #222222;
        }


/* 
 Education category (or term) page
 ------------------------------------------------------------------------------------*/
 body.tax-tax_education .education_landing .wrapper,
 body.tax-tag_education .education_landing .wrapper {

 }
    body.tax-tax_education .education_landing .wrapper,
    body.tax-tag_education .education_landing .wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: unset;
        background: #F2F2F2;
    }

        body.tax-tax_education .education_landing .wrapper .side-panel,
        body.tax-tag_education .education_landing .wrapper .side-panel {
            min-width: 400px;
            max-width: 400px;
            font: normal normal normal 18px/24px Roboto;
            padding: 2rem 0;
        }

            .education_landing .wrapper .side-panel section {
                padding: 1rem 2rem 0;
                border-bottom: 1px solid #DEDEDE;
            }

            .education_landing .wrapper .side-panel > h3,
            .education_landing .wrapper .side-panel > h3 a{
                font: normal normal bold 20px/32px Roboto;
                letter-spacing: 0px;
                color: #020F59;
                text-decoration: none;
            }

            .education_landing .wrapper .side-panel > h3 {
                padding: 0 2rem;
            }

            .education_landing .wrapper .side-panel ul {
                list-style: none inside;
            }

            .education_landing .wrapper .side-panel ul li > a {
                padding: 0.75rem 0;
            }

            .education_landing .wrapper .side-panel ul li,
            .education_landing .wrapper .side-panel ul li a{
                color: #1D1D1D;
            }

            .education_landing .wrapper .side-panel ul li input[type=checkbox] {
                margin-right: 10px;
                border: 2px solid #C9C9C9;
                border-radius: 3px;
                background: #FFFFFF 0% 0% no-repeat padding-box;
                width: 20px;
                height: 20px;
            }

            /* Tags */
            .education_landing .wrapper .side-panel section.tags h4{
                font: normal normal bold 20px/32px Roboto;
                letter-spacing: 0px;
                color: #020F59;
            }

                .education_landing .wrapper .side-panel section.tags ul li {
                    padding: unset;
                }
            
                .education_landing .wrapper .side-panel section.tags ul li label {
                    display: flex;
                    justify-content: flex-start;
                    font: normal normal normal 18px/46px Roboto;
                    letter-spacing: 0px;
                    color: #1D1D1D;
                    align-items: center;
                    cursor: pointer;
                }

            /* Sub Categories */

            .education_landing .wrapper .side-panel section.sub-categories {
                padding: unset;
            }

                .education_landing .wrapper .side-panel section.sub-categories ul {
                    display: block;
                }

                .education_landing .wrapper .side-panel section.sub-categories ul li a{
                    width: 100%;
                }

    

                .education_landing .wrapper .side-panel section.sub-categories > ul > li > ul > li {
                    border-bottom: 1px solid #DEDEDE;
                    padding: 0 2rem 0
                }
                .education_landing .wrapper .side-panel section.sub-categories > ul > li > ul > li:last-child {
                    border-bottom: unset;
                }

                /* Show in Tag template */
                body.tax-tag_education .education_landing .wrapper .side-panel section.sub-categories > ul > li,
                body.tax-tag_education .education_landing .wrapper .side-panel section.sub-categories > ul > li ul.children{
                    display: block;
                }



                /* Active LI */
                .education_landing .wrapper .side-panel section.sub-categories > ul > li > ul > li.active{
                    
                }
                .education_landing .wrapper .side-panel section.sub-categories > ul > li > ul > li.active ul.children {
                    display: block;
                }

                /* Open/close icon for Loose EPA's only! */
                body._ec-parent-education-category-34 .education_landing .wrapper .side-panel section.sub-categories > ul > li > ul > li,
                body._ec-parent-education-category-35 .education_landing .wrapper .side-panel section.sub-categories > ul > li > ul > li.cat-item-113 { /* Cursussen > Overig*/
                    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" height="256" viewBox="0 0 256 256" xml:space="preserve"><defs></defs><g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)" ><path d="M 90 24.25 c 0 -0.896 -0.342 -1.792 -1.025 -2.475 c -1.366 -1.367 -3.583 -1.367 -4.949 0 L 45 60.8 L 5.975 21.775 c -1.367 -1.367 -3.583 -1.367 -4.95 0 c -1.366 1.367 -1.366 3.583 0 4.95 l 41.5 41.5 c 1.366 1.367 3.583 1.367 4.949 0 l 41.5 -41.5 C 89.658 26.042 90 25.146 90 24.25 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round" /></g></svg>');
                    background-repeat: no-repeat;
                    background-position: calc(100% - 20px) 16px;
                    background-size: 15px 15px;
                }
                body._ec-parent-education-category-34 .education_landing .wrapper .side-panel section.sub-categories > ul > li > ul > li.active,
                body._ec-parent-education-category-35 .education_landing .wrapper .side-panel section.sub-categories > ul > li > ul > li.cat-item-113.active { /* Cursussen > Overig*/
                    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" height="256" viewBox="0 0 256 256" xml:space="preserve"><defs></defs><g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)" ><path d="M 90 65.75 c 0 0.896 -0.342 1.792 -1.025 2.475 c -1.366 1.367 -3.583 1.367 -4.949 0 L 45 29.2 L 5.975 68.225 c -1.367 1.367 -3.583 1.367 -4.95 0 c -1.366 -1.367 -1.366 -3.583 0 -4.95 l 41.5 -41.5 c 1.366 -1.367 3.583 -1.367 4.949 0 l 41.5 41.5 C 89.658 63.958 90 64.854 90 65.75 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round" /></g></svg>');
                }


                .education_landing .wrapper .side-panel section.sub-categories > ul > li > ul > li ul.children {
                    display: none;
                }
                
                .education_landing .wrapper .side-panel section.sub-categories > ul > li.all{
                    display: block;
                    padding-left: 2rem;
                    border-bottom: 1px solid #DEDEDE;
                }

                .education_landing .wrapper .side-panel section.sub-categories > ul > li.all > a {
                    display: block;
                }

                .education_landing .wrapper .side-panel section.sub-categories > ul > li,
                .education_landing .wrapper .side-panel section.sub-categories > ul > li ul.children {
                    display: none;
                }

                .education_landing .wrapper .side-panel section.sub-categories > ul > li:last-child {
                    border-bottom: unset;
                }

                .education_landing .wrapper .side-panel section.sub-categories ul li.current-cat > a,
                .education_landing .wrapper .side-panel section.sub-categories ul li.current-cat-ancestor > a {
                    font-weight: bold;
                }
                
                /* Level-0 */
                .education_landing .wrapper .side-panel section.sub-categories > ul > li > a {
                    display: none;
                }

                /* Show in Tags template */
                body.tax-tag_education .education_landing .wrapper .side-panel section.sub-categories > ul > li > a {
                    font-weight: bold;
                    display: block;
                    padding-left: 2rem;
                    padding-right: 2rem;
                    display: inline-block;
                    padding-top: 1rem;
                    background: #e9e9e9;
                }

                /* 1st level */
                .education_landing .wrapper .side-panel section.sub-categories > ul > li.current-cat,
                .education_landing .wrapper .side-panel section.sub-categories > ul > li.current-cat-ancestor{
                    display: block;
                }
                
                .education_landing .wrapper .side-panel section.sub-categories > ul > li.current-cat > ul.children,
                .education_landing .wrapper .side-panel section.sub-categories > ul > li.current-cat-ancestor > ul.children {
                    display: block;
                }

                .education_landing .wrapper .side-panel section.sub-categories > ul > li > ul > li.current-cat > ul,
                .education_landing .wrapper .side-panel section.sub-categories > ul > li > ul > li.current-cat-ancestor > ul {
                    display: block;
                }

                /* 3rd level */
                .education_landing .wrapper .side-panel section.sub-categories > ul > li > ul > li > ul {
                    display: none;
                }

                    .education_landing .wrapper .side-panel section.sub-categories > ul > li > ul > li > ul > li {
                        padding-left: 1rem;
                    }

        .education_landing .wrapper .right-panel section.with-filter article {
            display: none;
        }

        .education_landing .wrapper .right-panel section.with-filter article.found {
            display: block;
        }

        /* Right Panel */
        body.tax-tax_education .education_landing .wrapper .right-panel,
        body.tax-tag_education .education_landing .wrapper .right-panel {
            width: 100%;
            background: #ffffff;
            padding: 2rem;
        }

            /* Search wrapper */
            body.tax-tax_education .education_landing .wrapper .right-panel .search-wrapper,
            body.tax-tag_education .education_landing .wrapper .right-panel .search-wrapper {
                margin-bottom: 2rem;
            }

            body.tax-tax_education .education_landing .wrapper .right-panel .search-wrapper form,
            body.tax-tag_education .education_landing .wrapper .right-panel .search-wrapper form {
                background: #FFFFFF 0% 0% no-repeat padding-box;
                border: 1px solid #E6E6E6;
                border-radius: 5px;
                padding: 10px 10px;
                max-width: 350px;
                
            }

                body.tax-tax_education .education_landing .wrapper .right-panel .search-wrapper form,
                body.tax-tag_education .education_landing .wrapper .right-panel .search-wrapper form {
                    display: flex;
                    justify-content: space-between;
                }

                body.tax-tax_education .education_landing .wrapper .right-panel .search-wrapper input[type=text],
                body.tax-tag_education .education_landing .wrapper .right-panel .search-wrapper input[type=text] {
                    border: transparent;
                    width: 100%;
                    font: normal normal normal 18px/24px Roboto;
                    letter-spacing: 0px;
                    color: #555555;
                }

                body.tax-tax_education .education_landing .wrapper .right-panel .search-wrapper .search-btn,
                body.tax-tag_education .education_landing .wrapper .right-panel .search-wrapper .search-btn {
                    width: 20px;
                    height: 20px;
                    background: url('assets/images/search.png');
                    background-position: center;
                    overflow: hidden;
                    text-indent: -999px;
                    border: none;
                }

                body.tax-tax_education .education_landing .wrapper .right-panel section article.is-hidden,
                body.tax-tag_education .education_landing .wrapper .right-panel section article.is-hidden {
                    display: none!important;
                }
                
            body.tax-tax_education .education_landing .wrapper .right-panel section article,
            body.tax-tag_education .education_landing .wrapper .right-panel section article {
                font: normal normal normal 18px/32px Roboto;
                letter-spacing: 0px;
                color: #555555;

                background: #FFFFFF;
                border: 1px solid #DEDEDE;
                border-radius: 5px;
                padding: 1rem;
                margin-bottom: 1rem;
            }

                body.tax-tax_education .education_landing .wrapper .right-panel section article h2.title,
                body.tax-tag_education .education_landing .wrapper .right-panel section article h2.title {
                    font: normal normal bold 20px/32px Roboto;
                    letter-spacing: 0px;
                    color: #3098D9;
                    text-transform: uppercase;
                }

                body.tax-tax_education .education_landing .wrapper .right-panel section article p,
                body.tax-tag_education .education_landing .wrapper .right-panel section article p {
                    color: inherit;
                }

                /* Foot note */
                body.tax-tax_education .education_landing .wrapper .right-panel section article .foot-note,
                body.tax-tag_education .education_landing .wrapper .right-panel section article .foot-note {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                }

                    /* Tags */
                    body.tax-tax_education .education_landing .wrapper .right-panel section article .foot-note .tags,
                    body.tax-tag_education .education_landing .wrapper .right-panel section article .foot-note .tags {
                        font: normal normal normal 14px/32px Roboto;
                        letter-spacing: 0px;
                        color: #717171;
                        padding-left: 25px;
                        background: url('assets/images/tag.png') no-repeat left center;
                    }
                        body.tax-tax_education .education_landing .wrapper .right-panel section article .foot-note .tags a,
                        body.tax-tag_education .education_landing .wrapper .right-panel section article .foot-note .tags a {
                            color: #717171;
                            text-decoration: none;
                        }
                        

                    /* Actions */
                    body.tax-tax_education .education_landing .wrapper .right-panel section article .foot-note .actions {
                        display: flex;
                    }
                    body.tax-tax_education .education_landing .wrapper .right-panel section article .foot-note .actions .btn,
                    body.tax-tag_education .education_landing .wrapper .right-panel section article .foot-note .actions .btn {
                        display: inline-block;
                        font-size: 16px;
                        border: none;
                        cursor: pointer;
                        max-height: 37px;
                        line-height: 37px;
                        padding: 0 15px;
                        font-weight: normal;
                        margin-left: 10px;
                        white-space: nowrap;
                    }

                    body.tax-tax_education .education_landing .wrapper .right-panel section article .foot-note .actions .btn.more-info,
                    body.tax-tag_education .education_landing .wrapper .right-panel section article .foot-note .actions .btn.more-info {
                        background: #ffffff;
                        color: #020F59;
                        border: 1px solid #020F59;
                    }

                    body.tax-tax_education .education_landing .wrapper .right-panel section article .foot-note .actions .btn.register,
                    body.tax-tag_education .education_landing .wrapper .right-panel section article .foot-note .actions .btn.register {
                        background: #020F59;
                        color: #fff;
                        border: 1px solid #020F59;
                    }

            /* Pagination */
            body.tax-tax_education .education_landing .wrapper .right-panel .pagination-wrapper,
            body.tax-tag_education .education_landing .wrapper .right-panel .pagination-wrapper {
                margin: 2rem 0;
            }


/* 
 Education single
 ------------------------------------------------------------------------------------*/
 body.single-cpt_education {

 }

    body.single-cpt_education .banner p,
    body.single-cpt_education .banner a.education_accreditation_note {
        font: normal normal normal 20px/32px Roboto;
        letter-spacing: 0px;
        color: #EAF7FF;
    }

    body.single-cpt_education .banner a, body.single-cpt_education .banner .focus-text {
        color: #3098D9;
        font-weight: bold;
    }

    body.single-cpt_education .banner a.btn {
        color: #fff;
    }

    body.single-cpt_education .banner .buttons-container {
        max-width: unset;
        align-items: start;
    }

        body.single-cpt_education .banner .buttons-container .schedule {
            background: #F2F2F2 0% 0% no-repeat padding-box;
            border-radius: 10px;
            padding: 1rem;
            max-width: 439px;
        }

        body.single-cpt_education .banner .buttons-container .lef_col {
            width: 70%;
        }

        body.single-cpt_education .banner .buttons-container .right_col {
            display: flex;
            justify-content: flex-end;
        }

        /* Nav */
        body.single-cpt_education .banner .buttons-container .schedule nav {
            background: #FFFFFF 0% 0% no-repeat padding-box;
            padding: 1rem;
            margin-bottom: 15px;
            padding-left: 50px;
        }

            body.single-cpt_education .banner .buttons-container .schedule nav h6{
                font: normal normal normal 14px/32px Roboto;
                letter-spacing: 0px;
                color: #717171;
            }

        body.single-cpt_education .banner .buttons-container .schedule h3 {
            font: normal normal bold 20px/32px Roboto;
            letter-spacing: 0px;
            color: #3098D9;
            margin-bottom: 15px;
        }

        /* Section */
        body.single-cpt_education .banner .buttons-container .schedule section {
            display: none;
        }

            body.single-cpt_education .banner .buttons-container .schedule section.active {
                display: unset;
            }

            body.single-cpt_education .banner .buttons-container .schedule section h4{
                font: normal normal bold 18px/32px Roboto;
                letter-spacing: 0px;
                color: #222222;
            }

            body.single-cpt_education .banner .buttons-container .schedule section ul{
                background: #FFFFFF 0% 0% no-repeat padding-box;
                border: 1px solid #DEDEDE;
                margin-bottom: 15px;
            }

            /* Dates */
            body.single-cpt_education .banner .buttons-container .schedule section ul li {
                border-bottom: 1px solid #DEDEDE;
                padding: 5px;
                font-size: inherit;
                line-height: inherit;
                color: #222222;
            }

            body.single-cpt_education .banner .buttons-container .schedule section ul li::marker {
                margin-right: unset;
            }

            body.single-cpt_education .banner .buttons-container .schedule section .note{
                font: normal normal normal 18px/32px Roboto;
                letter-spacing: 0px;
                color: #717171;
            }

    body.single-cpt_education .education_single {
        padding: 3rem 0;
    }

        body.single-cpt_education .education_single h3{
            font: normal normal bold 20px/32px Roboto;
            letter-spacing: 0px;
            color: #3098D9;
        }

        body.single-cpt_education .education_single p{
            font: normal normal normal 18px/32px Roboto;
            letter-spacing: 0px;
            color: #222222;
        }

        body.single-cpt_education .education_single ul {
            list-style-position: inside;
        }

        /* Content */

        body.single-cpt_education .education_single .content-wrapper blockquote{
            background: #F2F2F2 0% 0% no-repeat padding-box;
            border-radius: 10px;
            padding: 1rem;
            margin-bottom: 2rem;
            display: inline-table;
        }

        body.single-cpt_education .education_single .content-wrapper .two-col {
            display: flex;
            gap: 1rem;
            margin-bottom: 2rem;
        }

            body.single-cpt_education .education_single .content-wrapper .two-col .group {
                padding: 2rem;
                background: #F2F2F2 0% 0% no-repeat padding-box;
                border-radius: 10px;
                width: 50%;
            }

            body.single-cpt_education .education_single .content-wrapper .two-col .group ul li {
                margin-bottom: 2rem;
                font: normal normal normal 18px/32px Roboto;
            }

            body.single-cpt_education .education_single .content-wrapper .note-contact {
                display: flex;
                align-items: center;
                gap: 2rem;
                margin: 4rem 0 2rem;
            }

            body.single-cpt_education .education_single .content-wrapper .note-contact h4{
                font: normal normal bold 20px/32px Roboto;
                letter-spacing: 0px;
                color: #3098D9;
            }

           

/* 
 Contact
 ------------------------------------------------------------------------------------*/
body.page-template-contact2 .map_info .map-location-details ul,
body.page-template-contact2 .map_info .map-location-frame iframe {
    display: none;
}

body.page-template-contact2 .map_info .map-location-details ul.active,
body.page-template-contact2 .map_info .map-location-frame iframe.active {
    display: block;
}

body.page-template-contact2 .map_info .map_contact hgroup {
    margin-top: 1.5rem;;
}

body.page-template-contact2 .map_info .map_contact hgroup h3, 
body.page-template-contact2 .map_info .map_contact hgroup h4 {
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

body.page-template-contact2 .map_info .map_contact hgroup h3 {
    font: normal normal bold 30px/49px Roboto;
    
}

body.page-template-contact2 .map_info .map_contact hgroup h4 {
    font: normal normal bold 20px/32px Roboto;
}

body.page-template-contact2 .map_info .map_contact .contact-toggle-wrapper {
    margin-bottom: 1.5rem;;
    color: #ffffff;
    font: normal normal normal 20px/26px Roboto;
}

body.page-template-contact2 .map_info .map-location-details ul {
    margin-bottom: 1.5rem;;
}

body.page-template-contact2 .map_info .map-location-details ul li {
    font: normal normal normal 18px/32px Roboto;
    margin-bottom: 0;
}

body.page-template-contact2 .map_info .map-location-details ul li.address,
body.page-template-contact2 .map_info .map-location-details ul li.hours {
    margin-bottom: 1.5rem;
}


/* Educational Offers List */
.education-offers-list {
    display: flex;
    column-gap:2rem;
    margin: -120px 0 70px;

    position: relative;
    z-index: 998;
}

    .education-offers-list__item {
        background: #EBEBEB;
        padding: 20px;
        width: 100%;
        border-radius: 15px;
    }

    .education-offers-list__item-section {
        min-height: 331px;
    }

    .education-offers-list__item-heading {
        text-align: center;
        text-transform: uppercase;
        display: flex;
        flex-direction: column;

        font: normal normal bold 20px/32px Roboto;
        letter-spacing: 0px;
        color: #1D1D1D;
        margin-bottom: 26px;

    }
        .education-offers-list__item-heading > span:first-child {
            width: 100px;
            height: 100px;
            background-color: #5295D5;
            border-radius: 50%;

            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto 20px;
        }

         .education-offers-list__item-heading img {
            display: inline-block;
            max-height: 40px;
        }
        
    .education-offers-list__item p, 
    .education-offers-list__item ol {
        margin-bottom: 40px;
        color: #1D1D1D;
        font: normal normal normal 18px/32px Roboto;
    }

    .education-offers-list__item p {
        text-align: center;
    }
    
    .education-offers-list__item ol li {
        font: normal normal normal 18px/32px Roboto;
        letter-spacing: 0px;
        color: #1D1D1D;
    }

    .education-offers-list__item ol {
        list-style: none inside;
        min-height: 275px;
    }

        .education-offers-list__item ol li {
            border-top: 1px solid #a3a3a3;
            padding: 13px 0;
            display: flex;
        }

         .education-offers-list__item ol li span.education-offers-list__icon-available,
          .education-offers-list__item ol li span.education-offers-list__icon-not-available {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: #fff;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
            background-repeat: no-repeat;
            background-position: center;
        }

        .education-offers-list__item ol li span.education-offers-list__icon-available,
        .banner-inner-wrapper__right-column .banner-inner-wrapper__features-list li span.education-offers-list__icon-available {
            background-image: url('assets/images/icon-check.png');
        }
        .education-offers-list__item ol li span.education-offers-list__icon-not-available,
        .banner-inner-wrapper__right-column .banner-inner-wrapper__features-list li span.education-offers-list__icon-not-available {
            background-image: url('assets/images/icon-cross.png');
        }

    .education-offers-list__item-action {
        text-align: center;
        padding-bottom: 15px;
    }

        .education-offers-list__item-action .btn {
            font: normal normal normal 18px/29px Roboto;
            letter-spacing: 0px;
            color: #FFFFFF;
            background-color: #3098D9;
        }

/* Educational Offer Banner  */
body.tax-tax_education .banner-inner-wrapper {
    display: flex;
    column-gap: 20px;
}
    body.tax-tax_education .banner-inner-wrapper__left-column {
        width: calc(100% - 389px);
        display: flex;
        align-items: center;
    }

    body.tax-tax_education .banner-inner-wrapper__right-column {
        width: 380px;
    }

        body.tax-tax_education .banner-inner-wrapper__right-column .banner-inner-wrapper__features-list {
            background: rgba(128, 147, 255, 0.51);
            border-radius: 20px;
            padding: 25px;
            
        }

        body.tax-tax_education .banner-inner-wrapper__right-column .banner-inner-wrapper__features-list ol {
            list-style: none inside;
        }

        body.tax-tax_education .banner-inner-wrapper__right-column .banner-inner-wrapper__features-list ol li {
            font: normal normal normal 18px/29px Roboto;
            letter-spacing: 0px;
            color: #F2F2F2;
            margin-bottom: 26px;
        }

        body.tax-tax_education .banner-inner-wrapper__right-column .banner-inner-wrapper__feature-description {
            font: normal normal bold 18px/32px Roboto;
            letter-spacing: 0px;
            color: #FFFFFF;
        }

       body.tax-tax_education .banner-inner-wrapper__right-column .banner-inner-wrapper__features-list ol li {
            display: flex;
        }

            body.tax-tax_education .banner-inner-wrapper__right-column .banner-inner-wrapper__features-list li span.education-offers-list__icon-available,
            body.tax-tax_education .banner-inner-wrapper__right-column .banner-inner-wrapper__features-list li span.education-offers-list__icon-not-available {
                width: 26px;
                height: 26px;
                border-radius: 50%;
                background-color: #fff;
                display: inline-block;
                vertical-align: middle;
                margin-right: 15px;

                background-repeat: no-repeat;
                background-position: center;
            }


            
/* Educational Hero Action  */
.education-hero-action {
    margin: 80px 0 0;
    background: #2b55ab url('assets/images/education-hero-action.png') no-repeat right center;
    mix-blend-mode: overlay;
}

    .education-hero-action .education-hero-action__container {
        height: 289px;
    }
    .education-hero-action .education-hero-action__container-inner {
        display: flex;
        flex-direction: column;
        width: 70%;
        margin: 85px auto;
    }

    .education-hero-action .education-hero-action__container-inner h3 {
        font: normal normal bold 20px/32px Roboto;
        color: #FFFFFF;
        text-transform: uppercase;
        margin-bottom: 23px;
    }

    .education-hero-action .education-hero-action__container-inner ul {
        display: flex;
        flex-wrap:wrap; 
        gap: 20px;
        margin-bottom: 20px;
    }

        .education-hero-action .education-hero-action__container-inner ul li {
            flex: 1;
            list-style: none;
        }

        .education-hero-action .education-hero-action__container-inner .btn {
            font: normal normal bold 18px/29px Roboto;
            color: #FFFFFF;
            text-align: center;
            width: 100%;
            white-space: nowrap;
            margin-right: 20px;
            text-transform: unset;
        }


/* FAQ v2 */
.faq2-groups {
    display: flex;
    margin: 80px 40px;
    padding: 0 20px;
    column-gap: 30px;
}

.faq2-groups.hide {
    display: none;
}

    .faq2-groups .faq2-groups__item {
         width: 50%;
         background: #EBEBEB;
         padding: 30px;
         border-radius: 15px;
    }

    .faq2-groups .faq2-groups__item h3 {
        display: flex;
        text-transform: uppercase;
        align-items: center;
        column-gap: 20px;
        margin-bottom: 35px;

        font: normal normal bold 30px/49px Roboto;
        letter-spacing: 0px;
        color: #1D1D1D;
    }
        .faq2-groups .faq2-groups__item h3 .faq2-groups__item-heading-icon {
            min-width: 100px;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background-color: #155FBF;
            padding: 24px;
        }

        .faq2-groups .faq2-groups__item:nth-of-type(2) h3 .faq2-groups__item-heading-icon {
            background: #020F59;
        }

    .faq2-groups .faq2-groups__item-description,
    .faq2-groups .faq2-groups__item-description p{
        color: #212529;
    }

    .faq2-groups .faq2-groups__item-action {
        text-align: center;
        font: normal normal normal 18px/32px Roboto;
        letter-spacing: 0px;
        color: #222222;
    }
        .faq2-groups .faq2-groups__item-action button {
            border: none;
            cursor: pointer;

            font: normal normal normal 18px/29px Roboto;
            letter-spacing: 0px;
            color: #FFFFFF;
            background-color: #3098D9;
        }



/* FAQ - Group Details */
.faq2-group-details {
    width: 75%;
    margin: 60px auto;
    display: none;
}

.faq2-group-details.active{
    display: unset;
}

/* Hide all group details item */
.faq2-group-details .faq2-group-details__item,
.faq2-group-details .faq2-group-details__item.hide {
    display: none;
}

/* Only show first group details item */
.faq2-group-details .faq2-group-details__item.active {
    display: unset;
}

.faq2-group-details .faq2-group-details__item:nth-of-type(2) h3 .faq2-group-details__item-heading-icon {
    background-color: #020F59;
}

.faq2-group-details .faq2-group-details__item h3 {
    display: flex;
    text-align: center;
    flex-direction: column;
    text-transform: uppercase;
}

    .faq2-group-details .faq2-group-details__item h3 .faq2-group-details__item-heading-icon {
        width: 100px;
        height: 100px;
        background-color: #155FBF;
        border-radius: 50%;
        padding: 24px;
        margin: 0 auto 44px;
    }

    .faq2-group-details .faq2-group-details__item h3 .faq2-group-details__item-heading-label {
        font: normal normal bold 30px/49px Roboto;
        letter-spacing: 0px;
        color: #020F59;
    }

.faq2-group-details .faq2-group-details__item h3 {
    margin-bottom: 22px;
}

.faq2-group-details .faq2-group-details__item nav {
    margin-bottom: 60px;
}

.faq2-group-details .faq2-group-details__item nav ul {
    list-style: none outside;
    text-align: center;
}

    .faq2-group-details .faq2-group-details__item nav ul li {
        display: inline-block;
        margin: 0 5px;
    }

    .faq2-group-details .faq2-group-details__item nav ul li button {
        border: 2px solid transparent;
        cursor: pointer;

        font: normal normal bold 18px/29px Roboto;
        color: #FFFFFF;
        text-transform: unset;
    }

    .faq2-group-details .faq2-group-details__item nav ul li button.back,
    .faq2-group-details .faq2-group-details__item nav ul li button.back:hover {
        background-color: #fff;
        color: #212529;
        border: 2px solid #3098D9;
    }

    .faq2-group-details .faq2-group-details__item nav ul li button.active,
    .faq2-group-details .faq2-group-details__item nav ul li button:hover {
        background-color: #D1D1D1;
        color: #fff;
    }

    /* Group */
    .faq2-group-details .faq2-group-details__item .faq2-group-details__item-questions {
        margin-bottom: 40px;
    }
    
    .faq2-group-details .faq2-group-details__item .faq2-group-details__item-questions .faq2-group-details__item-questions-group h4 {
        font: normal normal bold 25px/32px Roboto;
        letter-spacing: 0px;
        color: #3098D9;
        text-transform: uppercase;
        margin: 0 0 60px;
    }

    /* Hide all sub-groups */
    .faq2-group-details .faq2-group-details__item .faq2-group-details__item-questions .faq2-group-details__item-questions-group {
        display: none;
    }

    /* Only show chosen sub-group */
    .faq2-group-details .faq2-group-details__item .faq2-group-details__item-questions .faq2-group-details__item-questions-group.active {
        display: unset;
    }

    
    .faq2-group-details .faq2-group-details__item .faq2-group-details__item-questions .faq2-group-details__item-questions-group article h5,
    .faq2-group-details .faq2-group-details__item .faq2-group-details__item-questions .faq2-group-details__item-questions-group article .faq2-group-details__item-questions-answer p{
        color: #212529;
    }

    .faq2-group-details .faq2-group-details__item .faq2-group-details__item-questions .faq2-group-details__item-questions-group h4,
    .faq2-group-details .faq2-group-details__item .faq2-group-details__item-questions .faq2-group-details__item-questions-group article .faq2-group-details__item-questions-answer p {
        margin: 0 0 20px;
    }

    .faq2-group-details .faq2-group-details__item .faq2-group-details__item-questions .faq2-group-details__item-questions-group article h5,
    .faq2-group-details .faq2-group-details__item .faq2-group-details__item-questions .faq2-group-details__item-questions-group article .faq2-group-details__item-questions-answer p:last-child {
        margin-bottom: unset;
    }

    .faq2-group-details .faq2-group-details__item .faq2-group-details__item-questions .faq2-group-details__item-questions-group article .faq2-group-details__item-questions-answer p {
        font: normal normal normal 18px/32px Roboto;
        color: #222222;
    }

    .faq2-group-details .faq2-group-details__item .faq2-group-details__item-questions .faq2-group-details__item-questions-group article {
        border-bottom: 1px solid #DEDEDE;
        padding: 32px 0;
    }

    .faq2-group-details .faq2-group-details__item .faq2-group-details__item-questions .faq2-group-details__item-questions-group article h5 {
        cursor: pointer;
        position: relative;
        padding-right: 60px;
        font: normal normal bold 20px/32px Roboto;
        color: #222222;
    }

    .faq2-group-details .faq2-group-details__item .faq2-group-details__item-questions .faq2-group-details__item-questions-group article h5 .icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 5px;
        background-color: #155fbf;
        color: #BFE6FF;
        text-align: center;
        
    }

    .faq2-group-details .faq2-group-details__item .faq2-group-details__item-questions .faq2-group-details__item-questions-group article h5 .icon,
    .faq2-group-details .faq2-group-details__item .faq2-group-details__item-questions .faq2-group-details__item-questions-group article.active h5 .icon.icon-in-active {
        display: none;
        font-size: 16px;
    }

    .faq2-group-details .faq2-group-details__item .faq2-group-details__item-questions .faq2-group-details__item-questions-group article h5 .icon.icon-in-active {
        display: inline-block;
    }

    /* Show icon for chosen question */
    .faq2-group-details .faq2-group-details__item .faq2-group-details__item-questions .faq2-group-details__item-questions-group article.active h5 .icon.icon-active {
        display: unset;
    }   

    /* Hide answers by default */
    .faq2-group-details .faq2-group-details__item .faq2-group-details__item-questions .faq2-group-details__item-questions-group article .faq2-group-details__item-questions-answer {
        display: none;
        padding-top: 20px;
        padding-right: 60px;
    }

    /* Only show chosen questtion + answer */
    .faq2-group-details .faq2-group-details__item .faq2-group-details__item-questions .faq2-group-details__item-questions-group article.active .faq2-group-details__item-questions-answer {
        display: block;
    }






/* Mobile */
@media (max-width: 767px) {

    body.tax-tax_education .banner-inner-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    body.tax-tax_education .banner-inner-wrapper__left-column,
    body.tax-tax_education .banner-inner-wrapper__right-column {
        width: 100%;
    }

    .education-offers-list {
        flex-direction: column;
    }

    .education-offers-list__item {
        border-radius: unset;
        margin-bottom: 10px;
    }

    .education-offers-list__item ol {
        min-height: unset;
    }

    .faq2-groups {
        flex-direction: column;
        gap: 10px;
        margin: 20px 0;
    }

    .faq2-groups .faq2-groups__item {
        width: 100%;;
    }

        .faq2-groups .faq2-groups__item h3 {
            flex-direction: column;
        }

    .faq2-group-details {
        width: 90%;
    }

    .faq2-group-details .faq2-group-details__item nav ul li {
        display: block;
        margin-bottom: 5px;
        text-align: left;
    }

    .faq2-group-details .faq2-group-details__item nav ul li button {
        padding: 5px 10px;
    }


}

