:root {
    --main-color: #58E7ED;
    --main-highlight: #003B5A;
    --main-grey: #808e94;
    --light-grey: #DFDFDF;
    --main-black: #212121;
    --darkBlue: #090A1F;
    --lightText: #9E9E9E;
    --mainFont: 'Montserrat', sans-serif;
}

html,
body {
    font-family: var(--mainFont);
}

.no_scroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
}


.center_all {
    display: flex;
    align-items: center;
    justify-content: center;
}

.white_text {
    color: white !important;
}

.blue_text {
    color: var(--darkBlue) !important;
}

.left_nav_container {
    height: 75px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 80px;
}

.main_container {
    padding: 0;
}

.maxw_section {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    margin-top: 10px;

}

.top_bar {
    height: 75px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav_logo {
    top: 11px;
}

.promo_container_wrapper {}

.promo_container {
    min-height: 50px;
    background: var(--darkBlue);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    text-align: center;
}

.nav_logo>img {
    width: 100%;
    max-width: 130px;
}

.nav_logo>a>img {
    width: 100%;
    max-width: 130px;
}

.nav_bar_item {
    padding: 0px 15px;
    cursor: pointer;
    font-size: 15px;
}

.nav_bar_item_profile {
    width: 80px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile_pic {
    width: 100%;
    max-width: 40px;
    max-height: 60px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    z-index: 999;
    right: 35px;
    position: absolute;
}

.profile_pic_sm {
    width: 100%;
    max-width: 40px;
    max-height: 60px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-right: 10px;
}

.profile_button {
    z-index: 998;
    background: var(--main-color);
    width: 65px;
    height: 40px;
    position: absolute;
    border-radius: 40px;
    right: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.profile_button>i {
    margin-right: 10px;
    cursor: pointer;
    color: var(--darkBlue);
}

.round_button {
    background: var(--main-color);
    width: 100%;
    max-width: 190px;
    height: 45px;
    border-radius: 31px;
    right: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 500;
}

.blue_section {
    background: var(--darkBlue);
    padding-bottom: 60px;
}

.round_button:hover,
.round_button:focus,
.round_button:active {
    outline: none;
}

.round_button_light {
    background: transparent;
    width: 100%;
    max-width: 190px;
    height: 45px;
    border-radius: 31px;
    right: 10px;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    color: var(--darkBlue);
    border: solid 2px var(--darkBlue);
}

.round_button_light:hover,
.round_button_light:focus,
.round_button_light:active {
    outline: none;
}

.top_section_title {
    color: var(--darkBlue);
    font-weight: 700;
    font-size: 50px;
    line-height: 53px;
    margin-bottom: 20px;
}

.top_section_subtitle {
    color: var(--lightText);
    margin-bottom: 40px;
    font-weight: 100;
    line-height: 26px;
}

.top_section_button_bar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top_section_button_bar>button {
    margin-left: 10px;
    margin-right: 10px;
}

.main_img_container,
.top_section_text_container_wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 80px; */
    height: 100%;
}



.footer_ {
    width: 100%;
    height: 130px;
    background: var(--darkBlue);
}

.footer_logo_container {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 12%;
}

.footer_logo {
    width: 100%;
    max-width: 80px;
}

.footer_container {
    padding: 0px 12%;
    height: 85%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer_nav_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_legal {
    height: 15%;
    color: #7ffefa69;
    font-weight: 100;
    font-size: 10px;
    width: 100%;
    text-align: center;
}

.footer_nav_item {
    margin: 0px 12px;
    color: white;
    font-weight: 100;
    text-align: center;
    font-size: 13px;
}

.footer_nav_item_home {
    color: var(--main-color);
    font-weight: 400;
    font-size: 15px;
}

.footer_nav_item_register {
    background-color: var(--main-color);
    color: var(--darkBlue);
    height: 35px;
    border-radius: 5px;
    display: flex;
    width: 100px;
    justify-content: center;
    align-items: center;
}

/*TOP*/
/*TOP*/
/*TOP*/
.more_courses_cont {
    text-align: center;
    height: 100px;
}

.main_banner {
    background-color: var(--darkBlue);
    color: #fff;
    width: 100%;
}

.main_banner__container {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    width: 100%;
}

.main_banner__text_container {
    margin-left: 100px;
    max-width: 560px;
    padding: 90px 20px;
    position: relative;
    width: 100%;
    z-index: 3;
}

.main_banner__text_container h1 {
    font-family: OpenSans, Arial, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 13px;
}

.main_banner__text_container h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 33px;
}

.main_banner__join_button {
    font-weight: 700;
    background-color: var(--main-color);
    border-radius: 2px;
    border: 0 solid transparent;
    color: white;
    font-size: 20px;
    outline: none;
    padding: 15px 30px;
    transition: background-color .2s ease, color .2s ease;
    cursor: pointer;
}

.main_banner__background_gradient {
    background: linear-gradient(90deg, var(--darkBlue), rgba(39, 16, 102, 0) 55%, rgba(39, 16, 102, 0) 70%, var(--darkBlue));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.main_section_img {
    margin: 0 auto;
    width: 100%;
    max-width: 580px;
}

.min_h_section {
    min-height: 100vh !important;
}

.top_section_height {
    min-height: calc(100vh - 80px) !important;
}

.main_banner__background_image {
    background-position: 50% !important;
    background-size: cover !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.course_categories {
    min-height: 400px;
    /*height: 100vh;*/
    /*background: red;*/
    padding: 0px 20px;
}

.course_categories__top_banner {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*display: flex;*/
    justify-content: flex-start;
    align-items: center;
}

.course_categories__inner_container_subtitle {
    font-weight: 100;
    padding-left: 9px;
}

.course_categories__inner_container {
    color: var(--darkBlue);
    font-size: 25px;
    font-weight: 500;
    /*padding-left: 20px;*/
    letter-spacing: -1px;
    padding: 20px 10px;
}

.course_categories__inner_container>img {
    width: 100%;
    max-width: 55px;
    margin-right: 15px;
}

.course_categories__navigation {
    
    display: flex;
    height: 70px;
}

.indicator {
    width: 100%;
    height: 3px;
    background: var(--darkBlue);
    border-radius: 15px;
    margin-left: auto;
    margin-right: 0;
}

.navigation_item {
    font-size: 15px;
    margin: 0px 24px 32px 24px;
    cursor: pointer;
    font-weight: 100;
    color: #090A1F;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .5;
}

.navigation_item_active {
    box-shadow: 0px 3px 13px #0000001A;
    border-radius: 5px;
    opacity: 1;
    width: 170px;
    height: 61px;
    font-weight: 600;
}

.navigation_item>.navigation_item_container>.indicator {
    display: none;
}

.navigation_item_active>.navigation_item_container>.indicator {
    display: block;
}

.preview_img {
    background-repeat: no-repeat !important;
    width: 100%;
    height: 172px;
    background-size: cover !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.course_instance {
    margin: 0 auto;
    width: 100%;
    
    overflow: hidden;
}

.course_duration {
    float: right;
    background: var(--darkBlue);
    /* width: 85px; */
    width: fit-content;
    position: relative;
    right: 10px;
    top: 7px;
    border-radius: 14px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    /* padding: 4px 0px; */
    /* min-width: 115px; */
    padding: 4px 10px;
}

.course_duration>i {
    color: var(--main-color);
    margin-right: 4px;
}

.course_instance_info_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.course_instance_info {
    
    width: 100%;
}

.bottom_text {
    font-size: 13px;
    font-weight: 100;
    color: var(--darkBlue);
    margin-bottom: 10px;
}

.course_title {
    font-size: 15px;
    margin-bottom: -2px;
}

.course_description {
    color: #a9a7a7;
    font-size: 12px;
    height: 50px;
}

.course_instance_container {
   cursor: pointer;
    margin-bottom: 35px;
    width: 100%;
    max-width: 300px;
    margin-left: 30px;
}

.course_image {
    opacity: 0;
    min-width: 100%;
    position: absolute;
    max-width: 300px;
    left: 0;
}

.course_categories__category_container {
    /*height: 800px;*/
    /*background: #a5ffcd;*/
}

.course_categories_wrapper {
    display: none;
    padding-top: 30px;
}

.course_categories__category_container {

    display: flex;
    flex-wrap: wrap;
    /*height: 800px;*/
}

.blue_banner_container {
    padding: 20px 10px;
    min-height: 300px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blue_banner {
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blue_banner__upper_text,
.plans_text__upper_text {
    font-size: 23px;
    font-weight: 100;
    color: var(--darkBlue);
}

.blue_banner__lower_text,
.plans_text__lower_text {
    font-size: 25px;
    font-weight: bold;
    color: white;
}

.blue_banner__extra_text,
.plans_text__extra_text {
    color: white;
    font-weight: 100;
    line-height: 19px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
}

/*this*/
.plan_banner__upper_text,
.plans_text__upper_text {
    font-size: 23px;
    font-weight: 100;
    color: var(--darkBlue);
}

.plan_banner__lower_text,
.plans_text__lower_text {
    font-size: 25px;
    font-weight: bold;
    color: var(--darkBlue);
}

.plan_banner__extra_text,
.plans_text__extra_text {
    color: var(--darkBlue);
    font-weight: 100;
    line-height: 19px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
}

.blue_banner__button {
    background-color: var(--darkBlue);
    color: var(--main-color);
    height: 45px;
    border-radius: 4px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.blue_banner__circles_container {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.blue_banner__circle_shape {
    height: 100px;
    width: 100px;
    border-radius: 80px;
    margin: 0 auto;

    display: flex;
    justify-content: center;
    align-items: center;
}

.blue_banner__circle_shape>img {
    width: 100%;
    max-width: 50px;
}

.blue_banner__circle_text {
    color: white;
    font-weight: 400;
    margin-top: 6px;
    font-size: 15px;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials {

    min-height: 300px;

}

.testimonial_instace {
    width: 100%;
    max-width: 550px;
    display: flex;
    margin: 0 auto;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial_instace_slider {
    width: 100%;
    max-width: 550px;
    display: flex;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;

}

.testimonial__images_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial__photo {
    width: 120px;
    height: 120px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.testimonial__company {
    margin-left: -8px;
    width: 45px;
    height: 45px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.testimonial__info_container {
    padding: 35px 30px 30px 30px;
}

.testimonial__text {
    font-size: 13px;
    margin-bottom: 10px;
    color: white;
}

.testimonial__author {
    font-size: 20px;
    font-weight: 400;
    color: white;

}

.testimonial__author_position {
    font-size: 20px;
    font-weight: 100;
    color: white;

}

/*.slick-list {*/
/*transform: translate3d(0, 45%, 0) !important;*/
/*}*/

.testimonials__slider_container {
    margin-top: 100px;
}

.plans {
    min-height: 800px;
    height: 100vh;
    margin-bottom: 80px;
}

.plans_text {
    text-align: center;
}

.plans_intance__container {
    /*display: flex;*/
}

.plan_instance {
    width: 100%;
    max-width: 300px;
    min-height: 380px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0px 6px 6px #ababab66;
    /*margin-top: 30px;*/
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
    background: var(--darkBlue);
    margin: 0 auto;
    width: 300px !important;
}

.plan_instance__top_container {
    background: var(--darkBlue);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.top_container__top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0px 11px;
    width: 280px;
}

.top_container__bottom {
    padding: 10px 20px;
}

.top__left_container {}

.plan_title {
    color: white;
    font-weight: 400;
    font-size: 20px;
}

.plan_price {
    color: white;
    font-weight: 100;
    font-size: 16px;
}

.price_number {
    color: var(--main-color);
    font-weight: bolder;
    font-size: 35px !important;
    padding-right: 5px;
}

.top__right_container {}

.list_feature_container {
    margin-bottom: 15px;
}

.plan_circle {
    border: solid 4px var(--main-color);
    width: 70px;
    height: 70px;
    border-radius: 60px;
}

.top_container__bottom {
    color: white;
    font-weight: 100;
    font-size: 13px !important;
}

.plan_instance__bottom_container {
    color: white;
    font-size: 18px;
    padding: 10px 15px;
    text-align: left;
}

.list_feature_item {
    font-size: 14px;
    font-weight: 100;
}

.list_feature_item>i {
    font-size: 13px;
    margin-right: 5px;
    color: var(--main-color);
}

.register_button {
    color: var(--darkBlue);
    background: var(--main-color);
    height: 40px;
    border-radius: 3px;
    display: flex;
    /* width: 285px; */
    font-weight: 100;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
}

.no_margin {
    margin: 0;
}

.plan_slider_container {
    /*display: inline-flex;*/
    /*!* overflow-x: scroll; *!*/
    /*flex-wrap: wrap;*/
}

.select_container {
    border: solid 2px var(--darkBlue);
    width: 250px;
    height: 45px;
    border-radius: 8px;
    display: flex;
}

.select_container>select {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
}

.select_container>i {
    width: 10%;
    height: 100%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--darkBlue);
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    stroke-width: 5.5;
    stroke-linecap: round;
}

.ham8 .top {
    stroke-dasharray: 40 160;
}

.ham8 .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 400ms;
}

.ham8 .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 400ms, stroke-dashoffset 400ms;
}

.ham8.active .top {
    stroke-dashoffset: -64px;
}

.ham8.active .middle {
    /*// stroke-dashoffset: - 20 px;*/
    transform: rotate(90deg);
}

.ham8.active .bottom {
    stroke-dashoffset: -64px;
}

.small_menu_trigger {
    transform: scale(0.6);
    position: absolute;
    right: 0;
    z-index: 99;
}

.small_menu_wrapper {
    z-index: 9;
    background: white;
    position: fixed;
    width: 100%;
    height: 100%;
    border: solid 5px var(--darkBlue);
    display: none;
}

.small_menu_container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--darkBlue);
    text-align: center;
}

.small_menu_list>.nav_bar_item {
    margin-top: 10px;
    margin-bottom: 10px;
}


.stores_row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}
.coming_soon{
    position: absolute;
    width: 100%;
    height: 130px;
    background: #59e7eda3;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -70px;
    font-size: 30px;
    border-radius: 10px;
}

.store_instance>img {
    width: 100%;
    max-width: 150px;
}

.store_instance {
    margin-left: 10px;
    margin-right: 15px;
}

.rounded_section {
    border-radius: 10px;
}

.benefits_section {
    margin-top: 5%;
    margin-bottom: 5%;
    padding-top: 30px;
    padding-bottom: 30px !important;
}

.feature_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.feature_instance {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 130px;
}

.feat_mock_image>img {
    width: 100%;
    max-width: 280px;
}

.feature_icon {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature_info_box {
    width: 70%;
}

.feature_icon>img {
    width: 100%;
    max-width: 65px;
}

.feature_title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
}

.feature_description {
    font-size: 16px;
    margin-top: 3px;
    font-weight: 300;
}

.feat_top_title {
    font-size: 33px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    margin: 10px 0;
}

.feat_top_subtitle {
    font-size: 16px;
    margin-top: 3px;
    font-weight: 300;
    margin: 10px 0;
}

.course_action {
    margin-top: 10px;
}

.course_blue_button {
    background-color: #fff;
    border: 1px solid #090A1F;
    width: fit-content;
    max-width: 200px;
    min-width: 115px;
    height: 35px;
    right: 10px;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 5px;
}

.reg_button {
    background: var(--main-color);
    width: fit-content;
    max-width: 200px;
    min-width: 115px;
    height: 35px;
    right: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 680px) {

    /*.footer_logo {*/
    /*display: none;*/
    /*}*/
    .footer_container {
        padding: 0;
    }

    .blue_banner__circles_container {
        margin-top: 50px;
    }
}


.show_dropdown {
    display: block !important;
}

.dropdown_wrapper {
    position: absolute;
    /* background: #ff000066; */
    /* height: 100vh; */
    z-index: 9999;
    width: 100%;
    top: 0;
    display: none;
}

.account_dropdown {
    position: absolute;
    right: 30px;
    top: 60px;
    padding: 10px 0px;
    width: 100%;
    max-width: 220px;
    background: white;
    border: solid 2px #090a1f;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}





.account_dropdown_msg {
    top: 100px;
}

.black_text {
    color: #212529;
}

.top_landing_banner_section {
    padding: 0 !important;
    margin: 0px !important;
    margin-top: 10px;
    max-width: unset;
}

.top_landing_banner {
    min-height: 800px;
    background-position: center !important;
    background-size: cover !important;
}

@media screen and (max-width:768px) {
    .top_landing_banner {
        background-position: 25% !important;
    }

}

.top_landing_banner>div {
    padding: 0;
}

.top_landing_banner>div>.main_img_container>img {
    max-width: unset;
}
