.error .help-block {
    color: red !important;
    font-size: 14px;
    text-align: left !important;
}

small.help-block {
    color: red;
    font-size: 14px;
}

.error.help-inline {
    color: red !important;
    font-size: 14px;
    text-align: left !important;
}

.opacity-half {
    opacity: 0.5;
}

.alert.alert-info .material-icons {
    vertical-align: top;
}

.dashboard_form .form-group span {
    padding-top: 0 !important;
}

.form-group .field-required {
    display: inline-block !important;
    color: red !important;
}

.select2-selection span.select2-selection__rendered {
    text-align: left !important;
}

.subjects_teach.subjects_teach_sec .add_more_btn .btn-secondary .material-icons {
    font-size: 21px;
}

.subjects_teach.subjects_teach_sec .add_more_btn {
    position: absolute;
    bottom: 35px;
    right: 10px;
    width: 35px!important;
    height: 35px;
}

.subjects_teach_sec.subjects_teach .add_more_btn {
    bottom: auto;
    top: 45px;
}

.subjects_teach.subjects_teach_sec .add_more_btn {
    display: inline-block;
}

.subjects_teach .add_more_btn {
    text-align: right;
}

.custom-file-upload .file_input {
    position: absolute;
    top: 3px;
    right: 3px;
    opacity: 0;
    font-size: 0;
    width: 118px;
    height: 44px;
    z-index: 1;
    cursor: pointer;
}

.custom-file-upload .btn {
    position: absolute;
    top: 0px;
    right: 16px;
    width: 118px;
    height: 44px;
    cursor: pointer;
}

.title_row_new h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 23px;
}

.subjects_teach.subjects_teach_sec .topic-div .topic-div2 .ms-options-wrap>button {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #e1e2e3;
    padding: 0px 35px 0px 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    outline: none;
    position: relative;
}

.subjects_teach.subjects_teach_sec .topic-div .topic-div2 .ms-options-wrap>button span {
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    color: #999;
    padding: 0px;
    font-weight: 400;
}

.add-more-subjects .select2-container--default .select2-selection--single {
    line-height: 45px !important;
    height: 50px !important;
    padding-top: 1px !important;
}

.add-more-subjects .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
    right: 10px;
}

.add-more-subjects .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 6px 25px;
    width: 220px;
}

.add-more-subjects .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    font-size: 14px;
}

.add-more-subjects .select2.select2-container {
    display: block;
    padding-top: 1px;
}

.dashboard_form .subjects_teach_sec .form-group span {
    padding-top: 0;
}

.dashboard_form .subjects_teach_sec .select2-container .select2-selection--single {
    height: 50px;
}

.dashboard_form .subjects_teach_sec .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    top: 0 !important;
    right: 1px;
}

.subjects_teach.subjects_teach_sec .topic-div .topic-div2 .ms-options-wrap>button {
    height: 50px;
    padding: 0px 35px 0px 8px;
}

.subjects_teach_sec.subjects_teach .add_more_btn {
    top: 47px;
    right: -30px;
}

.subjects_teach_sec.subjects_teach .btn.btn-secondary.tooltipHelp {
    background-color: transparent;
    border: none;
}

.subjects_teach.subjects_teach_sec .add_more_btn .btn-secondary .material-icons {
    color: #f04f5d;
}

.subjects_teach.subjects_teach_sec .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.add-more-subjects .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 20px 0 12px;
    width: auto;
}

.dashboard_form .subjects_teach_sec.subjects_teach .form-group span {
    text-align: left;
}

.main_subjects .subject_txtbox a:hover {
    text-decoration: none;
}


/** admin/lightbox.css start **/

body:after {
    content: url(images/close.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);
    display: none
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-container {
    padding: 4px
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(images/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(images/prev.png) left 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(images/next.png) right 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1
}

.work_txt p {
    margin-top: 15px;
}


/** admin/lightbox.css end **/


/*.custom_checkboxs .styled-selectors input[type=checkbox]:not(old) {
    margin: 0;
    padding: 0;
    opacity: 0;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0px;
    cursor: pointer;
}

.custom_checkboxs .styled-selectors input[type="checkbox"]:not(old)+label {
    position: relative;
}

.custom_checkboxs .styled-selectors input[type=checkbox]:not(old)+label {
    display: inline-block;
    margin-left: 0;
    padding-left: 30px;
    line-height: 20px;
    cursor: pointer;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.custom_checkboxs .styled-selectors.remember_checkbox label {
    font-size: 15px;
    color: #3f4040;
}

.custom_checkboxs .styled-selectors input[type="checkbox"]:checked+label:before {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custom_checkboxs .styled-selectors input[type="checkbox"]+label:before {
    position: absolute;
    top: 6px;
    left: 5px;
    margin: auto;
    content: '';
    height: 9px;
    width: 9px;
    background: #0575c1;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom_checkboxs .styled-selectors input[type="checkbox"]:checked+label:after {
    border: 2px solid #0575c1;
}

.custom_checkboxs .styled-selectors input[type="checkbox"]:not(old)+label:after {
    position: absolute;
    top: 1px;
    left: 0px;
    content: '';
    height: 19px;
    width: 19px;
    border: 2px solid #bababa;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}*/

.custom-pagination {
    margin-bottom: 30px;
}

.account_right .custom_checkboxs .styled-selectors>div {
    display: inline-block;
    padding-right: 20px;
}

.account_right .custom_checkboxs .styled-selectors>div label {
    font-weight: normal;
}

.account_right .custom_checkboxs .styled-selectors>div {
    position: relative;
}

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

.tutor_edit_basic .select2-container .select2-selection--single {
    height: 50px;
    padding-top: 0;
}

.tutor_edit_basic .form-group span {
    padding-top: 0;
}

.tutor_edit_basic .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-top: 0;
    color: #7d818c;
}

.tutor_edit_basic .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    top: 2px;
}

.tutoring_desc_rchars span {
    display: inline-block;
    padding-right: 5px !important;
}

.tutor-profile .items-image {
    margin: 0;
}

@media (max-width:767px) {
    .subjects_teach_sec.subjects_teach #tutor_subject_form {
        padding-right: 18px;
    }
    .subjects_teach.subjects_teach_sec .add_more_btn button {
        background-color: transparent;
        border: none;
        box-shadow: none;
    }
    .subjects_teach.subjects_teach_sec .add_more_btn .material-icons {
        color: #f04f5d;
    }
    .subjects_teach.subjects_teach_sec .topic-div .topic-div2 .ms-options-wrap>button {
        margin-top: 0;
    }
    .subjects_teach.subjects_teach_sec .topic-div .topic-div2 .ms-options-wrap>button span {
        font-size: 13px;
        color: #7d818c;
    }
    .subjects_teach.subjects_teach_sec .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #7d818c;
    }
    .subjects_teach.subjects_teach_sec .ms-options-wrap>.ms-options>ul label {
        font-weight: normal;
        font-size: 13px;
        color: #131313;
    }
    .add-more-subjects .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
        font-size: 13px;
        color: #7d818c;
    }
    .subjects_teach .form-group .ms-options-wrap>button::after {
        right: 7px;
        border-top-color: #888;
        border-width: 5px 4px 0 4px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .main_subjects .subject_listing>li {
        width: 100%;
        padding: 0;
    }
    .Subjects_detail .subject_name ul>li {
        width: 50%;
        font-size: 14px;
    }
    .Subjects_detail .subject_name {
        width: 70%;
    }
    .Subjects_detail .subjecttop {
        width: 30%;
    }
    .main_subjects {
        padding: 25px 0;
    }
    .main_subjects.Subjects_detail .subject_listing {
        margin: 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .main_subjects .subject_listing>li {
        width: 100%;
        padding: 0;
    }
    .Subjects_detail .subject_name ul>li {
        width: 50%;
        font-size: 14px;
    }
    .Subjects_detail .subject_name {
        width: 70%;
    }
    .Subjects_detail .subjecttop {
        width: 30%;
    }
    .main_subjects {
        padding: 25px 0;
    }
    .main_subjects.Subjects_detail .subject_listing {
        margin: 0;
    }
}

@media (max-width:767px) {
    .main_subjects.Subjects_detail .subject_listing li {
        width: 100%;
    }
    .main_subjects.Subjects_detail .subject_name ul>li {
        width: 50%;
        padding-left: 20px;
    }
}

@media (max-width:479px) {
    .main_subjects.Subjects_detail .subject_name ul>li {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main_subjects .subject_listing.mainsubject_listing>li {
        padding: 0 9px 38px;
        width: 50%;
    }
}

.profile_toggle figure img {
    max-width: 100%;
}

.inner_header.after_login .header_right {
    float: none;
}

.dashboard_menu>li.active>a figure img {
    margin-top: -28px;
}

.custom-file-upload .file_input {
    width: 125px;
}

.custom-file-upload {
    position: relative;
}

.custom-file-upload .btn {
    right: 0px;
}

.mws-form-item .intl-tel-input {
    display: block;
}

.lead_form .form-control {
    background-color: #fff;
}

.dashboard_form .form-group .select2-container--default .select2-selection--single {
    height: 50px;
    border: 1px solid #e1e2e3;
    font-size: 14px;
    color: #42495c;
    border-radius: 5px;
    padding-left: 11px;
}

.dashboard_form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #42495c;
    font-size: 14px;
    line-height: 48px;
    padding-left: 0px;
}

.dashboard_form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(../images/dropdown_icon.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 50px;
    top: 0px;
    right: 14px;
    background-position: center;
}

.dashboard_form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-dropdown {
    border: 1px solid #e1e2e3 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 50px;
    border: 1px solid #e1e2e3 !important;
    padding-left: 20px;
    padding-right: 20px;
}

.img-upload_box .img-upload_box {
    bottom: 0px;
    right: 0px;
}

.plan_end_date_error {
    margin-bottom: 20px;
    display: block;
}

.dashboard_menu>li.active>a:after {
    background: url(../images/blue_arrow_right.png) no-repeat;
}

.styled-selectors.remember_checkbox label {
    font-size: 14px;
    color: #000000;
}

.styled-selectors input[type=checkbox]:not(old) {
    margin: 0;
    padding: 0;
    opacity: 0;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0px;
    cursor: pointer;
}

.styled-selectors input[type=checkbox]:not(old)+label {
    display: inline-block;
    margin-left: 0;
    padding-left: 30px;
    line-height: 20px;
    cursor: pointer;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.styled-selectors input[type="checkbox"]:not(old)+label {
    position: relative;
}

.styled-selectors input[type="checkbox"]:not(old)+label:after {
    position: absolute;
    top: 1px;
    left: 0px;
    content: '';
    height: 20px;
    width: 20px;
    border: 1px solid #d2d3d5;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 3px;
}

.styled-selectors input[type="checkbox"]+label:before {
    position: absolute;
    top: 6px;
    left: 5px;
    margin: auto;
    content: '';
    height: 10px;
    width: 10px;
    background: #13e1b1;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.styled-selectors input[type="checkbox"]:checked+label:before {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.styled-selectors input[type="checkbox"]:checked+label:after {
    border: 1px solid #13e1b1;
}

.submenu>li.dropdown_active>a {
    color: #5b53dd;
}

.submenu>li.dropdown_active>a:after {
    background: url(../images/blue_arrow_right.png) no-repeat;
}

.main_table table tr th {
    background-color: #4e4e4e;
    color: #fff;
    padding: 14px 22px;
    font-size: 15px;
    font-weight: 600;
}

.main_table table tr td {
    padding: 14px 22px;
    border-bottom: 1px solid #f1f1f1;
}

.certificate_title {
    margin: 10px 0px 0px;
    padding-bottom: 0px;
}

.certificate_title.title_row h2 {
    font-size: 22px;
    margin: 0px;
}

.dashboard_form .form-group.add_more_btn {
    text-align: right;
    margin-bottom: 12px;
}

.main_table table tr td span {
    display: flex;
}

.main_table table tr td .tooltipHelp {
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.main_table table tr td .tooltipHelp .material-icons {
    font-size: 17px;
}

.main_table table tr td .tooltipHelp.theme_blue_color {
    margin-right: 8px;
}

.main_table {
    margin-bottom: 50px;
}

.main_table table tr th:last-child {
    text-align: center
}

.main_table table tr td:last-child span {
    align-items: center;
    justify-content: center;
}

.video_upload .custom-file-upload .btn {
    height: 50px;
}

.video_upload .custom-file-upload .file_input {
    height: 50px;
}

.intl-tel-input .intl-tel-input {
    display: block
}

.lead_form .form-group.video_upload .form-control {
    background-color: #fff;
}

.dashboard_form .form-group span.select2-selection__placeholder {
    font-size: 14px;
}

.subject_row .add_more_btn .tooltipHelp {
    background-color: #5b53dd;
    border: none;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.subject_row .add_more_btn .tooltipHelp .material-icons {
    font-size: 17px;
}

.row.parent-div.subject_row {
    padding-right: 40px;
}

@media (min-width:768px) and (max-width:991px) {
    .main_table table tr td,
    .main_table table tr th {
        white-space: nowrap;
    }
    .certificate_title.title_row h2 {
        font-size: 16px;
    }
    .add_more_btn .btn-primary {
        font-size: 14px;
        padding: 12px 15px;
        height: inherit;
        line-height: 20px;
    }
}

@media (max-width:767px) {
    .dashboard_form .custom-file-upload .form-control {
        height: 50px;
    }
    .main_table table tr td,
    .main_table table tr th {
        white-space: nowrap;
    }
    .certificate_title.title_row h2 {
        font-size: 16px;
    }
    .add_more_btn .btn-primary {
        font-size: 14px;
        padding: 12px 15px;
        height: inherit;
        line-height: 20px;
    }
    .main_table {
        margin-bottom: 20px;
    }
    .lead_form .form-group.video_upload .form-control {
        height: 59px;
    }
}

@media (max-width:575px) {
    .certificate_title {
        text-align: center
    }
    .dashboard_form .form-group.add_more_btn {
        text-align: center;
        margin-top: 9px;
    }
}


/******** loader****/

.loading-cntant {
    position: fixed;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .65);
}

.loader_jcloset {
    margin: auto;
    font-size: 10px;
    position: absolute;
    text-indent: -9999em;
    border-top: 8px solid #fff;
    border-right: 8px solid #fff;
    border-bottom: 8px solid #fff;
    border-left: 8px solid #5B53DD;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    display: table-cell;
    vertical-align: middle;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.loader_jcloset,
.loader_jcloset:after {
    border-radius: 50%;
    width: 144px;
    height: 144px;
}

.loading-cntant figure {
    background-color: transparent;
    width: 144px;
    height: 144px;
    vertical-align: middle;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*.loading-cntant figure img{-webkit-animation:load8 1.1s infinite linear; animation:load8 1.1s infinite linear;}*/

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/******** loader****/


/* Class list filter css */

.search-filter {
    margin: 30px 0 15px;
}

.search-filter ul {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 -7.5px;
    align-items: flex-end;
}

.search-filter ul li {
    padding: 0 7.5px;
    flex: 0 0 20%;
    max-width: 20%;
}

.search-filter ul li.search_reset,
.search-filter ul li.reste_btn {
    flex: 0 0 10%;
    max-width: 10%;
}

.search-filter ul li.search_reset .btn,
.search-filter ul li.reste_btn .btn {
    min-width: 100%;
    height: 40px;
    line-height: 40px;
}

.search-filter ul li.reste_btn .btn.btn-secondary {
    background-color: transparent;
    border: solid 1px #989898;
    color: #989898;
}

.search-filter ul li.reste_btn .btn.btn-secondary:before {
    background-color: #989898;
}

.search-filter ul li.reste_btn .btn.btn-secondary:hover {
    color: #fff;
}

.search-filter .form-control {
    height: 40px;
}

.search-filter ul li label {
    font-size: 14px;
}

.mobile-filter {
    display: none;
}

.mobile-filter .filter-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    padding: 0;
    min-width: 40px;
}

.filter-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, .65);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.search-filter h2 {
    display: none;
}


/* My Favorute Tutors */

.my-favorute-tutors ul li {
    flex: 0 0 33.33%;
    width: 33.33%;
    max-width: 33.33%;
}

.my-favorute-tutors ul li .tutor_textbox {
    border: 1px solid #d2d3d5;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 9px rgba(33, 35, 47, 0.09);
    -moz-box-shadow: 0px 0px 9px rgba(33, 35, 47, 0.09);
    box-shadow: 0px 0px 9px rgba(33, 35, 47, 0.09);
    padding: 15px;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    height: 100%;
}

.my-favorute-tutors ul li .tutor_textbox .image_left figure .usermgmt_image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.my-favorute-tutors ul li .tutor_textbox h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}

.my-favorute-tutors ul li .tutor_textbox .subjects span {
    font-size: 16px;
    font-weight: 600;
    color: #4e4e4e;
}

.my-favorute-tutors ul li .tutor_textbox .heart_icon {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #13e1b1;
    color: #13e1b1;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.22);
}

.my-favorute-tutors ul li .tutor_textbox .heart_icon:hover {
    background-color: #5B53DD;
}

.my-favorute-tutors ul li .tutor_textbox .heart_icon.in_list {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5B53DD;
    color: #13e1b1;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.22);
}

.my-favorute-tutors ul li .tutor_textbox .heart_icon.in_list:hover {
    background-color: #13e1b1;
}

.my-favorute-tutors ul li .tutor_textbox .ratting-subjects {
    margin-bottom: 10px;
}

.my-favorute-tutors ul li .tutor_textbox .tutor_detail span.grade {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #666;
    display: block;
}

.my-favorute-tutors ul li .tutor_textbox .tutor_detail span.grade span {
    color: #000;
}

.my-favorute-tutors ul li .tutor_textbox .view_profile {
    min-width: 100%;
}

.my-favorute-tutors ul li .tutor_textbox .bottom_button {
    margin-top: auto;
}


/* Forgot password*/

.reset_forgot_pass_section .user_tab .nav-item {
    width: 100%;
}

.login_section {
    margin-top: 0;
}

.loading-cntant figure img {
    width: 112px;
}


/* After Login*/

.dashboard_form .form-group .select2-container--default .select2-selection--multiple {
    min-height: 50px;
    border: 1px solid #e1e2e3;
    font-size: 14px;
    color: #42495c;
    border-radius: 5px;
    padding-left: 11px;
}

.dashboard_form .form-group .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    overflow-y: auto;
    min-height: 43px;
    padding-top: 7px;
}

.dashboard_form .form-group .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    background-image: url(../images/dropdown_icon.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 50px;
    top: 0px;
    right: 14px;
    background-position: center;
}

.dashboard_form label.control-label .tooltipHelp {
    display: inline-block;
}

.tutor-detail .videoblock iframe {
    position: relative;
    z-index: 2;
    border: 0;
    width: 426px;
    height: 296px;
}

.upload-file .custom-file-upload .btn {
    height: 50px;
}

.video_upload .certificate-upload .custom-file-upload .btn {
    height: 59px;
}

.video_upload .exp-upload .custom-file-upload .btn {
    height: 59px;
}

.main_table table tr td .tooltipHelp {
    margin-right: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}


/* Home Slider Video */

.home-slide-video {
    display: block;
    height: 430px;
}

.home-slide-video video {
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.blog-listing .blogcontent {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-start;
    -ms-flex-align: start;
}

.blog-listing .blogcontent .blog-btn {
    margin-top: auto;
}

.blogcontent .btn.btn-primary.btn-outline-primary.btn-edit {
    background-color: #5b53dd;
}

.blogcontent .btn.btn-primary.btn-outline-primary.btn-edit::before {
    background-color: #4840CA;
}

.subjects_teach.subjects_teach_sec .topic-div .topic-div2 .ms-options-wrap>button::after {
    background-image: url(../images/dropdown_icon.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 50px;
    top: 0px;
    right: 14px;
    background-position: center;
    border: 0;
}

.blog-upload-img .custom-file-upload .btn {
    height: 50px;
}

.dashboard_form .custom-file-upload .form-control,
.video_upload .exp-upload .custom-file-upload .form-control {
    padding-right: 130px;
}

.lead_form .form-group.video_upload .form-control {
    padding-right: 100px;
}

.tutor-block .tutor-right {
    justify-content: space-between;
}

.learning-resoures-lists ul li .learning-resoures-box {
    height: 100%;
    margin-bottom: 0;
}

.learning-resoures-lists ul li {
    padding-bottom: 15px;
}

.dashboard_form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 25px;
}

.profile-upload_box .img-upload_box .certificate-tooltip {
    color: #fff;
}


/* 18-02-2021 */

.video-model .modal-content {
    background-color: transparent;
    border: 0;
}

.video-model .modal-content .modal-body {
    padding: 0;
}

.video-model .modal-dialog {
    max-width: 800px;
}

.video-model .modal-content .videoblock iframe {
    width: 800px;
    height: 500px;
    border: 0;
}

.video-model .modal-content .close-popup {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -20px;
    top: -20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f44336;
    z-index: 1;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.search-list {
    position: absolute;
    top: 100%;
    background-color: #fff;
    width: Calc(100% - 108px);
    box-shadow: 0px 11px 14px rgba(0, 0, 0, .14);
    left: 0;
    max-height: 400px;
    overflow: auto;
}

.search-list .list-group .list-group-item {
    text-align: left;
    padding: 10px;
    border-bottom: solid 1px #f5f5f5;
    cursor: pointer;
    font-size: 15px;
}

.search-list .list-group .list-group-item:hover {
    background-color: #5B53DD;
    color: #fff;
}

.search-list .list-group .list-group-item:last-child {
    border: 0;
}

.search-list .mCSB_inside>.mCSB_container {
    margin-right: 15px;
}

@media ( max-width: 1199px) {
    /* My Favorute Tutors */
    .my-favorute-tutors ul li {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
}

@media ( max-width: 991px) {
    .class_listing_heading {
        margin-bottom: 20px;
    }
    .class_listing_heading h1 {
        margin-bottom: 0;
    }
    .mobile-filter {
        display: block;
    }
    .search-filter {
        position: fixed;
        top: 0;
        left: -100%;
        width: 350px;
        height: 100%;
        background: #5B53DD;
        text-align: left;
        z-index: 999;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        padding-top: 50px;
        margin-top: 0;
        padding: 30px 30px 0 30px;
        background-color: #fff;
        box-shadow: 0 0 16px rgba(0, 0, 0, .65);
    }
    .search-filter ul {
        justify-content: flex-start;
    }
    .search-filter ul li {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .search-filter ul li.search_reset,
    .search-filter ul li.reste_btn {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .filter-overlay.show {
        opacity: 1;
        visibility: visible;
    }
    .search-filter.show {
        left: 0;
    }
    .search-filter h2 {
        font-size: 24px;
        color: #000;
        font-weight: bold;
        margin-bottom: 15px;
        display: flex;
        display: -ms-flexbox;
        justify-content: space-between;
        -ms-flex-pack: justify;
        align-items: center;
        -ms-flex-align: center;
    }
    .search-filter h2 a {
        font-size: 24px;
        color: #000;
        opacity: .8;
    }
    .class_listing_heading {
        display: flex;
        display: -ms-flexbox;
        justify-content: space-between;
        -ms-flex-pack: justify;
        align-items: center;
        -ms-flex-align: center;
    }
    .tutor-detail .videoblock iframe {
        width: 300px;
        height: 200px;
    }
    .tutor-detail .videoblock {
        width: auto;
    }
    .banner-bg {
        height: 365px;
    }
    /* 18-02-2021 */
    .video-model .modal-dialog {
        max-width: 500px;
    }
    .video-model .modal-content .videoblock iframe {
        width: 500px;
        height: 300px;
        border: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-slide-video {
        height: 320px;
    }
}

@media ( max-width: 767px) {
    /* My Favorute Tutors */
    .my-favorute-tutors ul {
        margin: 0 -10px;
    }
    .my-favorute-tutors ul li {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
        padding: 0 10px;
    }
    .home-slide-video {
        height: 190px;
    }
    .video_upload .certificate-upload .custom-file-upload .btn {
        width: 90px;
        min-width: 90px;
    }
    .video_upload .exp-upload .custom-file-upload .btn {
        height: 43px;
    }
    .subjects_teach_sec {
        margin-top: 15px;
    }
    .tutor-detail .videoblock iframe {
        width: 100%;
        height: 300px;
    }
    .tutor-block .tutor-right {
        justify-content: center;
    }
    .banner-bg {
        height: 33%;
    }
    /* 18-02-2021 */
    .search-list {
        width: Calc(100% - 90px);
    }
}

@media ( max-width: 576px) {
    .search-filter ul li.search_reset,
    .search-filter ul li.reste_btn {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .search-filter {
        width: 250px;
        padding: 30px 20px 0 20px;
    }
    .my-favorute-tutors ul li {
        flex: 0 0 100%;
        width: 50%;
        max-width: 100%;
        padding: 0 10px;
    }
    .save-btn .btn {
        min-width: 110px;
    }
    .tutor-detail .videoblock iframe {
        height: 180px;
    }
    /* 18-02-2021 */
    .video-model .modal-dialog {
        max-width: 100%;
        margin-left: 30px;
        margin-right: 30px;
    }
    .video-model .modal-content .videoblock iframe {
        width: 100%;
        height: 300px;
        border: 0;
    }
    .search-list {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .lead_form .row {
        margin: 0 -15px;
    }
    .video-model .modal-content .videoblock iframe {
        width: 100%;
        height: 200px;
        border: 0;
    }
}


/* 22-02-2021 */

.cms-page-section {
    padding: 40px 0;
}

.cms-page-section h2 {
    font-size: 30px;
    margin: 0;
    color: #000000;
    font-weight: normal;
    font-family: 'google_sansbold';
    margin-bottom: 10px;
}

.cms-page-section h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 7px;
    padding-top: 20px
}

.cms-page-section p {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.77);
    margin: 0 0 24px;
    line-height: 26px;
    margin-bottom: 20px;
}

.cms-page-section p strong {
    font-weight: 700;
    margin: 0;
}

.cms-page-section strong {
    font-weight: 700;
    font-size: 15px;
    margin: 10px 0;
    display: inline-block;
}

.cms-page-section ul {
    margin: 0;
    padding: 10px 0
}

.cms-page-section ul li {
    display: block;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.77);
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative
}

.cms-page-section ul li:before,
.cms-page-section ul li:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #5b53dd;
    z-index: 1
}

.cms-page-section ul li:after {
    background: #14e2b2;
    left: 3px;
    top: 9px;
    z-index: -1
}

.featured_img_panel {
    justify-content: space-between;
}

.featured_img figure {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 49%;
    padding: 0
}

.featured_img figure img {
    border: none;
}

.featured_img figure strong {
    -webkit-box-shadow: 0px 0px 9px rgba(33, 35, 47, 0.09);
    -moz-box-shadow: 0px 0px 9px rgba(33, 35, 47, 0.09);
    box-shadow: 0px 0px 9px rgba(33, 35, 47, 0.09);
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    display: block;
    padding: 15px 10px;
    background: #14e2b2;
    color: #fff;
}

@media ( max-width: 767px) {
    .cms-page-section {
        padding: 30px 0
    }
    .cms-page-section h2 {
        font-size: 22px;
    }
    .cms-page-section h3 {
        font-size: 18px;
    }
    .cms-page-section p {
        font-size: 14px;
    }
    .cms-page-section ul li {
        font-size: 14px;
    }
    .cms-page-section strong {
        font-size: 14px;
    }
    .featured_img figure {
        width: 100%;
    }
    .featured_img figure strong {
        font-size: 16px;
    }
}

.book-class-by-clild .ms-options-wrap>.ms-options>ul input[type="checkbox"] {
    border: 1px solid #b7b7b7;
}

.book-class-by-clild .lead_form .styled-selectors input[type="checkbox"]:not(old) {
    opacity: 1;
}

.book-class-by-clild .ms-options-wrap>.ms-options>ul label {
    padding: 5px 4px 4px 30px;
}

.class_detail .book-class-by-clild ul li {
    padding: 0px;
    width: 100%;
}

.book-class-by-clild .lead_form {
    position: relative;
}

.book-class-by-clild .ms-options-wrap button {
    height: 40px;
    color: #555;
    font-size: 14px;
    padding-left: 12px;
}

.share_social_div.share_social_div_hide {
    display: none;
}

.share_social_div {
    position: absolute;
    right: 0;
    top: 0px;
    margin: -4px -35px 0 0;
    display: block;
}

.tutor-btn-div {
    position: relative;
    margin-bottom: 12px;
}

.tutor_social_link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tutor_social_link li {
    padding: 0 8px 0 0;
}

.class_detail .book-class-by-clild ul li input {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

#createReport .lead_form textarea.form-control {
    height: 100px;
}

#createReport .lead_form .form-group .control-label.control-label-report {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    padding: 0;
    display: block;
}

#abuseWiziqClass .lead_form textarea.form-control {
    height: 100px;
}

.tutor-profile-content .tutor_social_link li a {
    height: 28px;
    overflow: hidden;
}

.tutor-profile-content .tutor_social_link li a img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tutor-profile-content .tutor_social_link li a:hover img {
    margin-top: -28px;
}

.dashboard_form .form-group #plan_end_date_error_div {
    margin: 0;
}

.items-image {
    margin: 0 0 14px;
    vertical-align: middle;
}

.alert_confirm_box.theme_orange_color.tooltipHelp {
    vertical-align: middle;
    margin: 0 0 8px 0;
}

.login_content h1 {
    text-transform: capitalize;
}

.field-required {
    color: red;
    font-size: 15px;
}

.contact_form .intl-tel-input {
    display: block;
}

.account_right {
    position: relative;
}

.no-record.no-record-eaual-height .page-not-found p {
    font-size: 40px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.4);
    margin: 0;
}

.no-record.no-record-eaual-height {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    text-align: center;
    margin: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.session_student ul li .session_content h2 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.session_student ul li .session_content {
    background: #fff;
    -webkit-box-shadow: 0px 0px 9px rgba(33, 35, 47, 0.09);
    -moz-box-shadow: 0px 0px 9px rgba(33, 35, 47, 0.09);
    box-shadow: 0px 0px 9px rgba(33, 35, 47, 0.09);
    padding: 20px 20px;
}

.session_student ul li .session_content span {
    padding-bottom: 12px;
}

.session_student ul li .session_content .featured_txt {
    padding: 0;
}

.session_student ul li .session_content h3 {
    font-size: 15px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
}

.class_detail.student_list .title_row {
    padding-bottom: 6px;
    text-align: center;
}

.class_detail.student_list {
    padding: 30px 0 20px;
}

.class_detail.student_list .title_row h2 {
    font-size: 30px;
    margin: 0;
    color: #000000;
    font-weight: normal;
    font-family: 'google_sansbold';
}

.session-time .heading {
    justify-content: center;
}

.pos_rel {
    position: relative;
}

.view_password {
    top: auto;
    bottom: 15px;
}

.dashboard_form.tutor_edit_basic .form-group {
    position: relative;
}

.sessions_time .session_btn .btn.btn-danger {
    min-width: 105px;
    padding: 0 10px;
    height: 37px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 0px;
    background: #1775e7;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    transition-property: all;
    transition-duration: 0.5s;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.sessions_time .session_btn .btn.btn-danger::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #07d3a3;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.sessions_time .session_btn .btn.btn-danger:active::before,
.sessions_time .session_btn .btn.btn-danger:focus::before,
.sessions_time .session_btn .btn.btn-danger:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}

.sessions_time .session_btn .btn.btn-danger:hover {
    border-color: #07d3a3;
}

@media ( max-width: 479px) {
    .request-btn.text-center .btn-primary {
        margin-bottom: 4px;
    }
}

.availability_list {
    border: 1px solid #e7e7e7;
}

.setup_availability .availability_list li {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-bottom: 1px solid #e7e7e7;
}

.setup_availability .days {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: rgba(78, 200, 200, 0.10);
    padding: 10px;
    border-right: 1px solid #e7e7e7;
}

.setup_availability .days h3 {
    font-size: 18px;
    font-weight: 600;
}

.setup_availability .time_row {
    width: 55%;
    padding: 8px 20px;
}

.setup_availability .availability_list li .time_row ul li {
    display: block;
    padding: 8px 0;
    border: none;
}

.setup_availability select.form-control {
    display: inline-block;
    width: 170px;
    box-shadow: none !important;
}

.setup_availability .availability_list li span strong {
    display: inline-block;
    padding: 0 1px;
    font-weight: 600;
}

.setup_availability .close_popup {
    display: inline-block;
    vertical-align: top;
}

.setup_availability .add_button {
    width: 20%;
    display: block;
    text-align: right;
    padding: 16px 15px 16px 0;
}

.setup_availability .form-group .select2-container--default .select2-selection--single {
    width: 200px;
}

.setup_availability .mws-form-item.selectdrop {
    display: inline-block;
    vertical-align: middle;
}

.setup_availability label {
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 8px;
}

.learning-resoures-lists ul li .learning-resoures-box:hover {
    background-color: #13e1b1;
}

.learning-resoures-lists ul li .learning-resoures-box:hover figure {
    height: 85px;
}

.learning-resoures-lists ul li .learning-resoures-box figure {
    height: 85px;
}

.learning-resoures-lists ul li .learning-resoures-box:hover figure img {
    margin-top: 0px;
}

.learning-resoures-lists {
    padding: 20px 0 30px;
}

.learning-resources {
    padding: 35px 0 0;
}

.learning-resources .heading {
    margin-bottom: 10px;
}

.review-list ul li .review-content {
    width: 100%;
}

.sessions_listing .sessions_left {
    width: 53%;
}

.sessions_listing .sessions_right {
    width: 47%;
}

.pagination .page-item.disabled .page-link {
    margin-right: 15px;
}

@media (min-width:1200px) and (max-width:1229px) {
    .setup_availability select.form-control {
        width: 155px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .setup_availability .days {
        width: 23%;
    }
    .setup_availability .time_row {
        width: 56%;
        padding: 8px 12px;
    }
    .setup_availability select.form-control {
        width: 135px;
    }
    .learning-resoures-lists ul li .learning-resoures-box {
        padding: 20px 15px 20px 15px;
    }
    .learning-resoures-lists ul li .learning-resoures-box h4 {
        font-size: 18px;
    }
    .session_btn .btn {
        margin-right: 0;
        margin-left: 8px;
    }
    .session_btn .btn.btn-primary-outline {
        margin-top: 8px;
    }
    .pagination .page-item.disabled .page-link {
        width: auto;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .setup_availability .days {
        width: 100%;
        padding: 12px;
        border-right: none;
        border-bottom: 1px solid #e7e7e7;
    }
    .setup_availability .time_row {
        padding: 6px 10px 0;
        width: 100%;
    }
    .setup_availability .availability_list li {
        text-align: center;
    }
    .setup_availability .add_button {
        width: 100%;
        text-align: center;
        padding: 15px 0 18px;
    }
    .setup_availability .form-group .select2-container--default .select2-selection--single {
        width: 100%;
    }
    .setup_availability .mws-form-item.selectdrop {
        display: block;
    }
    .setup_availability label {
        margin-bottom: 8px;
        margin-right: 0;
    }
    .learning-resoures-lists ul li .learning-resoures-box h4 {
        font-size: 16px;
    }
    .learning-resoures-lists ul li .learning-resoures-box {
        padding: 20px 10px 20px 10px;
    }
    .sessions_listing .sessions_left {
        width: 100%;
    }
    .sessions_listing .sessions_right {
        width: 100%;
    }
    .session_btn .btn {
        margin-bottom: 5px;
    }
    .setup_availability select.form-control {
        width: 160px;
    }
    .pagination .page-item.disabled .page-link {
        width: auto;
    }
}

@media ( max-width: 767px) {
    .setup_availability .days {
        width: 100%;
        padding: 12px;
        border-right: none;
        border-bottom: 1px solid #e7e7e7;
    }
    .setup_availability .time_row {
        padding: 6px 10px 0;
        width: 100%;
    }
    .setup_availability .availability_list li {
        text-align: center;
    }
    .setup_availability .add_button {
        width: 100%;
        text-align: center;
        padding: 15px 0 18px;
    }
    .setup_availability .form-group .select2-container--default .select2-selection--single {
        width: 100%;
    }
    .setup_availability .mws-form-item.selectdrop {
        display: block;
    }
    .setup_availability label {
        margin-bottom: 8px;
        margin-right: 0;
    }
    .learning-resoures-lists ul li {
        flex: 0 0 33%;
        max-width: 33%;
    }
    .learning-resoures-lists ul li .learning-resoures-box h4 {
        font-size: 18px;
    }
    .learning-resoures-lists ul li .learning-resoures-box {
        padding: 25px 15px 20px 15px;
    }
    .sessions_listing .sessions_left {
        width: 100%;
    }
    .sessions_listing .sessions_right {
        width: 100%;
    }
    .session_btn .btn {
        margin-bottom: 5px;
    }
    .pagination .page-item.disabled .page-link {
        width: auto;
    }
}

@media ( max-width: 479px) {
    .setup_availability select.form-control {
        background-position: center right 10px;
        padding-right: 26px;
        width: 108px;
        font-size: 13px;
    }
    .learning-resoures-lists ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.pagination_group .page-item.active .page-link {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}

.pagination .page-link.next_page {
    color: #5B53DD;
}

.class-share {
    margin-top: 30px;
    padding-top: 0;
}

.class-share .share_social_div {
    right: 90px;
    top: -3px;
    margin: 0px;
}

.book-class-by-clild #bookWiziqClassFrom .ms-options-wrap button {
    height: 59px;
    border: 1px solid #d2d3d5;
    border-radius: 4px;
}

.book-class-by-clild #bookWiziqClassFrom .ms-options-wrap>button:focus,
.book-class-by-clild #bookWiziqClassFrom .ms-options-wrap>button {
    color: #555;
    padding-left: 15px;
    font-size: 14px;
}

#bookWiziqClassFrom .login_content {
    padding: 6px 6px 5px;
}

#bookWiziqClassFrom .lead_form {
    padding-top: 15px;
}

.dashboard_form .form-group span.select2-selection__placeholder {
    float: left;
}

.earnings_top ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -10px;
    justify-content: center;
}

.earnings_top ul li {
    width: 33.33%;
    padding: 0 10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.earning_txt_box {
    background: #fff;
    box-shadow: 0 0 27px rgba(66, 73, 92, 0.11);
    padding: 20px 20px 20px 30px;
    width: 100%;
    border-radius: 3px;
}

.tilldate p {
    color: #5B53DD;
}

.earning_txt_box p {
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 40px;
}

.tilldate span {
    color: #5B53DD;
}

.paid_amount p {
    color: #13e1b1;
}

.paid_amount span {
    color: #13e1b1;
}

.nxt_bill_date .earning_txt_box {
    padding: 14px 20px 14px 30px;
}

.nxt_bill_date p {
    font-size: 19px;
    line-height: 27px;
    font-weight: 400;
}

.nxt_bill_date strong {
    font-size: 19px;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

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

.earning_filter label {
    margin-bottom: 0;
    margin-right: 8px;
    font-size: 15px;
    color: #42495c;
    font-weight: 600;
}

.earning_filter .select2.select2-container {
    max-width: 228px;
}

.earning_filter {
    padding-top: 30px;
}

.earning_filter .select2-container--default .select2-selection--single {
    border-radius: 30px;
}

.earning_filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
}

.earning_graph {
    background: #fafafa;
    padding: 20px 50px;
}

.earnings_top {
    margin-bottom: 20px;
}

.billing_tab .nav-tabs {
    border-bottom: none;
    justify-content: center;
    background: #e5e6e7;
    max-width: 500px;
    margin: -43px auto 0;
    border-radius: 100px;
}

.billing_tab .nav-tabs .nav-item {
    width: 50%;
    text-align: center;
    margin: 0;
}

.billing_tab .nav-tabs .nav-link {
    border-radius: 100px;
    color: #42495c;
    font-size: 18px;
    font-weight: 400;
    border: none;
    height: 46px;
    padding: 0;
    line-height: 44px;
}

.billing_tab .nav-tabs .nav-link.active {
    background: #5B53DD;
    color: #fff;
    font-weight: 600;
}

.billing_tab {
    padding-bottom: 15px;
}

.billing_filter {
    background: #fafafa;
    padding: 20px 30px 30px;
    margin-top: 70px;
}

#createReport .lead_form .form-group .form-line label.rating-label {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0 0 5px;
}

#createReport .login_content {
    padding: 5px 10px 0;
}

.t-profile-section .left-part figure .items-image {
    margin: 0;
}

.dashboard_form .form-group {
    position: relative;
}


/*pagination*/

.custom_pagination .pagination .page-link {
    font-size: 15px;
    color: #4039a5;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    border-radius: 50% !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 3px 2px;
}

.custom_pagination .pagination .active .page-link {
    border-color: #424242;
    color: #424242;
    background: #fff;
}

.custom_pagination .pagination .last-page .page-link {
    border-color: #4039a5;
    color: #4039a5;
    background: #fff;
}

.custom_pagination .pagination .next_page {
    margin-left: 15px;
}

.custom_pagination .pagination {
    margin: 20px 0 10px;
    background: none;
    flex-wrap: wrap;
}

.custom_pagination .pagination .page-item .page-link.prev_page {
    width: auto !important;
}

.featured_txt .class_tag span {
    background-color: #5B53DD;
    padding: 3px 14px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
}

.class_tag {
    position: absolute;
    top: 5px;
    left: 0;
}

.faq-block {
    overflow: visible;
}

.amount span {
    display: inline-block;
    padding: 0;
    font-weight: 600;
}

.amount .amount_head {
    display: inline-block;
    padding: 0 5px 0 0;
    color: rgba(0, 0, 0, 0.7);
}

.inner_content {
    z-index: 1;
}

#bookWiziqClass #bookWiziqClassFrom .ms-options-wrap.ms-active>.ms-options ul {
    padding: 15px 0 0;
}

#bookWiziqClass .ms-options-wrap>.ms-options>ul input[type="checkbox"] {
    left: 10px;
}

.book-class-by-clild .ms-options-wrap>.ms-options>ul label {
    padding: 5px 4px 4px 40px;
    left: 0;
    top: 0;
}

.book-class-by-clild .ms-options-wrap>.ms-options>ul input {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

@media (min-width:1230px) and (max-width:1366px) {
    .class-share .share_social_div {
        right: 80px;
    }
}

@media (min-width:1200px) and (max-width:1229px) {
    .class-share .share_social_div {
        right: 35px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .class-share .share_social_div {
        right: 0;
    }
    .nxt_bill_date .earning_txt_box {
        padding: 14px 15px 14px 15px;
    }
    .nxt_bill_date p {
        font-size: 16px;
    }
    .nxt_bill_date strong {
        font-size: 16px;
    }
    .nxt_bill_date .earning_txt_box .add_on {
        font-size: 13px;
    }
    .earning_txt_box {
        padding: 20px 15px 20px 15px;
    }
    .earning_txt_box p {
        font-size: 16px;
        line-height: 22px;
    }
    .title_row {
        padding-bottom: 20px;
    }
    .earning_filter {
        padding-top: 10px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .class-share .share_social_div {
        right: 0;
        top: auto;
        bottom: -39px;
    }
    .earnings_top ul {
        margin: 0;
    }
    .earnings_top ul li {
        width: 100%;
        padding: 7px 0;
    }
    .earning_txt_box p {
        font-size: 30px;
        line-height: 35px;
    }
    .earning_graph {
        padding: 15px;
    }
    .earning_filter {
        padding-top: 10px;
    }
    .earning_txt_box p {
        font-size: 20px;
        line-height: 25px;
    }
    .billing_filter {
        padding: 20px 10px 20px;
        margin-top: 50px;
    }
    .billing_tab .nav-tabs .nav-link {
        font-size: 15px;
    }
    .nxt_bill_date strong {
        font-size: 16px;
    }
}

@media ( max-width: 767px) {
    .class-share .share_social_div {
        right: 0;
        top: auto;
        bottom: -39px;
    }
    .billing_tab .nav-tabs {
        max-width: 430px;
    }
    .billing_tab .nav-tabs .nav-link {
        line-height: 28px;
        font-size: 15px;
        padding: 8px 5px;
    }
    .earnings_top ul li {
        width: 50%;
        margin-bottom: 20px;
    }
    .earning_txt_box p {
        font-size: 34px;
    }
    .earning_txt_box span {
        font-size: 14px;
    }
    .nxt_bill_date p {
        font-size: 16px;
        line-height: 20px;
    }
    .earning_filter {
        padding-top: 10px;
    }
    .earning_graph {
        padding: 15px;
    }
    .custom_pagination .pagination .page-link {
        font-size: 14px;
        width: 25px;
        height: 25px;
    }
    .subject span.subject_head {
        font-size: 14px;
    }
}

@media ( max-width: 479px) {
    .billing_tab .nav-tabs .nav-item {
        width: 100%;
    }
    .billing_tab .nav-tabs {
        overflow: hidden;
        border-radius: 20px;
    }
    .billing_tab .nav-tabs .nav-link {
        border-radius: 0;
        font-size: 14px;
    }
    .earnings_top ul li {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
}


/*-- 29-04-2021 --*/

.login_section .view_password {
    top: 16px;
    bottom: auto;
}

.main_table table tr td .tooltipHelp {
    margin-bottom: 0px !important;
}

.dashboard_form label {
    text-transform: capitalize;
}

.dashboard-box .no-record.no-record-eaual-height {
    position: relative;
    transform: none;
    -webkit-transform: none;
    top: 0;
    padding: 40px 0;
    font-size: 10px;
}

.dashboard-box .no-record.no-record-eaual-height .page-not-found p {
    font-size: 24px;
}

.dashboard_form .form-group .tutoring_desc_rchars span {
    padding-top: 3px !important
}

.alert.success-info i {
    display: inline-block;
    vertical-align: middle;
}

@media ( max-width: 767px) {
    .login_section .view_password {
        top: 9px;
        bottom: auto;
    }
    .pos_rel .view_password {
        bottom: 12px;
    }
    .dashboard-box .no-record.no-record-eaual-height {
        padding: 15px 0
    }
    .dashboard-box .no-record.no-record-eaual-height .page-not-found p {
        font-size: 18px;
    }
}


/*-- 19-05-2021 --*/

.ask-a-question-message .modal-content {
    border: none;
}

.ask-a-question-message .modal-body {
    padding: 40px;
}

.ask-a-question-message .sendmsg_field h3 {
    font-size: 24px;
    font-weight: normal;
    color: #000000;
    font-family: 'GoogleSans-Medium';
    margin-bottom: 25px;
    text-align: center;
}

.ask-a-question-message .sendmsg_field label {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    margin-left: 0;
    text-transform: capitalize;
}

.ask-a-question-message .sendmsg_field .form-control {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #e1e2e3;
    font-size: 14px;
    color: #42495c;
    padding-left: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ask-a-question-message .sendmsg_field .form-control:focus {
    background-color: #fff;
    border-color: #5b53dd;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(91 83 221 / 25%);
}

.ask-a-question-message .sendmsg_field textarea.form-control {
    height: 100px;
    resize: none;
    padding: 10px 15px 15px 10px;
    white-space: normal;
    text-overflow: inherit;
}

.ask-a-question-message .send_buttton {
    text-align: center;
    padding-top: 20px;
}

.ask-a-question-message .send_buttton .btn.btn-primary.close-popup:hover {
    color: #fff;
}

.ask-a-question-message .send_buttton .btn.btn-primary.close-popup {
    color: #13e1b1;
    background: none;
    border: 1px solid #13e1b1;
    margin-left: 10px;
}

.ask-a-question-message .error.help-inline {
    display: block;
}

.wordcount {
    font-size: 12px;
}

.message_header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.message_content ul {
    padding-top: 20px;
}

.message_content ul li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #d9dbdd;
    width: 100%;
    padding: 18px 15px 18px 20px;
}

.message_content ul li:nth-child(even) {
    background: #f7f7f7
}

.message_content ul li:last-child {
    border-bottom: 0;
}

.message_delet {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.message_delet .styled-selectors {
    padding-right: 10px;
}

.message_delet .styled-selectors label {
    margin: 0;
}

.message_delet .btn-primary {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

.totle_message {
    text-align: right;
    width: 50%
}

.totle_message span {
    border-right: 1px solid #828690;
    padding-right: 8px;
    color: #42495c;
    font-size: 15px;
    margin-right: 4px;
    line-height: 16px;
    display: inline-block;
}

.totle_message span:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.user_name {
    width: 45%;
    display: flex;
}

.user_name .styled-selectors {
    margin-top: 13px;
}

.user_name .styled-selectors input[type="checkbox"]:not(old)+label {
    width: 17px;
    height: 17px;
}

.reply_msg {
    width: 44px;
    text-align: center;
    padding: 13px 10px 0 6px;
}

.message_sender {
    position: relative;
    padding: 0px 0 0 62px;
}

.message_sender figure {
    position: absolute;
    left: 0;
    top: 0px;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: #eaebed;
    overflow: hidden;
    border: 2px solid #eaebed;
    margin: 0
}

.message_sender figure img {
    max-width: 100%;
}

.message_sender h3 {
    font-size: 16px;
    font-weight: 500;
    color: #42495c;
    font-family: 'Poppins', sans-serif;
    margin: 3px 0 2px;
}

.user_message {
    width: 55%;
    padding-left: 8px;
}

.user_message p {
    margin-bottom: 6px;
}

.user_message .timing span {
    color: #7d818c;
    font-weight: 400;
    font-size: 13px;
    margin-right: 14px;
    padding: 3px 0 0 27px;
    position: relative;
}

.timing i {
    position: absolute;
    left: 0px;
    top: 2px;
    margin-bottom: 0;
}

.user_message .timing i img {
    opacity: 0.7;
    max-width: 18px;
}

.sendmsg_modal .modal-content {
    border: none;
}

.sendmsg_modal .modal-body {
    padding: 40px;
}

.sendmsg_modal .reply_msg_text h2 {
    font-size: 18px;
    font-weight: 600;
    color: #42495c;
    margin-bottom: 20px;
}

.sendmsg_modal .user_message_box {
    border: 1px solid #e1e2e3;
    border-bottom: 0;
    padding: 22px 20px 24px 88px;
    position: relative;
}

.sendmsg_modal .user_message_box .user_pic {
    position: absolute;
    left: 26px;
    top: 23px;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: #eaebed;
    overflow: hidden;
    padding: 0;
}

.sendmsg_modal .user_message_box h3 {
    font-size: 16px;
    font-weight: 500;
    color: #42495c;
    font-family: 'Poppins', sans-serif;
    margin: 0px 0 2px;
}

.sendmsg_modal .user_message_box p {
    font-size: 14px;
    color: #42495c;
    margin-bottom: 0px;
    line-height: 20px;
}

.sendmsg_modal .user_message_box .timing {
    margin-top: 4px;
}

.sendmsg_modal .user_message_box .timing span {
    color: #7d818c;
    font-weight: 400;
    font-size: 13px;
    margin-right: 14px;
    padding: 3px 0 0 27px;
    position: relative;
}

.sendmsg_modal .user_message_box .timing i img {
    opacity: 0.7;
    max-width: 18px;
}

.sendmsg_modal .reply_msg_text .form-control {
    height: 227px;
    border: 1px solid #e1e2e3;
    border-radius: 0;
    resize: none;
    font-size: 15px;
    color: #7d818c;
    padding: 10px 15px 15px 15px;
}

.sendmsg_modal .send_buttton {
    text-align: center;
    padding-top: 25px;
}

.sendmsg_modal .send_buttton .btn.btn-primary.close-popup:hover {
    color: #fff;
}

.sendmsg_modal .send_buttton .btn.btn-primary.close-popup {
    color: #13e1b1;
    background: none;
    border: 1px solid #13e1b1;
    margin-left: 10px;
}

@media (min-width:768px) and (max-width:991px) {
    .user_name {
        width: 100%;
    }
    .user_message {
        width: 100%;
        padding: 10px 0 0
    }
    .message_content ul li {
        padding: 10px;
    }
    .message_sender {
        padding: 0px 0 0 55px;
    }
    .message_sender h3 {
        font-size: 14px;
    }
    .message_sender figure {
        width: 45px;
        height: 45px;
    }
    .user_name .styled-selectors input[type=checkbox]:not(old)+label {
        padding-left: 17px;
    }
    .message_delet {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .totle_message {
        width: 100%;
        text-align: center;
        padding-top: 8px;
    }
    .totle_message span {
        font-size: 13px;
    }
}

@media ( max-width: 767px) {
    .user_name {
        width: 100%;
    }
    .user_message {
        width: 100%;
        padding: 10px 0 0
    }
    .ask-a-question-message .modal-body {
        padding: 15px;
    }
    .ask-a-question-message .sendmsg_field h3 {
        font-size: 18px;
    }
    .sendmsg_modal .modal-body {
        padding: 15px;
    }
    .sendmsg_modal .reply_msg_text h2 {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .sendmsg_modal .user_message_box .user_pic {
        left: 10px;
        top: 10px;
        width: 41px;
        height: 41px;
    }
    .sendmsg_modal .user_message_box {
        padding: 9px 10px 14px 59px;
    }
    .sendmsg_modal .user_message_box .timing span {
        margin-right: 8px
    }
    .sendmsg_modal .reply_msg_text .form-control {
        height: 120px;
        font-size: 14px;
    }
    .sendmsg_modal .send_buttton {
        padding-top: 12px
    }
    .sendmsg_modal .send_buttton .btn-primary {
        min-width: 120px;
    }
    .sendmsg_modal .user_message_box .timing span {
        font-size: 12px;
        padding: 3px 0 0 23px;
    }
    .message_content ul li {
        padding: 10px;
    }
    .message_sender {
        padding: 0px 0 0 55px;
    }
    .message_sender h3 {
        font-size: 14px;
    }
    .message_sender figure {
        width: 45px;
        height: 45px;
    }
    .user_name .styled-selectors input[type=checkbox]:not(old)+label {
        padding-left: 17px;
    }
    .message_delet {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .totle_message {
        width: 100%;
        text-align: center;
        padding-top: 8px;
    }
    .totle_message span {
        font-size: 13px;
    }
}


/*-- 21-05-2021 --*/

.payment_section {
    background: #f1f1f1;
    padding: 60px 0;
}

.payment_section .package-heading {
    font-size: 30px;
    margin: 0;
    color: #000000;
    font-weight: normal;
    font-family: 'google_sansbold';
    text-align: center;
    margin-bottom: 25px;
}

.payment_section .payment-tab-right {
    padding: 15px 30px 30px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 9px rgba(33, 35, 47, 0.09);
    -moz-box-shadow: 0px 0px 9px rgba(33, 35, 47, 0.09);
    box-shadow: 0px 0px 9px rgba(33, 35, 47, 0.09);
    max-width: 480px;
    margin: auto;
}

.payment_section .payment-tab-right h2 {
    font-size: 18px;
    margin: 0;
    color: #000000;
    text-align: left;
    margin-bottom: 25px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    font-weight: 700;
}

.package-price {
    padding-bottom: 15px;
}

.price-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 16px;
}

.price-row span {
    font-size: 15px;
    max-width: 200px;
    line-height: 20px;
}

.price-row strong {
    font-size: 15px;
}

.promocode_group .lead_form {
    padding: 0
}

.promocode_group .promo_input {
    position: relative;
}

.promocode_group .promo_btn {
    position: absolute;
    top: 5px;
    right: 5px;
}

.promocode_group .lead_form .form-control {
    height: 56px;
    padding-right: 120px;
}

.promocode_group .promo_btn .btn-primary {
    min-width: 104px;
}

.payment_section .save-btn .btn {
    line-height: 59px;
}

.search-filter ul.class-filter-search {
    justify-content: center;
}

.search-filter ul.class-filter-search li {
    padding-top: 8px;
    padding-bottom: 8px;
}

.no-record.no-record-eaual-height {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
    transform: none;
    -webkit-transform: none;
    padding: 15px 25px;
}

.no-record.no-record-eaual-height .page-not-found p {
    font-size: 24px;
}

.review_and_rating_model .sendmsg_field h3 {
    font-size: 24px;
    font-weight: normal;
    color: #000000;
    font-family: 'GoogleSans-Medium';
    margin-bottom: 25px;
    text-align: center;
}

.review_and_rating_model .modal-body {
    padding: 40px;
}

.areview_and_rating_model .modal-content {
    border: none;
}

.review_and_rating_model .sendmsg_field label {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    margin-left: 0;
    text-transform: capitalize;
}

.review_and_rating_model .form-control {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #e1e2e3;
    font-size: 14px;
    color: #42495c;
    padding-left: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.review_and_rating_model .form-control.upload-input-file {
    padding-right: 135px;
}

.review_and_rating_model .sendmsg_field textarea.form-control {
    height: 130px;
    resize: none;
    padding: 10px 15px 15px 10px;
    white-space: normal;
    text-overflow: inherit;
}

.review_and_rating_model .send_buttton {
    text-align: center;
    padding-top: 20px;
}

.review_and_rating_model .send_buttton .btn.btn-primary.close-popup:hover {
    color: #fff;
}

.review_and_rating_model .send_buttton .btn.btn-primary.close-popup {
    color: #13e1b1;
    background: none;
    border: 1px solid #13e1b1;
    margin-left: 10px;
}

.session_btn.dashboard-buttons .btn {
    margin: 5px 3px;
}

@media ( max-width: 991px) {
    .search-filter ul.class-filter-search li {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media ( max-width: 767px) {
    .payment_section {
        padding: 20px 0
    }
    .payment_section .package-heading {
        font-size: 24px;
    }
    .payment_section .payment-tab-right h2 {
        font-size: 16px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .payment_section .payment-tab-right {
        padding: 10px;
    }
    .price-row span {
        font-size: 14px;
        max-width: 133px;
    }
    .price-row strong {
        font-size: 14px;
    }
    .promocode_group .lead_form .form-control {
        padding-left: 10px;
        font-size: 14px;
    }
    .payment_section .save-btn .btn {
        line-height: 45px;
    }
    .no-record.no-record-eaual-height .page-not-found p {
        font-size: 18px;
    }
    .review_and_rating_model .modal-body {
        padding: 15px;
    }
    .review_and_rating_model .sendmsg_field h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .review_and_rating_model .form-control {
        height: 42px;
    }
    .review_and_rating_model .form-control.upload-input-file {
        padding-right: 110px;
    }
    .review_and_rating_model .upload-file .custom-file-upload .btn {
        height: 42px;
        min-width: 90px;
        width: 90px;
        font-size: 14px;
        line-height: 40px;
    }
}


/* 04-06-2021 */

.dashboard_form .form-group .tutoring_desc_rchars span {
    padding-top: 2px !important;
}

.share_social_div {
    margin-right: -50px;
}

@media (max-width:767px) {
    .share_social_div {
        margin-right: 45px;
        margin-top: 40px;
    }
}

.error-page .ourstroy_content {
    background: none;
}

.error-page .story_img {
    width: 100%;
    text-align: center;
}

.cms-page-section .singnup-button {
    margin: 15px 0;
}

#class_search_form .search-filter ul li {
    max-width: 100%;
    margin-bottom: 0px;
}

#class_search_form .search-filter ul.class-filter-search li {
    padding-top: 4px;
    padding-bottom: 4px;
}


/*21-06-2021*/

#studentSignUpForm .select2-container .select2-selection--single {
    height: 59px;
}

#sponsorSignUpForm .select2-container .select2-selection--single {
    height: 59px;
}

#studentSignUpForm .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 19px;
    padding-top: 14px;
}

#sponsorSignUpForm .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 19px;
    padding-top: 14px;
}

#studentSignUpForm .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px;
    right: 12px;
}

#sponsorSignUpForm .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px;
    right: 12px;
}

.dashboard_form #studentEditProfileForm .form-group span {
    text-align: left !important;
}

.dashboard_form #tutorEditBasicProfileForm .form-group span {
    text-align: left !important;
}


/*21-06-2021*/


/* 22-06-2021 */

.header__style2 {
    background-color: #fff;
    padding: 19px 0 16px;
    max-width: 1920px;
    margin: auto;
    position: relative;
}

.header__style2.fixed {
    background-color: #fff;
}

.header__style2 .header_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header__style2 .header_wrap .header_logo {
    float: left;
    width: 16%;
}

.header__style2 .header_wrap .header_right {
    width: 34%;
    text-align: right;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding-top: 0;
}

header.header__style2.fixed .header_right {
    padding-top: 0;
}

.header__style2 .navigation ul li {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-right: 21px;
}

.header__style2 .navigation ul li:last-child {
    margin: 0;
}

.header__style2 .navigation ul li a {
    color: #000;
    text-decoration: none;
}

.header__style2 .navigation ul li a:hover {
    color: #13e1b1
}

.header__style2 .header_logo .mobile_side_menu {
    display: none;
}

.header__style2 .header_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header__style2 .login_signin {
    width: 50%;
}

.header__style2 .login_signin ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.header__style2 .login_signin ul li {
    padding: 0 0 0 40px;
}

.header__style2 .login_signin ul li:first-child {
    padding-left: 0;
}

.header__style2 .login_signin ul li a {
    color: #000;
    font-size: 16px;
    vertical-align: middle;
}

.header__style2 .login_signin ul li a:hover {
    color: #13e1b1;
}

.header__style2 .login_signin ul li a img {
    margin: 0 5px 0 0;
}

.header__style2 .login_signin ul li.login_signup_link {
    padding-left: 30px;
}

.header__style2 .login_signin ul li a.login_link::after {
    background-color: #000;
    position: absolute;
    right: 2px;
    top: 3px;
    content: "";
    height: 19px;
    width: 2px;
}

.header__style2 .login_signin ul li a.login_link {
    padding: 0 9px 0 0;
    position: relative;
}

.header__style2 .login_signin ul li.login_signup_link a {
    font-weight: 600;
    font-size: 15px;
}


/* After Login Header */

.login_signin ul li.user_box a img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.profile_toggle {
    padding-left: 37px;
    position: relative;
    padding-top: 4px;
    max-width: 182px;
    padding-right: 23px;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 30px;
}

.profile_toggle figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #8c8c8d;
}

.user_account .dropdown-menu {
    padding: 0;
    background: #5B53DD;
    border: none;
    border-radius: 0;
    min-width: 11rem;
    margin-top: 18px;
}

.user_account ul li {
    display: inline-block;
    margin-right: 19px;
    vertical-align: middle;
}

.user_account .dropdown-menu ul li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
}

.user_account .dropdown-menu ul li {
    display: block;
    border-bottom: 1px solid #8781e6;
    margin: 0;
    padding: 0;
}

.user_account .dropdown-menu ul {
    display: block;
}

.after-login .header_logo {
    width: 22%;
}

.after-login .header_right {
    width: 27%;
}

.after-login .login_signin {
    width: 51%;
}

.after-login .user_account {
    padding-left: 15px;
}

.after-login .user_account ul li {
    margin-right: 0;
}


/* After Login Header */

.video_upload .certificate-upload .custom-file-upload .btn {
    height: 50px;
}

.upload_image .control-label .certificate-tooltip {
    display: inline-block;
}

.class_content figure img {
    max-width: 89px;
}

.class_content:hover figure img {
    margin-top: 0;
}

@media (min-width: 1200px) and (max-width: 1310px) {
    .after-login .header_logo {
        width: 18%;
    }
    .after-login .header_right {
        width: 27%;
    }
    .after-login .login_signin {
        width: 55%;
    }
    .after-login .navigation ul li {
        font-size: 16px;
    }
}

@media (max-width:1199px) {
    .header__style2 .navigation ul li {
        font-size: 15px;
    }
    .header__style2 .header_wrap .header_logo {
        width: 13%;
    }
    .header__style2 .header_wrap .header_right {
        width: 30%;
    }
    .header__style2 .navigation ul li,
    .header__style2 .login_signin ul li a {
        font-size: 15px;
    }
    .header__style2 .login_signin ul li {
        padding: 0 0 0 15px;
    }
    .header__style2 .login_signin ul li.login_signup_link {
        padding-left: 15px;
    }
    .header__style2 .login_signin {
        width: 57%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .after-login .header_logo {
        width: 13%;
    }
    .after-login .header_right {
        width: 30%;
    }
    .after-login .login_signin {
        width: 57%;
    }
    .header__style2 .navigation ul li,
    .header__style2 .login_signin ul li a {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .after-login .navigation ul li {
        font-size: 15px;
    }
    .user_account .dropdown-menu ul li a {
        font-size: 14px;
    }
    .user_account .dropdown-menu {
        left: auto!important;
        right: auto!important;
    }
    .after-login .header_right {
        width: 42%;
    }
    .after-login .login_signin {
        width: 42%;
    }
    .after-login .login_signin {
        width: 36%;
    }
}

@media (max-width:991px) {
    .header__style2 .login_signin ul li a {
        font-size: 0;
    }
    .header__style2 .header_wrap .header_right {
        width: 49%;
    }
    .header__style2 .login_signin {
        width: 33%;
    }
    .header__style2 .header_wrap .header_logo {
        width: 18%;
    }
}

@media (max-width:767px) {
    .header__style2 .login_signin {
        width: 100%;
        padding: 12px 0 0;
        border-top: 1px solid #ddd;
        margin-top: 15px;
    }
    .header__style2 .login_signin ul {
        justify-content: center;
    }
    .header__style2 .login_signin ul li a {
        font-size: 12px;
    }
    .header__style2 .login_signup_link {
        position: absolute;
        top: 12px;
        right: 60px;
    }
    .header__style2 {
        padding: 14px 0 10px;
    }
    .header__style2 .login_signin ul li.login_signup_link a {
        font-size: 14px;
    }
    .header__style2 .header_wrap .header_logo {
        width: 40%;
        position: relative;
        z-index: 9999;
    }
    .header__style2 .navbar-toggler {
        top: -9px;
    }
    .header__style2 .navbar-toggler span {
        background: #000;
    }
    .header__style2 .header_wrap .header_right {
        width: 60%;
    }
    .header__style2 .navigation ul {
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
    }
    .header__style2 .navigation ul li {
        display: block;
        margin: 0;
    }
    .header__style2 .navigation ul li a {
        padding: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        display: block;
        color: #fff;
    }
    .open-menu .header__style2 .header_logo .mobile_side_menu {
        display: inline-block;
    }
    .header__style2 .login_signup_link {
        position: absolute;
        top: 12px;
        right: 60px;
    }
    .open-menu .header__style2 .header_logo img {
        display: none;
    }
    .header__style2 .login_signin ul li a.login_link::after {
        height: 16px;
    }
    .open-menu .header__style2 .navbar-toggler span {
        background: #fff;
    }
    .header__style2 .login_signin ul li a img {
        width: 22px;
    }
    .after-login .header_logo {
        width: 40%;
    }
    .after-login .header_right {
        width: 60%;
    }
    .after-login .login_signin {
        width: 100%;
    }
    .after-login .login_signin ul li {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.form-group.multiselect .styled-selectors input[type=checkbox]:not(old) {
    padding: 0;
    width: 19px;
    height: 19px;
    cursor: pointer;
}

.form-group.multiselect .ms-options-wrap>.ms-options>ul input[type="checkbox"] {
    border: 1px solid #b7b7b7;
}

.form-group.multiselect .styled-selectors input[type="checkbox"]:not(old) {
    opacity: 1;
}

.form-group.multiselect .ms-options-wrap>.ms-options>ul label {
    padding: 5px 4px 4px 40px;
    left: 0;
    top: 0;
}

.form-group.multiselect .ms-options-wrap button span {
    text-align: left;
}

.form-group.multiselect .ms-options-wrap button {
    height: 40px;
    color: #555;
    font-size: 14px;
    padding-left: 12px;
    text-align: left;
    border-radius: 5px;
}

.form-group.multiselect input[type="checkbox"] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.featured_txt.text-cente {
    text-align: center;
}

.times-box span.color-danger {
    position: relative;
    top: 3px;
    color: #FF0000;
}


/*-- 07-07-2021 --*/

.header__style2 .navigation ul li {
    font-size: 16px;
    margin-right: 20px;
}

.header__style2.after-login .login_signin {
    width: 50%;
}

.header__style2 .login_signin ul li.user_box a img {
    width: 100%;
    height: 100%
}

.header__style2 .login_signin .dropdown-toggle {
    padding-right: 19px;
}

.header__style2 .login_signin .dropdown-toggle:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 18px;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    background: none;
    width: auto;
    height: auto
}

.sponsor_class_slider.sponsor_class {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    justify-content: center;
}

.sponsor_class_slider.sponsor_class .request_class_content {
    padding: 10px;
    width: 25%
}

.request_class_content .featured_txt h3 {
    text-transform: capitalize;
}

.request_class_content .age_category {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px;
    justify-content: space-between;
    align-items: center;
    padding: 7px 15px
}

.request_class_content .age_category b {
    background-color: #13e1b1;
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    position: relative;
    font-weight: 700;
    margin: 0;
    min-width: 100px;
}

.request_class_content .age_category b::after {
    position: absolute;
    left: -9px;
    top: 0;
    width: 11px;
    height: 37px;
    content: "";
    background: url(../../images/skillpers/after-arrow.png) no-repeat;
    background-size: contain;
}

.request_class_content .btn {
    width: calc(100% - 30px);
    margin: auto auto 15px;
}

.request_class_content .featured_txt span {
    padding-bottom: 0
}

.class_detail .education_support_listing .featured_content {
    padding-bottom: 85px;
    position: relative;
}

.class_detail .education_support_listing .user_info {
    justify-content: center;
    margin-bottom: 15px;
}

.class_detail .education_support_listing .user_info a {
    color: #000
}

.education_support_listing .featured_txt .subject {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1px
}

.education_support_listing .featured_txt .subject span {
    font-size: 14px;
    width: 60%;
}

.education_support_listing .featured_txt .subject span.subject_head {
    width: 40%;
}

.education_support_listing .featured_txt .amount {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
}

.education_support_listing .featured_txt .amount span {
    font-size: 14px;
    width: 60%;
}

.education_support_listing .featured_txt .amount span.amount_head {
    width: 40%;
}

.education_support_listing .featured_txt a.btn {
    color: #fff
}

.education_support_listing .featured_txt .class_btn {
    padding: 18px 0
}

.education_support_listing .featured_txt h3 {
    text-align: center;
}

.education_support_listing .featured_txt h3 a {
    display: inline-block;
}

.main_table .transaction_table_box table tr th {
    white-space: nowrap;
    background: #f3f3f3;
    color: #000
}

.main_table .transaction_table_box table tr td {
    padding: 14px 22px;
    border-bottom: 1px solid #dee2e6;
}

.main_table .transaction_table_box table tr:nth-child(even) td {
    background: #f9f9f9;
}

.main_table .transaction_table_box .education_support_modal table tr:nth-child(even) td {
    background: none;
}

.cstmlisting {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.upcoming_session .cstmlisting>li {
    width: 33.33%;
    padding: 10px;
    border: none;
}

.cstmlisting>li .classtxtbox {
    padding: 15px 15px 65px;
    position: relative;
    height: 100%;
}

.classtxtbox h3 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
}

.classtxtbox p {
    margin: 0 0 3px
}

.classtxtbox span {
    display: block;
    margin-bottom: 3px;
}

.classtxtbox strong {
    display: block;
    margin-bottom: 3px;
}

.classtxtbox .session_btn {
    margin-top: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
}

.classtxtbox .session_btn.double_btn {
    display: flex;
}

.classtxtbox .session_btn.double_btn .btn {
    width: 50%;
}

@media (min-width: 1200px) and (max-width: 1339px) {
    .header__style2 .navigation ul li {
        font-size: 14px;
    }
    .header__style2 .login_signin ul li {
        padding: 0 0 0 20px;
    }
    .header__style2 .login_signin ul li a {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header__style2 .navigation ul li {
        font-size: 13px;
        margin-right: 15px;
    }
    .header__style2 .login_signin ul li {
        padding: 0 0 0 15px;
    }
    .header__style2 .login_signin ul li a {
        font-size: 13px;
    }
    .header__style2.after-login .header_wrap .header_right {
        width: 37%;
    }
    .header__style2 .header_wrap .header_right {
        width: 36%;
    }
    .header__style2.after-login .login_signin {
        width: 50%;
    }
    .header__style2 .login_signin {
        width: 51%;
    }
    .request_right::after {
        right: -27px;
    }
    .header__style2 .login_signin ul li.login_signup_link a {
        font-weight: 600;
        font-size: 13px;
    }
    .header__style2 .login_signin ul li a.login_link::after {
        height: 15px;
    }
    .sponsor_class_slider.sponsor_class .request_class_content {
        padding: 10px;
        width: 33.33%
    }
    .request_class_content .featured_content figure img {
        width: 100%
    }
    .upcoming_session .cstmlisting>li {
        width: 50%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header__style2 .navigation ul li {
        font-size: 13px;
    }
    .header__style2.after-login .login_signin ul li {
        padding: 0 0 0 15px;
    }
    .header__style2 .login_signin ul li a {
        font-size: 0;
    }
    .header__style2 .header_wrap .header_right {
        width: 53%;
    }
    .header__style2.after-login .login_signin {
        width: 29%;
    }
    .header__style2 .request_right::after {
        right: -27px;
    }
    .header__style2 .user_account .dropdown-menu ul li a {
        font-size: 14px;
    }
    .header__style2 .user_account .dropdown-menu {
        margin-top: 10px;
        left: auto !important;
        right: 0px !important;
    }
    .header__style2 .login_signin {
        width: 29%;
    }
    .header__style2 .login_signin ul li {
        padding: 0 0 0 11px;
    }
    .header__style2 .login_signin ul li.login_signup_link a {
        font-size: 13px;
    }
    .header__style2 .login_signin ul li.login_signup_link {
        padding-left: 10px;
    }
    .header__style2 .login_signin .dropdown-toggle {
        padding-right: 13px;
    }
    .header__style2 .login_signin .dropdown-toggle:after {
        top: 11px;
    }
    .sponsor_class_slider.sponsor_class .request_class_content {
        width: 50%;
    }
    .request_class_content .featured_content figure img {
        width: 100%
    }
    .upcoming_session .cstmlisting>li {
        width: 100%
    }
}

@media (max-width: 767px) {
    .header__style2 .navigation ul li {
        font-size: 13px;
    }
    .header__style2 .login_signin ul li {
        padding: 0 0 0 15px;
    }
    .header__style2 .login_signin ul li a {
        font-size: 0;
    }
    .header__style2 .header_wrap .header_right {
        width: 60%;
    }
    .header__style2.after-login .login_signin {
        width: 100%;
    }
    .header__style2 .request_right::after {
        right: -27px;
    }
    .header__style2 .user_account .dropdown-menu {
        margin-top: 10px;
        left: auto !important;
        right: -60px;
    }
    .header__style2 .user_account .dropdown-menu ul li {
        padding-left: 0
    }
    .header__style2 .user_account .dropdown-menu ul li a {
        font-size: 14px;
    }
    .header__style2 .login_signin .dropdown-toggle {
        padding-right: 13px;
    }
    .header__style2 .login_signin .dropdown-toggle:after {
        top: 11px;
    }
    .sponsor_class_slider.sponsor_class .request_class_content {
        width: 100%;
    }
    .upcoming_session .cstmlisting>li {
        width: 100%
    }
}


/*-- 08-07-2021 --*/

.footer_about .newsletter_form {
    margin: 30px 0;
}

.footer_about .newsletter_input {
    position: relative;
    padding-right: 145px;
    margin-right: 30px;
    margin-bottom: 5px;
}

.footer_about .newsletter_input .form-control {
    height: 45px;
    font-size: 16px;
    border: none;
    padding-left: 25px;
    border-radius: 10px
}

.footer_about .newsletter_input .subscribe_btn {
    position: absolute;
    top: 0;
    right: 0px
}

.news-letter-error-message {
    color: #ff3f3f;
}

.news-letter-succ-message {
    color: #13e1b1;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer_about .newsletter_input .form-control {
        margin-bottom: 10px;
        font-size: 14px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer_about .newsletter_input {
        padding: 0;
        margin-right: 0;
    }
    .footer_about .newsletter_input .form-control {
        margin-bottom: 10px;
        font-size: 14px;
        padding-left: 15px;
        height: 50px;
    }
    .footer_about .newsletter_input .subscribe_btn {
        position: relative;
        font-size: 14px;
        height: 45px;
        line-height: 42px;
    }
    .footer_about .newsletter_form {
        margin: 15px 0;
    }
}

@media (max-width: 767px) {
    .footer_about .newsletter_input {
        padding: 0;
        margin-right: 0;
        text-align: center;
    }
    .footer_about .newsletter_input .form-control {
        margin-bottom: 10px;
        font-size: 14px;
        padding-left: 15px;
        height: 50px;
    }
    .footer_about .newsletter_input .subscribe_btn {
        position: relative;
        font-size: 14px;
        height: 45px;
        line-height: 42px;
    }
    .footer_about .newsletter_form {
        margin: 15px 0;
    }
}

.class_content figure .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    opacity: 0;
    visibility: hidden;
}

.class_content:hover figure .hover-img {
    opacity: 1;
    visibility: visible
}

.class_content:hover figure img {
    opacity: 0;
    visibility: hidden
}

.class_content figure {
    position: relative;
    text-align: center;
}

.class_content figure img {
    display: block;
    margin: auto;
}


/* 12-07-2021 */

.footer_about .newsletter_input .subscribe_btn {
    height: 45px;
    line-height: 45px;
}

.request_section {
    overflow: hidden;
}

@media (max-width: 1380px) {
    .how_itwork ul {
        margin: 0 -15px;
    }
    .classes-slider .owl-nav button.owl-prev {
        left: -15px;
        z-index: 9;
        width: 40px;
        height: 40px;
        background-size: 18px;
        background-position: center;
        background-color: #fff;
        border-radius: 50%;
        border: solid 2px #5b53dd;
    }
    .classes-slider .owl-nav button.owl-next {
        right: -15px;
        z-index: 9;
        width: 40px;
        height: 40px;
        background-size: 18px;
        background-position: center;
        background-color: #fff;
        border-radius: 50%;
        border: solid 2px #5b53dd;
    }
}

.upcoming_session .education_support_list .classtxtbox {
    margin-bottom: 15px;
    max-width: 100%;
    border: none;
    padding: 20px 20px 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.education_box h3 {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    font-weight: bold;
    margin-bottom: 3px;
}

.education_support_list .education_box .classtxtbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}

.education_support_list .education_box .classtxtbox .education_left {
    width: 100%;
    padding-top: 95px;
    position: relative;
    min-height: 73px;
}

.education_support_list .education_box .classtxtbox .education_right {
    width: 100%;
    text-align: left;
    padding-left: 0px;
    margin-top: 10px;
}

.upcoming_session .education_support_list li {
    width: 50%;
    display: flex;
}

.education_support_list .classtxtbox figure {
    width: 73px;
    height: 73px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e4e7ea;
    margin-bottom: 0;
}

.education_support_list .classtxtbox figure .items-image {
    margin-bottom: 0;
}

.education_support_list .session_btn {
    position: inherit;
    padding: 0;
    padding-top: 0;
    margin-top: auto;
}

.education_support_list .session_btn a {
    width: 100%;
}

.education_support_list .classtxtbox h4 {
    font-size: 16px;
    color: #1775e7;
    font-weight: 500;
    margin-bottom: 2px;
}

@media (max-width:991px) {
    .upcoming_session .education_support_list li {
        width: 100%;
        display: flex;
    }
    .education_support_list .education_box .classtxtbox .education_left {
        width: 100%;
    }
    .education_support_list .education_box .classtxtbox .education_right {
        width: 100%;
        text-align: left;
        margin-top: 15px;
        padding-left: 90px;
    }
    .education_box h3 {
        font-size: 18px;
    }
}


/* 15-07-2021 */

.select2-container .select2-dropdown {
    z-index: 2;
}

.select2-selection.select2-selection--multiple {
    overflow: auto;
    max-width: 100%;
    max-height: 43px;
}

.session_btn .btn.btn-primary-outline:focus {
    color: #fff;
}

body .daterangepicker {
    z-index: 9999;
}

.daterangepicker.show-calendar .drp-buttons .btn {
    padding-top: 0;
    padding-bottom: 0;
}

.whatwedo_text .btn {
    position: relative;
    z-index: 9;
}

.share_social_div {
    margin-right: -50px;
    left: 100%;
    margin-left: 15px;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
}

.tutor-btn li {
    position: relative;
}

.tutor-btn li a.btn:focus img {
    display: none;
}

.tutor-btn li a.btn:focus {
    color: #fff;
}

.tutor-btn li a.btn:focus img.hover-image {
    display: inline;
}

.mag_wrraper {
    display: flex;
    flex-wrap: wrap;
}

.right_msg {
    margin-left: auto;
}

.session_btn .btn {
    margin: 3px;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

@media (max-width: 767px) {
    .save-btn_new {
        padding-top: 30px;
    }
    .message_delet {
        justify-content: flex-start;
    }
    .totle_message {
        text-align: left;
    }
    .share_social_div {
        margin-right: -50px;
        left: 50%;
        margin-left: 15px;
        top: 50%;
        transform: translate(-50%, -50%);
        right: auto;
        margin-left: 0;
    }
}

@media (max-width:576px) {
    .modal-dialog {
        width: 100%;
    }
}

@media (max-width:479px) {
    .request-btn.text-center .btn-primary {
        margin-bottom: 0;
    }
    .right_msg {
        width: 120px;
    }
}

@media (max-width: 375px) {
    .lead_form .col-7 {
        padding: 0 0px 0 15px;
    }
}

@media (min-width:1340px) {
    .skillpers_header.container {
        max-width: 1310px
    }
}

@media (max-width:767px) {
    .skillpers_header.container {
        max-width: 100%;
    }
}

.education_support ul li {
    width: 50%;
    padding: 14px;
}

.education_support .request_for {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1px;
}

.education_support .need_details {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1px;
}

.education_support .created_at {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1px;
}

.education_support .featured_txt span {
    width: 60%;
    font-size: 14px;
    padding: 0;
    font-weight: 600;
}

.education_support .featured_txt .subject_head {
    width: 40%;
    color: rgba(0, 0, 0, 0.7);
    padding: 0 8px 0 0;
}

.video_upload .certificate-upload .custom-file-upload .btn {
    height: 59px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .education_support ul li {
        width: 100%;
        padding: 10px;
    }
}

@media (max-width:767px) {
    .education_support ul li {
        width: 100%;
        padding: 0px;
    }
    .class-details .class-img-col figure img {
        height: auto;
        width: auto;
    }
    .abt-box {
        padding: 20px 15px 20px 15px;
    }
    .abt-box h4 {
        font-size: 15px;
        word-break: break-word;
    }
    .abt-box.highlight h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .class-schedule .class-schedule-btn.btn-primary {
        max-width: 170px;
        width: 170px;
        font-size: 15px;
        padding: 0 8px;
    }
    .class-share-btn {
        font-size: 15px;
        margin-left: 10px;
        padding: 0 15px;
    }
    .class-ratting span {
        display: block;
        padding: 5px 0 0;
    }
    .class-share {
        margin-top: 15px;
    }
    .ask-a-question-message .modal-dialog {
        max-width: 290px;
        margin: 10px auto 10px;
    }
    .ask-a-question-message .send_buttton .btn.btn-primary.close-popup {
        margin-left: 5px;
    }
    .request-btn.text-center .btn-primary {
        margin-bottom: 4px;
    }
    .login_signup .modal-dialog {
        max-width: 290px;
        margin: 10px auto 10px;
    }
    .login_content {
        padding: 0;
    }
    .lead_form .form-group label {
        font-size: 12px;
        padding: 0 5px;
    }
    #experienceModal .modal-dialog.certificate {
        max-width: 300px;
        margin: 10px auto 10px;
    }
    #experienceModal .modal-dialog.modal-lg {
        max-width: 290px;
        margin: 10px auto 10px;
    }
}

.newsletter_form h3 {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}

.bottom_button_new.bottom_button--wrraper .view_profile {
    width: auto;
    min-width: auto;
    font-size: 13px;
    padding: 0 9px;
}

.bottom_button_new.bottom_button--wrraper .open_send_message_popup {
    width: auto;
    min-width: auto;
    font-size: 13px;
    padding: 0 9px;
}

.my-favorute-tutors ul li .tutor_textbox .bottom_button_new.bottom_button--wrraper .view_profile {
    min-width: auto;
}

.video_upload .certificate-upload.parent_income .custom-file-upload .btn {
    height: 50px;
}

@media(max-width:991px) {
    .bottom_button_new.bottom_button--wrraper .view_profile {
        width: 100%;
        margin-bottom: 10px;
    }
    .bottom_button_new.bottom_button--wrraper .open_send_message_popup {
        min-width: 100%;
    }
}

@media (max-width: 767px) {
    .video_upload .certificate-upload.parent_income .custom-file-upload .btn {
        height: 42px;
    }
    .dashboard_form .parent_income .custom-file-upload .form-control {
        height: 42px;
    }
}


/*-- 06-08-2021 --*/

.dtp .dtp-date-view div.dtp-date {
    padding-top: 40px;
}

.dashboard_form .student_about span {
    display: block;
}

.open-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gratitude_dec {
    white-space: normal;
    min-width: 400px
}

.main_table table tr td.description_td span {
    display: block;
}

@media(max-width:991px) {
    .search-filter {
        overflow: hidden;
        overflow-y: auto;
    }
    .dtp {
        overflow: hidden;
        overflow-y: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 50px 0;
        flex-wrap: wrap;
    }
    .dtp>.dtp-content {
        max-height: inherit !important;
        margin: 0 !important;
        top: 0 !important;
        left: 0 !important
    }
    .user_account ul li>a {
        font-size: 0;
    }
    .user_account .dropdown-menu {
        left: auto !important;
        right: 0px !important;
        transform: inherit !important;
        top: 31px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .latest_blogcarousel.owl-carousel .owl-nav button.owl-prev {
        left: -24px
    }
    .latest_blogcarousel.owl-carousel .owl-nav button.owl-next {
        right: -24px
    }
    .stu_edit_profile .basic_info .save-btn .btn {
        min-width: 188px;
    }
    .header__style2 .login_signin ul li ul li {
        padding-left: 0;
    }
    .class-about-row.owl-carousel .owl-nav button.owl-prev {
        left: -15px;
        width: 15px;
        height: 8px;
    }
    .class-about-row.owl-carousel .owl-nav button.owl-next {
        right: -15px;
        width: 15px;
        height: 8px;
    }
}

.lead_form .form-group .mws-form-item span .help-block {
    display: block;
}

.dashboard_form .form-group.mb-0 {
    margin-bottom: 0;
}

.session_btn .btn:last-child {
    margin: 3px;
}

@media(max-width:767px) {
    .select2-container--default .select2-search--dropdown .select2-search__field {
        height: 42px;
    }
    .dashboard_form .form-group .select2-container--default .select2-selection--multiple {
        min-height: 42px;
    }
    .dashboard_form .form-group .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        padding-top: 3px;
        padding-left: 0;
    }
    .lead_form .form-control {
        padding: 0 17px;
    }
    .login_section .login_content {
        padding: 10px;
    }
    .login_section .lead_form .row {
        margin: 0 -5px
    }
    #updatePhoneModal .save-btn {
        padding-top: 15px
    }
    .dashboard_form .form-group .select2-container--default .select2-selection--single {
        height: 42px;
    }
    .dashboard_form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 42px;
    }
    .dashboard_form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 42px;
    }
    .header__style2 .login_signin ul {
        align-items: center;
    }
    .sessions_right {
        padding-left: 90px
    }
    .session_btn {
        margin: 0 -3px;
    }
    .header__style2 .login_signup_link {
        top: 14px;
    }
    .gratitude_modal .modal-dialog {
        margin: 0;
        padding: 10px;
        max-width: 100%
    }
    .modal-dialog {
        max-width: 100%;
        margin: 10px;
        width: auto;
    }
    .header__style2 .login_signin ul li {
        font-size: 0;
    }
    .main_table table tr td.description_td span {
        max-width: 400px;
        white-space: normal;
        display: block;
    }
}

.styled-selectors.remember_checkbox input {
    display: none;
}

@media(max-width:767px) {
    .request-btn.text-center .btn-primary {
        margin: 4px;
    }
    .request-btn.text-center .btn.btn {
        margin: 4px;
    }
    .class-about-row.owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav {
        margin-top: 10px;
    }
    .lead_form .col-7 {
        padding-left: 10px;
    }
    .tooltip {
        z-index: 999;
    }
    .bloglistimg figure a img {
        width: 100%;
        height: auto;
    }
    .user_account .dropdown-menu ul li a {
        font-size: 14px;
    }
}

@media(max-width:375px) {
    .lead_form .col-7 {
        padding-left: 10px;
    }
    .tooltip-inner {
        max-width: 150px;
    }
}

body .form-group .ms-options-wrap>.ms-options {
    z-index: 2;
}

header {
    z-index: 99;
}

@media (max-width: 767px) {
    .account_left {
        z-index: 99;
    }
    .tooltip {
        z-index: 9999;
    }
    .bloglistimg figure a {
        width: 100%;
    }
    .class_content figure img {
        height: 66px;
    }
}

.subjects_teach_sec.subjects_teach .add_more_btn {
    top: 44px;
}

footer span.select2-container {
    z-index: 999;
}

.plan-btn {
    background-color: #13e1b1;
    border: none;
    outline: 0;
    overflow: hidden;
    text-align: center;
    padding: 0 15px;
    border-radius: 3px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    min-width: 124px;
}

.plan-btn:hover {
    color: #fff;
    text-decoration: none;
    cursor: default;
}

.styled-selectors.remember_checkbox input.display-block {
    display: block;
}

.download_documents {
    padding: 2px;
    width: 25px;
}

.download-documents {
    text-align: center;
}

.download-documents a {
    display: contents !important;
}

.download-documents a img {
    width: 15% !important;
    display: inline !important;
    margin: 10px 5px 10px 5px;
}

.dtp>.dtp-content {
    max-height: none !important;
}

.dtp>.dtp-content>.dtp-date-view header.dtp-header {
    position: absolute !important;
}


/* 31-08-2021 */

.class-details-dec .card .btn:after {
    top: 25px;
    transform: none;
}

.class-details-dec .card .btn.collapsed:after {
    top: 19px;
}

.share_wrraper {
    display: flex;
    position: relative;
}

.class-share .share_social_div {
    top: 50%;
}

.form-group.multiselect .ms-options-wrap button {
    height: 50px;
    color: #42495c;
    font-size: 14px;
    background-image: url(../images/dropdown_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    border: 1px solid #e1e2e3;
    background-position: 97%;
}

.form-group.multiselect .ms-options-wrap>button:after {
    display: none;
}

.tutor_dashboard.exp_certi_div .basic_info>.row {
    margin-bottom: 20px;
}

.tutor_dashboard.exp_certi_div .title_row.certificate_title {
    padding: 0;
}

.class-share .share_social_div .share_social {
    padding-left: 10px;
    padding-top: 0;
}

.dashboard_form .subjects_teach_sec.subjects_teach .form-group span .select2-selection {
    padding-right: 30px;
}

@media (max-width: 1380px) {
    .classes-slider .owl-nav button.owl-next,
    .classes-slider .owl-nav button.owl-prev {
        padding: 0!important;
    }
}

@media (max-width: 1024px) {
    .class-share .share_social_div {
        top: auto;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .classes-slider .owl-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }
    .classes-slider .owl-nav button.owl-next,
    .classes-slider .owl-nav button.owl-prev {
        position: initial;
        margin: 0 5px;
    }
    .dashboard_form .form-group .select2-container--default .select2-selection--single,
    .dashboard_form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered,
    .dashboard_form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 42px;
        line-height: 40px;
    }
    .form-group.multiselect .ms-options-wrap button,
    .dashboard_form .custom-file-upload .form-control,
    .upload-file .custom-file-upload .btn,
    .subjects_teach.subjects_teach_sec .topic-div .topic-div2 .ms-options-wrap>button {
        height: 42px;
    }
    #giftClassModal .save-btn {
        margin-top: 15px;
    }
    #giftClassModal .save-btn .btn {
        min-width: 110px;
    }
    .tutor_dashboard.exp_certi_div .basic_info>.row {
        margin-bottom: 10px;
    }
    .subjects_teach.subjects_teach_sec .topic-div .topic-div2 .ms-options-wrap>button::after {
        height: 48px;
    }
    .faq-block .accordionlink::after {
        top: 30px;
    }
}

@media (max-width: 576px) {
    .class-share .share_social_div {
        top: auto;
        bottom: -40px;
        left: auto;
        transform: none;
        right: 0;
    }
}

@media (max-width: 479px) {
    .faq-block .accordionlink::after {
        top: 22px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sessions_listing .sessions_right {
        padding-left: 90px;
    }
}

.choose_plan.verify_wrraper {
    background: #07d3a3;
    text-align: center;
    padding: 20px 0;
    min-height: 460px;
    background: url(../images/login_bg.png) no-repeat;
}

.choose_plan.verify_wrraper h1 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
}

.choose_plan.verify_wrraper p {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 1px;
    color: #000;
}

.verify_wrraper_list .choose_plantxt {
    background: #fff;
    max-width: 788px;
    margin: auto;
    display: block;
    border-radius: 7px;
    padding: 40px 0 30px;
    position: relative;
    box-shadow: 0 9px 16px rgba(221, 221, 221, 0.7);
    margin: 0 auto;
    margin-top: -301px;
    -webkit-box-shadow: 0 0 9px rgb(33 35 47 / 9%);
    box-shadow: 0 0 9px rgb(33 35 47 / 9%);
    border: 1px solid #d2d3d5;
}

.verify_wrraper_list .choose_plantxt p {
    font-weight: 600;
    font-size: 22px;
    max-width: 546px;
    margin: 2px auto;
    color: #000;
    text-align: center;
}

.verify_wrraper_list .choose_plantxt p span {
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 3px 0 27px;
}

.verify_wrraper_list .mws-form {
    max-width: 478px;
    margin: auto;
    padding: 0 25px;
    text-align: center;
}

.verify_wrraper_list .verfy_otp_div .form-group {
    margin-bottom: 0;
}

.verify_wrraper_list .verfy_otp_div .form-group .form-group_iner {
    position: relative;
}

.verify_wrraper_list .verfy_otp_div .form-group .form-group_iner button {
    position: absolute;
    right: 0;
    top: 2px;
    right: 2px;
    height: calc(100% - 4px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.verify_wrraper_list .choose_plantxt p.otp-text {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin: 0px;
    margin-right: 30px;
}

.verify_wrraper_list .choose_plantxt .margintop30 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.verify_wrraper_list .sepration.plan_sepration {
    margin-top: 46px;
}

.verify_wrraper_list .sepration.plan_sepration::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    background: #babcc3;
}

.verify_wrraper_list .sepration.plan_sepration b {
    background: #fff;
    text-transform: uppercase;
    width: 56px;
    height: auto;
    display: block;
    margin: auto;
    position: relative;
    top: -17px;
    font-size: 23px;
    color: #c7c9cd;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    text-align: center;
}

.verify_wrraper_list .form-group_iner .intl-tel-input {
    display: block;
}

.verify_wrraper_list .custom_phone_box.lead_form.verfy_otp_div {
    padding: 0;
}

.verify_wrraper_list .custom_phone_box_title p {
    margin-bottom: 15px;
}

.plan_list.verify_wrraper_list {
    padding-bottom: 120px;
}

@media (max-width:576px) {
    .choose_plan.verify_wrraper h1 {
        font-size: 30px;
    }
    .choose_plan.verify_wrraper p {
        font-size: 16px;
    }
    .verify_wrraper_list .choose_plantxt p {
        padding: 0 15px;
    }
    .verify_wrraper_list .choose_plantxt .margintop30 {
        flex-direction: column;
    }
    .verify_wrraper_list .choose_plantxt p.otp-text {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .verify_wrraper_list .choose_plantxt p {
        font-size: 16px;
    }
    .verify_wrraper_list .mws-form {
        padding: 0 15px;
    }
    .verify_wrraper_list .custom_phone_box_title p {
        margin-bottom: 30px;
    }
    .choose_plan {
        min-height: 412px;
    }
    .verify_wrraper_list .verfy_otp_div .form-group .form-group_iner button {
        min-width: 65px;
        font-size: 14px;
    }
    .plan_list.verify_wrraper_list {
        padding-bottom: 30px;
    }
}


/*09-09-2021*/

.ourstroy_content.about-us-content {
    display: block;
    background-color: transparent;
}

.ourstroy_content.about-us-content .story_text {
    width: 100%;
    right: auto;
}

.ourstroy_content.about-us-content .story_text figure {
    position: relative;
    float: left;
    margin: 0px 30px 20px 0px;
}


/*13-09-2021*/

.featured_img figure {
    border: none;
    width: 49%;
    padding: 0
}

.featured_img figure img {
    border: 1px solid rgba(0, 0, 0, 0.1)
}

a.text-decoration-none.theme_blue_color.cursor-pointer.tooltipHelp {
    cursor: pointer;
}


/**/

.basic_infoview .form-group p {
    word-wrap: break-word;
    padding-right: 10px;
}

.sendmsg_modal .reply_msg_text textarea.form-control {
    text-transform: capitalize;
}

.dashboard_form textarea.form-control {
    text-transform: capitalize;
}
/*
.dashboard_form .form-control {
    text-transform: capitalize;
}
*/
.blogdetail_panel img {
    max-width: 100%;
}

.lead_form .form-group label {
    text-transform: capitalize;
}

.earning_txt_box {
    height: 100%;
}

.abt-box.highlight:hover figure span {
    margin-top: -36px;
    opacity: 1;
}

.form-group.multiselect .ms-options-wrap button span {
    text-transform: capitalize;
}

.dashboard_form .form-group span {
    text-transform: capitalize;
}

.heading h2 {
    text-transform: capitalize;
}

.featured_img figure strong {
    text-transform: capitalize;
}

@media (min-width: 768px) and (max-width: 991px) {
    .session_btn.dashboard-buttons .btn {
        margin: 5px 3px 5px 0px;
    }
}

@media (max-width:767px) {
    .save-btn.text-center .btn {
        min-width: 110px;
    }
    .class_content span {
        min-width: 140px;
    }
    .lead_form {
        padding-top: 18px;
    }
    .login_section .login_content {
        padding-top: 20px;
    }
    header {
        z-index: 99999;
    }
}

.class_detail ul li.with100per {
    width: 100%;
}

.profile_alert {
    background-color: #14e2b2;
    color: white;
}

.class-about-row.owl-carousel .owl-stage-outer {
    padding: 0 10px;
    margin: 0 -10px;
}

.red-text {
    font-weight: bold;
    color: #FF0000;
}

.blog_txt p {
    word-break: break-all;
}

@media (max-width: 767px) {
    header {
        z-index: 99;
    }
    .class-schedule .class-schedule-btn.btn-primary.See_Class_Schedule {
        font-size: 13px;
    }
}
