/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;600;700&display=swap"); */
@font-face {
    font-family: "JannaLT-Regular";
    src: url("../fonts/JannaLT-Regular/JannaLT-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/JannaLT-Regular/JannaLT-Regular.woff") format("woff"),
        url("../fonts/JannaLT-Regular/JannaLT-Regular.ttf") format("truetype"),
        url("../fonts/JannaLT-Regular/JannaLT-Regular.svg#JannaLT-Regular")
            format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: "JannaLT-Regular";
    src: url("../fonts/JannaLT-Bold/JannaLT-Bold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/JannaLT-Bold/JannaLT-Bold.woff") format("woff"),
        url("../fonts/JannaLT-Bold/JannaLT-Bold.ttf") format("truetype"),
        url("../fonts/JannaLT-Bold/JannaLT-Bold.svg#JannaLT-Bold") format("svg");
    font-weight: bold;
    font-style: bold;
    font-display: block;
}
/* Let's get this party started */

::-webkit-scrollbar {
    width: 6px;

    background: #f6f6f6;
}
/* Track */

::-webkit-scrollbar-track {
    border-radius: 0px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #4caf50;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #4caf50;
}
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}
html {
    direction: ltr;
}
body {
    font-family: "JannaLT-Regular", sans-serif;
    background-color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "JannaLT-Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 0;
}
p {
    margin: 0;
}
html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a,
button {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

p {
    margin: 0;
}
a {
    cursor: pointer !important;
    text-decoration: none !important;
}
a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

.margin-auto {
    margin: 0 auto;
    float: none !important;
}

/* img hover */
.img-hover {
    overflow: hidden;
    display: block;
}

.img-hover > img {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

img {
    max-width: 100%;
}
/* end img hover */
.main-wrapper {
    position: relative;
    min-height: 100%;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.ft_bold {
    font-weight: bold;
    font-style: bold;
}

#footer {
    position: relative;
    background-color: #08192b;
    padding: 60px 0 0;
}
.f_box {
    margin-bottom: 20px;
}
.f_logo > a {
    display: inline-block;
    margin-bottom: 20px;
}
.ft_about p {
    line-height: 1.8;
    color: #cfd9e0;
    font-size: 15px;
}
.ft_title {
    margin-bottom: 20px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}
.ft_nav li {
    display: block;
    margin-bottom: 10px;
}
.ft_nav li a {
    display: block;
    color: #cfd9e0;
    font-weight: bold;
}
.ft_nav li a:hover {
    color: #fff;
}
.f_social > li {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}
.f_social > li:last-child {
    margin-left: 0;
}
.f_social > li > a {
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 18px;
    background: #cfd9e0;
    color: #08192b;
    display: inline-block;
    border-radius: 50%;
    padding: 5px;
}
.f_social > li > a:hover {
    color: #08192b;
    background-color: #ffffff;
}
.bottom_footer {
    padding: 30px 0;
}
.copy_right {
    text-align: center;
    color: #5a6673;
    font-size: 14px;
}
.sc_block_courses {
    padding: 80px 0;
}
.sec_head {
    text-align: center;
    margin-bottom: 30px;
}
.section-title {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 700;
    text-align: center;
}
.nav-tabs.tabs_st {
    display: flex;
    text-align: center;
    margin: 0 auto 40px;
    border: 0;
    justify-content: center;
    direction: ltr;
}
.nav-tabs.tabs_st > li {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0;
    position: relative;
}
.nav-tabs.tabs_st > li:last-child {
    margin-left: 0;
}
.nav-tabs.tabs_st > li > a {
    display: block;
    color: #667180;
    padding: 8px 20px;
    border-radius: 25px;
    position: relative;
    font-weight: bold;
    font-size: 15px;
    border: 0;
}
.nav-tabs.tabs_st > li a:before {
    height: 0;
    width: -webkit-fill-available;
    transform: translate(0, 20px);
    position: absolute;
    content: "";
    right: 0;
    z-index: -1;
    top: 2px;
    border-radius: 20px;
    transition: all 0.2s ease;
}
.nav-tabs.tabs_st > li a.active:before {
    background: #009688;
    height: 35px;
    transform: translate(0, 0);
}
.nav-tabs.tabs_st > li a:hover {
    color: #171a1d;
}
.nav-tabs.tabs_st > li a.active {
    background-color: transparent;
    color: #fff;
}
.box_course_item {
    position: relative;
    margin-bottom: 30px;
}
.course_thumb {
    position: relative;
    display: block;
    height: 185px;
    background-color: #f1f5f9;
    border-radius: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    z-index: 1;
}
.course_thumb > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    opacity: 0;
    max-height: none;
    max-width: none;
    min-height: 100%;
    transition: all 0.3s ease;
    min-width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.course_thumb:before {
    background: rgba(11, 13, 27, 0.2);
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    z-index: 2;
    right: 0;
    top: 0;
    content: "";
}
.course_thumb:after {
    transition: all 0.3s ease;
    bottom: 0;
    width: 100%;
    content: "";
    height: 60px;
    position: absolute;
    background: -webkit-linear-gradient(
        to bottom,
        transparent 0,
        rgba(0, 0, 0, 0.63) 100%
    );
    background: -o-linear-gradient(
        to bottom,
        transparent 0,
        rgba(0, 0, 0, 0.63) 100%
    );
    background: linear-gradient(
        to bottom,
        transparent 0,
        rgba(0, 0, 0, 0.4) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.box_course_item:hover .course_thumb:before {
    opacity: 1;
}
.box_course_item .course_thumb img[src] {
    opacity: 1;
}
.course_caption {
    position: relative;
    padding: 15px 0 0;
}
.cr_title {
    font-size: 17px;
    font-weight: bold;
    transition: all 0.3s ease;
    margin-bottom: 12px;
    overflow: hidden;
    color: #171a1d;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}
.cr_title > a {
    display: inline-block;
    color: #171a1d;
}
.cr_meta {
    color: #667180;
    margin-bottom: 10px;
    font-weight: bold;
}
.cr_meta i {
    margin-right: 10px;
}
.meta_title {
    color: #667180;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.price_txt {
    font-size: 16px;
    color: #171a1d;
    font-weight: bold;
    display: block;
}
.box_course_item:hover .cr_title > a {
    color: #4caf50;
}
.courses_list > .row {
    margin: 0 -10px;
}
.courses_list > .row > div {
    padding: 0 10px;
}
.rounded {
    border-radius: 25px !important;
}
.btn-more {
    width: 220px;
    padding: 7px;
    margin-top: 15px;
    display: table;
    margin-right: auto;
    margin-left: auto;
}
.btn_st1 {
    border: 2px solid #009688;
    font-weight: bold;
    font-size: 16px;
    box-shadow: none !important;
    outline: none !important;
    color: #009688 !important;
}
.btn_st1:hover {
    color: #fff !important;
    background-color: #4caf50 !important;
    border-color: #4caf50 !important;
}
.btn_bg {
    color: #fff !important;
    background-color: #009688 !important ;
}
.sc_block_register {
    padding: 50px 0 51px;
}

.section-register-box {
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 25px 50px;
    border-radius: 10px;
}
.section-register-box .icon_boxs {
    background: #009688;
    color: #fff;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 25px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    margin-left: 10px;
}
.section-register-box .title {
    font-weight: bold;
    font-size: 27px;
}

.section-register-box .sub-title {
    font-size: 16px;
    color: #667180;
    margin: 10px 0 5px;
    font-weight: bold;
}

.icon_boxs {
    float: left;
}
.txt_box_register {
    margin-left: 80px;
}
.txt_box_register > h2 {
    font-size: 22px;
    font-weight: bold;
    color: #212529;
}
.txt_box_register > p {
    font-size: 16px;
    color: #667180;
    margin: 10px 0 5px;
    font-weight: bold;
}

.sc_block_home {
    min-height: 525px;
    position: relative;
    padding-top: 180px;
    background-color: rgb(255, 255, 255);
    /* background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(239, 248, 255, 1) 100%
    ); */
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 1) 0%,
        rgb(224 241 225) 100%
    );
}

/* linear-gradient( 0deg, rgb(245 255 246) 0%, rgb(255 255 255) 100% ); */
/* background: linear-gradient( 0deg, rgba(255, 255, 255, 1) 0%, rgb(224 241 225) 100% ); */

.sc_block_home:before {
    /* background-image: url(../images/intro-bg.png); */
    /* background-image: url(../../website/assets/img/logoboo.png); */
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: calc(50% - 200px) -185px;
    top: 0;
    height: -webkit-fill-available;
    content: "";
    position: absolute;
    width: 100%;
}

.img_mhome {
    position: absolute;
    bottom: 0;
    top: -70px;
    left: -80px;
}
.home_intro_txt h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 45px;
}
.search_box {
    position: relative;
    margin-top: 50px;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 15px 20px;
}
.search_form_box {
    position: relative;
    padding-right: 80px;
}
.btn_subscribe {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    border-radius: 10px;
    background-color: #009688;
    box-shadow: none !important;
    outline: none !important;
}
.btn_subscribe:hover {
    background-color: #4caf50;
}
.search_form_box .form-group {
    margin-bottom: 0;
    position: relative;
    padding-left: 45px;
}
.search_form_box label {
    color: #212529;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.search_form_box .select2-container .select2-selection--single {
    height: 39px;
    background-color: transparent;
}
.search_form_box
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 39px;
    padding-left: 0px;
    font-weight: bold;
    color: #484b4e;
    font-size: 16px;
}
.search_form_box
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 39px;
    padding-right: 0;
}
.search_form_box
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b:before {
    font-weight: 300;
    top: -8px;
}
.search_form_box .select2:hover .select2-selection--single {
    background-color: transparent;
    box-shadow: none;
    color: #484b4e;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #4caf50;
    color: #fff;
}
.icon_frs {
    position: absolute;
    top: 18px;
    left: 0;
    width: 35px;
    height: 35px;
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
}
.frs_one {
    background-image: url(../images/location-circle.svg);
}
.frs_two {
    background-image: url(../images/list-alt.svg);
}
.br_left {
    border-left: 1px solid #f6f6f6;
}

.br_right {
    border-right: 1px solid #f6f6f6;
}
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: transparent;
    padding: 20px 0;
}
.logo_site {
    float: left;
}
.logo_site > a {
    display: inline-block;
}
.user_hbtns {
    float: right;
    margin-top: 5px;
}
.user_hbtns > li {
    float: left;
    margin-right: 2px;
}
.user_hbtns > li:last-child {
    margin-left: 0;
}
.user_hbtns > li > a {
    display: block;
    padding: 6px 30px;
    min-width: 100px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 25px;
    border: 2px solid #009688;
    color: #009688;
    background-color: transparent;
}
.user_hbtns > li > a:hover {
    color: #fff;
    background-color: #009688;
}
.user_hbtns > li > a.btn_blue {
    background-color: #009688;
    color: #fff;
}
.btn_bg:hover {
    color: #fff !important;
    background-color: #009688 !important;
    border-color: #009688 !important;
}
.category_menu {
    float: left;
    margin-left: 20px;
    margin-top: 4px;
}
.category_menu > a {
    padding: 6px 30px 7px 30px;
    font-size: 16px;
    border-radius: 5px;
    display: block;
    font-weight: bold;
    color: #667180;
}
.category_menu > a > i {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 20px;
}
.category_menu a.dropdown-toggle::after {
    display: none;
}

.category_menu > .dropdown-menu {
    display: block;
    position: absolute;
    right: auto !important;
    left: 0;
    top: -webkit-calc(100% + 15px);
    top: -moz-calc(100% + 15px);
    top: calc(100% + 15px);
    width: 250px;
    white-space: nowrap;
    padding: 15px 0;
    opacity: 0;
    z-index: 555;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 0;
    -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
    margin-top: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /*border-right: 1px solid #d7d8e0;*/
}

.category_menu .dropdown-menu a {
    display: block;
    padding: 10px 20px 10px 20px;
    color: #667180;
    text-decoration: none;
    font-weight: bold;
}
.category_menu .dropdown-menu a:hover,
.category_menu .dropdown-menu a.active {
    background: #f1f5f9;
    color: #212529;
}
.category_menu_list {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.category_menu.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0) translateZ(0);
    -moz-transform: rotateX(0) translateZ(0);
    transform: rotateX(0) translateZ(0);
    top: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.dropdown-menu a.dropdown-toggle {
    padding-right: 30px;
    position: relative;
}
.dropdown-menu a.dropdown-toggle:before {
    content: "\f105";
    position: absolute;
    top: 7px;
    right: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 20px;
}
ul.submenu {
    position: absolute;
    top: 0;
    left: 250px;
    width: 250px;
    height: 470px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
    text-align: left;
    top: 0 !important;
    margin: 0;
    border-right: 1px solid #d7d8e0;
    -webkit-box-shadow: -10px 5px 20px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -10px 5px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: -10px 5px 20px 0 rgba(0, 0, 0, 0.05);
}
#header {
    transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

#header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 99;
    padding: 15px 0;
    -webkit-box-shadow: 0 -1px 14px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 14px rgba(0, 0, 0, 0.1);
}
#header.fixed-header .menu-trigger {
    margin-top: 5px;
}

#header .menu-trigger {
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 30px;
    text-indent: -9999em;
    z-index: 99;
    display: none;
    float: right;
    margin-top: 10px;
}
#header .menu-trigger span,
#header .menu-trigger span:before,
#header .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #4caf50;
    display: block;
    position: absolute;
    width: 26px;
    height: 2px;
    left: 0;
}
#header .menu-trigger span:before,
#header .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #4caf50;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}
#header .menu-trigger span:after {
    width: 22px;
}
#header .menu-trigger span:before,
#header .menu-trigger span:after {
    content: "";
}
#header .menu-trigger span {
    top: 16px;
}
#header .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}
#header .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

#header .menu-trigger.active span,
#header .menu-trigger.active span:before,
#header .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

#header .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #569aab;
}
#header .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #569aab;
}

/*mobile menu*/
/*menu*/
.menu-mobile {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0;
    height: 100%;
    width: 250px;
    background: #fff;
    z-index: 1001;
    overflow-y: auto;
    -webkit-transform: translateX(275px);
    -moz-transform: translateX(275px);
    -ms-transform: translateX(275px);
    -o-transform: translateX(275px);
    transform: translateX(275px);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.2);
    box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.2);
}
.brand-area {
    position: relative;
    padding-top: 20px;
}
.close_menu {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 24px;
    cursor: pointer;
    color: #363636;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.close_menu:hover {
    background-color: #767676;
    color: #fff;
}
.brand-area a {
    width: 90%;
    height: auto;
    display: block;
    background-size: contain;
    margin: 0px auto 0 auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.brand-area a > img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.mmenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.mmenu > ul li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #1c1b25;
    font-size: 17px;
    padding: 10px;
    transition: all 0.3s;
    font-weight: 600;
}
.mmenu > ul li a > i {
    margin-left: 5px;
}
.mmenu > ul li a:hover {
    background: #4caf50;
    color: #fff;
    border-color: #4caf50;
}
.register-mobile {
    margin-top: 0 !important;
}
.register-mobile li:last-child > a {
    border-bottom: 0;
}
.plusIcon {
    font-size: 14px;
    margin-left: 5px;
}
.m-overlay {
    position: fixed;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.menu-toggle {
    overflow: hidden;
}
.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}
.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.menu-toggle .main-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}
html.menu-toggle {
    overflow: hidden;
}

.cr_meta {
    margin: 0 -5px;
}
.cr_meta > span {
    padding: 0 5px;
}

/**========================================
INNER PAGE
=========================================**/

.main-wrapper.inner_page {
    padding-top: 90px;
}
.main-wrapper.inner_page #header {
    height: 90px;
}
.main-wrapper.inner_page #header.fixed-header {
    height: auto;
}
.breadcrumb_social_bar {
    position: relative;
    background-color: #f9f9f9;
    padding: 15px 0;
}
.breadcrumb_block {
    float: left;
}
.social_head_block {
    float: right;
}
.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.breadcrumb li {
    color: #1a1a1a;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}
.breadcrumb li a,
.breadcrumb > li.active {
    color: #1a1a1a;
    font-size: 15px;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "-";
}
.breadcrumb li a > img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 50px;
    height: 30px;
}
.breadcrumb li a:hover {
    color: #4caf50;
}
.social_head_block > h2 {
    display: inline-block;
    vertical-align: middle;
    color: #1a1a1a;
    font-weight: bold;
    font-size: 18px;
}
.social_head {
    display: inline-block;
    vertical-align: middle;
}
.social_head > li {
    float: right;
    margin-right: 15px;
}
.social_head > li > a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    color: #4caf50;
    font-size: 16px;
    padding: 4px;
}
.social_head > li > a:hover {
    color: #ffffff;
    background-color: #4caf50;
}
.vedio_nr_course {
    position: relative;
    display: block;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 40px;
}
.vedio_nr_course > img {
    width: 100%;
    height: 700px;
}
.paly_vedio {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    padding-left: 8px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.paly_vedio > img {
    margin: auto;
}
.content_page {
    padding: 50px 0;
}
.vedio_nr_course:hover .paly_vedio {
    background-color: #4caf50;
}
.sub_ctitle {
    color: #343a40;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}
.btxt_crs {
    margin-bottom: 30px;
}
.btxt_crs p {
    color: #484b4e;
    line-height: 1.8;
    font-size: 16px;
}
.btxt_crs p > a {
    display: inline-block;
    vertical-align: middle;
    color: #4caf50;
    margin-right: 10px;
}
.btxt_crs p > a:hover {
    color: #009688;
}
.m_title {
    color: #343a40;
    font-size: 40px;
    font-weight: bold;
    white-space: normal;
    margin-bottom: 20px;
}
.stars_ev {
    display: inline-block;
    vertical-align: middle;
}
.stars_ev > i {
    color: #cadadf;
    font-size: 16px;
    display: inline-block;
    margin-left: 2px;
}
.stars_ev > i.checked {
    color: #fdc24f;
}
.label_eva {
    display: inline-block;
    vertical-align: middle;
    color: #212529;
    background-color: #ffeb87;
    border-radius: 15px;
    padding: 6px 15px;
    margin: 0;
    font-weight: bold;
    margin-right: 10px;
}
.cr_evalute {
    margin-bottom: 20px;
}
.course_info_in > h3 {
    color: #212529;
    font-weight: bold;
    font-size: 18px;
}
.course_info_in {
    margin-bottom: 20px;
}
.course_table_info {
    position: relative;
    margin-bottom: 30px;
    border: 2px solid #e9e9e9;
    border-radius: 15px;
    overflow: hidden;
}
.rw_nf_tb:nth-child(odd) {
    background-color: #ffffff;
}
.rw_nf_tb:nth-child(even) {
    background-color: #f9f9f9;
}
.rw_nf_tb {
    position: relative;
    padding: 10px 30px;
}
.rw_nf_tb:nth-child(1) {
    padding: 15px 30px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.03);
    z-index: 1;
}
.tb_icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.tb_icon > img {
    width: 20px;
}
.nf_tb_title > h3 {
    color: #212529;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
.nf_tb_txt {
    float: right;
}
.nf_tb_txt > p {
    color: #212529;
    font-size: 15px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}
.nf_tb_txt > p:last-child {
    margin-left: 0;
}
.nf_tb_txt > p > img {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.nf_tb_txt > p > span {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    vertical-align: middle;
}
.nf_tb_title {
    float: left;
}
.salary_cr {
    font-size: 20px;
}
.payment_img > li {
    float: left;
    margin-left: 15px;
}
.payment_img > li:last-child {
    margin-left: 0;
}
.payment_img > li > img {
    width: 30px;
}
.lg_hidden {
    display: none;
}
.course_info_left {
    margin-bottom: 30px;
}
.box_topic_course {
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 15px;
    padding: 30px 20px;
}
.topic_list li {
    color: #484b4e;
    font-size: 16px;
    position: relative;
    padding-right: 25px;
    margin-bottom: 10px;
}
.topic_list li:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 10px;
    height: 4px;
    background-color: #4caf50;
}
.modal_st .modal-content {
    border: 0;
    border-radius: 20px;
    padding: 70px 30px 50px;
    position: relative;
}
.modal_bg {
    text-align: center;
    margin-bottom: 30px;
}
.head_title_modal > h2 {
    color: #212529;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}
.head_title_modal > p {
    color: #484b4e;
    font-size: 16px;
    margin-bottom: 20px;
}
.btn_tr_st {
    padding: 6px 30px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 25px;
    border: 2px solid #009688;
    color: #009688;
    background-color: transparent;
    box-shadow: none !important;
    outline: none !important;
}
.btn_tr_st:hover {
    color: #ffffff;
    background-color: #009688;
}
.btn_warrow {
    position: relative;
}
.btn_warrow > i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    font-size: 24px;
}
.form_st1 .form-group {
    position: relative;
}
.form_st1 .form-control {
    height: 45px;
    border: 1px solid #ebf1f6;
    border-radius: 25px;
    color: #212529;
    font-size: 16px;
    font-weight: bold;
    padding-left: 60px;
    box-shadow: none;
    outline: none;
}
.f_icon {
    position: absolute;
    top: 8px;
    left: 20px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
}
.icon_email {
    background-image: url(../images/email.svg);
}
.icon_pass {
    background-image: url(../images/unlocked.svg);
}
.icon_user {
    background-image: url(../images/user.svg);
}
.icon_schoool {
    background-image: url(../images/schoool.svg);
}
.icon_phone {
    background-image: url(../images/phone-call.svg);
}
.form_st1 .form-control::-moz-placeholder {
    color: #212529;
    font-size: 15px;
    font-weight: bold;
}

.form_st1 .form-control:-ms-input-placeholder {
    color: #212529;
    font-size: 15px;
    font-weight: bold;
}

.form_st1 .form-control::-webkit-input-placeholder {
    color: #212529;
    font-size: 15px;
    font-weight: bold;
}
.forget_password {
    text-align: center;
}
.forget_password > a {
    display: inline-block;
    color: #4caf50;
    font-size: 16px;
    font-weight: bold;
}
.forget_password > a:hover {
    color: #009688;
}
.btn_close {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 40px;
    height: 40px;
    background-color: #4caf50;
    text-align: center;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}
.btn_close:hover {
    background-color: #009688;
}
.form_st1 .row {
    margin: 0 -5px;
}
.form_st1 .row > div {
    padding: 0 5px;
}
.nav-tabs.tabs_st1 {
    direction: ltr !important;
    margin: 0 auto 30px;
    border: 0;
    display: table;
}
.nav-tabs.tabs_st1 > li {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
}
.nav-tabs.tabs_st1 > li:last-child {
    margin-left: 0;
}
.nav-tabs.tabs_st1 > li > a {
    border: 0;
    border-radius: 25px;
    background-color: #ebf1f6;
    color: #212529;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 30px;
    min-width: 150px;
}
.nav-tabs.tabs_st1 > li > a:hover,
.nav-tabs.tabs_st1 > li > a.active {
    background-color: #009688;
    color: #fff;
}
.tb_icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    margin-top: -5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.icon_stu {
    background-image: url(../images/hat-3.svg);
}
.icon_sch {
    background-image: url(../images/school.svg);
}
.nav-tabs.tabs_st1 > li > a:hover .icon_sch,
.nav-tabs.tabs_st1 > li > a.active .icon_sch {
    background-image: url(../images/school_w.svg);
}
.nav-tabs.tabs_st1 > li > a:hover .icon_stu,
.nav-tabs.tabs_st1 > li > a.active .icon_stu {
    background-image: url(../images/Ã¢â‚¬ÂÃ¢â‚¬Âhat_w.svg);
}
.gree_label > p {
    color: #484b4e;
    font-size: 16px;
    text-align: center;
}
.gree_label > p > a {
    display: inline-block;
    color: #4caf50;
}
.gree_label > p > a:hover {
    color: #009688;
}
#header .container-fluid {
    padding: 0 30px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    text-align: left;
}
.select2-dropdown {
    background-color: #fff;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #484b4e;
}
.select2-dropdown {
    border: 1px solid #e2e2e2;
}
.select2-search--dropdown {
    padding: 2px;
}
.mf_ico {
    background-image: url(../images/bookmarks.svg);
}
.mf_ims {
    background-image: url(../images/b-comment.svg);
}
.mf_ifa {
    background-image: url(../images/heart.svg);
}
.mf_ihi {
    background-image: url(../images/saved-items.svg);
}
.mf_ed {
    background-image: url(../images/mp_user.svg);
}
.mf_exit {
    background-image: url(../images/leave.svg);
}
.box_menu_profile {
    margin-bottom: 30px;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.12);
    padding: 25px 25px 25px;
    position: sticky;
    top: 105px;
}
.menu_profile > li {
    display: block;
    margin-bottom: 10px;
}
.menu_profile > li:last-child {
    margin-bottom: 0;
}
.menu_profile > li > a {
    display: block;
    background-color: transparent;
    border-radius: 25px;
    padding: 8px 45px 8px 40px;
    color: #212529;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.menu_profile > li.active > a,
.menu_profile > li > a:hover {
    background-color: #e9fae9;
    color: #212529;
}
.mf_icon {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
}
.menu_profile .dropdown-menu {
    position: static !important;
    top: auto !important;
    transform: none !important;
    text-align: right;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    float: none;
    padding-left: 45px;
    padding-bottom: 0;
    margin-top: 10px;
}
.menu_profile .dropdown-menu li {
    margin-bottom: 10px;
}
.menu_profile .dropdown-menu a {
    color: #212529;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    display: block;
}
.menu_profile .dropdown-menu a:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 3px;
    background-color: #4caf50;
}
.menu_profile .dropdown-menu a:hover {
    color: #4caf50;
}
.menu_profile .dropdown-toggle::after {
    display: none;
}
.menu_profile > li > a:before {
    content: "\f061";
    position: absolute;
    top: 9px;
    right: 15px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu_profile > li.active > a:before {
    opacity: 1;
}
.menu_profile > li:hover > a:before {
    opacity: 1;
}
.menu_profile > li.show > a:before {
    content: "\f063";
}

.box_mmCourse {
    position: relative;
    margin-bottom: 30px;
    background-color: #f2f9ff;
    border-radius: 15px;
    padding: 0 50px;
}
.btn_close_box {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    background-color: #4caf50;
    text-align: center;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}
.btn_close_box:hover {
    background-color: #009688;
}
.img_mmCourse {
    position: relative;
    margin-top: -30px;
}
.txt_mmCourse {
    padding: 40px 0 20px;
}
.txt_infoCourse h2 {
    color: #212529;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.txt_infoCourse h2 > a {
    display: inline-block;
    color: #212529;
}
.txt_infoCourse h2 > a:hover,
.item_course_box:hover .txt_infoCourse h2 > a {
    color: #009688;
}
.site_course {
    position: relative;
    padding-right: 25px;
}
.site_course > p {
    color: #74787d;
    font-size: 14px;
}
.icon_cc {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.icon_map {
    background-image: url(../images/pin-check.svg);
}
.block_time_course {
    display: table;
    margin: 20px auto 0;
    position: relative;
}

.txt_mmCourse.txt_infoCourse h2 {
    font-size: 36px;
}
.course-timer > div {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    text-align: center;
}
.course-timer > div:last-child {
    margin-left: 0;
}
.course-timer > div > p {
    width: 38px;
    height: 38px;
    background-color: #4caf50;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    padding: 8px 5px;
}
.course-timer > div > span {
    display: block;
    color: #4caf50;
    font-size: 14px;
    margin-top: 5px;
}

.block_title_panel {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eeeeee;
}
.title_panel {
    color: #212529;
    font-size: 28px;
    font-weight: bold;
    float: left;
}
.sub_title_bb > h3 {
    color: #212529;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.sub_title_bb > p {
    color: #74787d;
    font-size: 16px;
}
.sub_title_bb {
    margin-bottom: 30px;
}
.block_empty {
    padding: 50px 0 0;
    text-align: center;
}
.block_empty > img {
    margin: auto;
    margin-bottom: 30px;
}
.block_empty > h3 {
    color: #212529;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.block_empty > p {
    color: #74787d;
    font-size: 15px;
}
.after_login_head {
    float: right;
    margin-top: 3px;
}
.user_profile_nn {
    float: right;
    position: relative;
    display: flex;
}
.avatar_thumb {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}
.avatar_thumb > img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background-color: #4caf50;
}
.avatar_thumb > span {
    display: inline-block;
    vertical-align: middle;
    color: #51555a;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    margin-left: 5px;
    text-overflow: ellipsis;
    width: 105px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.avatar_thumb:before {
    content: "\f078";
    position: absolute;
    top: 12px;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    color: #4f4f4f;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.avatar_thumb_language:before {
    content: "\f078";
    position: absolute;
    top: 12px;
    right: 0;
    left: 60px;
    font-family: "Font Awesome 5 Pro";
    color: #009688;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.avatar_thumb_language:hover {
    color: #ffffff !important;
}

.avatar_thumb_language:hover span,
.avatar_thumb_language:hover:before {
    color: #fff;
}
.avatar_thumb:hover {
    color: #009688;
}
.avatar_thumb:hover span,
.avatar_thumb:hover:before {
    color: #009688;
}
.user_profile_nn .dropdown-toggle::after {
    display: none;
}
.muser_afterLogin {
    float: right;
    margin-left: 30px;
    margin-top: 10px;
}
.muser_afterLogin > li {
    float: left;
    margin-left: 20px;
}
.muser_afterLogin > li:last-child {
    margin-left: 0;
}
.mf_icr {
    background-image: url(../images/pc-play-media.svg);
}
.mf_imss {
    background-image: url(../images/b-commentt.svg);
}
.mf_icfav {
    background-image: url(../images/favorite.svg);
}
.muser_afterLogin > li > a {
    position: relative;
    padding-right: 45px;
    color: #51555a;
    font-size: 15px;
    font-weight: bold;
}
.muser_afterLogin .mf_icon {
    top: 5px;
    /* right: auto !important; */
    left: -30px;
    text-align: right;
    /* left: 0; */
    /* text-align: left; */
}
.muser_afterLogin > li > a:hover {
    color: #009688;
}
.dropdown_menu_user {
    right: auto !important;
    left: 20px;
    text-align: left;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    border: 0;
    margin-top: 10px;
    padding: 15px 0;
    min-width: 180px;
}
.dropdown_menu_user a {
    display: block;
    position: relative;
    color: #212529;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 45px 8px 40px;
}

.dropdown_menu_language {
    left: auto !important;
    right: -80px;
    text-align: right;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    border: 0;
    margin-top: 10px;
    padding: 15px 0;
    min-width: 155px;
    /* min-height: 40px; */
}
.dropdown_menu_language a {
    display: block;
    position: relative;
    color: #212529;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 40px 8px 8px;
}

.dropdown_menu_language:after {
    left: 15px;
    top: -26px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #ffffff;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-width: 15px;
    border-right-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 15px;
    z-index: 1;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.hidden_lg {
    display: none;
}
.dropdown_menu_user:after {
    left: 15px;
    top: -26px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #ffffff;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-width: 15px;
    border-right-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 15px;
    z-index: 1;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.fixed-header .after_login_head {
    margin-top: 1px;
}
.dropdown_menu_user a:hover {
    color: #009688;
}
.item_course_box {
    position: relative;
    border-radius: 12px;
    border: 1px solid #d6d6d6;
    margin-bottom: 35px;
    transition: all 0.3s ease;
}
.item_course_box:hover {
}
.item_course_box .txt_infoCourse {
    padding: 25px 15px 32px;
    position: relative;
}
.item_course_box .block_time_course {
    /*padding: 0 20px;*/
    position: relative;
    width: 100%;
}
.elipse_btn {
    position: absolute;
    top: 10px;
    right: 0;
}
.item_course_box .block_time_course .course-timer {
    display: table;
    margin: auto;
    font-weight: bold;
}
.mcourse_thumb_link {
    position: relative;
    display: block;
}
.mcourse_thumb_link:before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    border-radius: 12px;
}
.item_course_box:hover .mcourse_thumb_link:before {
    background: rgba(0, 0, 0, 0.2);
}
.mcourse_thumb_link > img {
    width: 100%;
    height: 300px;
    border-radius: 12px;
}
.finish_cr {
    position: absolute;
    top: -18px;
    left: -16px;
    width: 105px;
    z-index: 2;
    height: 84px;
    background-image: url(../images/bg_star.png);
    background-repeat: no-repeat;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    background-position: center center;
    padding-top: 25px;
}
.item_course_box .btn_st1 {
    margin-top: 20px;
}
#header.fixed-header .user_hbtns {
    margin-top: 3px;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0;
}
.nav-tabs.tabs_st {
    margin-bottom: 20px;
}
.scroll_horizontal {
    margin-bottom: 20px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #009688 !important;
}
.hr_btn {
    height: 64px;
    display: flex;
    margin-top: 20px;
}
.item_course_box .hr_btn .btn_st1 {
    margin-top: 0;
    margin: auto;
}
.table_st th,
.table_st td {
    text-align: center;
    color: #212529;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
}
.table_st th:nth-child(1),
.table_st td:nth-child(1) {
    text-align: left;
}
.table_st th:nth-child(odd) {
    background-color: #f2f9ff;
}
.table_st th:nth-child(even) {
    background-color: #e9f5ff;
}
.table_st th {
    border: 0;
    padding: 25px 15px;
}
.table_st th:first-child {
    border-top-right-radius: 15px;
}
.table_st th:last-child {
    border-top-left-radius: 15px;
}
.table_st td {
    padding: 15px;
}
.table.table_st thead th {
    border-bottom: 0;
}
.table_st td {
    border-top: 0;
    border-bottom: 1px solid #eeeeee;
}
.table_st td:first-child {
    border-right: 1px solid #eeeeee;
}
.table_st td:last-child {
    border-left: 1px solid #eeeeee;
}
.table_st {
    border-radius: 15px;
}

.group_panel {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}
.label_input {
    margin-top: 10px;
}
.label_input p {
    color: #74787d;
    font-size: 14px;
}
.form_st2 label {
    margin-bottom: 12px;
    font-size: 16px;
    color: #212529;
    font-weight: bold;
}

.tb_icon > i.icon_map {
    position: static;
    display: block;
}

.form_st2 .form-group {
    position: relative;
}
.form_st2 .form-control {
    height: 45px;
    border: 1px solid #ebf1f6;
    border-radius: 25px;
    color: #212529;
    font-size: 16px;
    font-weight: bold;
    padding-left: 60px;
    box-shadow: none;
    outline: none;
}

.form_st2 .row {
    margin: 0 -5px;
}
.form_st2 .row > div {
    padding: 0 5px;
}

.form_st2 .form-control::-moz-placeholder {
    color: #212529;
    font-size: 14px;
    font-weight: normal;
}

.form_st2 .form-control:-ms-input-placeholder {
    color: #212529;
    font-size: 14px;
    font-weight: normal;
}

.form_st2 .form-control::-webkit-input-placeholder {
    color: #212529;
    font-size: 14px;
    font-weight: normal;
}
.form_st2 .select2-container--default .select2-selection--single {
    height: 45px;
    border: 1px solid #ebf1f6;
    border-radius: 25px;
    color: #212529;
    font-size: 16px;
    font-weight: bold;
    padding-left: 60px;
    box-shadow: none;
    outline: none;
    background-color: #fff;
}
.form_st2
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 45px;
    padding-left: 0;
    padding-right: 50px;
    color: #212529;
    font-size: 16px;
    font-weight: bold;
}
.form_st2
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 45px;
}
.form_st2
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b:before {
    font-weight: 300;
    color: #939393;
}
.form_st2
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    width: 50px;
}

.select2-results__options {
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.select2-results__options > li {
    border-radius: 0 !important;
}

.bootstrap-datetimepicker-widget table {
    margin: 0;
    overflow: hidden;
    font-size: 12px;
}
.bootstrap-datetimepicker-widget table th {
    border: 0;
    font-family: "JannaLT-Regular", "Montserrat", sans-serif;
}
.datepicker-days .fa-chevron-left:before {
    content: "\f054";
}
.datepicker-days .fa-chevron-right:before {
    content: "\f053";
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #009688;
    color: #ffffff;
}
.group_rw {
    margin-bottom: 10px;
}
.icon_pin-checkk {
    background-image: url(../images/pin-checkk.svg);
}
.icon_appointment {
    background-image: url(../images/appointment.svg);
}
.icon_pin_hat {
    background-image: url(../images/hat-3.svg);
}
.icon_man {
    background-image: url(../images/man-20.svg);
}
.icon_calender {
    background-image: url(../images/calendar-date-2.svg);
}

.txt_infoCourse .cr_meta {
    color: #74787d;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}
.icon_sc {
    background-image: url(../images/‏‏school_bg.svg);
}
.txt_infoCourse .row {
    margin-left: 0;
    margin-right: 0;
}
.txt_infoCourse .row > div {
    padding: 0;
}
.menu_topPanner {
    float: right;
}
.menu_topPanner > li {
    float: left;
    margin-left: 10px;
}
.menu_topPanner > li:last-child {
    margin-left: 0;
}
.menu_topPanner > li > a {
    display: block;
    background-color: transparent;
    border-radius: 25px;
    padding: 8px 20px 8px 20px;
    color: #212529;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.menu_topPanner > li > a:hover,
.menu_topPanner > li.active > a {
    background-color: #e9fae9;
    color: #212529;
}
.menu_profile_xs {
    display: none;
}

/**============================================
NEW
==============================================**/
.mf_check {
    background-image: url(../images/check-all.svg);
}
.mf_money {
    background-image: url(../images/money-12.svg);
}
.mf_table {
    background-image: url(../images/data-table.svg);
}
.mf_cro {
    background-image: url(../images/pc-play-media2.svg);
}
.mf_all {
    background-image: url(../images/check-alll.svg);
}
.mf_cam {
    background-image: url(../images/money-133.svg);
}
.form_st3 > div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}
.form_st3 > div:last-child {
    margin-left: 0;
}
.st3icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background-repeat: no-repeat;
    background-size: 16px;
    width: 26px;
    height: 25px;
    background-position: center;
}
.sti_filter {
    background-image: url(../images/filter-tool.svg);
}
.sti_date {
    background-image: url(../images/calendar-datee.svg);
}
.sti_breance {
    background-image: url(../images/schooool.svg);
}
.form_st3 .form-control {
    border: 1.5px solid #4caf50;
    border-radius: 25px;
    background-color: #fff;
    color: #4caf50;
    font-size: 16px;
    font-weight: bold;
    padding-right: 40px;
    padding-left: 40px;
    box-shadow: none;
    height: 45px !important;
}
.form_st3 .select2-container--default .select2-selection--single {
    border: 1.5px solid #4caf50;
    border-radius: 25px;
    background-color: #fff;
    color: #4caf50;
    font-size: 16px;
    font-weight: bold;
    height: 45px;
}
.form_st3
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 42px;
    color: #4caf50;
    font-size: 16px;
    font-weight: bold;
    padding-right: 40px;
    padding-left: 40px;
}
.form_st3
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 45px;
    width: 40px;
}
.form_st3
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b:before {
    font-weight: 300;
    color: #4caf50;
}
.form_st3 .select2:hover .select2-selection--single {
    background: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.date_input .form-control {
    width: 200px;
}
.date_input:before {
    content: "\f107";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 45px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #4caf50;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
}
.filter_courses {
    padding-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px !important;
}
.filter_courses {
    padding-bottom: 20px;
}
.row_btns {
    margin: 0 -5px !important;
}
.row_btns > div {
    padding: 0 5px !important;
}
.row_btns .btn {
    font-size: 14px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.btn.btn_stbr {
    border-color: #343a40;
    color: #343a40 !important;
}
.btn_stbr:hover {
    color: #ffffff !important;
    background-color: #343a40;
}
.btn_disabled {
    background-color: #c6d5e2 !important;
    border-color: #c6d5e2 !important;
    /*cursor: not-allowed! important;*/
    pointer-events: none;
}
.block_addCourse {
    height: 100%;
    padding-bottom: 35px;
}
.box_addCourse_mt {
    position: relative;
    height: 100%;
    border: 1px dashed #4caf50;
    border-radius: 12px;
    padding: 60px 20px 20px;
    text-align: center;
}
.box_addCourse_mt > img {
    max-width: 160px;
    margin-bottom: 20px;
}
.box_addCourse_mt h2 {
    color: #343a40;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.box_addCourse_mt p {
    color: #74787d;
    font-size: 16px;
    margin-bottom: 20px;
}
.btn_plus {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    background-color: #4caf50;
    color: #ffffff;
    font-size: 18px;
    display: table;
    margin: auto;
    line-height: 45px;
}
.btn_plus:hover {
    color: #fff;
    background-color: #009688;
}
.modal_sttt .modal-content {
    border-radius: 20px;
    border: 0;
}
.modal_head {
    position: relative;
    padding: 40px 30px 40px 60px;
    border-bottom: 1px solid #f1f1f1;
}
.modal_head > h2 {
    color: #212529;
    font-size: 32px;
    font-weight: bold;
}
.modal_sttt .modal_head .btn_close {
    top: 38px;
    left: 20px;
}
.modal_stt_body {
    padding: 30px;
}
.head_sub {
    padding-bottom: 20px;
}
.head_sub > h2 {
    color: #212529;
    font-size: 24px;
    float: left;
    font-weight: bold;
    margin-bottom: 20px;
}
.total_stu {
    float: right;
    position: relative;
    padding-right: 55px;
}
.stu_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background-color: #e5f3ff;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
}
.stu_icon > img {
    margin: auto;
    max-width: 30px;
}
.total_stu h3 {
    color: #212529;
    font-size: 16px;
    font-weight: bold;
}
.total_stu p {
    color: #4caf50;
    font-size: 16px;
    font-weight: bold;
}
.table_stt {
    margin-bottom: 30px;
}
.table_stt td {
    color: #74787d;
    font-size: 14px;
}
.link_file_csr > a {
    display: inline-block;
}
.up_ff {
    color: #74787d;
    font-size: 14px;
}
.up_ff:hover {
    color: #009688;
}
.up_ff > img {
    display: inline-block;
    margin-left: 10px;
}
.up_cer {
    color: #74787d;
    font-size: 14px;
}
.up_cer:hover {
    color: #009688;
}
.up_cer > img {
    display: inline-block;
    margin-left: 10px;
}
.remove_cross {
    display: inline-block;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: bottom;
}
.table.table_stt td,
.table.table_stt th {
    vertical-align: middle;
    text-transform: capitalize;
}
.table.table_stt td {
    border-right: 0;
    border-left: 0;
}
.table.table_stt tr td:first-child {
    /* border-right: 1px solid #dfdfdf; */
}
.table.table_stt tr td:last-child {
    /* border-left: 1px solid #dfdfdf; */
}
.table.table_stt thead th {
    border-bottom: 0 !important;
    border-color: #4caf50 !important;
    background-color: #4caf50;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.table_stt {
    border-collapse: collapse;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

@media (min-width: 576px) {
    .modal_sttt .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
    .modal_sttt .modal-dialog.modal-xs {
        max-width: 400px;
        margin: 1.75rem auto;
    }
}
.table.table_stt td,
.table.table_stt th {
    padding: 15px 0.75rem;
    text-align: center;
}
.table.table_stt td:nth-child(1),
.table.table_stt th:nth-child(1) {
    text-align: left;
}
.checkbox_right.custom-control {
    padding-left: 0;
    padding-right: 30px;
}
.table_stt .custom-control-label {
    font-weight: bold;
}
.table_stt .custom-control-label::before {
    left: auto;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #dedede;
    top: 1px;
    box-shadow: none !important;
    outline: none;
}
.table_stt .custom-control-label::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    left: auto;
    right: 0;
    top: 1px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: transparent;
    font-weight: 300;
    box-shadow: none !important;
    outline: none;
    background-image: none !important;
    line-height: 20px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #4caf50;
}
.tcolor {
    color: #4caf50;
}
.tf_bold {
    font-weight: bold;
}
.btn_compromise {
    background-color: #e1f1ff;
    color: #4caf50;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 9px;
    color: #4caf50;
    font-weight: bold;
    position: relative;
    padding-right: 35px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.btn_compromise > img {
    display: inline-block;
    margin-left: 5px;
}
.icon_bt {
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    position: absolute;
    top: 10px;
    right: 0.75rem;
}
.com_ic {
    background-image: url(../images/contactless.svg);
}
.pp_right {
    float: left;
}
.pp_left {
    float: right;
}
.block_bottom_tabel {
    position: relative;
    background-color: #e9fae9;
    padding: 25px 30px 25px;
    border: 1px solid #dfdfdf;
    border-radius: 0 0 15px 15px;
    border-top: 0;
}
.btn_icon {
    position: relative;
    padding-right: 35px;
}
.btn_brder {
    background-color: transparent;
    border-radius: 9px;
    outline: none !important;
    border: 1px solid #009688;
    color: #009688;
    font-weight: bold;
    padding-top: 11px;
    padding-bottom: 11px;
    -webkit-box-shadow: 0px 6px 15px 0px transparent !important;
    -moz-box-shadow: 0px 6px 15px 0px transparent !important;
    box-shadow: 0px 6px 15px 0px transparent !important;
}
.com_survey {
    background-image: url(../images/survey.svg);
}
.total_sale {
    display: inline-block;
    color: #212529;
    margin-left: 20px;
    font-size: 16px;
}
.total_sale > p > img {
    display: inline-block;
    margin-left: 10px;
}
.total_sale > p > span {
    display: inline-block;
    vertical-align: middle;
    color: #212529;
    font-weight: bold;
    font-size: 24px;
    margin: 0 3px;
}
.total_sale > p > strong {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
}
.btn_blue {
    background-color: #4caf50;
    color: #fff;
    font-weight: bold;
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 9px;
    outline: none !important;
    -webkit-box-shadow: 0px 6px 15px 0px transparent !important;
    -moz-box-shadow: 0px 6px 15px 0px transparent !important;
    box-shadow: 0px 6px 15px 0px transparent !important;
}
.com_ic_w {
    background-image: url(../images/‏‏contactless_w.svg);
}
.btn_blue .icon_bt,
.btn_brder .icon_bt {
    top: 13px;
}
.btn_compromise:hover {
    background-color: #009688;
    color: #fff;
}
.btn_compromise:hover .com_ic {
    background-image: url(../images/‏‏contactless_w.svg);
}

.btn_brder:hover {
    background-color: #009688;
    color: #fff;
    -webkit-box-shadow: 0px 6px 15px 0px rgba(255, 110, 110, 0.31) !important;
    -moz-box-shadow: 0px 6px 15px 0px rgba(255, 110, 110, 0.31) !important;
    box-shadow: 0px 6px 15px 0px rgba(255, 110, 110, 0.31) !important;
}
.btn_brder:hover .com_survey {
    background-image: url(../images/‏‏survey_w.svg);
}

.btn_blue:hover {
    background-color: #009688;
    color: #fff;
    -webkit-box-shadow: 0px 6px 15px 0px rgba(255, 169, 110, 0.31) !important;
    -moz-box-shadow: 0px 6px 15px 0px rgba(255, 169, 110, 0.31) !important;
    box-shadow: 0px 6px 15px 0px rgba(255, 169, 110, 0.31) !important;
}

.icon_comment {
    background-image: url(../images/f-comment.svg);
}
.icon_bookmark {
    background-image: url(../images/bookmark-add.svg);
}
.form_st2 textarea.form-control {
    height: 100px;
    resize: vertical;
    resize: none;
}

/**=========================================
NEW 4/5
==========================================**/
.box_upload_imgCourse {
    position: relative;
    border: 2px dashed #4caf50;
    border-radius: 12px;
    width: 100%;
    height: 250px;
    margin-bottom: 40px;
}
.upload_imgCourse_in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 100%;
    text-align: center;
}
.upload_imgCourse_in h3 {
    color: #343a40;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.upload_imgCourse_in p {
    color: #74787d;
    font-size: 15px;
    margin-bottom: 20px;
}
.btn_blus_add {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    background-color: #4caf50;
    color: #ffffff;
    font-size: 18px;
    display: flex;
    margin: auto;
    cursor: pointer;
}
.btn_blus_add > img {
    margin: auto;
}
.btn_blus_add:hover {
    color: #fff;
    background-color: #009688;
}
.file_uploadst {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    margin: 0;
}
.form_st2 h3 {
    color: #212529;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.cr_bookmark {
    background-image: url(../images/cr_bookmark.svg);
}
.edit-levels {
    background-image: url(../images/edit-levels.svg);
}
.modal_head > h2 {
    font-size: 26px;
}
.time-clock2 {
    background-image: url(../images/time-clock2.svg);
}
.marker-3 {
    background-image: url(../images/marker-3.svg);
}
.pin-checkk {
    background-image: url(../images/pin-checkk.svg);
}
.man-200 {
    background-image: url(../images/man-200.svg);
}
.explore {
    background-image: url(../images/explore.svg);
}
.b-chartt {
    background-image: url(../images/b-chartt.svg);
}
.money-111 {
    background-image: url(../images/money-111.svg);
}
.pin-44 {
    background-image: url(../images/pin-44.svg);
}
.award-49 {
    background-image: url(../images/award-49.svg);
}
.note_icon {
    background-image: url(../images/note.svg);
}
.roadmap {
    background-image: url(../images/roadmap.svg);
}
.certificate_icon {
    background-image: url(../images/certificate.svg);
}
.showw {
    background-image: url(../images/showw.svg);
}
.currncy_input .form-control {
    padding-left: 100px;
}
.input_time_slct .form-control {
    padding-left: 100px;
}
.input_time_slct .select2-container {
    position: absolute;
    top: 3px;
    left: 5px;
    width: 80px;
    border-radius: 25px;
    background-color: #4caf50;
}
.form_st2
    .input_time_slct
    .select2-container--default
    .select2-selection--single {
    padding-right: 0;
    border: 0;
    height: 39px;
    background-color: #4caf50;
}
.form_st2
    .input_time_slct
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 39px;
    color: #fff;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 10px;
    width: 80px;
}
.form_st2
    .input_time_slct
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    width: 25px;
    height: 39px;
}
.form_st2
    .input_time_slct
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b:before {
    color: #fff;
}
.add_discount {
    position: absolute;
    top: 10px;
    left: 8px;
    color: #4caf50;
    font-size: 12px;
    font-weight: bold;
}
.add_discount:hover {
    color: #009688;
}
.discount_icon {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background-image: url(../images/percentage-39.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
}
hr {
    border-color: #e6e6e6;
}
.add_nw_fild {
    display: inline-block;
    color: #4caf50;
    font-size: 16px;
    font-weight: bold;
    margin-top: 4px;
}
.add_nw_fild > span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #4caf50;
    line-height: 35px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form_st2
    .input_time_slct
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b:before {
    top: -8px;
    left: 0;
}
.add_nw_fild:hover {
    color: #009688;
}
.add_nw_fild:hover span {
    background-color: #009688;
}

.cr_gym {
    background-image: url(../images/gym.svg);
}
.imgCourse_uploaded {
    position: relative;
    height: 250px;
    width: 100%;
}
.imgCourse_uploaded > img {
    width: 100%;
    height: inherit;
    object-fit: fill;
    border-radius: 12px;
    border: 1px solid #4caf50;
}
.btn_remove_imgCourse {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 45px;
    height: 45px;
    background-color: #009688;
    text-align: center;
    border-radius: 9px;
    cursor: pointer;
    outline: none !important;
    -webkit-box-shadow: transparent;
    -moz-box-shadow: transparent;
    box-shadow: transparent;
}
.btn_remove_imgCourse:hover,
.btn_remove_imgCourse:focus,
.btn_remove_imgCourse:active {
    -webkit-box-shadow: 0px 6px 15px 0px rgba(255, 110, 110, 0.31);
    -moz-box-shadow: 0px 6px 15px 0px rgba(255, 110, 110, 0.31);
    box-shadow: 0px 6px 15px 0px rgba(255, 110, 110, 0.31);
}
.num_charcter {
    text-align: left;
    color: #a6a9ac;
    font-size: 14px;
    margin-top: 5px;
}
.num_charcter > span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.add_nw_fild {
    margin-bottom: 10px;
}
.form_st2 .form-control,
.form_st2 .select2-container--default .select2-selection--single {
    padding-right: 50px;
    font-size: 14px;
    font-weight: 400;
}
.form_st2
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-weight: 400;
}
.box_state_course {
    position: relative;
    margin-bottom: 30px;
    background-color: #4caf50;
    border-radius: 20px;
    padding: 10px 20px;
}
.box_state_course > h3 {
    float: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    margin-top: 4px;
}

.check_open_left {
    float: right;
}
.check_open_left p {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 14px;
}
.check_open_left .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
    margin: 0 5px;
}

.check_open_left .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.check_open_left .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.check_open_left .slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 4px;
    bottom: 3px;
    background-color: #4caf50;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.check_open_left input:checked + .slider {
    background-color: #ffffff;
}

.check_open_left input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

.check_open_left input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* Rounded sliders */
.check_open_left .slider.round {
    border-radius: 34px;
}

.check_open_left .slider.round:before {
    border-radius: 50%;
}
@media (min-width: 576px) {
    .modal_sttt .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}
.box_content_brd {
    position: relative;
    border: 1px solid #eeeeee;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 30px;
}
.head_brd_title h2 {
    color: #212529;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.head_brd_title p {
    color: #74787d;
    font-size: 14px;
}
.progress_title {
    position: relative;
    padding-right: 30px;
}
.row_progress {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.row_progress:last-child {
    border-bottom: 0;
}
.progress_title h2 {
    color: #212529;
    font-size: 15px;
    font-weight: bold;
}
.head_brd_title {
    margin-bottom: 30px;
}
.progress_title .f_icon {
    top: 0;
    right: 0;
}

.progress {
    height: 14px;
    border-radius: 20px;
}
.progress .skill {
    line-height: 35px;
    padding: 0;
    margin: 0 0 0 20px;
    text-transform: uppercase;
}
.progress .skill .val {
    float: left;
    font-style: normal;
    margin: 0 20px 0 0;
}

.progress-bar {
    text-align: left;
    transition-duration: 3s;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.progress-bar {
    width: 0;
    animation: progress 1.5s ease-in-out forwards;
}
.title_progress {
    opacity: 0;
    animation: show 0.35s forwards ease-in-out 0.5s;
}
.progress_item {
    position: relative;
    padding-left: 60px;
    margin-top: 5px;
}
.title_progress {
    position: absolute;
    top: 0;
    left: 0;
    color: #212529;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

@keyframes progress {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.progress_item .progress {
    overflow: inherit;
}
.progress-bar {
    border-radius: 20px;
}
.row_progress:last-child {
    margin-bottom: 0;
}
.top_movements {
    background-color: #e9fae9;
    border-radius: 15px 15px 0 0;
    border: 1px solid #dfdfdf;
    padding: 30px 20px 50px 20px;
    position: relative;
    margin-bottom: -20px;
}
.bb_zd {
    position: relative;
    z-index: 2;
}
.top_movements > h2 {
    color: #212529;
    font-size: 17px;
    float: left;
    font-weight: 700;
    margin-top: 10px;
}
.mov_left {
    float: right;
}
.sort_btns {
    display: inline-block;
}
.mov_left .btn_storange {
    display: inline-block;
}
.mov_left button {
    border: 0;
    padding: 12px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 9px;
}
.mov_left button img {
    display: inline-block;
    margin-left: 5px;
}
.btn_storange {
    background-color: #009688;
}
button.btn_sortby {
    background-color: #4caf50;
}
button.btn_sortby.dropdown-toggle::after {
    display: none;
}
button.btn_sortby {
    padding-left: 35px;
}
button.btn_sortby:before {
    content: "\f107";
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 18px;
}
.drop_sort.dropdown-menu {
    background-color: #ffffff;
    border-radius: 14px;
    padding: 20px;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    border: 0;
    min-width: 280px;
    text-align: left;
}

.checkbox_right .custom-control-label {
    font-weight: bold;
}
.checkbox_right .custom-control-label::before {
    left: auto;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #dedede;
    top: 1px;
    box-shadow: none !important;
    outline: none;
}
.checkbox_right .custom-control-label::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    left: auto;
    right: 0;
    top: 1px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: transparent;
    font-weight: 300;
    box-shadow: none !important;
    outline: none;
    background-image: none !important;
    line-height: 20px;
}

.drop_sort .checkbox_right .custom-control-label {
    font-size: 15px;
}
.drop_sort .checkbox_right.custom-control {
    margin-bottom: 10px;
}
.drop_sort .checkbox_right.custom-control:last-child {
    margin-bottom: 0;
}
.drop_sort .checkbox_right .custom-control-label::before,
.drop_sort .checkbox_right .custom-control-label::after {
    top: 2px;
}

/**===============================================
10/5
==================================================**/
.course_table_pay .rw_nf_tb:nth-child(odd) {
    background-color: #f9f9f9;
}
.course_table_pay .rw_nf_tb:nth-child(even) {
    background-color: #ffffff;
}
.box_pay_left {
    position: relative;
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    margin-bottom: 30px;
}
.info_p_row {
    padding: 25px 20px;
    border-bottom: 1px solid #e9e9e9;
}
.info_p_row:last-child {
    border: 0;
}
.nf_tb_txt h3 {
    color: #212529;
    font-size: 15px;
    font-weight: bold;
}
.nf_tb_txt h3 > span {
    display: inline-block;
    font-size: 24px;
    margin-left: 5px;
    vertical-align: middle;
}
.nf_tb_txt {
    text-align: left;
}
.tb_icon > img {
    width: 18px;
}
.tb_icon {
    margin-top: 0;
}
.info_p_row .nf_tb_txt {
    margin-top: 2px;
}
.pay_img_method li {
    float: left;
    margin-left: 10px;
}
.pay_img_method li:last-child {
    margin-left: 0;
}
.pay_img_method li > img {
    width: 35px;
    filter: grayscale(100%);
}
.box_successful {
    position: relative;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 20px 30px;
    text-align: center;
    margin: 30px auto 50px;
}
.icon_succ {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
}
.icon_succ > img {
    width: 60px;
    height: 60px;
}
.box_successful h2 {
    color: #212529;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}
.succ_txtBg {
    background-color: rgba(213, 235, 255, 0.3);
    color: #4caf50;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 25px;
    display: table;
    margin: 0 auto 10px;
}
.box_successful h3 {
    color: #212529;
    font-size: 18px;
    font-weight: bold;
}
.box_search_bannerTop {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #eeeeee;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
}
.title_search h2 {
    color: #212529;
    font-size: 24px;
}
.title_search h2 span {
    display: inline-block;
    font-weight: bold;
}
.filter_search {
    float: right;
}
.sti_filterr {
    background-image: url(../images/filter-tooool.svg);
}
.form_st3
    .filter_search
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #707070;
}
.form_st3
    .filter_search
    .select2-container--default
    .select2-selection--single {
    border-color: #707070;
    color: #707070;
}
.form_st3
    .filter_search
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b:before {
    color: #707070;
}
.title_search {
    margin-top: 8px;
}
.title_search {
    margin-bottom: 30px;
}
.search_head {
    padding-bottom: 30px;
}

.filter_search .select2-container {
    width: 100% !important;
    max-width: 200px;
}
.icon_day {
    background-image: url(../images/calendar-dateee.svg);
}
.site_course {
    margin-bottom: 10px;
}
/*.prise_coursee{
  color: #343A40;
  font-weight: bold;
  font-size: 20px;
}*/
/*.prise_coursee > span{
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  margin-right: 5px;
}*/

.prise_coursee > span,
.prise_coursee > p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.prise_coursee > p:last-child {
    margin-left: 0;
}
.pr_new {
    color: #343a40;
    font-weight: bold;
    font-size: 20px;
}
.pr_tp {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.pr_old {
    color: #72777b;
    font-weight: bold;
    text-decoration: line-through;
    font-size: 20px;
}
.evuBooking {
    margin-top: 10px;
}
.evuBooking .stars_ev {
    float: left;
    margin-top: 12px;
}
.evuBooking .btn_trBlue {
    float: right;
}
.btn_trBlue {
    margin-top: 0 !important;
    padding: 6px 20px;
}
.btn_trBlue > i {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}
.btn_trBlue:hover {
    color: #fff;
    background-color: #009688;
}
.pr_disc {
    background-color: #e5e8ff;
    border-radius: 30px;
    color: #009688;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 10px;
}
.rg_fserch {
    position: relative;
    /*float:left;*/
    /*margin-left: 20px;*/
    padding-right: 35px;
}
.rg_fserch:last-child {
    margin-left: 0;
}

.icc_fsea {
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 22px;
    background-size: 18px;
    position: absolute;
    top: 7px;
    left: 0;
}
.fs_cate {
    background-image: url(../images/fs_cate.svg);
}
.fs_city {
    background-image: url(../images/fs_city.svg);
}
.fs_gg {
    background-image: url(../images/fs_gg.svg);
}
.fs_sta {
    background-image: url(../images/fs_sta.svg);
}
.fs_time {
    background-image: url(../images/fs_time.svg);
}
.rg_fserch .select2-container .select2-selection--single {
    height: 35px;
    background-color: transparent;
    border-radius: 0;
    border: 0;
}
.rg_fserch
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 35px;
    color: #212529;
    font-weight: 700;
    font-size: 18px;
    padding-right: 0;
}
.rg_fserch
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 35px;
}
.rg_fserch
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b:before {
    font-weight: 300;
    font-size: 16px;
    top: -5px;
    color: #51555a;
}
.rg_fserch .select2:hover .select2-selection--single {
    box-shadow: none;
}

.pagination_st {
    display: table;
    margin: auto;
}
.pagination_st li {
    display: inline-block;
    margin-left: 10px;
}
.pagination_st li:last-child {
    margin-left: 0;
}
.pagination_st li .page-link {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    border: 1px solid #4caf50;
    color: #4caf50;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    box-shadow: none !important;
    outline: none !important;
    padding: 0;
    line-height: 40px;
}
.pagination_st li .page-link:hover,
.pagination_st li.active .page-link {
    color: #fff;
    background-color: #009688;
    border-color: #009688;
}

/**========================================
31/5
===========================================**/
.box_white_sh {
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
}
.contact_schead {
    margin-bottom: 20px;
}
.contact_schead h2 {
    color: #212529;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.contact_schead p {
    color: #74787d;
    font-size: 14px;
}
.form_st2.form_contact textarea.form-control {
    height: 130px;
    resize: vertical;
    resize: none;
}
.img_info {
    text-align: center;
    margin-bottom: 20px;
}
.img_info > img {
    margin: auto;
}
.cinfo_row {
    position: relative;
    margin-bottom: 20px;
}
.cicon {
    width: 45px;
    height: 45px;
    background-color: #009688;
    border-radius: 50%;
    text-align: center;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.cicon img {
    margin: auto;
    width: 18px;
}
.citxt {
    margin-right: 60px;
    padding-top: 5px;
}
.citxt h3 {
    color: #212529;
    font-size: 14px;
    font-weight: 700;
}
.citxt p {
    color: #74787d;
    font-size: 14px;
}
.edt_img {
    margin-bottom: 30px;
    text-align: center;
}
.btxt_crs p {
    margin-bottom: 10px;
}
.mb_30 {
    margin-bottom: 30px;
}
.step_itm {
    margin-bottom: 20px;
}
.stp_num {
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 1px solid #4caf50;
    font-weight: 600;
    font-size: 16px;
    color: #4caf50;
    margin-top: 10px;
}
.stp_num span {
    margin: auto;
}
.step_itm:nth-child(even) .stp_num {
    background-color: #009688;
    color: #ffffff;
}
.stp_txtt {
    margin-right: 60px;
}
.stp_txtt h3 {
    color: #343a40;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.stp_txtt p {
    color: #484b4e;
    font-size: 14px;
}
.condition_list {
    position: relative;
}
.condition_list:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 22.5px;
    width: 1px;
    height: calc(100% - 20px);
    border-right: 1px dashed rgba(112, 112, 112, 0.5);
}
.condition_row {
    position: relative;
    margin-bottom: 10px;
}
.icon_codi {
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #009688;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 1px solid #009688;
    font-weight: 600;
    font-size: 16px;
    color: #009688;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}
.icon_codi > img {
    margin: auto;
    width: 18px;
}
.img_addCor {
    text-align: center;
    margin-bottom: 30px;
}
.img_addCor > img {
    border-radius: 12px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
}
.level_cour_itm {
    padding-bottom: 30px;
}
.featureHead_txt p {
    color: #080808;
    font-size: 14px;
}
.feature_pageHead {
    margin-bottom: 30px;
}
.nav-tabs.tabs_feature {
    float: right;
    border: 0;
    margin-top: 20px;
}
.nav-tabs.tabs_feature li {
    float: left;
    margin-left: 20px;
    margin-bottom: 0;
}
.nav-tabs.tabs_feature li:last-child {
    margin-left: 0;
}
.nav-tabs.tabs_feature li a.nav-link {
    border: 2px solid #4caf50 !important;
    padding: 8px 25px;
    border-radius: 25px;
    background-color: transparent;
    color: #4caf50;
    font-size: 16px;
    min-width: 150px;
    text-align: center;
}
.nav-tabs.tabs_feature li a.nav-link.active {
    background-color: #009688;
    color: #ffffff;
}
.feature_pageContent {
    padding-top: 20px;
}

.feature_txtEditor li {
    color: #000000;
    font-size: 16px;
    position: relative;
    padding-right: 25px;
    margin-bottom: 10px;
}
.feature_txtEditor li:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 10px;
    height: 4px;
    background-color: #009688;
}
.feature_txtEditor h2 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.feature_txtEditor p {
    color: #74787d;
    font-size: 16px;
    margin-bottom: 10px;
}
