html,body {
    overflow-x: hidden;   
}
._cursor,.ftco-chbtn-close,.ftco-chbtn-minimize{
    cursor: pointer;
}
.nopadding {
    padding: 0;
}
.left-nopadding {
    padding-left: 0px !important;
}
.mt-45 {
    margin-top: 45px;
}
.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.left-text{
    text-align: left !important;
}
.sm-show-warp{
    display:none !important;
}
.content-inner p,
.content-inner ul li {
    color: #606060;
    font-size: 15px;
    margin-bottom: 10px;
}
.white_bg{
    background: #fff;
}
.bark_bg{
    background: #000;
}
.c-primary{
    color:#fff !important;
}
.dp-color{
    color:#29394f !important;
}
.ftco-navbar-light .navbar-nav>.nav-item>.nav-link._active{
    color: #74b64a;
}
.ftco-navbar-light .navbar-nav>.nav-item>.nav-link._active:before{
    visibility: visible;
    background-color: #74b64a;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.content-inner h1 {
    font-size: 21px;
}
.card-box {
    margin-top: 30px;
    -webkit-box-shadow: 0 20px 50px rgb(0 0 0 / 5%);
    box-shadow: 0 20px 50px rgb(0 0 0 / 5%);
    padding: 30px 25px;
    background-color: #ffffff;
}
.tagcloud ul {
    padding: 0;
}
.tagcloud li {
    display: inline-block;
}
.tagcloud li a {
    border: none;
    padding: 6px 12px;
    font-size: 13px !important;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 4px;
    display: inline-block;
    margin-right: 4px;
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #f6f6f6;
}
.tagcloud li a:hover,
.tagcloud li a:focus,
._primary_btn,
._primary_btn:hover,
._primary_btn:focus {
    background: #74b64a;
    color: #ffffff;
}
.card-box-title {
    margin-bottom: 25px;
    position: relative;
    padding-left: 10px;
    border-left: 3px dashed #dfdfdf;
    font-size: 22px;
    font-weight: 800;
    color: #221638;
}
body .widget {
    position: relative;
    z-index: 1;
}
body .widget .widget-title {
    position: relative;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
}
body .widget .widget-title__text:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 4px;
    width: 3px;
    height: 1.25em;
    border-radius: 3px;
    margin-right: 11px;
    background: #dfdfdf;
}
.widget_categories ul,
.widget_tags ul,
.recent-posts-widget_inner {
    padding: 0;
}
.widget_categories ul li {
    display: block;
    position: relative;
    padding-left: 25px;
}
.widget_categories ul li:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    color: inherit;
}
.widget_categories ul li:before,
.blog-post_readmore:hover .blog-post_readmore_icon span {
    background: #74b64a;
}
.widget_categories ul li a {
    color: #2c2c2c;
    transition: 0.3s;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: bold;
}
.widget_categories ul li a:hover,
.widget_categories ul li a:focus,
.widget_categories ul li a:hover .post_count,
.recent-posts_title a:hover,
.blog-post_title h2:hover,
.blog-post_readmore:hover .blog-post_readmore_icon *,
#blog-post_navigation a:hover .blog-post_navigation_title {
    color: #74b64a;
}
.widget_categories ul li a .post_count,
.recent-posts_meta_info,
.blog-post_meta-warp {
    color: #bababa;
}
.widget_categories ul li a .post_count {
    margin-left: 5px;
    line-height: 1;
    transition: 0.3s;
    position: relative;
}
.widget_categories .post_count:before {
    content: "(";
}
.widget_categories .post_count:after {
    content: ")";
}
.widget_tags ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
.widget_tags ul li a {
    display: inline-block;
    border-radius: 5px;
    padding: 8px 13.5px;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.2;
    color: #5f5f5f;
    background: #f6f6f6;
    transition: 0.4s;
}
.widget_tags,
.widget_recent_posts {
    margin-top: 40px;
}

.recent-posts-widget_inner li {
    display: block;
}
.recent-posts-image_warp {
    overflow: hidden;
    margin-right: 18px;
    float: left;
}
.recent-posts-image_warp img {
    float: left;
    max-width: 60px;
    border-radius: 10px;
}
.recent-posts-text {
    position: relative;
    top: -5px;
}
.recent-posts_title {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 4px;
}
.recent-posts_title a {
    color: #2c2c2c;
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
}
.recent-posts_meta_info {
    font-size: 12px;
}
.recent-posts-widget_inner li:not(:first-child) {
    margin-top: 30px;
}
.blog-post {
    background: #ffffff;
    transition: 0.3s;
    position: relative;
    margin-bottom: 60px;
}
.blog-post_wrapper {
    position: relative;
    transition: inherit;
}
.blog-post_media {
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}
.blog-post_media_inner a {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.blog-post_media_inner a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(40, 40, 40, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
}
.blog-post_media_inner a:hover:before {
    opacity: 1;
}
.blog-post_media_inner img {
    border-radius: 10px;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.blog-post_meta-warp span {
    display: inline-block;
}
.blog-post_category {
    position: absolute;
    bottom: -1px;
    z-index: 9;
    right: 18px;
    border-radius: 5px 5px 0 0;
}
.blog-post_category a {
    background-image: linear-gradient(
        to right,
        #74b64a,
        #7ec74f,
        #88d854,
        #92ea59,
        #9cfc5e
        );
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px 5px 0 0;
}
.blog-post_title h2 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.blog-post_meta-warp {
    color: #bababa;
    font-size: 13px;
    margin-bottom: 7px;
}
.blog-post_meta-warp img {
    height: 20px;
    margin-right: 6px;
    opacity: 0.2;
    position: relative;
    top: 3px;
}
.blog-post_meta-warp span:not(:first-child) {
    margin-left: 10px;
}
.blog-post_info p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 14px;
    text-align: justify;
}
.blog-post_info p,
.single-blog_text p {
    color: #606060;
}
.blog-post_readmore a {
    font-weight: bold;
    font-size: 15px;
}
.blog-post_readmore_icon span {
    width: 3px;
    height: 3px;
    display: inline-block;
    background-color: #e0e0e0;
    border-radius: 50%;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    position: relative;
    top: -4px;
}
.blog-post_readmore_icon i.fa {
    color: #e0e0e0;
}
.blog-post_readmore:hover .blog-post_readmore_icon span {
    margin-right: 2px;
}
.blog-post_meta_icon img {
    height: 13px;
    opacity: 1;
    position: relative;
    top: 0px;
    margin-right: 0px;
}
.single-blog_media img {
    width: 100%;
}
.single-blog_content {
    margin: 25px 0;
}
.single-blog_title h1 {
    font-size: 23px;
    font-weight: bold;
}
.single-blog_text p {
    font-size: 14px;
    text-align: justify;
}
.single-blog_note {
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
    border-left: 5px solid #74b64a;
}
#blog-leave_comment_form input {
    height: 50px !important;
}
#blog-leave_comment_form input,
#blog-leave_comment_form .form-control {
    display: block;
    width: 100%;
    background: #f4f4f4 !important;
    border: none;
    padding: 0 0 0 15px;
    outline: 0;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
}
#blog-leave_comment_form textarea {
    height: 120px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    resize: none;
}
._primary_btn {
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    border-radius: 3px;
    background-image: linear-gradient(
        to right,
        #74b64a,
        #7ec74f,
        #88d854,
        #92ea59,
        #9cfc5e
        );
    -webkit-background-image: linear-gradient(
        to right,
        #74b64a,
        #7ec74f,
        #88d854,
        #92ea59,
        #9cfc5e
        );
    -moz-background-image: linear-gradient(
        to right,
        #74b64a,
        #7ec74f,
        #88d854,
        #92ea59,
        #9cfc5e
        );
    -ms-background-image: linear-gradient(
        to right,
        #74b64a,
        #7ec74f,
        #88d854,
        #92ea59,
        #9cfc5e
        );
    -o-background-image: linear-gradient(
        to right,
        #74b64a,
        #7ec74f,
        #88d854,
        #92ea59,
        #9cfc5e
        );
    border: none;
    font-weight: bold;
}
#blog-leave_comment_title p {
    font-size: 13px;
}
#blog-leave_comment_title h2 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

#blog-post_navigation {
    margin: 35px 0;
    padding: 25px 0;
    border: solid #ccc;
    border-width: 1px 0;
}
.post-navigation_media {
    display: inline-block;
    min-width: 100px;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-right: 20px;
    position: relative;
}
.post-navigation_media img {
    width: 100%;
}
#blog-post-previous,
#blog-post-next {
    display: inline-flex;
    width: 50%;
}
#blog-post_navigation {
    width: 100%;
    clear: both;
    overflow: hidden;
    display: flex;
}
.post-navigation_colrow {
    float: left;
}
.post-navigation_content span {
    display: block;
}
.blog-post_navigation_title {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 1.7;
}
.blog-post_navigation_meta_info {
    font-size: 12px;
    font-weight: normal;
    color: #ccc;
}
#blog-post-next .post-navigation_content {
    text-align: right;
}
#blog-post-next .post-navigation_media {
    margin-right: 0;
    margin-left: 20px;
}
.forgot-pwd-inner {
    margin: 0 auto;
}
.forgot-pwd-inner_title h2 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 13px;
    margin-top: 25px;
}
.forgot-pwd-inner_title p {
    font-size: 13px;
}
.forgot-pwd-inner_form input.form-control {
    height: 45px !important;
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.43;
    color: #29303b;
    background-color: #fff;
    background-image: none;
    border: 1px solid #8a92a3;
    border-radius: 2px;
    box-shadow: none;
    transition: border-color ease-in-out 0.08s, box-shadow ease-in-out 0.08s;
}
.forgot-pwd-button span {
    margin-right: 10px;
}
.forgot-pwd-button span,
.forgot-pwd-button span a {
    margin-left: 10px;
    font-size: 14px;
    color: #597f95;
}
#down-footer.border-top {
    border-color: #99c67c !important;
}
#down-footer p {
    font-size: 13px;
    color: #e0ffcc;
    line-height: 40px;
}
.down-footer-site_languages .dropdown button,
.down-footer-site_languages .dropdown button:hover,
.down-footer-site_languages .dropdown button:focus,
.down-footer-site_languages .dropdown button:active,
.down-footer-site_languages .dropdown button:visited {
    height: 40px;
    line-height: 35px;
    padding: 0 25px;
    background: none;
    border: 2px solid #86d256;
    color: #fff;
}
.down-footer-site_languages .dropdown-menu {
    background: #fff;
    border-radius: 3px;
    border: none;
}
.down-footer-site_languages a.dropdown-item,
#site-languages a.dropdown-item {
    color: #2c2c2c !important;
    text-align: center;
    font-size: 14px;
    padding: 6px 0;
}
.down-footer-site_languages .dropdown-item:focus,
.down-footer-site_languages .dropdown-item:hover,
#site-languages .dropdown-item:focus,
#site-languages .dropdown-item:hover {
    background-color: #eff3f6;
    color: #869fb2 !important;
}

.dropdown-menu-arrow_up::before {
    border-bottom: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    right: 15%;
    position: absolute;
    top: -8px;
}

.dropdown-menu-arrow_up::after {
    border-bottom: 8px solid #ffffff;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    right: 15%;
    position: absolute;
    top: -7px;
}

.dropdown-menu-arrow_down::before {
    border-top: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    right: 15%;
    position: absolute;
    bottom: -10px;
}

.dropdown-menu-arrow_down::after {
    border-top: 8px solid #ffffff;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    right: 15%;
    position: absolute;
    bottom: -7px;
}

#footer-middle a {
    font-size: 13px;
    font-weight: 500;
}
#footer-middle a:not(:last-child) {
    margin-right: 10px;
}
.footer{
    width:100% !important;
}
.footer .list-unstyled a {
    font-weight: 500;
}
.footer p {
    color: #fff;
    margin-bottom: 6px;
    font-weight: 500;
}
.footer .list-unstyled a {
    font-weight: 500;
    font-size: 15px;
    color: #cffab4;
}
.ftco-footer-social li a {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    display: inline-block;
    background: #fff;
    text-align: center;
    margin-left: 5px;
}
.ftco-footer-social li a span {
    line-height: 30px;
    font-size: 14px;
}
.ftco-footer-social li a:hover,
.ftco-footer-social li a span {
    color: #74b64a !important;
}
.ftco-footer-social li a:hover {
    border-radius: 50%;
}
#ft-subscribe {
    border: 2px solid #86d256;
    border-radius: 2px;
    padding: 2px;
}
#ft-subscribe input.form-control {
    border: none;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: none !important;
    color: #fff;
    font-weight: 500;
}

#ft-subscribe input.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

#ft-subscribe input.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

#ft-subscribe input.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}
#ft-subscribe input.form-control::-webkit-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}
#ft-subscribe button {
    background: #fff;
    border: none;
    border-radius: 17px;
    padding: 7px 15px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #885e37;
    cursor: pointer;
}
.ft-subscribe_tag {
    font-size: 15px;
    margin-bottom: 10px;
    color: #cffab4;
}
.ft-contact-info li {
    margin-bottom: 8px;
}
.ft-contact-info .text {
    line-height: 30px;
}
.contact-info_icon {
    position: relative;
    top: 1px;
}

#referral-history .rh-title {
    font-weight: 500;
    font-size: 24px;
    color: #000;
}
#referral-history .rh-text {
    color: #b2b2b2;
}
#rh_no_warp {
    max-width: 450px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px 25px;
}
#rh_no_warp_text h2 {
    font-weight: 700;
    color: #6c6c6c;
    font-size: 20px;
}
#referral-history_block td,
#referral-history_block th {
    font-size: 15px;
}
#referral-history_block th {
    border-top: none;
}
.text-bold {
    font-weight: bold;
}
.title-text-color {
    color: #000;
}

#invite-friends-to-email input.form-control,
.ins-signup_form input.form-control {
    height: 50px !important;
}
#invite-friends-to-email label,
.ins-signup_form label {
    position: relative;
    top: 20px;
    z-index: 999;
    background: #fff;
    left: 15px;
    font-size: 14px;
    padding: 2px 6px;
    font-weight: 500;
    color: #747474;
}
#invite-friends-to-email .form-text {
    font-size: 12px;
    color: #939393;
}
#invite-friends-to-email button {
    margin-top: 11px;
    padding: 11px 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.faqs-warp .card-header button {
    width: 100%;
    text-align: left;
    background-color: #333;
    border-radius: 0;
    color: #fff;
}
.faqs-warp .card-header button:hover,
.faqs-warp .active .card-header button {
    background: #74b64a;
}
.faqs-warp .collapse {
    background: rgba(0, 0, 0, 0.02);
}
.faqs-warp {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 12%);
    padding: 35px;
    margin-top: -90px;
}
#faqs_footer h3 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1.2px;
    color: #000;
}
.faqs-warp .nav-tabs li,
.article-container .nav-tabs li {
    margin: 0 15px;
}

.faqs-warp .nav-tabs li a:hover,
.faqs-warp .nav-tabs li a.active,
.article-container .nav-tabs li a:hover,
.article-container .nav-tabs li a.active {
    border-bottom: 4px solid #74b64a;
}
.faqs-warp .nav-tabs li a,
.article-container .nav-tabs li a {
    padding: 8px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

/*tutor style*/
#tu-nav {
    height: 50px;
}
.ftco-navbar-light .navbar-nav#tu-nav > .nav-item > .nav-link {
    padding: 0.5rem 1.5rem;
    font-size: 14px;
}

.nav-item > #site-languages button {
    border: 2px solid #000;
    background: none;
    color: #000;
    padding: 0.5rem 1.5rem 0.5rem 2.5rem;
    padding-left: 2.5rem;
}
.ftco-navbar-light .navbar-nav#tu-nav > .nav-item > .nav-link:hover:before {
    display: none;
}
.btnSecondary,
.btnSecondary:focus,
.btnSecondary:hover {
    background: #74b64a;
    color: #fff !important;
}
.navbar-nav#tu-nav > .nav-item > .nav-link.rounded,
.ins-application-footer .btnSecondary {
    border-radius: 3px !important;
}
.site-languages_icon {
    position: absolute;
    left: 14px;
}
#site-languages > .dropdown-menu {
    margin-top: 13px;
}
.innerBannerImg img {
    right: 0 !important;
    left: 0;
    width: 100% !important;
}
.innerPageBanner {
    min-height: 280px;
    max-height: 350px;
    overflow: hidden;
}
.innerPageBanner .carousel-caption {
    top: 14%;
}
.innerPageBanner .carousel-caption .text,
.innerPageBanner .carousel-caption .text * {
    color: #fff;
}
#become-instructor h2,
#discovery-container h2 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
}
#become-instructor .btn {
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 14px;
}
#discovery-container .card-subtitle {
    font-weight: bold;
    color: #000 !important;
    letter-spacing: 1.1px;
}
#discovery-container .card-text {
    font-size: 16px;
}
.homeHowItWork {
    background: rgb(242 242 242 / 41%);
    padding: 50px 0;
}
.homeHowItWork-box-inner h1,
.homeHowItWork-content h1 {
    font-weight: 700;
}
.homeHowItWork-box-inner p,
.homeHowItWork-content h5 {
    font-weight: 500;
}
.homeHowItWork-content h5,
.homeHowItWork-content h1,
.homeHowItWork-box-inner h1,
.homeHowItWork-box-inner p {
    color: #000;
}

.homeHowItWork-tutors > .card {
    background: none;
    border: none;
}
.homeHowItWork-tutors > .card .card-text {
    font-size: 15px;
}
.homeHowItWork-tutors > .card .card-title img {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
    border-radius: 50%;
}
.homeHowItWork-tutors > .card .card-title-text {
    position: relative;
    left: 10px;
    top: 0px;
    font-weight: bold;
    font-size: 17px;
}
.homeHowItWork-video-warp .rounded {
    border-radius: 0.8rem !important;
}
.homeHowItWork-video {
    position: absolute;
    top: 20%;
    right: 5%;
    text-align: right;
}
.homeHowItWork-content h5 {
    font-size: 15px;
    color: #74b64a;
}
.text-uppercase {
    text-transform: uppercase;
}
.page-banner-warp {
    position: relative;
    padding: 9rem 0;
}
.page-banner-warp:before {
    content: "";
    position: absolute;
    background: url("../images/bg-pat.png") repeat;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 70%);
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}
#ftco-instructor-videos .card {
    box-shadow: 0 8px 16px 0 rgb(146 184 255 / 20%);
    border: none;
    position: relative;
}
#ftco-instructor-videos .card .card-title img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
#ftco-instructor-videos .card .card-title-flag {
    margin-left: 10px;
    font-weight: 700;
    font-size: 17px;
    color: #000;
}
#ftco-instructor-videos .card .card-text {
    font-size: 15px;
    color: #606060;
}
#ftco-instructor-videos .card .card-footer {
    background: none;
    padding: 5px 0;
    border: none;
    font-weight: 500;
    font-size: 14px;
}
#ftco-instructor-videos .card .play-btn {
    position: absolute;
    top: -28px;
    right: 6%;
}
#ftco-instructor-videos .card .play-btn a {
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #74b64a;
}
#ftco-instructor-videos .card .play-btn a:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 27px;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background: #fff;
    left: 35%;
    top: 22%;
}
#ftco-instructor-videos .card-body {
    position: relative;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.card-top {
    top: -70px;
}
#page-banner-content h3,
#page-banner-content p {
    color: #fff !important;
}
#page-banner-content h3 {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 15px;
}
#page-banner-content .btnSecondary {
    background: #000;
}
.ins-signup-option-warp a {
    padding: 5px 15px;
    border: 1px solid #ccc;
    display: block;
    border-radius: 3px;
}
.ins-signup-text {
    padding-left: 36px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
}
.col-signup-divider,
.listDivider {
    position: relative;
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    text-align: center;
}

.col-signup-divider:before {
    content: "or";
    position: absolute;
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    top: -17px;
    color: #ccc;
    text-align: center;
    line-height: 30px;
    background: #fff;
}
.password-eye-slash {
    position: absolute;
    top: 47px;
    right: 11px;
    cursor: pointer;
    color: #c0c0c0;
}
.form .form-group {
    position: relative;
    margin-bottom: 0;
}
.col-content-inner h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    color: #000;
}
.col-content-inner p {
    font-size: 15px;
}
.ins-signup_block_label {
    font-size: 13px !important;
}
.form button.btn-primary,
.form button.btn-primary:hover,
.form button.btn-primary:focus,
.form button.btn-primary:active,
.form button.btn-primary.active {
    margin-top: 15px;
    text-transform: uppercase;
    padding: 12px 25px;
    color: #fff;
    background-color: #74b64a;
    border-color: #74b64a;
}
.ins-signup_form_footer {
    font-size: 14px;
    font-weight: bold;
}
.second_footer {
    position: fixed;
    background: #fff;
    height: 45px;
    width: 100%;
    bottom: 0;
    padding: 0 15%;
}
.second_footer p {
    font-size: 13px;
    margin: 0;
    line-height: 45px;
    text-align: right;
}
.col-fixed-img-warp {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99;
    width: 50%;
    height: 100vh;
}
.col-fixed-img-warp:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
.col-fixed-img-warp:before {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 100%
        ) !important;
}
.col-fixed-img-text {
    position: absolute;
    z-index: 999;
    top: 35%;
    text-align: right;
    width: 80%;
    right: 10%;
}
.col-fixed-img-text h1,
.col-fixed-img-text p,
.col-fixed-img-text h3 {
    color: #fff;
}
.col-fixed-img-text h1 {
    font-weight: bold;
    font-size: 28px;
}
.ins-application-warp {
    background: #fafafc;
}
.ins-application-steps .card-link {
    display: block;
    border: 1px solid #333;
    padding: 8px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
    color: #333 !important;
}
.ins-application-steps .card-text {
    line-height: 1.64;
    letter-spacing: normal;
    color: #777;
    font-size: 14px;
}
.ins-application-steps .card-subtitle {
    font-weight: normal;
    font-size: 20px;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem !important;
    text-align: center;
    text-transform: capitalize;
}
.ins-application-steps .card {
    box-shadow: 0 7px 25px 0 rgb(0 0 0 / 10%);
    max-width: 366px;
    border: none;
    margin-bottom: 2rem;
}
#search_query input {
    border: 1px solid #ccc;
    height: 41px !important;
    border-radius: 3rem;
    padding-left: 50px;
}
#search_query {
    position: relative;
}
#search_query form span {
    position: absolute;
    top: 7px;
    left: 15px;
    color: #ccc;
}
.breadcrumbs-nav .breadcrumb {
    background: none;
}
.breadcrumbs-nav .breadcrumb-item a,
.breadcrumbs-nav .breadcrumb-item {
    font-size: 14px;
}
.article-sidebar li {
    display: block;
    margin-bottom: 8px;
}
.article-sidenav-item {
    font-size: 14px;
    color: #747575;
    padding: 5px 13px;
    display: block;
    border-radius: 5px;
}
.article-sidenav-item:hover {
    background-color: #eee;
    color: #333;
    text-decoration: none;
}
.article-sidebar h3,
.article-title h1,
.article-categories-list h3 {
    color: #000;
}
.article-sidebar h3 {
    font-size: 17px;
    font-weight: 700;
}
.article-title h1 {
    font-size: 25px;
    font-weight: 500;
}
.article-content-warp h2,
.article-content-warp h3,
.article-content-warp h4,
.article-content-warp h5,
.article-helpful h3,
#article-comments-header h3,
.related-article h3,
.col-artricle-header h1,
.article-categories-readmore,
.article-categories-header,
.article-item-list .card-title,
#introduce-self-content h1 {
    color: #000 !important;
}
.col-artricle-header h1,
.article-categories-list h3,
.article-categories-header,
.article-item-list .card-title,
#introduce-self-content h1 {
    font-weight: 700;
}
.article-content-warp p,
.article-content-warp li {
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 300;
}
.article-content-warp h2,
.col-artricle-header h1,
.article-categories-header {
    font-size: 22px;
}
.article-content-warp h3,
#article-comments-header h3,
.related-article h3,
#introduce-self-content h1 {
    font-size: 20px;
}
.article-content-warp h4,
.article-item-list .card-title {
    font-size: 18px;
}
.article-content-warp h5,
.article-categories-list h3 {
    font-size: 16px;
}
.article-content-warp h6 {
    font-size: 14px;
}
.article-helpful {
    border: solid #ddd;
    border-width: 1px 0;
    margin: 2rem 0;
    padding: 2rem 0;
    text-align: center;
}
.article-helpful h3 {
    font-size: 18px;
    margin-bottom: 5px;
}
#article-helpful-statistics {
    font-size: 13px;
}
#article-helpful-btn button.btn {
    background: transparent;
    border: 1px solid rgba(255, 67, 56, 1);
    color: rgba(255, 67, 56, 1);
    margin: 10px 5px;
    min-width: 90px;
    width: auto;
    padding: 5px 8px;
    font-weight: 300;
    position: relative;
    padding-left: 23px;
    font-weight: 500;
}
#article-helpful-btn button.btn:hover,
#article-helpful-btn button.btn:focus,
#article-helpful-btn button.btn:active {
    background: rgba(255, 67, 56, 1);
    color: #fff;
}
.btn-article-helpful-yes::before {
    content: "";
    position: absolute;
    display: inline-block;
    transform: rotate(45deg);
    height: 14px;
    width: 8px;
    border-bottom: 2px solid rgba(255, 67, 56, 1);
    border-right: 2px solid rgba(255, 67, 56, 1);
    left: 20px;
    top: 7px;
}
.btn-article-helpful-no::before {
    content: "X";
    position: absolute;
    color: rgba(255, 67, 56, 1);
    left: 15px;
    font-weight: bold;
}
#article-helpful-btn button.btn.btn-article-helpful-yes:hover::before {
    border-color: #fff !important;
}
#article-helpful-btn button.btn.btn-article-helpful-no:hover::before {
    color: #fff !important;
}
#article-comments-header h3 {
    font-weight: 500;
    margin-bottom: 3px;
}
#article-comments-header {
    border-bottom: 1px solid #ddd;
}
.related-article li {
    display: block;
    margin-bottom: 8px;
}
.related-article li a {
    font-size: 15px;
    color: #747575;
}
.col-artricle-body ul,
.article-categories-list ul {
    padding-left: 18px;
}
.col-artricle-body li,
.article-categories-list li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.col-artricle-body li a,
.article-categories-list li a {
    font-size: 17px;
}
.col-artricle-body li a:hover,
.article-categories-list li a:hover {
    text-decoration: #74b64a;
}

.article-categories-readmore {
    font-weight: 500;
    font-size: 17px;
}
.article-item-list .card-text ul {
    padding-left: 15px;
}

.article-item-list .card-text li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.article-item-list .card-text li a {
    font-size: 14px;
}
.article-item-list .card-link {
    float: right;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    color: #8f8f8f;
}
.hero-wrap .searchpatternBanner .carousel-caption {
    bottom: 24% !important;
}
.ins-application-footer .btnSecondary,
.formGeadentBtn.btnSecondary {
    background-image: linear-gradient(
        to right,
        #bfea3a,
        #aadd40,
        #97d044,
        #85c348,
        #74b64a
        );
    border: none;
    padding: 8px 25px;
}
.application-step {
    background: rgb(243 243 243);
    padding: 10px 0;
}
.application-step-inner {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    margin: 0px auto;
    width: 100%;
}
.application-step-warp {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 100%;
    padding: 0px 1em;
}
.application-step-card {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1em 0px;
    font-size: 12px;
}
.application-step-number {
    border-radius: 50%;
    color: rgb(255, 255, 255);

    background-color: rgb(184, 184, 184);
    line-height: 2.5;
    margin-right: 0.6em;
    height: 2.5em;
    width: 2.5em;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.application-step-number.active,
.application-step-border.active {
    background-color: rgb(64, 64, 64);
}
.application-step-text {
    color: rgb(64, 64, 64);
    font-size: 14px;
    font-weight: 500;
}
.application-step-border {
    -webkit-box-flex: 1;
    flex-grow: 1;
    height: 2px;
    margin: 0px 0.6em;
    background-color: rgb(184, 184, 184);
}
.intro-connect-img {
    width: 100%;
    height: 350px;
    background: #ccc;
}
.tcl-label,
.tcl-progress,
.tcl-statistics {
    float: left;
}
.tcl-label {
    max-width: 90px;
    min-width: 90px;
}
.tcl-statistics {
    max-width: 120px;
    min-width: 120px;
    padding-left: 15px;
}
.tcl-progress {
    width: calc(100% - 240px);
    padding-top: 6px;
}
.test-connection-list li {
    display: block;
    margin-bottom: 1rem;
    overflow: hidden;
}
.inline-form-warp .form-group {
    position: relative;
    margin-bottom: 2rem;
}
.inline-form-warp label {
    position: absolute;
    font-size: 13px;
    background: #fff;
    top: -12px;
    left: 10px;
    padding: 0 5px;
    z-index: 99;
}
.inline-form-warp label.form-check-label {
    position: relative;
    top: initial;
    padding: initial;
    font-weight: 500;
}
.inline-form-warp .form-group h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.inline-form-warp .form-control {
    border-radius: 3px;
}
.inline-form-warp input.form-control,
.inline-form-warp select.form-control {
    height: 45px !important;
}
.application-container .tab-pane {
    border: 1px solid #ccc;
    padding: 2rem 1.2rem;
    border-radius: 5px;
}
.group-end .btnSecondary {
    margin-left: 10px;
}
.btnPrimary {
    background: #614c43;
    color: #fff !important;
}
.btnPrimary.formGeadentBtn {
    background-image: linear-gradient(
        to right,
        #936335,
        #885c3a,
        #7c563e,
        #6f5141,
        #614c43
        );
    border: none;
    padding: 8px 25px;
}
.application-profile .nav-tabs li {
    display: inline-flex;
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
}
.application-profile .nav-tabs li:after {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 2.5rem;
    background: #ccc;
    bottom: -36px;
    left: 32px;
}
.application-profile .nav-tabs li:last-child:after {
    display: none;
}
.application-profile .nav-tabs li .nav-link,
.application-profile .nav-tabs li .nav-link.active,
.application-profile .nav-tabs li .nav-link:hover,
.application-profile .nav-tabs li .nav-link:focus {
    color: #000;
    background: none;
    border: none;
    font-size: 14px;
}
.application-profile .nav-tabs li .nav-link span {
    width: 25px;
    height: 25px;
    background: #ccc;
    color: #000;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    margin-right: 5px;
}
.application-profile .nav-tabs li .nav-link.active span {
    background: #74b64a;
    color: #fff;
}
.add_language_speak {
    background: none;
    margin-bottom: 20px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.del_language_speak {
    color: #ff3535;
    background: none;
    border-radius: 0;
    border: none;
    font-weight: 500;
    font-size: 28px;
    top: -5px;
    position: relative;
    cursor: pointer;
}
#apcer_add_file {
    color: #fff;
    background-color: #228891;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
        0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0.5rem 2rem;
    border-radius: 5px;
}
.introduce-video-inner {
    width: 100%;
    height: 250px;
    background: #333;
    margin-bottom: 25px;
}
.introduce-video-grid {
    border-color: #ccc !important;
    padding: 15px;
}
#introduce-self-content p,
#introduce-self-content li {
    font-size: 14px;
}
.student-notifications-warp label {
    font-weight: normal !important;
    color: #000 !important;
    font-size: 13px !important;
}
.student-notifications-warp .form-check {
    margin-bottom: 15px;
}
.stnw-title {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin-top: 25px;
    margin-bottom: 10px;
}
.stud-statistics-card {
    text-align: center;
}
.stud-statistics-card h1 {
    font-weight: 700;
    font-size: 20px;
}
.stud-statistics-card p {
    font-size: 13px;
}
.chatGridContainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
}
.chatGridTutorList-inner {
    display: flex;
    flex-direction: column;
    height: 70vh;
    width: 100%;
    background-color: white;
}
.chatGrid-member {
    margin-left: 0px;
    padding: 20px 16px 16px 72px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.chatGrid-member img {
    color: rgb(255, 255, 255);
    background-color: rgb(188, 188, 188);
    user-select: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 16px;
    left: 16px;
}
.chatGrid-member-info {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
}
.chat-timestamp {
    font-size: small;
}
.chat-member-name {
    font-size: 14px;
    word-break: break-all;
}
.chatGrid-latest-mgs {
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    margin: 4px 0px 0px;
    color: rgba(0, 0, 0, 0.54);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chat-message-grid-body {
    height: 410px;
    overflow-y: scroll;
    padding: 25px 15px;
}
.chat-message-grid-header {
    background: #74b64a;
    height: 50px;
    color: #fff;
    font-weight: 500;
    line-height: 50px;
    padding: 0 25px;
    font-size: 15px;
}
.chat-message-grid-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: rgb(238, 238, 238);
}
.cmg-footer-inner {
    flex-grow: 1;
}
.cmg-footer-warp {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.cmg-footer-input textarea {
    background: rgb(255, 255, 255);
    resize: none;
    font-size: 14px;
    border: none;
    margin-bottom: 4px;
    box-shadow: none;
    min-height: 38px;
    height: 48px;
}
.cmg-footer-input {
    padding: 0 8px;
    height: 49px;
}
.cmg-footer-input,
.cmg-footer-input textarea {
    width: 100%;
}
.cmg-footer-btn {
    width: 50px;
    text-align: center;
    margin-top: 8px;
}
.cmg-footer-btn button {
    cursor: pointer;
    border: none;
}
.cmg-footer-btn-send {
    background: #74b64a;
    color: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    margin-right: 5px;
}
.chm-date {
    padding: 5px 12px 6px;
    text-align: center;
    border-radius: 7.5px;
    margin-bottom: 15px;
}
.chm-date span {
    background-color: rgb(225 245 254 / 92%);
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px;
}
.chm-sender-msg {
    max-width: 85%;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 5px 15px;
    display: inline-block;
}
.chm-receiver-msg {
    max-width: 85%;
    background-color: rgb(173, 221, 226);
    border-radius: 5px;
    padding: 5px 15px;
    display: inline-block;
    float: right;
}
.chm-sender-msg,
.chm-receiver-msg {
    margin-bottom: 15px;
    font-size: 14px;
    clear: both;
    display: table;
}
.chm-sender-msg .ftco-chat-translate {
    top: -7px;
    right: -43px;
}
.chm-receiver-msg .ftco-chat-translate {
    top: -7px;
    left: -43px;
}
.chm-sender-msg,
.chm-receiver-msg {
    position: relative;
}
.sh-card {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 5px;
    align-items: center;
    min-height: 76px;
    width: 100%;
    background: #fff;
}
.sh-card-panel-body {
    flex-grow: 1;
}
.sh-card-panel-footer {
    border: none;
    padding: 16px;
    background: none;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}
.sh-card-caption {
    padding: 16px;
    display: flex;
    align-items: center;
}
.sh-card-caption > * {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
    flex-shrink: 0;
}
.sh-card-caption > img {
    width: 40px;
    border-radius: 2px;
    align-self: center;
}
.sh-card-caption > .title {
    min-width: 25%;
    font-weight: 500;
    font-size: 15px;
}
.sh-card-caption > :not(img) {
    min-width: 10%;
}
.sh-card-caption p {
    font-size: 12px;
    font-weight: 500;
}
.sh-card-caption .btn-default {
    background: #ccc;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 10px;
    color: #000;
}
.sh-card-caption .btn-info {
    background: #000;
    font-weight: 500;
    padding: 3px 10px;
}
.sh-card-caption .btn-info,
.sh-card-caption .btn-default {
    font-size: 12px;
}
.sh-card-panel-footer button,
.sh-card-panel-footer button:hover,
.sh-card-panel-footer button.active,
.sh-card-panel-footer button.dropdown-toggle,
.dropdown-toggle:active {
    background: none !important;
    color: #aeaeae !important;
    border: none;
    padding: 0;
    font-size: 21px !important;
}
.sh-card-panel-footer button:after {
    display: none;
}
#stud_text_chart .modal-header {
    background-color: #eeeeee;
    border-radius: 10px 10px 0px 0px;
    padding: 10px 15px;
    min-height: 16.42857143px;
}
#stud_text_chart .modal-header h5 {
    color: #000;
}
.pop-message-warp {
    display: flex;
    margin-bottom: 10px;
}
.pop-message-warp-text {
    max-width: 76%;
    text-align: left;
    direction: ltr;
    background-color: rgb(238, 238, 238);
    color: rgb(72, 72, 72);
    border-radius: 8px;
    transition-property: background-color, color;
    transition-duration: 100ms, 100ms;
    transition-timing-function: ease-in, ease-in;
    font-size: 13px;
    padding: 7px 20px;
    margin-right: 10px;
}
.pop-message-trans-icon img {
    position: relative;
    top: 7px;
}
.nav-message-chat button,
.nav-message-chat button:hover,
.nav-message-chat button:active,
.nav-message-chat button.active,
.nav-message-chat button:focus,
.nav-message-chat .show > .btn-secondary.dropdown-toggle {
    background: none;
    padding: 0;
    margin: 0;
    border: none;
}
.nav-message-chat .dropdown-toggle::after {
    display: none;
}
.nav-message-chat .nav-tabs{
    border: none;
}
.nav-message-chat .dropdown-menu {
    min-width: 350px;
    max-width: 350px;
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    border: none;
    border-radius: 5px;
}
.nav-chat-item-inner {
    margin-left: 0px;
    padding: 20px 16px 16px 72px;
    position: relative;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.nav-chat-item-inner img {
    color: rgb(255, 255, 255);
    background-color: rgb(188, 188, 188);
    user-select: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 16px;
    left: 16px;
}
.nav-chat-member-info {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
}
.nav-chat-member-name {
    font-size: 14px;
    word-break: break-all;
}
.nav-chat-date {
    font-size: small;
    color: rgb(119, 119, 119);
}
.nav-chat-msg {
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    margin: 4px 0px 0px;
    color: rgba(0, 0, 0, 0.54);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav-chat-item-inner:hover {
    background: rgba(0, 0, 0, 0.03);
}
.chatGrid-latest-mgs.user_message {
    color: blue;
}
.chatGrid-latest-mgs.admin_message {
    color: red;
}

/*
#ftco-message-chat {
    position: fixed;
    right: 80px;
    bottom: 0;
    background: #fff;
    z-index: 999;
    width: 320px;
    display: none;
}
.ftco-chat-body {
    height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #eceff1;
    position: relative;
    padding: 25px 15px;
    font-size: 13px;
    line-height: 16px;
}
.ftco-chat-body:after {
    -webkit-box-shadow: 0 2px 2px -1px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 2px -1px rgb(0 0 0 / 10%);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: -4px;
}
.ftco-chat-header {
    height: 36px;
    color: #fff;
    font-size: 13px;
    background-color: #795548;
    cursor: pointer;
    display: table-row;
}
.ftco-chat-name {
    display: table-cell;
    width: 100%;
    line-height: 36px;
    padding: 0 15px;
}
.ftco-chat-header-btn {
    display: table-cell;
    width: 0;
    vertical-align: top;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
}
.ftco-chbtn-close {
    background: none;
    box-shadow: none;
    border: none;
    color: #ccc;
}
.ftco-chat-footer,
.ftco-chat-footer textarea {
    height: 38px;
}
.ftco-chat-footer textarea {
    resize: none;
    width: 87%;
    border: none;
    padding: 5px 10px;
    font-size: 13px;
}
.ftco-chat-footer {
    position: relative;
}
.ftco-chat-footer:after {
    -webkit-box-shadow: 0 2px 2px -1px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 2px -1px rgb(0 0 0 / 10%);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: -4px;
}
.ftco-chat-upload-btn {
    position: absolute;
    right: 12px;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    color: #b6b6b6;
    top: 5px;
    font-size: 20px;
}
.ftco-chat-sender-msg,
.ftco-chat-receiver-msg {
    max-width: 85%;
    margin-bottom: 1rem;
    display: inline-table;
    border-radius: 3px;
    padding: 5px 8px;
    position: relative;
}
.ftco-chat-receiver-msg {
    float: right;
    background: #e2e3e3;
}
.ftco-chat-sender-msg {
    background: #fff;
}
.ftco-chat-translate {
    position: absolute;
    font-size: 29px;
    color: #3f51b5;
    cursor: pointer;
}
.ftco-chat-sender-msg > .ftco-chat-translate {
    top: -1px;
    right: -42px;
}
.ftco-chat-receiver-msg > .ftco-chat-translate {
    top: -1px;
    left: -42px;
}
.ftco-chat-msg-date {
    text-align: center;
    margin-bottom: 15px;
}
#ftco_subscribe a {
    background-image: linear-gradient(
        to right,
        #74b64a,
        #7ec74f,
        #88d854,
        #92ea59,
        #9cfc5e
        );
    color: #fff;
    padding: 8px 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    top: 7px;
    position: relative;
}*/
.userDashMenu li {
    margin-left: 10px;
}
.dashboardHeader .userDashMenu .nav-item > .nav-link {
    font-size: 25px;
    color: #414143;
}
.ftco-tutor-warp {
    background-color: #eeeeee;
    padding: 3rem 0 !important;
}
.ftco_card {
    color: rgba(0, 0, 0, 0.87);
    background-color: rgb(255, 255, 255);
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border-radius: 8px;
    z-index: 1;
    margin-bottom: 25px;
    flex-grow: 1;
    border: none;
    min-height: 260px;
}
.ftco_card_inner {
    padding-bottom: 0px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    border-radius: inherit;
}
.ftco_card_header {
    padding: 16px;
    font-weight: 500;
    box-sizing: border-box;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}
.ftco_card_body {
    padding: 0 16px;
}
.ftco_card_footer {
    padding: 0 16px;
    margin-bottom: 10px;
}
.ftco_card_header img {
    margin-right: 16px;
    height: 100px;
    width: 100px;
    border-radius: 3px;
}
.ftco_card_title {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    padding-right: 90px;
}
.ftco_card_tutor_name {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 18.5px;
    line-height: 22px;
    padding-right: 50px;
}
.ftco_card_meta_info {
    color: rgba(0, 0, 0, 0.54);
    display: block;
    font-size: 14px;
}
.ftco_cmi_warp {
    display: flex;
    flex-flow: column;
    font-size: 12px;
    line-height: 12px;
}
.ftco_cmi_lchat {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 0px -3px -5px;
}
.ftco_cmi_chat_history {
    margin: 2px 3px 0px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 18px;
    color: rgb(119, 119, 119);
    background: rgb(245, 245, 245);
    border: none;
    cursor: default;
    height: 32px;
    display: inline-flex;
    white-space: nowrap;
    vertical-align: middle;
    justify-content: center;
    text-decoration: none;
}
.ftco_cmi_chat_history > span {
    overflow: hidden;
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
    text-overflow: ellipsis;
    line-height: 32px;
}
.ftco_cmi_location {
    display: flex;
    align-items: center;
    line-height: 13px;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0px;
    padding-right: 25px;
}
.ftco_cmi_location img {
    width: 32px;
    margin-right: 5px;
    margin-left: 5px;
    height: initial;
}
.btn_undefined {
    border: 1px solid #eeeeee;
    color: #000 !important;
    background: #eeeeee;
}
.btn_tertiary {
    color: #fff !important;
    background-color: #8a5e37;
    border: none;
}
.btn-message-chat {
    color: #fff !important;
    background-color: #74b64a;
    border: none;
}
.ftco_card_footer .btn-sm {
    padding: 8px 23px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-transform: uppercase;
}
.ftco_card_text {
    font-size: 14px;
    margin-bottom: 13px;
    margin-top: 10px;
    color: rgb(119, 119, 119);
    line-height: 20px;
    font-weight: 100;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
}
.ftco_card_advantages {
    display: flex;
}
.ftco_card_advantages span {
    font-size: 14px;
    color: rgb(119, 119, 119);
    overflow: hidden;
    width: 33.33%;
}
.ftco_card_advantages span i {
    margin-right: 5px;
    color: #ffc107;
}
.ftco_tutor_status {
    width: 15px;
    height: 15px;
    border-radius: 4px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    bottom: 10%;

    left: 3%;
}
.ftco_tutor_status.online {
    background-color: rgb(150, 196, 94);
}
.ftco_tutor_status.busy {
    background-color: #ff5722;
}
.ftco_tutor_status.ofline {
    background-color: #000;
}
.tutor_busy_now {
    font-size: 12px;
    font-style: italic;
    color: #b4b4b4;
    margin-bottom: 3px;
}
.ftco_tutor_favorites {
    position: absolute;
    top: 0px;
    right: 0px;
}
.ftco_tutor_favorites a {
    border: 10px;
    box-sizing: border-box;
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0px;
    padding: 6px;
    outline: none;
    font-size: 25px;
    font-weight: inherit;
    position: relative;
    overflow: visible;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    width: 48px;
    height: 48px;
    background: none;
    color: #9d9d9d;
}
.ftco_new_teacher{
    background: #ff5722;
    border-radius: 3px;
    padding: 5px 10px;
    color: #fff;
    font-size: 0.7rem;
}
.ftco-tutor-filter {
    background: #fff;
    padding: 25px 0;
}
#ftuf-filter-container .col {
    padding-right: 0;
}
#ftuf-filter-container .btn-secondary {
    background: none !important;
    box-shadow: none;
    border: 1px solid #eee !important;
    padding: 9px 16px;
    color: #393939;
    font-weight: 100;
    font-size: 14px;
}
#ftuf-filter-container .btn-secondary:hover,
#ftuf-filter-container .btn-secondary:focus,
#ftuf-filter-container .btn-secondary.active,
#ftuf-filter-container .btn-secondary:active,
#ftuf-filter-container .show > .btn-secondary.dropdown-toggle {
    background-color: rgba(0, 0, 0, 0.04);
    font-size: 14px !important;
}
#ftuf-filter-container .btn-secondary::after {
    display: none;
}
#find-tutor-warp .nav-tabs {
    border: none;
}
#find-tutor-warp .nav-tabs li a {
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
#find-tutor-warp .nav-tabs li a.active {
    color: #74b64a;
}
#ftuf-filter-container .dropdown-menu {
    background: #fff;
    padding: 15px 10px;
    min-width: 250px;
    border-radius: 3px;
    border: none;
}
.tutor-filter-list .form-check {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
#ftuf-search-form {
    position: relative;
}
#ftuf-search-form input.form-control {
    border-radius: 20px;
    height: 40px !important;
    padding-left: 50px;
}
#ftuf-search-form span {
    position: absolute;
    top: 5px;
    font-size: 19px;
    left: 18px;
    color: #b4b3b3;
}
#custinnerBanner h1,
#custinnerBanner h4 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}
#custinnerBanner h4 {
    font-size: 19px;
}
.tutor-page-banner .patternBanner .carousel-caption {
    bottom: 5% !important;
}
.tutor-page-banner .stud-statistics-card p {
    color: #fff;
}
.tpb-practice,
.tpb__free_call {
    background: #fff;
    text-transform: uppercase;
    border-radius: 19px;
    padding: 5.5px 20px 5.5px 34px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #74b64a;
    cursor: pointer;
    display: inline-block;
}
.tpb__free_call {
    /*bottom: 21%;*/
}
.badge-secondary {
    color: #fff;
    background-color: #885e38;
}
.tpb-practice img,
.tpb__free_call img {
    left: 2px;
}
html[dir=ltr] .tpb-practice img,html[dir=ltr] .tpb__free_call img{
        top: 4px;
    left: 3px;
}
html[dir=rtl] .tpb-practice img,html[dir=rtl] .tpb__free_call img{
    top: 4px;
}
.call-session-header {
    height: 70px;
    padding: 10px 0;
    background: #fff;
    z-index: 999;
    position: relative;
}
.call-session-header #nav_menu_bar {
    padding: 0;
    margin: 0;
    text-align: right;
    margin-top: 8px;
}
.call-session-header #nav_menu_bar li {
    display: inline-block;
    margin-left: 7px;
}
.nav_menu_leave_btn a,
.completed_lesson a {
    padding: 8px 22px;
    border-radius: 3px;
    background: #74b64a;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.icon_menu_item a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ccc;
    color: #ccc;
    display: block;
    text-align: center;
    line-height: 29px;
    font-size: 13px;
}
.nav_menu_tutor_name {
    font-weight: 500;
    font-size: 17px;
    line-height: 47px;
}
.icon_menu_item_timier a {
    color: #979797;
}
.app-stud-call {
    background: #979797;
}
.mtc-warp {
    margin-top: 3rem;
}
.mtc-card {
    background: #fff;
    padding: 8px 15px;
    margin-bottom: 10px;
    border-radius: 3px;
    position: relative;
}
.mtc-card p {
    margin: 0;
    font-weight: 500;
    font-size: 15px;
}
.mtc-card span {
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 22px;
    color: #74b64a;
}
.prepare-call-video {
    height: 400px;
    width: 100%;
    background: #000;
}
.prepare-call-inner {
    background: #fff;
}
.prepare-call-content {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.prepare-call-content {
    padding: 25px 30px;
}
.prepare-call-content h1,
.prepare-call-content h2 {
    color: #000;
    font-weight: 500;
}
.prepare-call-content h1 {
    font-size: 21px;
    text-transform: uppercase;
    text-align: center !important;
}
.prepare-call-content p {
    font-size: 13px;
    color: #939393;
    margin-bottom: 2px;
}
.prepare-call-content ul {
    padding: 0;
}
.prepare-call-content li {
    display: block;
    border-bottom: 1px solid rgb(227 227 227);
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.prepare-call-content h2 {
    font-size: 15px;
    margin-bottom: 5px;
}
.prepare-call-content select {
    padding: 5px 15px;
    font-size: 14px;
}
.mcw-chat {
    background: #efefef;
    width: 100%;
    height: calc(100vh - 75px);
    border-radius: 5px;
}
.mcw-chat-body {
    min-height: 400px;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.mcw-chat-body-inner{
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 12px;
    padding-bottom: 10px;
}
.mcw-chat-body .ftco-chat-sender-msg .ftco-chat-msg-icon{
    top: 0px !important;
}
.mcw-chat-body .ftco-chat-receiver-msg .ftco-chat-msg-icon{
    top: 0px;
}
.mcw-chat-body ._chat_msg_user_avatar img, .mcw-chat-body .app-msg-user-no-avatar{
    top: 5px !important;
    color: #fff !important;
    display: block !important;
    text-align: center;
}
.mcw-chat-body .ftco-chat-sender-msg .ftco-chat-msg-text, .mcw-chat-body .ftco-chat-receiver-msg .ftco-chat-msg-text{
    padding: 5px 9px !important;
    font-size: 14px !important;
}
.makeCallWarpBlock {
    padding: 0 15px;
}
.mcw-picture-tutor,
.mcw-picture-stud {
    height: calc(50vh - 37px);

    width: 100%;
    border-radius: 5px;
    padding: 5px;
}
.mcw-picture-tutor-inner,
.mcw-picture-stud-inner {
    background: #000;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}
.mcw-lessons {
    width: 100%;
    height: calc(100vh - 75px);
    padding: 5px;
}
.mcw-lessons-inner {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
}
#mcw-lessons-grid {
    position: relative;
}
#mcw-lessons-grid img,#mcw-lessons-grid {
    width: 100%;
    height: 100%;
}
.mcw-chat-footer {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 5px 5px;
    z-index: 99;
}
.mcw-chat-footer textarea {
    resize: none;
    width: 87%;
    border: none;
    padding: 5px 10px;
    font-size: 13px;
}
.mcw-chat-footer,
.mcw-chat-footer textarea {
    height: 38px;
}
.mcw-picture-stud-inner h3,
.mcw-picture-tutor-inner h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: relative;
    top: 35%;
}
.call-section-review,
.completed-lesson-warp {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
}
.csr_tutor_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.csr_tutor_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.keep-smiling {
    font-size: 15px;
}
.keep-smiling span {
    margin-right: 15px;
    font-size: 25px;
    color: #898989;
}
.csr-body-inner span {
    display: inline-block;
    padding: 5px 18px;
    font-size: 13px;
    border: 1px solid #74b64a;
    margin-bottom: 15px;
    border-radius: 25px;
    color: #74b64a;
    font-weight: 500;
    cursor: pointer;
}
.csr-body-inner span.tag_active {
    background: #74b64a;
    color: #fff;
}
.csr_close_btn {
    position: fixed;
    top: 5%;
    left: 5%;
    background: none;
    border: none;
    font-size: 30px;
    color: #898989;
    cursor: pointer;
}
.phtl_header {
    padding: 25px;
}
.phtl_title label,
.phtl_header_note h2 {
    font-size: 1rem;
    color: #536e92;
    line-height: 1.33;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 0.3px;
    font-weight: 500;
    display: block;
    margin-bottom: 1px;
    margin-right: 5px;
}
.phtl_amount {
    font-size: 1.5rem;
    font-weight: bold;
}
.phtl_header_note p {
    font-size: 14px;
    padding-left: 15px;
}
.phtl_table_header {
    background-color: #f6f8fc;
    height: 44px;
    padding: 0 20px;
    line-height: 44px;
}
.phtl_table_header p {
    font-weight: 700;

    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.phtl_table_content {
    padding: 10px;
    background: #fff;
    margin: 5px;
    position: relative;
}
.phtl_table_header p,
.phtl_table_content thead th,
.myRequestSidebar-list span:first-child,
._reacli_header_title h3 {
    color: #536e92;
}
.phtl_table_content thead th {
    font-size: 0.8rem;
    text-transform: uppercase;
}
.phtl_table_content tbody td {
    font-size: 0.9rem;
    font-weight: 500;
}
.phtl_table_content tbody td span {
    display: block;
}
.phtl_table_content td.invoice a {
    background: #74b64a;
    padding: 3px 10px;
    border-radius: 2px;
    color: #fff;
}
.phtl_table_img img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.phtl_table_footer {
    padding: 0 25px;
}
.table_pagenation_warp ul {
    display: flex;
}
.table_pagenation_warp li {
    display: inline-flex;
}
.table_pagenation_warp li span {
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    width: 28px;
    background: #e3e9ed;
    color: #374957;
}
.table_pagenation_warp li input {
    border: 1px solid #cfd9e0;
    width: 50px;
    height: 33px;
    text-align: center;
    padding: 0;
    margin: 0 10px 0 0;
}
.stud_baan_certificate_warp {
    padding: 35px 20px;
}
.studBaanCerPicture {
    width: 250px;
    margin: 0 auto;
}
.stud_baan_certificate_warp p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
#ticket_warp_form h2 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
#ticket_warp_form p {
    font-size: 14px;
}
#ticket_warp_form label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 300;
    font-size: 1.1rem;
}
#ticket_warp_form .form-control {
    height: 40px !important;
    border-radius: 0;
}
#ticket_warp_form textarea.form-control {
    height: 120px !important;
    resize: none;
}
#ticket_warp_form .form-text {
    font-size: 13px;
}
.my_requests_header {
    padding: 24px 40px 22px;
    background: #f6f8fc;
    border-bottom: 1px solid #e6ebf3;
    position: relative;
}
.my_requests_header h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4rem;
}
.badge-soft {
    position: relative;
    padding: 2px 15px;
    border: 1px solid;
    border-radius: 2px;
    font-size: 12px;
    line-height: 17px;
    display: inline-block;
    text-align: center;
}
.badge_info {
    color: #459fe3;
    border-color: #459fe3;
}
.badge_pending {
    color: red;
    border-color: red;
}
.badge_pending:before {
    background: red;
}
.badge_info:before {
    background: #459fe3;
}
.badge_default {
    color: #000;
    border-color: #000;
}
.badge_default:before {
    background: #000;
}
.badge_danger {
    color: #ff5722;
    border-color: #ff5722;
}
.badge_danger:before {
    background: #ff5722;
}
.badge-soft:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}
.my_requests_inner .table th {
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #536e92;
    background: #f6f8fa;
}
#request-status {
    float: left;
    margin-left: 25px;
}
#request-status select {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 30px 8px 10px;
    outline: none;
    color: #555;
    max-width: 300px;
    width: auto;
}
#search_query {
    min-width: 390px;
    float: left;
    max-width: 450px;
}
#mrhBtnRequest {
    position: absolute;
    right: 14%;
    top: 27%;
}
.my_requests_inner td > a {
    color: #5e7e8d;
    font-weight: 500;
    font-size: 0.9rem;
}
.my_requests_inner td > a:hover {
    text-decoration: underline;
}
.requestComment {
    display: flex;
    padding-top: 30px;
    word-wrap: break-word;
}
.requestComment_avatar,
.requestComment_box {
    display: inline;
}
.req_comment_avatar,
.req_comment_avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.requestComment_box textarea {
    cursor: pointer;
    border-radius: 0;
    resize: none;
}
.requestComment_box {
    width: 100%;
    margin-left: 30px;
}
.requestComment_box input.form-control {
    height: 45px !important;
    border-radius: 0;
}
._reacli_comment {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.requestActivities_title {
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ccc;
}
.requestActivities_title h2 {
    font-size: 23px;
    font-weight: 300;
    color: #000;
}
._reacli_header {
    margin-bottom: 0.5rem;
}
._reacli_header_icon,
._reacli_header_icon img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
._reacli_header_icon {
    margin-right: 20px;
    float: left;
}
._reacli_header_title h3 {
    font-size: 1rem;
    margin-bottom: -1px;
    font-weight: 700;
}
._reacli_header_title p {
    color: #a7a7a7;
    font-size: 14px;
}
._reacli_message {
    font-size: 15px;
    color: #80899b;
    margin-top: 1.5rem;
    clear: both;
}
.myRequestSidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 20px;
}
.myRequestSidebar-list {
    display: flex;
    margin-bottom: 15px;
}
.myRequestSidebar-list span {
    display: inline-flex;
    font-size: 0.9rem;
}
.myRequestSidebar-list span:first-child {
    max-width: 40%;
    min-width: 40%;
    font-weight: 500;
}
#stud-application {
    background: #fff;
    padding: 25px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 8%);
}
#stud-application label {
    color: #29394f;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
#stud-application .form-control {
    border-radius: 0;
    height: 40px !important;
}
#stud-application .form-text {
    font-size: 14px;
    color: #a3a3a3;
}
#stud-application-header h1 {
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1.3px 1.1px #d7d7d7;
}
.favorites_icon i {
    color: red;
}
.non_favorites_icon i {
    color: #7ba3b6;
}
#stud-statistics-warp {
    padding: 25px 15px;
}

.userDashMenu li button span {
    position: absolute;
    top: -9px;
    min-width: 1.429rem;
    min-height: 1.429rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.686rem;
    line-height: 0.786;
    border-radius: 50%;
    right: -5px;
    border: 2px solid #fff;
    color: #fff !important;
}
.userDashMenu li span.badge-primary-counter {
    background-color: #7367f0;
}
.userDashMenu li span.bg-danger-counter {
    background-color: #ea5455 !important;
    top: -4px;
}
.userDashMenu li span.badge-warning-counter {
    background-color: #fcb322 !important;
    top: -3px;
}
.userDashMenu li button,
.nav-item .dropdown .userDashMenu li button:hover,
.userDashMenu li button:focus,
.userDashMenu li button:active,
.userDashMenu li button.active {
    padding: 0 !important;
    margin: 0 !important;
    width: 35px;
    height: 35px;
    font-size: 15px !important;
    border: none !important;
}
.userDashMenu li button:after {
    display: none;
}
.userDashMenu .user-img {
    width: 35px;
    height: 35px;
}
.ftco-navbar-light{
    z-index: 999 !important;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.dashboardHeader .baan-logo {
    width: 70%;
    min-width: 96px;
}
.dm-notification-warp,
.dm-schedule {
    width: 320px;
    background: #fff;
    border: none;
}
#dm-notification-header {
    height: 35px;
    background: #ea5455 !important;
    color: #fff;
    text-align: center;
    line-height: 35px;
}
#dm-notification-body {
    height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}
#dm-notification-footer {
    height: 35px;
    background: rgba(0, 0, 0, 0.02);
    line-height: 35px;
    text-align: center;
}
#dm-notification-footer > .dmn-footer-btn {
    display: block;
    width: 100%;
    color: #808080;
    font-size: 13px;
    font-weight: bold;
}
.dm-notification-warp,
#dm-notification-header,
.dm-schedule {
    border-radius: 5px 5px 0 0;
}
.dmnb-inner-warp {
    padding: 0;
    margin: 0;
}
.dmnb-inner-warp li {
    display: block;
    margin: 0 !important;
}
.dmnb-inner-warp li a,.dmnb-inner-warp li {
    display: block;
    padding: 15px 15px;
    font-size: 14px;
    line-height: 17px;
}
.dmnb-inner-warp li a:hover,.dmnb-inner-warp li:hover {
    background: rgba(0, 0, 0, 0.02);
    color: #707070;
}
.dm-schedule-footer {
    text-align: right;
    padding: 5px 15px;
    border-top: 1px solid #e6ebf3;
}
.dm-schedule-footer a {
    box-sizing: border-box;
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    outline: none;
    position: relative;
    height: 36px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.87);
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    border-radius: 2px;
    user-select: none;
    overflow: hidden;
    background-color: rgb(238, 238, 238);
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.no-dm-schedule-body {
    padding: 50px 15px;
}
.no-dm-schedule-body p {
    font-size: 14px;
    font-style: italic;
    color: #ccc;
}
.dm-schedule-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e6ebf3;
}
.dm-schedule-header span:first-child {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: bold;
}
.dm-schedule-header span a {
    color: #a3a2a2;
    font-size: 0.9rem;
    font-style: italic;
}
.schedule_confirm_inner li {
    display: block;
    position: relative;
    margin-bottom: 15px;
    clear: both;
}
.schedule_confirm_inner li > .schci_icon {
    position: absolute;
    top: 1px;
    left: 0;
    color: #506d85;
}
.schedule_confirm_inner li > .schci_text {
    margin-left: 45px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    top: 5px;
    position: relative;
}
.schedule_confirm_inner li > .schci_text textarea {
    padding: 10;
    top: 5px;
    position: relative;
    border-radius: 0;
    resize: none;
}
.schedule_modal .modal-header {
    background: #74b64a;
    width: 100%;
    display: block;
    position: relative;
}
#sche-tutor-image {
    width: 50px;
    float: left;
}
.schedule_modal_close {
    position: absolute;
    top: 7%;
    right: 6%;
    color: #9fed6d;
    z-index: 999;
    cursor: pointer;
}
.sche-header-title,
#sche-tutor-name {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
#sche-tutor-name {
    font-size: 0.9rem;
    line-height: 29px;
}
.sche-content {
    padding: 0;
    margin: 0;
}
.sche-content li {
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.sche-content li .sche_text {
    margin-left: 33px;
    display: block;
    font-size: 14px;
}
.sche_icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #506d85;
}
.fc-popover .fc-content img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 6px;
}
.fc-popover .fc-day-grid-event {
    margin-bottom: 10px;
}
.fc-day-grid-event .fc-time {
    font-weight: 300;
    position: absolute;
    right: 8px;
    font-size: 13px;
}
.fc-content-skeleton :not(.fc-limited) > .fc-day-grid-event {
    top: -15px;
}
.fc-content-skeleton :not(.fc-limited) .fc-title {
    bottom: -9px;
    position: relative;
}
.fc-content-skeleton .fc-event-container .fc-event {
    top: -10px;
}
.fc-content-skeleton .fc-event-container .fc-event img {
    top: 3px;
    position: relative;
}
.fc-day-grid-event .fc-content {
    height: 30px;
}
#form_canceledSchedule textarea {
    resize: none;
}
.studcl_inner {
    padding: 20px;
    background: #f4f4f4;
    border-radius: 0 0 10px 10px;
    padding-top: 30px;
}
.course_card {
    padding: 8px;
    display: inline-flex;
}
.course_card_inner {
    min-width: 220px;
    max-width: 220px;
    height: 295px;
    border: solid 1px #d8d8d8;
    box-shadow: 0 4px 0 0 rgb(0 0 0 / 14%);
    border-radius: 12px;
    background: #fff;
}
.ftco__course_active .course_card_inner {
    box-shadow: 0 4px 0 0 #74b64a;
    -webkit-box-shadow: 0 4px 0 0 #74b64a;
    -moz-box-shadow: 0 4px 0 0 #74b64a;
    -ms-box-shadow: 0 4px 0 0 #74b64a;
    -o-box-shadow: 0 4px 0 0 #74b64a;
    border: solid 2px #74b64a;
}
.course_card_img img {
    border-radius: 12px 12px 0 0;
}
.course_card_title {
    font-size: 18px !important;
    color: #000 !important;
    font-weight: 500;
}
.course_card_content {
    padding: 15px 10px;
}
.studcl_header h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
}

#svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
    stroke: #ccc;
    stroke-width: 0.2em;
}
#svg #bar {
    stroke: #74b64a;
}
.cont {
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    position: relative;
}
.cont:after {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    right: -3.1em;
    top: -1.5em;
    content: attr(data-pct) "%";
    margin-top: -25px;
    margin-right: -25px;
    border-radius: 100%;
    line-height: 50px;
    font-size: 1em;
    color: #b6b6b6;
}
.ftco-lisson .cont {
    top: -5px;
    right: 24px;
    position: absolute;
}
.ftco-lisson .cont:after {
    display: none;
}
.inline-popup .modal-header {
    background: #74b64a;
    justify-content: center;
    padding-bottom: 50px;
}
.inline-popup .modal-title,
.inline-popup .modal-header {
    color: #fff;
}
.inline-popup .modal-title {
    font-weight: 500;
    text-transform: uppercase;
}
.inline-popup .modal-body {
    margin: 25px;
    background: #fff;
    margin-top: -2.5rem;
    border-radius: 7px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 15px 0px,
        rgb(0 0 0 / 10%) 0px 1px 2px 0px, rgb(182 243 184) 0px 2px 0px 0px inset;
    margin-bottom: 10px;
}
.inline-popup .modal-footer {
    border: none;
    justify-content: center;
}
.inline-popup .modal-content,
.inline-popup .modal-header {
    border: none;
}
.modal-content p {
    font-size: 0.9rem;
    line-height: 1.3rem;
}
.modal-note {
    font-size: 0.8rem !important;
    font-style: italic;
    line-height: 1rem !important;
    color: #a3a3a3;
}
.inline-popup label {
    color: #536e92;
    font-weight: 500;
    font-size: 14px
}
.inline-popup textarea,.inline-popup input.form-control {
    border-radius: 0;
    resize: none;
}
.bannerTeachSchedule {
    position: absolute;
    right: 10%;
    top: 15%;
}
.factro-bts-item {
    background: #fff;
    padding: 5px;
    border-radius: 3px;
    min-width: 200px;
    position: relative;
}
.factro-btsi-image,
.factro-btsi-text {
    display: block;
    width: 100%;
}
.factro-btsi-image,
.factro-btsi-image img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.factro-btsi-image {
    position: relative;
}
.factro-btsi-name {
    color: #536e92;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}
.factro-btsi-btn span {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    line-height: 27px;
    cursor: pointer;
    display: table;
}
.factro-btsi-btn .factro-btsi-acceptBtn {
    background: green;
    right: 0;
}
.factro-btsi-btn .factro-btsi-disconnect {
    background: red;
}
.factro-btsi-btn {
    position: absolute;
    top: 4px;
    right: 5px;
    display: table;
}
.factro-btsi-time {
    font-size: 11px;
    margin-bottom: 0;
    color: #aeaeae;
}
.factro-btsi-info {
    font-size: 12px;
    font-weight: bold;
    color: #536e92;
}
.factro-bts-status {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background: #2be72b;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 2px solid #fff;
}
.tutor_introduce_content h3 {
    font-weight: bold;
    font-size: 24px;
}
.tutor_introduce_content p {
    font-size: 14px;
}
.tutor_introduce_content li a,
.sample_intro_video {
    color: red;
}
#tutor-invw-upload-video {
    width: 100%;
    height: 320px;
    background: #ffffff;
    display: none;
}
.tutor-invw-new-video {
    padding-top: 30%;
}
.record_video_mask {
    width: 320px;
    height: 250px;
    margin: 0 auto;
    background: #000;
}
#videocallWarp {
    position: fixed;
    bottom: 15px;
    right: 25px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    width: 320px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 15px 0px,
        rgb(0 0 0 / 10%) 0px 1px 2px 0px,
        rgb(81 122 249 / 50%) 0px 2px 0px 0px inset;
    z-index: 9999;
}
.videocallWarp-footer a {
    display: inline-flex;
    color: #29394f;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.videocallWarp-image,
.videocallWarp-image img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.videocallWarp-text h2 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2px;
}
.videocallWarp-text p {
    font-size: 14px;
    margin-bottom: 1px;
    color: #536e92;
}
.videocallWarp-footer {
    border-top: 1px solid #e3e2e2;
    padding-top: 4px;
    margin-top: 12px;
    text-align: center;
}
.tu-availability-time,
.tu-lesson-length {
    height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}
.tu-availability-time h3,
.tu-lesson-length h3 {
    font-weight: 500;
    font-size: 15px;
}
.tu-availability-time li,
.tu-lesson-length li {
    font-size: 14px;
    margin-bottom: 5px;
    border: none;
    font-weight: 500;
}
#ftuf-filter-container > .col {
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
    max-width: 100%;
    float: left;
    display: inline-block;
    width: initial;
}
.ftco-tutor-heading {
    color: #29394f;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1rem;
    border-bottom: 2px solid #4caf50;
    padding-bottom: 10px;
}
#change_tutor_status select {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 0 10px;
    height: 32px;
    font-size: 14px;
}
.nav-message-chat .nav-tabs button {
    width: 50% !important;
    border-radius: 0;
    cursor: pointer;
}
.nav-message-chat .nav-tabs button:first-child {
    background: rgba(115,102,255,0.35);
    color: #7366ff !important;
}
.nav-message-chat .nav-tabs button:last-child {
    background: rgba(247,49,100,0.15);
    color: #f73164;
}
.nav-message-chat .nav-tabs button:first-child,
.nav-message-chat .nav-tabs button:last-child {
    text-align: center;
    font-weight: bold;
}
.app__stud_previous_lesson {
    background: rgb(231 254 232);
    padding: 5px 10px;
    border-radius: 5px;
}
.app__stud_previous_lesson span {
    display: block;
    color: #29394f;
    font-weight: 500;
    line-height: 19px;
}
.aspl_course_title {
    font-size: 15px;
}
.aspl_course_text {
    font-size: 14px;
}
#teacher_note_icon {
    position: fixed;
    left: 0;
    top: 43%;
    width: 45px;
    height: 45px;
    border-radius: 0 5px 5px 0;
    background: #74b64a;
    color: #fff;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}
#teacher_note_warp {
    position: fixed;
    top: 70px;
    width: 320px;
    height: 100vh;
    background: #fff;
    box-shadow: 5px 0 5px -5px rgb(0 0 0 / 70%), -5px 0 5px -5px rgb(0 0 0 / 70%);
    overflow-x: hidden;
    overflow-y: auto;
}
#tenw-body-course-lesson li,
#tenw-body-course-lesson li a {
    display: block;
}
#tenw-body-course-lesson li a {
    padding: 9px 10px;
    line-height: 21px;
    background: rgba(0, 0, 0, 0.02);
    color: #29394f;
    font-weight: 500;
    font-size: 14px;
}
#tenw-body-course-lesson li:nth-child(even) a {
    background: rgba(0, 0, 0, 0.06);
}
.tenw-lesson {
    background: #c0ea44;
    padding: 3px 5px;
    font-weight: 500;
    font-size: 12px;
    border-radius: 2px;
}
.tenw-body h1 {
    font-size: 15px;
    font-weight: bold;
    padding: 7px 15px;
}
.tenw-footer {
    height: 100px;
    padding: 25px 10px;
}
.tenw-footer h3 {
    font-size: 16px;
    color: #29394f;
    font-weight: 500;
    font-style: italic;
}
.tenw-footer p {
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
}
#teacher_note_warp {
    display: none;
}
.tenw__item_list {
    margin-bottom: 10px;
    background: rgb(231 254 232);
    padding: 10px;
    border-radius: 5px;
}
.tenw__item_photo,
.tenw__item_photo img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.tenw__item_info h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 5px;
    font-style: normal;
}
.tenw__item_info p {
    font-size: 12px;
    color: #a9a9a9;
}
.show_teach_lessons {
    bottom: 0 !important;
}
#teacher_lessons {
    background: #fff;
    position: fixed;
    width: 100%;
    bottom: -200px;
    box-shadow: 5px 5px 20px;
    z-index: 9999;
}
.ftco-animate-warp a{
    width: 100% !important;
    height: 100% !important;
}
.teacher_lessons_inner {
    width: 100vw;
    height: 200px;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 15px;
    background: #fff;
}
.teacher_lessons_inner li {
    height: 200px;
    width: 180px;
    display: inline-block;
}
.teacher_lessons_inner li img {
    width: 100%;
}
.teacher_lessons_inner .img {
    height: 170px;
}
.teacher_lessons_icons {
    width: 140px;
    background: #74b64a;
    color: #fff;
    position: absolute;
    top: -34px;
    padding: 4px 10px;
    text-align: center;
    left: calc(50% - 70px);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}
#callBackWarp {
    z-index: 2147483000;
    position: fixed;
    bottom: 3px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #7a583c;
}
#call-back-warp {
    position: absolute;
    bottom: -2px;
    right: 2px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transform-origin: center center;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}
.call_back_icon,
.call_back_closeIcon {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    transition: transform 0.16s linear 0s, opacity 0.08s linear 0s;
    opacity: 1;
    transform: rotate(0deg) scale(1);
    cursor: pointer;
}
.call_back_closeIcon {
    display: none;
    top: -3px;
    right: -2px;
    text-align: center;
    line-height: 50px;
}
.callBackForm {
    max-width: 350px;
    min-width: 300px;
    position: fixed;
    background: #fff;
    right: 15px;
    bottom: 69px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 15px 0px,
        rgb(0 0 0 / 10%) 0px 1px 2px 0px,
        rgb(81 122 249 / 50%) 0px 2px 0px 0px inset;
    z-index: 999;
    display: none;
}
.callBackForm-header {
    background: #74b64a;
    padding: 25px;
    border-radius: 10px 10px 0 0;
}
.callBackForm-body {
    padding: 25px;
}
.callBackForm-content {
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 15px 0px,
        rgb(0 0 0 / 10%) 0px 1px 2px 0px,
        rgb(81 122 249 / 50%) 0px 2px 0px 0px inset;
    margin-top: -3.5em;
}
.callBackForm-content .form-control {
    border-radius: 0;
    box-shadow: none;
    resize: none;
}
.callBackForm-content label {
    font-size: 0.8rem;
    margin-bottom: 3px;
    font-weight: 500;
    color: #526276;
}
.callBackForm-header h1,
.callBackForm-header p {
    color: #fff;
}
.callBackForm-header p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 22px;
}
.ltu {
    text-transform: uppercase !important;
}
.innerBanner .carousel-item .carousel-caption {
    top: 20% !important;
}
.hero-wrap .patternBanner .carousel-caption p{
    color: #fff
}
.google-map iframe{
    width: 100%;
    height: 250px;
}
.errors{
    color: red !important;
    font-size: 13px;
    display: none;
}
#rvn_nav, #rvn_pagenation {
    margin: 0;
    padding: 0;
}
#_rvn_left_arrow {
    padding-right: 15px;
}
#rvn_nav li, #rvn_pagenation li {
    display: table-cell;
}
#_rvn_right_arrow a, #_rvn_left_arrow a {
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
#_rvn_left_arrow a {
    border: 2px solid #5F7D95;
    color: #000;
}
#_rvn_right_arrow a {
    background: #74b64a;
    color: #fff;
    border: 2px solid #519128;
}
#_rvn_left_arrow span {
    margin-right: 10px;
}
#_rvn_right_arrow span {
    margin-left: 10px;
}
#_rvn_right_arrow span, #_rvn_left_arrow span {
    position: relative;
    top: -2px;
}
#_rvn_input, #_rvn_records {
    padding-right: 15px;
}
#_rvn_input input {
    border: 1px solid #e3e9ed;
    border-radius: 0;
    text-align: center;
}
#rvn_pagenation input {
    width: 50px;
}
#_rvn_input input, ._rvn_arrow a {
    height: 33px;
}
#_rvn_records {
    font-size: 16px;
}
._rvn_arrow a {
    width: 28px;
    background: #e3e9ed;
    color: #374957;
    text-align: center;
    display: block;
}
._rvn_arrow a, ._rvn_arrow a i.fa {
    font-size: 20px !important;
    line-height: 33px;
}
._rvn_arrow a, ._rvn_arrow a i.fa {
    font-size: 20px !important;
    line-height: 33px;
}
._a_thumb{
    background: #FF7F50;
}
._b_thumb{
    background: #FF6347;
}
._c_thumb{
    background: #FF4500;
}
._d_thumb{
    background: #FFD700;
}
._e_thumb{
    background: #FFA500;
}
._f_thumb{
    background: #FF8C00;
}
._g_thumb{
    background: #FF00FF;
}
._h_thumb{
    background: #BA55D3;
}
._i_thumb{
    background: #9370DB;
}
._j_thumb{
    background: #8A2BE2;
}
._k_thumb{
    background: #9400D3;
}
._l_thumb{
    background: #9932CC;
}
._m_thumb{
    background: #8B008B;
}
._n_thumb{
    background: #800080;
}
._o_thumb{
    background: #4B0082;
}
._p_thumb{
    background: #FFA07A;
}
._q_thumb{
    background: #FA8072;
}
._r_thumb{
    background: #E9967A;
}
._s_thumb{
    background: #F08080;
}
._t_thumb{
    background: #CD5C5C;
}
._u_thumb{
    background: #DC143C;
}
._v_thumb{
    background: #B22222;
}
._w_thumb{
    background: #FF0000;
}
._x_thumb{
    background: #8B0000;
}
._y_thumb{
    background: #00BFFF;
}
._z_thumb{
    background: #2F4F4F;
}
.individual-review-header{
    border-bottom: 2px solid #333;
    margin-bottom: 3rem;
    margin-top: 3rem;
    padding-bottom: 1rem;
}
.individual-review-header span{
    font-weight: 500;
}
.individual-review{
    margin-bottom: 2rem;
    display: flex;
    flex-direction: row;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ededed;
}
.individual-review-avatar{
    display: block;
    padding: 0 1.2rem 0 0;
}
.ibr-icon{
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    object-fit: cover;
    color: #fff;
    font-weight: bold;
    line-height: 2.5rem;
    font-size: 0.8rem;
}
.ibr-title{
    font-weight: 500;
    font-size: 1.1rem;
    color: #29394f;
}
.show-more--container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.show-more--gradient{
    max-height: 80px;
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-mask-image: linear-gradient(#fff,#fff,rgba(255,255,255,0));
    font-size: 14px;
    color: #4A4A4A;
    padding-bottom: 7px;
}

.ibr-heading-sm{
    position: relative;
    align-items: center;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    min-width: 10rem;
    padding: 0 1.2rem;
    justify-content: center;
    user-select: none;
    vertical-align: bottom;
    white-space: nowrap;
    height: 2.3rem;
    color: #74b64a;
    background-color: transparent;
    min-width: auto;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
}

.show-more--container span[data-checked='']~.ibr-heading-sm .show-less-label{
    display: none;
}
.show-more--container span[data-checked=checked]~.ibr-heading-sm .show-more-label {
    display: none;
}
.show-more--container span[data-checked=checked]~.show-more--gradient {
    overflow: visible;
    max-height: none!important;
    -webkit-mask-image: none;
}
.ibr-title-flag{
    font-size: 13px;
}
.ibr-date{
    font-size: 12px;
    color: #a5a5a5;
}
#help_article_form{
    margin-bottom: 15px;
}
#help_search_result{
    display: none;
    background: #fff;
    text-align: left;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 15px 0px, rgb(0 0 0 / 10%) 0px 1px 2px 0px, rgb(0 0 0 / 10%) 0px 2px 0px 0px inset;
}
#hsr_header{
    background: rgb(0 0 0 / 2%);
    padding: 8px 30px;
}
#hsr_body li{
    margin-bottom: 8px;
    display: block;
}
#hsr_body li a{
    padding: 5px 15px;
    display: block;
    color: #29394f;
    font-size: 13px;
}
#hsr_body li:nth-child(even) a{
    background: rgba(0,0,0,0.01);
}
.hero-wrap{
    z-index: 0 !important;
}
.searchpatternBanner .carousel-inner{
    overflow: initial !important;
}
.application-profile .nav-tabs li {
    display: inline-flex;
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
}
.application-profile .nav-tabs li:after {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 2.5rem;
    background: #ccc;
    bottom: -36px;
    left: 32px;
}
.application-profile .nav-tabs li:last-child:after {
    display: none;
}
.application-profile .nav-tabs li .nav-link,
.application-profile .nav-tabs li .nav-link.active,
.application-profile .nav-tabs li .nav-link:hover,
.application-profile .nav-tabs li .nav-link:focus {
    color: #000;
    background: none;
    border: none;
    font-size: 14px;
}
.application-profile .nav-tabs li .nav-link span {
    width: 25px;
    height: 25px;
    background: #ccc;
    color: #000;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    margin-right: 5px;
}
.application-profile .nav-tabs li .nav-link.active span {
    background: #74b64a;
    color: #fff;
}
.add_language_speak {
    background: none;
    margin-bottom: 20px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.del_language_speak {
    color: #ff3535;
    background: none;
    border-radius: 0;
    border: none;
    font-weight: 500;
    font-size: 28px;
    top: -5px;
    position: relative;
    cursor: pointer;
}
#apcer_add_file {
    color: #fff;
    background-color: #228891;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
        0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0.5rem 2rem;
    border-radius: 5px;
}
.cust-modal-warp .modal-content{
    border: none;
}
.cust-modal-warp .modal-title{
    color: #fff;
}
.cust-modal-warp .modal-header{
    min-height: 90px;
    text-align: center;
}

.modal-body-warp{
    min-height: 100px;
    background: #fff;
    padding: 25px 35px;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 15px 0px, rgb(0 0 0 / 10%) 0px 1px 2px 0px, rgb(0 0 0 / 10%) 0px 2px 0px 0px inset;
    margin-top: -3em;
}
.badge-primary.online {
    background: #74b64a;
}
.badge-primary.busy {
    background: #ff9800;
}
.badge-primary.offline {
    background: #607d8b;
}
/*Loader*/
.inline-loader {
    border: 3.5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3.5px solid #74b64a;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#change_tutor_status .inline-loader{
    position: absolute;
    top: 7px;
    right: 10px;
    background: #fff;
}
.packageWrap .plan .list-group li div label.custom-control-label{
    border-radius: 5px 5px !important;
}
.catGrid-root-header h1{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 4px;
}
.catGrid-root-header p{
    color: #9d9d9d;
    font-size: 15px;
}

.courses.beginner .media-body h3 a{
    color: #29394f !important;
    font-size: 15px;
    line-height: 18px;
}
.courses.beginner .media-body h3{
    line-height: 1.1;
    margin-bottom: 8px;
}
.courses .contentWrap p {
    border-bottom: 1px solid #b2f885;
    font-size: 14px;
    line-height: 1.3rem;
    color: #4A4A4A !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 67px;
    overflow: hidden;
    padding: 0;
}
.carousel-warp .innerBanner .carousel-item .carousel-caption{
    bottom: initial !important;
    top: 15%;
}
#errormsg_block, #successmsg_block {
    width: 400px;
    position: fixed;
    right: 3%;
    top: 10%;
    display: none;
    z-index: 9999;
    border: 1px solid;
}
.alert .close {
    color: #000;
    opacity: .2;
    filter: alpha(opacity=20);
}
#errormsg_block h4, #successmsg_block h4 {
    font-weight: 600 !important;
    font-size: 14px !important;
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}
.factro_country_flag{
    height: 20px;
    border-radius: 50%;
    width: 20px;
}
.teach-statistics {
    text-align: center;
}
.teach-statistics h1 {
    font-size: 18px;
    font-weight: bold;
}
.teach-statistics p {
    font-size: 13px;
    font-weight: 500;
    color: #8c8997;
}
._page_container {
    position: relative;
}
._page_warpper {
    max-width: 73rem;
    margin: 0 auto;
}
.row-column {
    max-width: 40rem;
    margin-left: 1.1rem;
    margin-right: 1.1rem;
}
#_row_breadcrumb li,#_page_panner_warp h3,#_page_panner_warp p,._white_color{
    color: #fff !important;
}
#course-component, #course-locale {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.course-component-item {
    display: inline-block;
    margin-right: 25px;
}
.course-component-item button,.course-component-item a button{
    background: none;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: none;
    height: 40px;
    padding: 0 25px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.4px;
}
.course-component-item a{
    display:inline-block;
    margin-left:15px;
}
.sidebar-column{
    max-width: 73rem;
    position: absolute;
    top: 0;
}
.sidebar-container.intro-warper {
    top: -16rem;
}
.sidebar-container {
    display: block;
    position: absolute;
    margin-left: 51.4rem;
    z-index: 999;
}
.sidebar-content {
    width: 21.3rem;
    z-index: 1;
    border-bottom: 1px solid #dcdacb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
    border-radius: 4px;
    background-color: #fff;
}
#intro-asset-btn {
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    position: relative;
}
.intro-overlay {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 4px;
    background: linear-gradient(180deg,rgba(30,30,28,0) 0%,rgba(30,30,28,0.9) 100%);
}
.side-col-row {
    padding: 0 25px;
}
.mb-25 {
    margin-bottom: 25px;
}
.ic-button, .ic-button>button {
    display: block;
    text-align: center;
}
#ic-contect-now-btn button{
    color: #fff;
    background-color: #74b64a;
}
.ic-button>button {
    height: 45px;
    border-radius: 4px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    background: none;
    border: none;
    cursor: pointer;
}
.intro-asset-img img {
    border-radius: 5px 5px 0 0;
}
#sm-lite-btn span {
    font-weight: 700;
    font-size: 13px;
    color: #0f7c90;
    cursor: pointer;
}
#sm-lite-btn span i {
    font-weight: bold;
    font-size: 18px;
    position: relative;
    top: 2px;
    right: -4px;
}
.smc-block {
    max-height: 117px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(#fff,#fff,rgba(255,255,255,0));
}
#_cu_description h3,#_cu_description h2,#_cu_description h1,#course-includes h2,._cli_title_text{
    color: #333 !important;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 10px !important;
}
#_cu_description p,#_cu_description span,#_cu_description li,#course-includes p,#course-includes ul li{
    color: #51565e !important;
    font-size: 1rem;
    line-height: 1.7rem;
}
#course-includes li{
    list-style: none;
}
._curriculum_lessons_item{
    color: #333;
    background: #ebf1f8;
    display: block;
    border-radius: 2px;
    margin-bottom: 5px;
    padding: 7px 5px;
}
._cli_root{
    width: 100%;
    display: flex;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    align-items: center;
    padding-top: 3px;
    padding-bottom: 3px;
    justify-content: flex-start;
    text-decoration: none;
}
._cli_root_icon_no h3{
    text-align: center;
    padding: 0 10px;
}
._cli_root_icon_no,._cli_root_icon{
    color: rgba(0, 0, 0, 0.54);
    display: inline-flex;
    min-width: 56px;
    flex-shrink: 0;
}
._cli_root_text{
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}
._cli_root_icon_no h3,._cli_root_text h3{
    color: #333;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0 !important;
}
.ftco-lesson-sidebar{
    position: relative;
    left: 5px;
    margin-top: -10rem;
    z-index: 999;
}
.ftco-lesson-container{
    float: left;
    margin-left: 2rem;
}
.ftco-syllabus-list ._curriculum_lessons_item{
    background: none;
    border-radius: 0;
}
.ftco-syllabus-list .ftco-active{
    background-color: rgba(0, 0, 0, 0.08);
}
#search_query{
    position: relative;
}
.search_history{
    position: absolute;
    top: 45px;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    background: #fff;
    border: 1px solid #f1f1f1;
    display: none;
    z-index: 99;
}
.search_history li{
    list-style: none;
}
.search_history li a{
    font-size: 14px;
    padding: 8px 15px;
    line-height: 21px;
    color: #607d8b;
    display: block;
}
.search_history li:nth-child(even) a{
    background: rgba(0,0,0,0.04);
}
.profile-top-header{
    position: relative;
}
._white_bg{
    background: #fff !important;
}
.lg-row-column{
    max-width: 50rem !important;
}
.profile-top-content h2{
    font-size: 19px;
    color: #29394f;
    font-weight: 500;
}
.profile-top-content h2,.profile-top-content p{
    margin: 0 0 5px 0;
}
.profile-top-content p,.profile-top-content label{
    font-size: 15px;
}
#profile-location-info img{
    height: 20px;
    border-radius: 50%;
    width: 20px;
    margin-right: 10px;
}
.profile-top-image-warp,.profile-top-image-warp img{
    width: 150px;
    height: 150px;
    border-radius: 5px;
}
.top-instructor{
    border: 1px solid #8a5e37;
    padding: 2px 10px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 12px;
    margin-left: 15px;
    position: relative;
}
.top-instructor:before{
    content: "";
    position: absolute;
    background: #8a5e37;
    opacity: 0.2;
    top: -1px;
    left: -1px;
    border: none;
    bottom: 0;
    right: -1px;
}
#tutor-profile-nav .tpn-list-item{
    padding: 14px 30px;
    display: inline-block;
    text-transform: uppercase;
    color: #29394f;
    font-weight: 500;
    font-size: 13px;
}
#tutor-profile-nav  .tpn-list-item.active{
    border-bottom: 4px solid #74b64a;
}
.main-profile-content h2,#recommended_tutors h2,.ttw-title,#share-this-block h2{
    color: #536e92;
    font-size: 1rem;
    margin-bottom: 0.51rem;
    font-weight: 500;
    text-transform: uppercase;
}
.main-profile-content p,.ttw-location{
    color: #536e92;
    font-size: 14px;
    line-height: 22px;
}
.badge-pill-info{
    font-weight: 400;
    font-size: .8rem;
    padding: 2px 12px;
    color: #969696;
    background: #ededed;
    line-height: inherit;
    margin: 4px 0;
    border-radius: 20px;
    display: inline-block;
}
.instructor-video-warp{
    width: 150px;
    height: 200px;
    margin-bottom: 10px;
    margin-right: 5px;
    position: relative;
    float:left;
}
.instructor-video-warp .instructor__video_{
    width:100%;
    height:100%;
}
.instructor-video-warp-playBtn,.instructor-video-warp-playBtn img{
    width: 50px;
    height: 50px;
    position: absolute;
    top:calc(50% - 25px);
    left:calc(50% - 25px);
    z-index: 99;

}
.instructor-video-warp-playBtn img{
    background: #fff;
    border-radius: 50%;
}
.lg-sidebar-column{
    z-index: 9;
}
.lg-sidebar-column .sidebar-container.intro-warper{
    top:initial;
    margin-left: 53rem;
}
.lg-sidebar-column .sidebar-content{
    width: 18.5rem;
    background: none !important;
    border: none;
    box-shadow: none;
}
.ttw-avatar-icon,.ttw-avatar-icon img{
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 5px;
}
.ttw-content{
    width: calc(100% - 75px);
    float: right;
}
.top-tutor-warp{
    overflow: hidden;
}
.ttw-title{
    font-size: 0.81rem;
    letter-spacing: .1rem;

    font-weight: 700;
}
.ttw-location{
    font-size: 0.75rem;
}
.ttw-location,.ttw-title{
    margin-bottom: 1px !important;
}
.ttw-rating .star,.ttw-rating-warp .caption .label{
    font-size: 12px!important;
}
.ttw-rating{
    line-height: 17px;
}
.ttw-review-counter{
    font-size: 12px;
    line-height: 23px;
}

.ftco-message-chat {
    /*position: fixed;
    right: 80px;
    bottom: 0;*/
    background: #fff;
    z-index: 999;
    width: 280px;
    float: right;
    margin-left: 15px;
    box-shadow: 0 4px 0 0 #795548;
    border-radius: 5px;
}
.ftco-chat-inner-body{
    border: solid #795548;
    border-width: 0 2px;
}
.ftco-chat-body {
    height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #eceff1;
    position: relative;
    padding: 25px 15px;
    font-size: 13px;
    line-height: 16px;
}
.ftco-chat-body:after {
    -webkit-box-shadow: 0 2px 2px -1px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 2px -1px rgb(0 0 0 / 10%);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: -4px;
}
.ftco-chat-header {
    height: 36px;
    color: #fff;
    font-size: 13px;
    background-color: #795548;
    cursor: pointer;
    display: table;
    border-radius: 5px 5px 0 0;
}
.ftco-chat-name {
    display: table-cell;
    width: 100%;
    line-height: 36px;
    padding: 0 15px;
    color: #fff;
    text-transform: capitalize;
}
.ftco-chat-header-btn {
    display: table-cell;
    width: 0;
    vertical-align: top;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
}
.ftco-chbtn-close {
    background: none;
    box-shadow: none;
    border: none;
    color: #ccc;
}
.ftco-chat-footer,
.ftco-chat-footer textarea {
    height: 38px;
}
.ftco-chat-footer textarea {
    resize: none;
    width: 87%;
    border: none;
    padding: 5px 10px;
    font-size: 13px;
}
.ftco-chat-footer {
    position: relative;
}
.ftco-chat-footer:after {
    -webkit-box-shadow: 0 2px 2px -1px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 2px -1px rgb(0 0 0 / 10%);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: -4px;
}
.ftco-chat-upload-btn {
    position: absolute;
    right: 12px;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    color: #b6b6b6;
    top: 5px;
    font-size: 20px;
}
.ftco-chat-sender-msg,
.ftco-chat-receiver-msg {
    width: 85%;
    margin-bottom: 1rem;
    display: inline-table;
    position: relative;
}
.ftco-chat-sender-msg .ftco-chat-msg-text,
.ftco-chat-receiver-msg .ftco-chat-msg-text{
    border-radius: 3px;
    padding: 3px 9px;
    position: relative;
    z-index: 9;
}
.ftco-chat-sender-msg {
    float: right;
    text-align: right;
}
.ftco-chat-sender-msg .ftco-chat-msg-text{
    background: #e2e3e3;
    display: inline-block;
}
.ftco-chat-receiver-msg .ftco-chat-msg-text{
    background: #fff;
    display: inline-block;
}
.ftco-chat-msgdate{
    font-size: 9px;
    margin-top: 7px;
    display: block;
    margin-left: 25px;
}
.ftco-chat-sender-msg .ftco-chat-msg-icon-warp{
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    position: absolute;
    top: -5px;
    border: 7px solid #e2e3e3;
    left: -4px;
    border-collapse: collapse;
}
.ftco-chat-sender-msg .ftco-chat-msg-icon{
    background: none;
    overflow: hidden;
    height: 10px;
    width: 9px;
    position: absolute;
    top: 0px;
    bottom: auto;
    right: -6px;
    z-index: 1;
}
.ftco-chat-receiver-msg .ftco-chat-msg-icon-warp{
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    position: absolute;
    top: -5px;
    border: 7px solid #fff;
    right: -4px;
    border-collapse: collapse;
}
.ftco-chat-receiver-msg .ftco-chat-msg-icon{
    background: none;
    overflow: hidden;
    height: 10px;
    width: 9px;
    position: absolute;
    top: 0px;
    bottom: auto;
    left: 17px;
    z-index: 1;
}
.ftco-chat-typing-block{
    display:none;
}
/*.ftco-chat-receiver-msg {
  float: right;
  background: #e2e3e3;
}
.ftco-chat-sender-msg {
  background: #fff;
}
.ftco-chat-msg-date {
  text-align: center;
  margin-bottom: 15px;
}*/
.ftco-chat-translate {
    position: absolute;
    font-size: 29px;
    color: #3f51b5;
    cursor: pointer;
}
.ftco-chat-sender-msg > .ftco-chat-translate {
    top: -1px;
    right: -42px;
}
.ftco-chat-receiver-msg > .ftco-chat-translate {
    top: -1px;
    left: -42px;
}
.ftco-chat-receiver-msg .ftco-chat-msg-text{
    position: relative;
    margin-left: 24px;
}
.ftco-chat-msg-translate{
    position: absolute;
    right: -24px;
    top: 2px;
    cursor: pointer;
}
.ftco-chbtn-inner{
    display: flex;
}
.ftco-chbtn-inner button,.ftco-chbtn-inner button:hover,.ftco-chbtn-inner button:focus,.ftco-chbtn-inner button:active{
    margin-left: 5px;
    background: none;
    border: none;
    outline: none;
}
.chat-upload-file,.chat-upload-file:focus,.chat-upload-file:active,.chat-upload-file:hover{
    position: relative;
    top: -10px;
    background: none;
    padding: 0;
    border: 0;
    font-size: 22px;
    right: -2px;
    outline: none;
}
.ftco-chat-user-img .ftco-chat-msg-text{
    display: inline-block;
    position: relative;
    top: -3px;
    padding: 5px;
}
._chat_msg_user_avatar{
    position: absolute;
    left: -5px;
    top: -4px;
}
._chat_msg_user_avatar img, .app-msg-user-no-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 22px;
    position: relative;
    top: 2px;
}
#ftco-chat-container{
    width: 100vw;
    height: auto;
    position: fixed;
    bottom: 7px;
    right:0;
    z-index: 99999;
    padding: 0 6px;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
#ftco_subscribe a {
    background-image: linear-gradient( to right, #74b64a, #7ec74f, #88d854, #92ea59, #9cfc5e );
    color: #fff;
    padding: 8px 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    top: 7px;
    position: relative;
    border-radius: 0 10px 10px 10px;
}
.tuv-list-tem{
    position: relative;
    min-width: 300px;
    max-width: 300px;
    height: 220px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
}
.tuv-video-play-btn{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    line-height: 220px;
}
.tuv-video-play-btn::before{
    background: rgba(0,0,0,0.3);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -9;
}
.tuv-list-tem img{
    width: 300px;
    height: 220px;
}
.tutor-video-list{
    min-height: 320px;
}
#schedule-calendar-warp {
    position: relative;
}
.cal-schedule-list-items {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 25px;
    border: 1px solid #ccc;
    z-index: 999;
    display: none;
}
.btn__badge{
    padding: 0px 15px;
    border-radius: 2px;
    border: none;
    font-size: 1rem;
}
.badge-booked{
    background-color: rgb(189, 189, 189);
    color: rgb(53, 53, 53);
}
.badge-select{
    background: #74b64a;
    color: #fff;
}
.badge-select.badge-slot-booking{
    background: #f1f1f1 !important;
    color: #607d8b;
}
.cal-sli-label{
    font-weight: 500;
}
#back-cal-schedule{
    position: relative;
}

#tutor-schedule-warp .fc-basic-view .fc-day-number, #tutor-schedule-warp .fc-basic-view .fc-week-number{
    padding: 3px 22px !important;
    font-size: 1.3rem;
}
#tutor-schedule-warp #calendar{
    width: 500px !important;
    margin: 0 auto;
}
.schedyle-day{
    text-decoration: underline;
    cursor: pointer;
}
.schci_links {
    margin: 0 15px;
}
.schci_links:first-child {
    color: #74b64a;
    border-bottom: 2px solid #74b64a;
    padding-bottom: 2px;
}
.teacher-schedule .fc-title{
    position: relative;
    top: 5px;
}


.csr-body-inner .packageWrap{
    top: initial;
}
.csr-body-inner .packageWrap .plan .list-group li{
    width: initial;
}
.csr-body-inner .packageWrap .plan .custom-checkbox .custom-control-input:checked~.custom-control-label:after{
    visibility: hidden;
}
.csr-body-inner .packageWrap .plan .list-group li div label.custom-control-label{
    display: inline-block;
    padding: 5px 12px;
    font-size: 13px;
    border: 1px solid #74b64a;
    margin-bottom: 15px;
    border-radius: 25px !important;
    color: #74b64a;
    font-weight: normal;
    cursor: pointer;
}
.csr-body-inner .packageWrap .plan .list-group li, .csr-body-inner .packageWrap .weekdays .list-group li {
    padding: 0 5px 0 0;
}
.unit_container{
    display: none;
}
.mcw-picture-tutor-inner #publisher,.mcw-picture-stud-inner #subscriber,.prepare-call-video #publisher{
    height: 100%;
}
#h-ftco-package{
    background: #74B64A;
    background-image: linear-gradient(to right, #72e02c, #73d536, #74cb3e, #74c044, #74b64a);
    padding: 25px 0;
}
#h-ftco-package .packageWrap{
    top:0;
}
#h-ftco-package .packageWrap .plan .list-group li{
    padding: 0;
    width: 25%;
    display: table-cell!important;
}
.t-block{
    display: table !important;
}
#h-ftco-package .packageWrap .plan .list-group li div label.custom-control-label{
    border-radius: 0 !important;
    border: none;
    text-align: center;
}
#h-ftco-package .packageWrap .plan .list-group .custom-control-label:after, #h-ftco-package .packageWrap .plan .list-group .custom-control-label:before{
    display: none;
}
#h-ftco-package h1{
    font-size: 35px;
    color: #fff;
    font-weight: bold;
}
.h-ftco-package-action-btn button{
    text-align: center;
    display: block;
    width: 100%;
    font-weight: bold;
    padding: 14px 0 !important;
}
#h-ftco-package select{
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: none;
    border-radius: 3px;

    color: #fff;
}
#h-ftco-package p{
    color: #f6f6f6;
}
#h-ftco-package .packageWrap .plan .custom-checkbox .custom-control-input:checked~.custom-control-label,#h-ftco-package select{
    background: #646464;
}
.sp-item-amount{
    display: none;
}
.ftco-tutors-warp{
    padding: 2rem 0;
    position: relative;
}
.ftco-tutors-warp:after{
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0% 100%);
    bottom:-100px;
    left:0;
    width:100%;
    height:100%;
    display: none;
}
.ftco-tutors-warp,.ftco-tutors-warp:after{
    background:#F4F5F7;
}
#ftco-tutor-links h1{
    color: #29394f;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}
#ftco-tutor-links ul li{
    list-style: none;
    margin-bottom: 10px
}
#ftco-tutor-links ul li a{
    font-size: 15px;
    line-height: 23px;
    color: #4A4A4A;
    font-weight: bold;
}
#tutor-asideWrap {
    position: absolute;
    right: 5%;
    top: 25%;
}
#tutor-asideWrap .card {
    max-width: 175px;
    min-width: 175px;
    display: inline-grid;
}
#tutor-asideWrap .card-body {
    position: relative;
}
#tutor-asideWrap .badge.badge-pill {
    right: -1px;
    position: absolute;
}
#topTutorCarousel .carousel-inner{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 60px;
}
.avatar-holder img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
#tu_user_menu{
    border: none;
    box-shadow: 0 4px 18px rgb(0 0 0 / 12%);
}
#tu_user_menu .popover-content {
    padding: 0;
    width: 280px;
    background: #fff;
}
.popover-user-top{
    padding: 15px;
    border-bottom: 1px solid rgb(204 204 204 / 21%);
}
.popover-user-data,.popover-user-top{
    width: 100%;
}
.popover-user-data>._title_label{
    font-weight: 500;
    color: #182233;
    font-size: 15px;
    margin: 0;
}
.popover-user-data>p{
    padding-bottom: 5px;
    color: #536e92;
    max-width: 98%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    margin: 0;
}
.popover-user-bottom a{
    display: block;
    width: 100%;
    background: #74b64a;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    padding: 10px 10px;
    letter-spacing: 1.1px;
}
.popover-user-body a{
    display: flex;
    align-items: center;
    border: none;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #0b2239;
    line-height: 40px;
    padding-bottom: 0 !important;
    font-weight: 500;
}
.popover-user-body a:hover,.popover-user-body a:focus{
    background-color: rgba(0, 0, 0, 0.04);
}
.popover-user-body a,.popover-user-body a i.fas,.popover-user-body a:hover,.popover-user-body a:focus{
    color: #607d8b;
}
.popover-user-body a i.fas{
    margin-right: 10px
}
.popover-user-body a i{
    width: 16px
}
#tutor-asideWrap .card-text{
    color:#000 !important;
}
.site-map-grid{
    margin-bottom: 2em;
}
.site-map-grid ul{
    margin: 0;
    padding: 0;
}
.site-map-grid li{
    display: inline-block;
    margin-right: 10px;
}
.site-map-grid li a{
    display: block;
    background: rgb(204 204 204 / 21%);
    padding: 6px 20px;
    border-radius: 2px;
    color: #000;
    margin-bottom: 15px;
    font-size: 14px;
}
.site-map-grid h3{
    color: #29394f;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 21px;
}
.col-warp-body{
    background: #fff;
    border: 1px solid #e6ebf3;
    padding: 17px;
} 
.col-warp-header{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.col-warp-text,.col-warp-header{
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1.43;
}
.col-warp-text-note{
    font-size: 0.75rem;
    line-height: 1.43;
}
.col-warp-label,.app__warper_grow .form-check-label{
    font-size: 0.9rem;
}
.col-warp-label,.col-warp-text,.col-warp-header,.col-warp-text-note,.app__warper_grow .form-check-label{
    color: #536d90;
}
.col-warp-header span{
    float:right;
}
.col-warp-header span a{
    font-size: 14px;
}
.app-modal{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 24;
    background: #fff;
    top: 0;
    transition: all .2s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 99899;
}
.app-modal.visible-modal{
    visibility: visible;
    opacity: 1;
}
.app-modal.modal-app-lg{
    background-color: rgba(0,0,0,.3);
    animation: none;
    left: 0;
}
.app-modal-dialog{
    height: 100%;
}
.app-modal.visible-modal .app-modal-content{
    transform: translateX(0);
}
.app-modal-content{
    max-width: 520px;
    box-shadow: -10px 0 20px 0 rgb(123 147 180 / 20%);
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    transform: translateX(500px);
    min-width: 300px;
    height: 100%;
    z-index: 22;
    width: 100%;
}
.app-modal-header{
    padding: 12px 40px;
    min-height: 64px;
    width: 100%;
    border-bottom: 1px solid #e6ebf3;
    position: relative;
}
.grid {
    display: -webkit-flex;
    display: flex;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.align-center {
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-self: center;
    align-self: center;
}
.app-modal-body{
    height: calc(100% - 64px);
    overflow: auto;
}
.h100 {
    height: 100%;
}
.app-modal-vertical {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.justify-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.app-modal-body-inner{
    padding: 20px 40px 40px;
    height: calc(100% - 60px);
}
.app-modal-btn {
    z-index: 9999;
    position: relative;
    background: #74b64a;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
}
.app-modal-btn:hover,.app-modal-btn:focus,.app-modal-btn:active{
    color: #fff;
}
body.visible,html.visible{
    overflow: hidden !important;
}
.w80{
    width: 80%;
}
.app-modal-header-title{
    text-transform: uppercase;
    color: #536d90;
    font-weight: 500;
    font-size: 1rem;
}
.app-modal-form input.form-control,.app-modal-form select.form-control{
    height: 42px !important;
    line-height: 42px;
}
.app-modal-form .form-control{
    border-radius: 0;
}
.app-modal-form label,.app-modal-form p{
    font-weight: initial;
    font-size: 0.9rem;
    line-height: 1.43;
    color: #536d90;
    margin-bottom: 8px;
}
._app_modal__title_header{
    background: rgb(116 182 74 / 13%);
    margin: 20px -40px;
    padding: 10px 40px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.1px;
    color: #607d8b;
}
.bank__icon_{
    font-size:25px;
    color:#74b64a;
}
.__transfer_amount{
    color: #29394f;
    font-weight: bold;
    font-size: 22px;
}
.__app_modal__content .__text_label,.__app_modal__content .__text_grid_warp{
    color: #667c87;
    font-size: 15px;
}
.__app_modal__content .row__list_item{
    margin: 10px 0;
}
.__app_modal__content .__text_label{
    font-weight: normal;
}
.__app_modal__content .__text_grid_warp{
    font-weight: 600;
}
.crch_msg_item{
    width: 90%;
    margin-bottom: 10px;
    background: rgb(204 204 204 / 20%);
    padding: 5px 10px;
    border-radius: 3px;
    overflow: hidden;
}
.crch_msg_item.crch_right{
    float: right;
    text-align: right;
}
.crch_msg_item_name{
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.crch_msg_text{
    font-size: 14px;
}
#crh_inner_container{
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
}
.pachtl_container {
    padding: 25px;
    display: flex;
}
.pachtl_item {
    background: #fff;
    padding: 25px;
    display: inline-flex;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.pachtl_item_btn span{
    display: block;
    margin-bottom: 8px;
}
.pachtl_item>.table th{
    color: #536e92;
    font-weight: 500;
    font-size: 1rem;
}
.pachtl_item>.table td,.pachtl_item>.table td p{
    font-size: 1rem;
}
.pachtl_item>.table td p{
    margin-bottom: 5px;
}
.speak-free-btn,.speak-free-btn:hover,.speak-free-btn:focus,.speak-free-btn:active,.speak-free-btn.active{
    padding: 8px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    border-radius: 0;
}
.modal{
    background: rgb(0 0 0 / 51%);
}
.modal-backdrop{
    display: none;
}
.lessonPop:after{
    opacity: .2 !important;
}
.lessonPop{
    height: 160px !important;
    border: 1px solid rgb(216, 216, 216);
    box-shadow: rgb(216 216 216) 0px 2px 0px 0px;
}
.sliderImg .owl-next,.sliderImg .owl-prev{
    font-size: 65px !important;
}
.view-all-btn a{
    color: blue;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.profilePic .icon,.profilePic .icon img {
    width: 150px;
    height: 150px;
    border-radius: 75px 0 75px 75px!important;
}
.hero-wrap .carousel-control-next, .hero-wrap .carousel-control-prev{
    background: none;
    border: none;
    z-index: 99;
    cursor: pointer;
}
.visually-hidden{
    visibility: hidden;
}

.ftco-navbar-light .navbar-brand{
    max-width: 250px !important;
}
.datepicker.datepicker-dropdown{
    width: 210px;
    margin-top: 0;
}
._header_warp{
    position: fixed;
    top: 0;
    height: 64px;
    z-index: 999;
    padding: 0 40px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e6ebf3;
}
._box_warp{
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
._box_warp_inline{
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
}
._h100{
    height: 100%;
}
._header_warp .baan-logo {
    max-width: 112px;
    min-width: 90px;
}
.m-auto-left{
    margin-left: auto;
}
.content-justify-center {
    -webkit-justify-content: center;
    justify-content: center;
}
.content-justify-start {
    -webkit-justify-content: start;
    justify-content:start;
}
.user_profile_icon,.dashboard_user_icon,.dashboard_user_icon:focus,.dashboard_user_icon:hover,.dashboard_user_icon:active{
    padding: 0;
    margin: 0;
    width: 36px;
    height:36px;
    outline: none !important;
    border: none !important;
}
.user_profile_icon:after{
    display: none;
}
.dropdown-menu-top{
    margin: 14px 0 0 !important;
}
.dashboard_user_warp{
    margin-left: 25px;
}
.nav-badge-icon{
    font-size: 25px;
    color: #6e6b7b;
    position: relative;
}
.header-dropdown-menu{
    box-shadow: 0 4px 18px rgb(0 0 0 / 12%);
    position: absolute;
    transform: translate3d(-265px, 37px, 23px) !important;
    top: 0px;
    left: 0px;
    will-change: transform;
}
.schedule_list_item{
    padding: 8px 15px;
    border-top: 1px solid #e6ebf3;
    position: relative;
}
.schedule_list_item:first-child{
    border: none;
}
.schedule_list_item:nth-child(even){
    background: rgb(139 195 74 / 10%);
}
.sli-image-warp{
    width: 50px;
}
.sli-tutor-name{
    font-size: 13px;
    font-weight: 600;
}
.sli-tutor-name a,._sch_tutor_content h4{
    color: #5e5873;
}
.sli-time{
    color: #6e6b7b;
    font-size: 12px;
}
.dm-schedule-body-inner{
    min-height: 56px;
    max-height: 168px;
    overflow-x: hidden;
    overflow-y: auto;
}
.sli_call_button{
    position: absolute;
    top:10px;
    right:10px;
    background: #74b64a;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.sli_call_button a{
    display: block;
    text-align: center;
    line-height: 25px;
    color: #fff;
}
.tutor_status_warp{
    position: relative;
}
.tutor_status_warp span{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #000;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    bottom: -11px;
}
.grid-online{
    background: green !important;
}
.grid-busy{
    background: #fcb322 !important;
}
.sli-image-warp img{
    border-radius: 50%;
    height: 36px;
    width: 36px;
}
.popup-schedule-warp h3{
    color: #182233;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 9px;
}
.popup-schedule-warp p{
    font-size: 15px;
}
.app-modal-close-icon{
    cursor: pointer;
}
._sch_tutor_avator{
    width: 65px;
}
.header-nav li a{
    font-weight: bold;
    color: #6e6b7b;
    font-size: 16px;
}
.sidenav-bar {
    position: fixed;
    left: 0;
    height: calc(100% - 64px);
    max-width: 260px;
    min-width: 56px;
    top: 64px;
    width: 100%;
    z-index: 1;
    border: solid #e6ebf3;
    border-right-width: 1px; 
    overflow: auto;
    background: #fff;
}
.warp-container {
    background: #fff;
    height: auto;
    border-radius: 2px;
    padding-left: 260px;
    top: 64px;
    margin-bottom: 64px;
    position: relative;
    height: calc(100vh);
}
.max-wrap {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
.smooth-scroll-warp{
    margin-top: 40px;
    padding-bottom: 90px;
}
#sidenav-bar-inner ul,#sidenav-bar-inner li{
    overflow: hidden;
    transition: all .2s ease-out;
}
#sidenav-bar-inner ul{
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}
.sidenav-bar-menu-item{
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.sidenav-link{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 0 10px 32px;
    border-left: 3px solid #fff;
}
.align-center {
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-self: center;
    align-self: center;
}
.sidenav-link-icon{
    width: 20px;
    height: 15px;
    margin-right: 16px;
}
.sidenav-link-content label{
    font-size: 1rem;
    cursor: pointer;
    width: calc(100% - 44px);
    white-space: nowrap;
    font-weight: 400;
    margin: 0;
}
.sidenav-link-icon i{
    vertical-align: top;
    margin-top: -2px;
}
.sidenav-link-content label,.sidenav-link-icon i{
    color: #3c5270 !important;
    font-size: 0.92rem;
}
.menu-active{
    border: 0 solid #74b64a;
    border-left-width: 3px;
    background: rgb(116 182 74 / 10%);
}
.app-header-warp{
    border-bottom: 1px solid #e6ebf3;
}
#nav-account-settings .nav-link{
    color: #6e6b7b;
    font-weight: bold;
    font-size: 15px;
    margin-right: 15px;
}
#nav-account-settings .nav-link,#nav-account-settings .nav-link:hover,#nav-account-settings .nav-link:focus,#nav-account-settings .nav-link:active,#nav-account-settings .nav-link.active{
    border: none;
    border-bottom: 4px solid transparent;
    padding: 11px 0 11px 0;
}
#nav-account-settings .nav-link.active{
    background: none;
    color: #74b64a;
    border-bottom: 4px solid #74b64a;
}
.app-header-warp h1{
    font-size: 25px;
    font-weight: bold;
}
.grid-broder{
    border: 1px solid #e6ebf3;
}
.inline-form-box label{
    color: #536d90;
    font-size: 13px;
    font-weight: bold;
}
.inline-form-box .form-control{
    height: 40px !important;
    border-radius: 0;
}
.app-header-warp h1, .app-title-text{
    color: #29394f;
    font-weight: bold;
}
.app-header-content .app-title-text{
    font-size: 18px;
}
.app-header-content p,.app-form-note{
    font-size: 1rem;
    color: #999;
    line-height: 1.43;
}
.app-form-note{
    font-size: 0.8rem;
}
.input-form-control{
    position: relative;
}
.input-form-control .form-control{
    padding-right: 35px;
}
.ifc-icon{
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
    color: #607d8b;
}
.btn-deactive,.btn-deactive:hover{
    padding: 12px 25px;
    border-radius: 0;
    color: red;
    border: 1px solid red;
    text-transform: uppercase;
}
.notification_item{
    padding: 12px 20px 12px 35px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.notification_item .form-check-label span{
    display: block;
}
.notification_item .form-check-label .app-form-note{
    font-size: 14px;
    margin-top: 4px;
}
._comtent_header_warp{
    padding: 24px 40px 22px;
    background: rgb(116 182 74 / 13%);
    border-bottom: 1px solid #e6ebf3;
}
.summary-description p{
    color: #3c5270 !important;
    font-size: 0.82rem;
    font-weight: bold;
}
.summary-description h3{
    color: #000;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 5px !important;
}
._table_container th{
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #607d8b !important;
}
._table_container td{
    font-size: 0.82rem;
    color: #3c5270 !important;
}
._table_container td span{
    display: block;
}
.sh-card-panel-btn .btn-info,.sh-card-panel-btn .btn-info:focus,.sh-card-panel-btn .btn-info:hover,.sh-card-panel-btn .btn-info:active,.sh-card-panel-btn .btn-info.dropdown-toggle{
    background: #000 !important;
    color:#fff !important;
}
.sh-card-panel-btn .btn-default,.sh-card-panel-btn .btn-default:hover,.sh-card-panel-btn .btn-default:focus,.sh-card-panel-btn .btn-default:active,.sh-card-panel-btn .btn-default.dropdown-toggle {
    background: #ccc;
    color: #000;
}
.sh-card-panel-btn .btn,.sh-card-panel-btn .btn:focus,.sh-card-panel-btn .btn:hover,.sh-card-panel-btn .btn:active,.sh-card-panel-btn .btn.dropdown-toggle{
    font-size: 14px;
    font-weight: 500;
    padding: 3px 10px;
    border: none;
}
._avatar_name_warp{
    font-weight: bold;
    font-size: 0.8rem;
    color: #607d8b;
}
.app-profile-cover-photo{
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    padding-bottom: 15px;
}
.app-profile-img{
    border: .357rem solid #fff;
    background-color: #fff;
    border-radius: .428rem;
    -webkit-box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    bottom: -3rem;
    position: relative;
    z-index: 99;
}
.app-profile-img img{
    max-width: 100%;
    height: auto;
    border-radius: .357rem!important;
}
.app-user-profile-ft{
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    border-radius: 0 0 10px 10px;
    z-index: 9;
}
.app-profile-ft-inner{
    padding: 11px 3rem;
    z-index: 99;
    position: relative;
}
.content-footer{
    position: relative;
}
.content-footer .footer {
    padding: 1em 1.5rem 1em 1.5rem;
    height: max-content;
    position: relative;
    width: 100%;
    bottom: 0;
}
.nameStatus h2{
    color: #fff;
}
.card-box-body h5{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #5e5873;
}
.card-box-body p{
    color: #6e6b7b;
    font-size: 14px;
}
.app-card-box{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: none;
    margin-bottom: 2rem;
    -webkit-box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    background-color: #fff;
    background-clip: border-box;
    border-radius: .428rem;
    -webkit-transition: all .3s ease-in-out,background 0s,color 0s,border-color 0s;
    transition: all .3s ease-in-out,background 0s,color 0s,border-color 0s;
}
.datepicker.dropdown-menu{
    z-index: 99999 !important;
}
._table_container ._table_action_grid{
    color: red !important;
    font-size: 23px;
}
._tag_warper_item{
    padding: 5px 10px;
    border: 1px solid #ccc;
    background: #ccc;
    border-radius: 2px;
    margin: 10px 10px;
}
._tag_warper_item:first-child{
    margin-left: 0;
}
.chat-app-container{
    height: calc(100vh - 14.7rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    background-image: url('../images/chat_bg.svg');
    background-color: #f2f0f7;
    background-repeat: repeat;
    background-size: 150px;
}
.circle-chart__circle {
    animation: circle-chart-fill 2s reverse; /* 1 */ 
    transform: rotate(-90deg); /* 2, 3 */
    transform-origin: center; /* 4 */
}
.circle-chart__circle--negative {
    transform: rotate(-90deg) scale(1,-1); /* 1, 2, 3 */
}

.circle-chart__info {
    animation: circle-chart-appear 2s forwards;
    opacity: 0;
    transform: translateY(0.3em);
}

@keyframes circle-chart-fill {
    to { stroke-dasharray: 0 100; }
}

@keyframes circle-chart-appear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.course-card-complection{
    position: absolute;
    bottom: -22px;
    left: 8px;
    background: #fff;
    border-radius: 50%;
}
.course_card_img{
    position: relative;
}
.course_card_content p{
    font-size: 0.83rem;
    color: #607d8b;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 67px;
    overflow: hidden;
    padding: 0;
}
.packageWrap .plan .list-group li input, .packageWrap .plan .list-group li label{
    font-size: 12px;
}
.tutor-filter-list .form-check{
    padding-left:0;
}
#payment-result-warp h2,#payment-result-warp h3{
    line-height: 24px;
    font-weight: 800;
    color: #29394f;
}
#payment-result-warp p{
    font-size: 0.9rem;
    color: #536e92;
    line-height: 1.5rem;
    margin-bottom: 7px;
}
#prw-title{
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
}
#payment-result-warp td{
    width: 50%;
    margin-top: 4px;
    color: #536e92;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    padding: 10px 10px;
    vertical-align: baseline;
}

#payment-result-warp tr td:first-child{
    text-align: right;
}
.tenw__item_body p{
    font-size: 0.9rem;
    line-height: 1.3rem;
    text-align: justify;
}
.tpcl-warper-inner,
.tpcl-previous-remark {
    height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.tpcl-warper-inner {
    background: #fff;
    padding: 15px;
}
#tenw-last-class-warp p{
    margin: 0;
    font-size: 0.8rem;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
}
#tenw-last-class-warp p>span:last-child{
    color: #607d8b;
    font-weight: bold;
}
#tenw-last-class-warp p>span:first-child{
    color: #536e92;
}
.tenw-header-title{
    background: #e9f4fa;
    margin: 0 -15px;
    padding: 7px 15px;
    font-size: 0.9rem;
    font-weight: bold;
}
#tenw-stud-header h4{
    font-size: 1.1rem;
    margin-bottom: 5px;
}
#tenw-stud-thumb-img,#tenw-stud-header{
    float: left;
}
#tenw-stud-header{
    padding-left: 20px;
}
.tenw-body{
    position: relative;
}
.close_teacher_note{
    position: absolute;
    right: 1.5rem;
    top: 0.5rem;
}
.close_teacher_note,.close_teacher_note img{
    cursor: pointer;
    z-index: 99;
}
.mcw-tutor-conversation .mcw-picture-stud{
    height: calc(100vh - 70px);
}
.mcw-tutor-conversation .mcw-picture-tutor{
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 9;
    border: 5px solid #fff;
    padding: 0;
}
.mcw-stud-conversation .mcw-picture-stud{
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 9;
    border: 5px solid #fff;
    padding: 0;
}
.mcw-stud-conversation .mcw-picture-tutor{
    height: calc(100vh - 70px);
}
#brn_stop_sharing button{
    background: #815039;
    color: #fff;
    padding: 5px 10px;
}
#mcw-course-grid{
    width: 300px;
    height: 350px;
    position: absolute;
    margin: 0 auto;
    top: calc(50% - 175px);
    left: calc(50% - 175px);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}
#topTutorCarousel .carousel-item-img{
    width:300px !important;
    height: 300px !important;
    border-radius: 50%;
}
#topTutorCarousel .carousel-caption{
    background: #fff;
    padding: 10px 10px 10px 65px;
    border-radius: 5px;
    width: 300px;
    bottom: -50px;
    right: -4%;
    left: initial;
}
#topTutorCarousel .carousel-caption h5{
    color:#29394f;
    font-size: 16px;
    margin: 0 0 5px 0;
}
#topTutorCarousel .carousel-caption p{
    font-size: 13px;
    margin: 0;
}
.carousel-item-flag{
    position: absolute;
    left: 14px;
    top: 14px;

}
.carousel-item-flag img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
#down-footer-policy-list a{
    position: relative;
}
#down-footer-policy-list a:first-child{
    padding-right: 15px;
    margin-right: 15px;
}
#down-footer-policy-list a:first-child:after{
    content: "|";
    position: absolute;
    right: 0;
    text-align: center;
    color: #fff;
}
.invisible-file-upload{
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
}
.inline-form .form-control{
    border: 1px solid #ccc;
    border-radius: 0
}
.inline-form input.form-control{
    height: 45px !important;
}
#application-warp{
    display: flex;
}
#application-warp-inner{
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 3em;
    background: rgb(204 204 204 / 11%);
}
#job-application-form  label{
    text-align: right;
    line-height: 44px;
    color: #707070;
    font-weight: 600;
}
#job-application-form p{
    font-size: 14px;
    margin-bottom: 5px;
}
.no-resize{
    resize: none;
}
.invisible-file-icon{
    position: absolute;
    left: 27px;
    top: 1px;
}
.invisible-file-title{
    background: #ededed;
    padding: 10px 35px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.inline-form label{
    color: #29394f;
    font-size: 15px;
    font-weight: 500;
}
.st-reviews-section{
    display: flex;
    margin-bottom: 30px;
    padding: 32px 0 16px;
    background: #f4f4f4;
    border-radius: 4px;
}
.st-reviews-content{
    width: 100%;
}
.st-user-snippet{
    text-align: center;
}
.st-col-left {
    width: 140px;
    min-height: 1px;
    display: inline-block;
    vertical-align: top;
    float: left;
}
.st-user-avatar{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: top;
}
.st-user-avatar img{
    width:100%;
}
.st-col-right{
    width: calc(100% - 170px);
    margin-left: 30px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    float: right;
}
.catGrid-root-warp{
    position: relative;
}
.btn-viewall-courses{
    position: absolute;
    top: 45%;
    right: -20%;
    vertical-align: top;
    transform: rotate(7deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    min-width: 369px;
    display: inline-block;
    display: block;
}
.btn-viewall-courses a{
    display: block;
}
.faq_container li{
    display:block;
    list-style: none;
    margin-bottom: 10px;
}
.faq_container li a{
    display: block;
    background: #74b64a;
    color: #fff;
    padding: 6px 15px;
}
#mobile-footer-nav{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    text-align: center;
    font-size: 0.7rem;
    padding: 5px 0;
    -webkit-box-shadow: 0px -1px 3px rgb(186 186 186 / 75%);
    -moz-box-shadow: 0px -1px 3px rgb(186 186 186 / 75%);
    box-shadow: 0px -1px 3px rgb(186 186 186 / 75%);
    border-top: 1px solid #e8e8e8;
    text-transform: uppercase;
    display: none;
    z-index: 9999;
}
#mobile-footer-nav a{
    color: #536e92;
}
#mobile-footer-nav a span{
    display: block;
    padding: 1px 0;
    text-align: center !important;
}
#mobile-footer-nav span i{
    font-size: 1rem;
}
.nav-login-link{
    display: none !important;
}
.packageWrap .plan .list-group li {
    margin-bottom: 10px;
}
.ftco-tutor-list-item{
    margin-bottom: 10px;
    max-width: 32.5%;
    min-width: 370px;
    flex-grow: 1;
}
#ftco-outer-warp {
    float: left;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}
#left-button {
    float: right;
    width: 30px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 7px;
}
#right-button {
    float: left;
    width: 30px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 7px;
}
#ftco-inner-warp:first-child {
    margin-left: 0;
}
.hide {
    display: none;
}
#ftco-callus-close__btn{
    position: absolute;
    right: 18px;
    top: 10px;
    color: #fff;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    font-size: 0.8rem;
    cursor: pointer;
}
#ftco-forgot__pwd_warp p{
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}
#ftco__stud_resetpwd .form-group,#ftco__tutor_resetpwd .form-group{
    text-align: left !important;
}
#ftco-forgot__pwd_sentlink_warp{
    display:none;
}
.ftco-tutor-filter-list{
    display: grid;
}
#ftco-inner-header-warp{
    display:none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 46px;
    line-height: 46px;
    background: rgb(96 125 139 / 5%);
    padding: 0 16px;
}
#ftco-search-bar{
    display: none;
}
#ftco-tutor-filter-close,#ftco-search-bar{
    cursor: pointer;
}
.__hidden{
    overflow: hidden !important;
}
.close__btn{
    cursor:pointer;
}
._faq-list-warp li{
    list-style: none;
    display: block;
}
._faq-list-warp li a{
    display: block;
    color: #536e92;
    font-size: 0.9rem;
    line-height: 1.4rem;
    margin-bottom: 9px;
}
._faq-list-warp li a:hover{
    text-decoration: underline;
    color: #74b64a;
}
._faq-list-warp h1{
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #29394f;
}
.ftco_filter_clear_data button{
    display: block;
    width: 100%;
    border: none;
    background: rgb(204 204 204 / 20%);
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 0.85rem;
    cursor: pointer;
}
.sidebar-left{
    position: relative;
    width: inherit;
    height: inherit;
    vertical-align: top;
}
.chat-profile-sidebar{
    height: inherit;
    position: absolute;
    -webkit-transition: all .3s ease,background 0s,border 0s,color 0s;
    transition: all .3s ease,background 0s,border 0s,color 0s;
    z-index: 6;
    border-right: 1px solid #ebe9f1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: inherit;
}
.card-warp{
    border: none;
    margin-bottom: 2rem;
    -webkit-box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(34,41,47,.125);
    border-radius: 0;
}
.chat-user-list-wrapper{
    position: relative;
    height: calc(100% - 65px);
    overflow: hidden!important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}
.chat-user-list-wrapper,.chat-profile-sidebar{
    min-width: 360px;
    max-width: 768px;
}
.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

body .content-right {
    width: calc(100% - 360px);
    border: 1px solid rgba(34,41,47,.125);
} 
[dir=ltr] body .content-right {
    float: right;
    margin-left: 360px;
}
[dir=rtl] body .content-right {
    float: right;
    margin-right: 360px;
    margin-left: initial;
}
.app-content-wrapper,.app-content-body{
    height: 100%;
}
.app-content-body{

}
.chat-user-list-wrapper .nav-tabs li{
    width: 50%;
    text-align: center;
}
.chat-user-list-wrapper .nav-tabs li a{
    font-weight: 500;
    padding: 8px 10px;
    display: block;
    text-transform: capitalize;
    font-size: 0.9rem;
    letter-spacing: 0.8px;
    color: #536e92;
    background: rgb(204 204 204 / 21%);
}
.chat-user-list-wrapper .nav-tabs li a.active{
    background: #74b64a;
    color: #fff;
}
.app-chat-item {
    padding: 7px 15px;
    cursor: pointer;
}
.user-chat-list-item {
    justify-content: flex-start!important;
    display: flex!important;
}
.app-chat-user-avatar {
    width: 45px;
    height: 36px;
}
.app-chat-user-avatar, .app-chat-user-info {
    display: inline;
}
.app-chat-user-avatar {
    position: relative;
}
.app-chat-user-avatar img, .app-chat-user-no-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50% !important;
    line-height: 32px;
    position: relative;
    top: 2px;
}
.online-status {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    bottom: -1px;
    left: 0px;
}
.online-status.offline {
    background: #000;
}
.online-status.online {
    background: #74b64a;
}
.app-chat-user-info {
    width: 100%;
    padding-left: 5px;
}
.chat-name-text {
    color: #29394f;
    font-weight: 700;
    font-size: 13px;
    position: relative;
}
.chat-name-text, .chat-last-msg {
    max-width: 98%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.chat-name-text span {
    display: none;
    position: absolute;
    background: #F2F4F4;
    padding: 2px 5px;
    top: 0;
    right: 0;
    font-size: 11px;
}
.app-chat-item:hover .chat-name-text span{
    display: block;
}
.chat-last-msg {
    font-size: 12px;
    color: #a5a5a5;
}
.chat-name-text, .chat-last-msg {
    max-width: 98%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.app-chat-user-no-avatar {
    border-radius: 2px;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    display: block;
}
.app-chat-item:hover{
    background: rgb(242 244 244 / 51%);
}
.start-chat-area{
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.no-conversation-icon{
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    font-size: 35px;
    margin-bottom: 25px;
}
.no-conversation-text{
    padding: 10px 35px;
    border-radius: 35px;
}
.no-conversation-icon,.no-conversation-text{
    background: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(34,41,47,.12)!important;
    box-shadow: 0 4px 8px 0 rgba(34,41,47,.12)!important;
}
.user-icon-mf img{
    height: 25px;
    width:25px;
    border-radius: 50%;
}
.profile_mob_nav{
    padding: 0 !important;
}
.profile_mob_nav a {
    padding: 8px 0;
    display: block;
}
.profile_mob_nav span i {
    font-size: 1.3rem !important;
}
#mobile-profile-nav{
    position: fixed;
    top: 0;
    height: calc(100vh - 44px);
    background: #fff;
    z-index: 9999;
    width: 100vw;
    /*transition: all 0.1s ease-in-out;*/
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
}
#mobile-profile-nav-links{
    padding-bottom: 45px;
}
#mobile-profile-nav-links ul{
    padding:0;
    margin:0;
}
#mobile-profile-nav-links li{
    list-style: none;
    display: block;
}
#mobile-profile-nav-links li>a{
    display: block;
    padding: 9px 25px;
    border-bottom: 1px solid rgb(204 204 204 / 31%);
    font-size: 1rem;
    color: #2a383f;
}
#mobile-profile-nav-header{
    background: rgb(204 204 204 / 15%);
    padding: 0 25px;
    overflow: hidden;
}
#mob-profile-nav-avatar img{
    width:50px;
    height:50px;
    border-radius: 50%;
}
#mob-profile-nav-avatar{
    padding: 10px 0
}
#mob-profile-nav-avatar span,#mob-profile-nav-info h3,#mob-profile-nav-avatar,#mb-profile-nav-title{
    text-align: center !important;
}
#mob-profile-nav-info h3{
    margin-bottom: 8px;
    color: #000;
    font-size: 0.93rem;
    font-weight: bold;
    line-height: 1.5rem;
}
#mob-profile-nav-info p{
    font-size: 0.8rem;
    color: #7d7878;
}
#mb-profile-nav-title{
    padding: 8px 25px;
    position: relative;
}
#mb-profile-nav-title h2{
    font-size: 1rem;
    text-transform: uppercase;
    color: #364e5a;
    font-weight: bold;
    letter-spacing: 1.1px;
}
#mb-profile-nav-close{
    position: absolute;
    left: 5px;
    top: 5px;
}
#mb-profile-nav-close button.btn{
    padding: 5px 10px;
    line-height: normal;
    color: #ccc;
}
.tpb-practice img, .tpb__free_call img{
    height:25px !important;
    opacity: 1 !important;
}
.app-profile-img{
    width: 150px;
    height: 150px;
}
.app-profile-img img{
    height: 138px;
    width: 138px;
}
.table__warper{
    overflow-x: scroll;
}
.app-chat-navbar{
    background-color: #fff;
    padding: 0 1rem;
    border-bottom: 1px solid #ebe9f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 65px;
    border-bottom: 1px solid rgba(34,41,47,.125);
}
.app-chat-avatar{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%!important;
    font-size: .857rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    max-width: 100%;
    max-height: auto;
    overflow: visible;
    position: relative;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    border-radius: 50%;
    position: relative;
}
.app-chat-avatar-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-mask-image: radial-gradient(#fff,#000);
    mask-image: radial-gradient(#fff,#000);
}
.app-chat-avatar-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.app-chat-navbar h5{
    color:#3c5270;
    font-size: 18px;
}
.app-chat-avatar-badge{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    bottom: 2px;
    right: -1px;
}
.avatar-badge-online{
    background: green;
}
.avatar-badge-busy{
    background: #ea5455;
}
.avatar-badge-offline{
    background: #000;
}
.app-chat-form{
    padding: 0 1rem;
    background-color: #fff;
    border-top: 1px solid #ebe9f1;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.app-user-chat-body{
    position: relative;
    height: calc(100% - 130px);
    overflow: hidden!important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
    display: block;
}
.app-user-chat-body .ftco-chat-body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    padding: 1rem;
}

.app-chat-form form{
    position: relative;
    display: flex;
}
.app-chat-form textarea,.app-chat-form input{
    height: 43px;
    resize: none;
    width: 96%;
    margin-top: 7px;
    border: 2px solid #74b64a;
    border-radius: 20px;
    padding: 0 21px;
}
.app-chat-upload-file{
    margin-left: 11px;
    position: relative;
    top: 2px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    font-size: 25px;
}
#mobile-app-chat__header{
    display: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    margin-top: 5px;
}
#mobile__app-chat_menu{
    position: absolute;
    left: 10px;
    cursor: pointer;
}
#mobile-app-chat__header h2{
    margin: 0;
    font-size: 1.2rem;
    color: #282222;
}
.dashboardHeader,#ftco-top-header{
    height: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#app-warper{
    padding-top: 81.5px;
}
.inline-form-warp .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 44px;
}
.inline-form-warp .input-help-note{
    position: absolute;
    top: 9px;
    left: 0;
}
.inline-form-warp .input-help-note button{
    border: 0;
    background: none;
    color: #607d8b;
}
.input-group-help .form-control{
    padding-left: 30px;
}
.inline-form-warp .select2-container--default .select2-selection--single{
    height: 45px;
    border: 1px solid #ced4da;
}
.inline-form-warp .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 45px;
}
.inline-form-warp .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 27px;
}
.note-warp-content p{
    margin: 0 0 5px 0;
    font-size: 0.8rem;
}
.datepicker-days table {
    border-collapse: inherit !important;
}
.datepicker-dropdown.datepicker-orient-bottom:after,.datepicker-dropdown.datepicker-orient-bottom:before {
    top: initial !important;
}
.btn_skip_intro{
    margin-left: 15px;
}
.select2-container{
    width:100% !important;
}
#search_query,#request-status{
    float:left;
}
.app-profile-img-edit{
    background-color: rgb(173 171 171 / 80%);
    transform: translateZ(0);
    position: absolute;
    top: 0;
    z-index: 1000;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    display:none;
}
.app-img-edit-icon{
    font-size: 23px;
    margin-bottom: 5px;
}
.app-profile-img:hover .app-profile-img-edit{
    display: flex;
}
.app-img-edit__text{
    text-align:center !important;
}
#ftco__tutor_not_accept_call,dir[rtl] #ftco__tutor_not_accept_call{
    text-align: center !important;
    display: none;
}
.mcw-chat-header{
    display:none;
}
.mcw-chat-header {
    height: 40px;
    background: #74b64a;
    padding: 0 25px;
    line-height: 40px;
    color: #fff;
    position: relative;
}
.mcw-chat-header span{
    position: absolute;
    right: 15px;
    top: -1px;
    cursor: pointer;
}
.mob__chat_icon{
    display:none !important;
}
.app__warper_grow .d-flex{
    display: block !important;
    margin-bottom: 15px;
}
.app__warper_grow .col-warp-label,.app__warper_grow .col-warp-text{
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    display: block;
}
.app__warper_grow .col-warp-label{
    font-weight: bold;
}
.__ftco__form_warp input:-webkit-autofill,
.__ftco__form_warp input:-webkit-autofill:hover,
.__ftco__form_warp input:-webkit-autofill:focus,
.__ftco__form_warp input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #000 !important;
}
#ftco__video_introduction{
    padding: 50px 10%;
}
#ftco__video_introduction video{
    width:100%;
    height:auto;
}
._ftco__tutor_status{
    padding: 6px 13px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 0.9rem;
}
#ftco__dashboard_icon img{
    height: 500px; 
    width: auto;
}
.__ftco__no_class_title{
    font-size: 17px;
    text-align: center !important;
    color: #29394f;
    font-weight: bold;
}
._student__emoge,._tutor__emoge{
    text-align: center !important;
    margin-bottom: 15px;
}
._ftco__card_box{
    min-width: 270px;
    max-width: 270px;
    height: 130px;
    padding: 0 10px;
    margin-bottom: 45px;
    float: left;
}
._ftco__card_box__inner{
    width: 100%;
    height:100%;
    display: block;
    border: solid 1px #74b64a;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 4px 0 0 #74b64a;
    -webkit-box-shadow: 0 4px 0 0 #74b64a;
    -moz-box-shadow: 0 4px 0 0 #74b64a;
    -ms-box-shadow: 0 4px 0 0 #74b64a;
    -o-box-shadow: 0 4px 0 0 #74b64a;
    padding: 10px 25px;
}
._ftco__card_box_header p{
    color: #4A4A4A;
    margin-bottom: 10px;
}
._ftco__card_box_body h2{
    color: #29394f;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 800;
}



.cal_right_sidebar {
    background: #fff;
    padding: 15px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.user_wid {
    box-shadow: 0px 0px 13px 0px rgb(236 236 241 / 44%);
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    padding: 1rem;
    padding-top: 5rem;
    padding-bottom: 0;
}
.user_wid:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80px;
    background: #74b64a;
    padding: 1.5rem!important;
    text-align: center!important;
    border-radius: .25rem;
    left: 0;
    top: 0;
    z-index: 1;
}
#user-wid-content {
    background: #fff;
    box-shadow: 0px 0px 13px 0px rgb(236 236 241 / 44%);
    z-index: 99;
    position: relative;
    padding: 25px 10px !important;
    margin-top: -34px;
    border-radius: 5px !important;
}
.user-wid-img img {
    position: relative;
    box-shadow: 0px 0px 13px 0px rgb(236 236 241 / 44%);
}
.rounded-circle {
    border-radius: 50%;
}
.thumb-md {
    height: 48px;
    width: 48px;
}
.user-wid-tex h1 {
    margin: 0;
    margin-bottom: 0.5rem;
    color: #616f80;
    font-size: 0.9rem;
    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: 0.5px;
}
.user-wid-tex p {
    color: #9ca8b3 !important;
    font-size: 14px;
}
.calendar_wid_header {
    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: 0.5px;
    color: #616f80;
    font-size: 17px;
}
.content .box {
    position: relative;
    border-radius: 0;
    background: #ffffff;
    border: none;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: none;
}
#calendar_wid .box {
    box-shadow: none;
    border: none;
    padding: 10px;
}
#new_calendar .datepicker-inline,#new_calendar .table-condensed{
    width:100% !important;
}
.ftco__loading {
      position: relative;
    transform-style: preserve-3d;
    perspective: 800px;
    padding-right: 15px;
}
.ftco__loading .arc {
position: absolute;
    content: "";
    top: 0;
    right: -14px;
    width: 28%;
    height: 103%;
    border-radius: 50%;
    border-bottom: 3px solid #fff;
}
.ftco__loading .arc:nth-child(1) {
  animation: rotate1 1.15s linear infinite;
}
.ftco__loading .arc:nth-child(2) {
  animation: rotate2 1.15s linear infinite;
}
.ftco__loading .arc:nth-child(3) {
  animation: rotate3 1.15s linear infinite;
}
.ftco__loading .arc:nth-child(1) {
  animation-delay: -0.8s;
}
.ftco__loading .arc:nth-child(2) {
  animation-delay: -0.4s;
}
.ftco__loading .arc:nth-child(3) {
  animation-delay: 0s;
}

@keyframes rotate1 {
  from {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
  }
  to {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(1turn);
  }
}
@keyframes rotate2 {
  from {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0);
  }
  to {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(1turn);
  }
}
@keyframes rotate3 {
  from {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
  }
  to {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(1turn);
  }
}

html[dir=rtl] #ft-subscribe input {
    padding-right: 25px !important;
}

#btn_course_enquiry,._btn_enroll{
    cursor: pointer;
}

#global-message-area {
    position: fixed;
    z-index: 9999;
    background: none;
    left:0;
    right:0;
    width: 30%;
    margin: 0 auto;
    top: 5%;
}
.alert{
    padding: 0.5rem 0.5rem;
    font-size: 13px;
}

.ftco__msg_trans_text{
    display:none;
}
.testimony-wrap .icon {
    position: absolute;
    top: 7px;
    left: 18px;
    width: 30px;
    height: 30px;
    font-size: 44px;
    border-radius: 50%;
    transform: rotateY(180deg);
    z-index: 0;
}
.testimony-wrap .user-img{
    margin:0 auto;
}
.testimony-wrap .user-img img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #74b64a;
    padding: 2px;
}
.testimony-wrap .text{
    background: #fff;
    padding: 1rem;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 5px;
}
.testimony-wrap .icon span {
    color: #74b64a;
}
/*
*Media queries for Mobile & Tab responsive layout purpose
*/
@media screen and (max-width: 1920px) {
    .ftco-tutor-list-item{
        max-width: 470px;
        width: 470px;
    }
}
@media screen and (max-width: 1366px) {
    .ftco-tutor-list-item {
        max-width: 416px;
        min-width: 416px;
    }
}
@media screen and (max-width: 1194px) {
    .ftco-tutor-list-item{
        max-width: 481px;
        width: 481px;
    }
    .innerBanner .carousel-item.tutor_banner_warp {
    min-height: 280px;
    }
}
@media screen and (max-width: 1024px) {
    .baan-logo {
        max-width: 100px;
        min-width: 80px;
    }
    .hero-wrap .carousel-caption h3{
        font-size: 1.25rem;
    }
    .hero-wrap .carousel-caption p{
        font-size: 0.9rem;
    }
    .hero-wrap .carousel-caption a.btn{
        padding: 5px 15px !important;
        font-size: 0.9rem;
    }
    #search_query {
        min-width: 280px !important;
        float: left;
    }
    .ftco-tutor-list-item{
        width: 47% !important;
        max-width: 47% !important;
    }
    .call-session-header{
        height:initial !important; 
    }
    .call-session-header #nav_menu_bar{
        text-align: center !important;
    }
    #app__stud_previous_lesson_warp{
        display:none;
    }
    #ftco_lesson__conversation #ftco__lesson_container,#ftco_lesson__conversation #ftco__video_call_warp{
        width:100% !important;
        flex: 0 0 100%;
        max-width: 100%;
        height: calc(50vh - 25px);
    }
    #ftco_lesson__conversation .mcw-chat{
        display:none;
    }
    #ftco_lesson__conversation #_ftco__conversation_warp,#ftco_lesson__conversation #ftco__video_call_warp{
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%;
    }
    #ftco_lesson__conversation .mcw-chat{
        width:400px !important;
        position: fixed;
        right:0;
        top:0;
        z-index: 99999;
    }
    .mcw-chat-header{
        display:block;
    }
    #ftco_lesson__conversation .mcw-lessons{
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
        height: calc(50vh - 25px);
    }
    #ftco_lesson__conversation .mcw-picture-stud{
        width: 250px;
        height: 250px;
        position: absolute;
        bottom: 5%;
        right: 3%;
        border: 5px solid #fff;
        padding: 0;
    }
    .mob__chat_icon{
        display:inline-block !important
    }
    .stud_call_timier{
        /*display:none !important;*/
    }
    ._ftco_stud_previous_lesson{
        display:none;
    }
}
@media (min-width: 991.98px) and (max-width: 1024px) {
    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
        font-size: 14px;
    }
    .sign-lang-wrap a,.sign-lang-wrap button{
        font-size: 13px;
    }
    .app-user-profile-ft{
        display: none;
    }

}

@media screen and (max-width: 980px) {
    #communication_header_warper ._ftco__chw_item{
        display: none;
    }
    .warp-info__box{
        margin-top:2.5rem;
    }
    .warp-info__dtn{
        display:none;
    }
}

@media screen and (min-width: 780px) {
    #ftco-outer-warp{
        overflow: initial !important;
    }
    #left-button,#right-button{
        display:none;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media screen and (max-width: 768px) {
    #mobile-footer-nav{
        display:block;
    }
    .footer{
        padding-bottom: 51px !important;
    }
    #callBackWarp{
        display: none;
    }
    .ftco-navbar-light .navbar-brand{
        margin: 0 !important;
        padding: 0 !important;
    }
    header .ftco-navbar-light {
        height: 68px;
    }
    .ftco-social-title{
        text-align: center;
    }
    .ftco-newsletter-title,.ftco-newsletter-tag{
        text-align: left;
    }
    #down-footer-policy-list{
        display: block;
    }
    .ftco-ft-language{
        float: left !important;
    }
    .s-plr15{
        padding-left:15px;
        padding-right: 15px;
    }
    .sm-p0{
        padding: 0 !important;
    }
    #down-footer-policy-list{
        padding: 0 !important;
    }
    ._faq-list-warp{
        margin: 35px 0px;
    }
    .contact-news-letter,.contact-form-warp{
        margin-top: 35px;
    }
    .sm-mb15{
        margin-bottom: 15px !important;
    }
    .sm-mb25{
        margin-bottom: 25px !important;
    }
    .sm-mb35{
        margin-bottom: 35px !important;
    }
    .sm-mb55{
        margin-bottom: 55px !important;
    }
    .sm-prl-10{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .sm-hidden,.app__nochat-warper{
        display: none;
    }
    .sm-show-warp{
        display:inline-block !important;
    }
    .card-top{
        top: 0;
    }
    .card{
        margin-bottom:25px;
    }
    #find-tutor-warp{
        float: left;
    }
    .ftco-tutor-filter-header{
        margin-bottom: 5px;
    }
    .ftco-filter-warper{
        margin-left: auto!important;
        margin-right: auto!important;
    }
    #ftco-inner-warp{
        display: block !important;
        padding-top: 44px;
    }
    #ftco-outer-warp{
        overflow-x: hidden;
        overflow-y: auto;
        white-space: initial;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        width: 300px;
        background: #fff;
        z-index: 99899;
        display: none;
    }
    #ftuf-filter-container .col {
        padding-right: 0;
        display: block;
        width: 100%;
    }
    #ftuf-filter-container .btn-secondary{
        width: 100%;
        border: none !important;
        text-align: left;
    }
    #ftuf-filter-container .dropdown .dropdown-menu{
        display: block;
        position: relative;
        box-shadow: none;
        height: initial !important;
        width: initial !important;
        min-width: initial !important;
        margin:0;
        width: 100% !important;
    }
    #ftuf-filter-container{
        margin:0 !important;
    }
    #ftco-inner-header-warp{
        display:block;
    }
    #ftco-search-bar{
        display: block;
    }
    #custinnerBanner h1, #custinnerBanner h4 {
        font-size: 1.25rem !important;
    }
    .dashboardHeader .userDashMenu{
        max-width: 260px;
    }
    .ftco-navbar-light .navbar-toggler{
        padding: 0 15px 0 0;
    }
    .stud-profile__warp .warp-container{
        padding-left:0 !important;
    }
    .nameStatus h2{
        font-size: 1.3rem;
    }
    .table__warper table{
        width:750px !important;
    }
    .innerBanner .carousel-item .carousel-caption.mob-carousel-caption{
        bottom:2% !important;
    }
    .application-step-number span{
        width: 2.5em;
        height: 2.5em;
        text-align: center !important;
        line-height: 2.5em;
    }
    #down-footer{
        padding-bottom: 25px;
    }
    .ftco-tutor-list-item {
        width: 78% !important;
        margin: 0 auto;
        max-width: 78% !important;
    }
    #tutor-asideWrap{
        display:none;
    }
    .packageWrap .plan .list-group li {
        width: 49.3%;
    }
    .__ftco_page_warper{
        max-height: initial !important;
    }
    .sh-card-panel-footer{
        display:block !important;
    }
    .call-session-header #nav_menu_bar,._csh__tutor_name__warp,._csh__logo_warp{
        text-align: center !important;
    }
    ._ftco__chw_item{
        display: none;
    }
    #communication_header_warper #nav_menu_bar{
        position: fixed;
        top: 1px;
        width: 100vw;
        background: #fff;
        left: 0;
        right: 0;
        z-index: 9999;
        margin: 0;
        padding: 8px 0;
        height: 50px;
    }
    .mcw-call-picture{
        padding: 0;
        position: fixed;
        width: 100vw;
        height: calc(100vh - 50px);
        bottom: 0;
        z-index: 999;
    }
    .mcw-picture-tutor{
        height: calc(100vh - 50px) !important;
        width: 100vw;
        position: fixed;
        left: 0;
        right: -7px;
        top: 46px;
        bottom: 0;
        padding: 0;
    }
    .mcw-stud-conversation .mcw-picture-stud{
        width: 150px;
        height: 150px;
    }
    .mcw-chat-header{
        display:block;
    }
    .mcw-chat {
        display: none;
    }
    .tutor-prepare-lesson{
        padding: 3rem 1rem !important;
    }
    .tutor-prepare-lesson .container{
        padding:0 !important;
    }
    .app_communication_item *,.app_communication_item{
        text-align: center !important
    }
    .app_communication_item{
        margin-bottom: 10px !important;
    }
    .call-session__header_title{
        display:none;
    }
    .mcw-tutor-conversation .mcw-picture-tutor{
        width: 170px;
        height: 170px !important;
        bottom: 15px;
        right: 13px;
        position: fixed;
        top: initial;
        left: inherit;
    }
    .mcw-tutor-conversation .mcw-picture-stud{
        bottom: 0;
        height: calc(100vh - 54px);
        top: 8px;
        position: relative;
        width: 100vw;
        padding: 0;
    }
    #teacher_note_icon{
        z-index: 9999;
    }
    #teacher_note_warp{
        z-index: 99999;
        top: 0px;
    }
    .tpcl-warper-inner{
        height: auto;
    }
    #ftco_lesson__conversation .mcw-lessons{
        height: 50vh;
        top: 0;
        width: 100%;
    }
    #ftco_lesson__conversation .mcw-call-picture{
        height: 50vh;
        bottom: 0;
        top:initial !important;
    }
    #ftco_lesson__conversation .mcw-picture-tutor{
        height: 50vh !important;
        width: 100%;
        position: fixed;
        top: initial !important;
        bottom: 0;
        padding: 0;
    }
    #ftco_lesson__conversation .mcw-picture-tutor {
        left: 0;
        right: initial !important;
    }
    #ftco_lesson__conversation .mcw-picture-stud{
        left: initial !important;
        right: 0;
    }
    #ftco_lesson__conversation .mcw-chat{
        position: fixed;
        top: 0;
        z-index: 99999;
    }
    #tutor_app_info__warper .d-flex{
        display: block !important;
    }
    #videocallWarp{
        bottom: 50px;
    }
    .nav_menu_leave_btn a,
.completed_lesson a {
    padding: 7px 10px;
}
.testimony-section .owl-dots {
    text-align: center !important;
}
.tutor_banner_warp .ftco_warp_bg{
    background-size: cover !important;
        background-position: 50% 50% !important;
}

.innerBanner .carousel-item {
    min-height: 280px;
}
.innerBanner .carousel-item .carousel-caption {
    bottom: 0% !important;
    top: initial !important;
}
.studcl_warp,.studcl_header {
    text-align:center;
}
}
@media screen and (max-width: 680px) {
    .sign-up-link,.homeHowItWork-video{
        display:none !important;
    }
    .nav-login-link{
        display: block !important;
    }
    .faqs-warp{
        padding: 10px;
    }
    .st-col-left{
        width:100%;
    }
    .st-col-right{
        width: 100%;
        padding: 0 15px;
    }
    .st-user-snippet{
        text-align:left;
        padding:6px 15px;
    }
    .packageWrap .plan .list-group li {
        width: 49.3%;
    }
    .second_footer{
        padding: 0 10px;
        font-size: 0.7rem;
    }
    .homeHowItWork-box{
        margin-bottom:15px;
    }
    .homeHowItWork-video-warp{
        text-align: center;
    }
    .homeHowItWork-video-warp img{
        width: 100%;
        height: auto;
    }
    .ftco-iv-students .mr-1{
        margin-right: 0 !important;
    }
    #tutor-asideWrap{
        display: none;
    }
    .app-modal-body-inner {
        padding: 20px;
    }
    .app-profile-img{
        bottom: initial !important;
    }
    ._comtent_header_warp{
        padding: 20px;
    }
    .chat-app-container .content-right{
        width:100% !important;
        margin-left: 0 !important;
    }
    #app__chat-warper .sidebar-left{
        display: none;
    }
    #mobile-app-chat__header{
        display: block;
    }
    .table__custom_ thead {
        display:none;
    }
    .table__custom_ tr{
        margin-bottom: 25px;
        display: block;
        border: 1px solid #dee2e6;
        background: rgb(241 243 253 / 40%);
    }
    .table__custom_ tr td:first-child {
        border-top:none;
    }
    .table__custom_ td, .table__custom_ th {
        display: block;
        font-size: 0.9rem;
    }

    .table__custom_ td[data-th]:before  {
        content: attr(data-th);
        float: left;
        padding-right:15px
    }
    #student_payments tr td:first-child,#student_referrals_table tr td:first-child{
        display:none;
    }
    .tutor-prepare-lesson .tpcl-warper>.row>.col{
        flex-basis: auto !important;
    }
    .tpcl-warper-inner, .tpcl-previous-remark{
        height: auto;
    }
    .tpcl-warper-inner{
        margin-bottom: 35px;
    }


    ._ftco__home_banner.hero-wrap .carousel-inner img {
        height: auto;
        width: 100% !important;
        right: inherit !important;
        left: initial !important;
        opacity: 1;
    }
    ._ftco__home_banner.hero-wrap .overlay{
        display: none;
    }
    ._ftco__home_banner.hero-wrap{
        background: none;
    }
    ._ftco__home_banner .carousel-caption{
        position: relative;
        color: #000 !important;
    }
    ._ftco__home_banner.hero-wrap .carousel-caption h3,.hero-wrap .carousel-caption p{
        color: #000 !important;
    }
    ._ftco__home_banner .carousel-indicators li{
        border-color: #aaa !important
    }
    ._ftco__home_banner .carousel-indicators .active{
        background-color: #767474 !important;
    }
    ._ftco__home_banner .carousel-indicators {
        bottom: -15px;
    }
    #breadcrumb li a{
        font-size:12px;
    }
}
@media screen and (max-width: 575px) {
    #job-application-form label{
        text-align: left;
    }
    .btn-p0{
        padding: 0 !important;
    }
    .xs-mb-15{
        margin-bottom: 15px;
    }
    .testimony-wrap{
        padding:0 !important;
    }
    .testimony-wrap r-justify{
        text-align: justify;
    }
    #ftuf-search-form input.form-control{
        border-radius: 3px;
    }
    .mcw-chat{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: calc(100vh - 50px);
        z-index: 99999;
    }
    #breadcrumb li a{
        font-size:10px;
    }
    #breadcrumb li:last-child{
        display:none;
    }
}
@media screen and (max-width: 560px) {
    #_rvn_right_arrow a, #_rvn_left_arrow a {
        padding: 6px 5px;
        font-size: 11px;
    }
    #_rvn_right_arrow a svg, #_rvn_left_arrow a svg {
        width:16px !important;
    }
    .packageWrap .plan .list-group li {
        width: 49%;
    }
    .mainInfoCover, .packageWrap .packageCover{
        padding: 3rem 1rem;
    }
    #custinnerBanner h1, #custinnerBanner h4{
        font-size: 1rem !important;
    }
    #custinnerBanner{
        padding:0 !important;
    }
    .fcto__stud_statistics{
        top: 1% !important;
        bottom: initial !important;
    }
    .dashboardHeader .userDashMenu{
        display: none;
    }
    .application-step-text{
        display: none;
    }
    #ftco_lesson__conversation .mcw-picture-tutor{
        width:100vw;
    }
    #ftco_lesson__conversation .mcw-picture-stud{
        width: 150px;
        height: 150px !important;
        border: 3px solid #fff;
        right: 10px;
        bottom: 10px;
    }
    #ftco_lesson__conversation .mcw-lessons,#ftco_lesson__conversation .mcw-call-picture{
        height: calc(50vh - 25px);
    }
    #mcw-course-grid {
        width: 200px;
        height: 180px;
        position: absolute;
        margin: 0 auto;
        top: calc(45% - 90px);
        left: calc(45% - 90px);
    }
    #ftco_lesson__conversation #mcw-lessons-grid{
        position: relative;
    }
    #ftco_lesson__conversation .mcw-chat{
        width:100% !important;
    }
     #breadcrumb li a{
        font-size:9px;
    }
}
@media screen and (max-width: 480px) {
    .ftco-navbar-light .navbar-brand{
        padding-left: 10px !important;
    }
    .packageWrap .plan .list-group li {
        width: 100%;
        padding:0;
    }
    #h-ftco-package .packageWrap .plan .list-group li {
        width: 100%;
        display: inline-block !important
    }
    ._ftco__tutor_warp{
        padding: 0 !important;
    }
    .ftco-tutor-list-item{
        max-width: 100% !important;
    }
    #fcto__certificate_warp img{
        width: 100% !important;
        height: auto !important;
    }
    #stud__profile_top_nav{
        display: none;
    }
    #ft-subscribe button{
        font-size: 12px;
    }
    .course-component-item a{
        margin-left:0;
    }
    .course-component-item button{
        margin-bottom:10px !important;
    }
}
@media screen and (max-width: 471px) {
    #request-status {
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
    }
}
@media screen and (max-width: 420px) {
    #topTutorCarousel .carousel-item-img {
        width: 220px !important;
        height: 220px !important;
        border-radius: 50%;
        margin: 0 auto;
    }
    #topTutorCarousel .carousel-caption {
        bottom: -12px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .ftco-tutor-list-item{
        min-width: 320px;
    }
    .tpb-practice, .tpb__free_call{
        font-weight: normal;
        font-size: 10px;
    }
    .tpb-practice img, .tpb__free_call img {
        right: initial !important;
        top: 1px!important;
        left: 1px!important;
    }
    .chat-user-list-wrapper,.chat-profile-sidebar{
        min-width: 355px;
        max-width: 768px;
    }
    .my_requests_header{
        padding: 15px;
    }
    .my_requests_header .container{
        padding:0;
    }
    .my_requests_header h1{
        font-size: 1.2rem;
    }
    #mrhBtnRequest{
        right: 9%;
    }
    #tutor-profile-nav .tpn-list-item{
        padding: 12px 17px;
        font-size: 12px;
    }
}
@media (min-width: 320px) and (max-width: 374.98px) {
    .hero-wrap .carousel-caption{
        left: 0;
        right: 0;
    }
    .chat-user-list-wrapper,.chat-profile-sidebar{
        min-width: 300px;
        max-width: 768px;
    }
}
@media screen and (max-width: 350px) {
    .course-component-item button {
        height: 35px;
        padding: 0px 12px;
        line-height: 34px;;
        font-size: 0.81rem;
    }
    .ftco-tutor-list-item {
        min-width: 300px;
    }
    .my__ticket_breadcrumb .breadcrumb-item a, .my__ticket_breadcrumb .breadcrumb-item{
        font-size:12px;
    }
    .xs-m-0{
        margin:0 !important;
    }
}
@media screen and (max-width: 320px) {
    .ftco-tutor-list-item {
        min-width: 290px;
    }
}