﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url("https://fonts.googleapis.com/css2?family=Outfit&display=swap");

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
/*#PageContent {
    z-index: 9;
    position: relative
}*/
/* Provide sufficient contrast against white background */
a {
    color: #146691;
}

.dataTable a {
    color: #12262c;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-shadow: 0px 1px #3a8289;
}

body {
    font-family: "Outfit";
    background-color: #fdfdfd;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}



.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.no-color {
    font-size: 12px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 12px;
}

@media (min-width: 768px) {
    html {
        font-size: 12px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*  margin-bottom: 60px;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.login-23 {
    /*    min-height: 91.5vh !important;*/
}

.boxContainer {
    position: relative;
}

.box {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: left;
}

#LS2-top-header {
    /*height: 45px;*/
    position: relative;
    text-align: center;
}

@media (min-width: 1340px) {
    .home .container {
        max-width: 100%;
    }

    #loggedinname a.btn, #loggedinname input {
        padding: 2px 1px 2px;
        min-width: 62px !important;
    }
}


@media (min-width: 1200px) {
    .home .container {
        max-width: 100%;
    }
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
    background: #dfe9ff;
    border: 1px solid #b7c5e6;
    color: #081d65;
}

.bg-white {
    background-color: #fff !important;
    box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
}

.navbar-light .navbar-brand {
    color: #fff;
}

.text-dark {
    color: #000000 !important;
    font-size: 13.5px !important;
    padding: 0px 10px;
}

.footer {
    background: #000;
}

.navbar {
    /*  padding: 8px 0px;*/
    /*border: 3px solid #cacaca !important;*/
}

#LS2-top-header {
    width: 100%;
}

.navbar-light .navbar-brand {
    color: #0b2044;
    /*font-weight: 600;*/
    /* text-shadow: 1px 2px #362e3a; */
    margin-left: 6px;
    font-size: 15px;
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: #0b2044;
        font-weight: 600;
        /* text-shadow: 2px 2px #482d56;*/
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    font-size: 14px;
}

.navbar-collapse {
    margin-left: 20px;
    margin-right: 20px;
}

.card {
    text-align: center;
}

.navbar-brand {
    padding: 0px;
}

a.text-dark:focus, a.text-dark:hover {
    color: #4a5b78 !important;
}
/*.table-bordered thead td, .table-bordered thead th {
    background: #fff;
    border: none;
    color: #686161;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable td:first-child, table.table-bordered.dataTable td:first-child {
    border-left-width: 1px;
    padding: 15px 10px;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0;
    padding: 10px 0px 20px 0px;
}*/

.btn-primary.float-left {
    margin-right: 7px;
}

.login-23 .bg-img p {
    /*  text-shadow: 2px 2px #482d56;*/
}

.btn-outline-info {
    color: #5990c7;
    border-color: #5990c7;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 28px;
    background: #ECEBEC !important;
    color: #484848 !important;
    z-index: 999;
    padding-left: 10px;
}

.table-bordered tbody tr:nth-child(4) td:nth-child(2) {
    /* width: 124px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: none;*/
}

@media (min-width: 1400px) {
    .home .container {
        max-width: 1340px;
    }
}

@media (min-width: 1500px) {
    .home .container {
        max-width: 1440px;
    }

    .table-bordered tbody tr:nth-child(4) td:nth-child(2) {
        width: 200px;
    }
}

@media (min-width: 1600px) {
    .home .container {
        max-width: 100%;
    }
    /*  .table-bordered tbody tr:nth-child(4) td:nth-child(2) {
        width: 210px;
    }*/


}

@media (min-width: 1700px) {
    .home .container {
        max-width: 1640px;
    }
    /* .table-bordered tbody tr:nth-child(4) td:nth-child(2) {
        width: 210px;
    }*/
}

@media (min-width: 1800px) {
    .home .container {
        max-width: 1740px;
    }
    /*    .table-bordered tbody tr:nth-child(4) td:nth-child(2) {
        width: 240px;
    }*/
}

@media (min-width: 1900px) {
    .home .container {
        max-width: 1840px;
    }
    /*  .table-bordered tbody tr:nth-child(4) td:nth-child(2) {
        width: 240px;
    }*/
}

@media (min-width: 1900px) {
    .home .container {
        max-width: 1645px;
    }
    /*    .table-bordered tbody tr:nth-child(4) td:nth-child(2) {
        width: 240px;
    }*/
}

@media (min-width: 2000px) {
    .home .container {
        max-width: 1940px;
    }
    /* .table-bordered tbody tr:nth-child(4) td:nth-child(2) {
        width: 240px;
    }*/
}

@media (min-width: 2100px) {
    .home .container {
        max-width: 2040px;
    }
    /*   .table-bordered tbody tr:nth-child(4) td:nth-child(2) {
        width: 240px;
    }*/
}

@media (min-width: 2200px) {
    .home .container {
        max-width: 2140px;
    }

    .table-bordered tbody tr:nth-child(4) td:nth-child(2) {
        width: 240px;
    }
}

@media (min-width: 2300px) {
    .home .container {
        max-width: 2240px;
    }

    .table-bordered tbody tr:nth-child(4) td:nth-child(2) {
        width: 250px;
    }
}


@media (min-width: 2400px) {
    .home .container {
        max-width: 2340px;
    }

    .table-bordered tbody tr:nth-child(4) td:nth-child(2) {
        width: 250px;
    }
}

@media (min-width: 2500px) {
    .home .container {
        max-width: 2440px;
    }

    .table-bordered tbody tr:nth-child(4) td:nth-child(2) {
        width: 250px;
    }
}

@media (min-width: 2600px) {
    .home .container {
        max-width: 2540px;
    }

    .table-bordered tbody tr:nth-child(4) td:nth-child(2) {
        width: 250px;
    }
}



body {
    color: #000;
}

.form-control, .table, .table:hover, .form-control:focus {
    color: #000;
}


table.dataTable {
    border-spacing: 0;
}

.dataTables_length {
    display: none;
}

.dataTables_scrollBody::-webkit-scrollbar, .table-responsive::-webkit-scrollbar, #wrapper div::-webkit-scrollbar {
    width: 6px;
    height: 0px;
    cursor: pointer;
}


.dataTables_scrollBody::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb, #wrapper div::-webkit-scrollbar-thumb {
    background: #434343;
    border-radius: 16px;
    box-shadow: inset 2px 2px 2px hsl(0deg 0% 100% / 25%), inset -2px -2px 2px rgb(0 0 0 / 25%);
}

/*table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: " "!important;
}*/
.login-23 .login-inner-form .details p a {
    margin-left: 3px;
    color: #397dff;
    cursor: pointer;
}

.login-23 .login-inner-form .details p {
    margin-bottom: 0;
}

.login-23 .login-inner-form .details p {
    color: #403838;
    font-weight: 400;
    font-size: 15px;
}

.login-23 {
    background: #f7f7f7;
}

.account-logo {
    margin-bottom: 10px;
    text-align: center;
}

.login-23 h1 {
    color: #0b2044;
    /*text-shadow: 2px 2px #ffffff;*/
    margin-bottom: 20px;
    font-size: 16px;
}

.login-box-12 {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
    margin: 0 auto;
    overflow: hidden;
    width: 480px;
}

.login-23 .login-inner-form .details {
    padding: 25px 15px 25px 15px;
}

.account-logo img {
    /*width: 220px;*/
}

.login-23 .login-inner-form .btn-theme {
    background: linear-gradient(to right,#4769a5 0%,#4a5b78 100%);
    border: none;
    color: #fff;
}

.login-23 .login-inner-form .details p a {
    margin-left: 3px;
    color: #b52100;
    cursor: pointer;
}

.login-23 .login-inner-form .btn-md {
    cursor: pointer;
    padding: 10px 50px 8px 50px;
    height: 45px;
    letter-spacing: 0px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    border-radius: 3px;
}

.login-23 {
    top: 0;
    width: 100%;
    bottom: 0;
    min-height: 100vh;
    z-index: 1;
    opacity: 1;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background: #f7f7f7;
}

    .login-23 .login-inner-form h3 {
        margin: 0 0 25px;
        font-size: 22px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        color: #272323;
    }

    .login-23 .login-inner-form {
        color: #272323;
        text-align: center;
    }

        .login-23 .login-inner-form .form-group {
            margin-bottom: 20px;
        }

login-23 .login-inner-form .btn-theme {
    background: #4a5b78;
    border: none;
    color: #fff;
}

.login-23 .login-inner-form .btn-md {
    cursor: pointer;
    padding: 10px 50px 8px 50px;
    height: 45px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    border-radius: 3px;
    width: 100%;
}

.homepage-title {
    text-align: center;
    color: #2c2c2c;
    margin-top: 40px;
    padding-bottom: 10px;
}

.add-request {
    position: relative;
}

    .add-request a {
        text-decoration: none;
        font-size: 15px;
        color: #303030;
        position: absolute;
        top: 2px;
        left: 7px;
    }

    .add-request i {
        padding-right: 6px;
    }

.btn-outline-info {
    color: #4a5b78;
    border-color: #4a5b78;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #4a5b78;
        border-color: #4a5b78;
    }

table.dataTable td, table.dataTable th {
    box-shadow: none;
}

.add-request .btn {
    color: #1a82e2;
    background-color: #ffffff;
    border-color: #1a82e2;
}

    .add-request .btn:hover {
        color: #fff;
        background-color: #1861ac;
        border-color: #1861ac;
    }

.dataTables_filter input[type=search] {
    border-top: none;
    border-left: none;
    border-right: none;
}


    .dataTables_filter input[type=search]:focus {
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
    }

.table-bordered > :not(caption) > * > * {
    border-width: 1px;
    border-color: #dee2e6;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-bottom-width: 0px !important;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable tr:last-child td {
    border-bottom-width: 1px !important;
}

table.dataTable td, table.dataTable th {
    box-shadow: none;
    padding: 15px;
}

    table.dataTable td a {
        color: #146691;
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
        text-shadow: none;
    }

div.dataTables_scrollBody > table > tbody tr:first-child td {
    border-top: 1px solid #dee2e6 !important;
    font-size: 13px;
}

.dataTables_filter input:focus {
    box-shadow: none;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: 225px !important;
    font-size: 14px;
}

.div-center {
    display: flex;
    left: 0px;
    margin: auto;
    width: 50%;
}

.topLogo {
    /*  width: 200px;
    height: 60px;*/
    cursor: pointer;
}

.mt-20 {
    margin-bottom: 27px;
}

.editPage .mt-20 {
    padding: 10px 40px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 13px;
}

.mt-30 {
    margin-bottom: 30px;
}

.fourth {
    border-color: #f1c40f;
    color: #fff;
    background-image: linear-gradient(45deg, #f1c40f 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 300ms ease-in-out;
}

    .fourth:hover {
        background-position: 0;
    }

.button {
    width: 125px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    color: #000;
    /*text-transform: capitalize;*/
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 30px;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}

#btn-SendIntroductionRequest #btn-back {
    text-transform: capitalize;
    width: 50%;
    font-size: 14px;
}


#btn-searchtutor {
    text-transform: capitalize;
    width: 100%;
    font-size: 14px;
    color: #000;
}

#btn-showMore {
    text-transform: capitalize;
    width: 100%;
    font-size: 14px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.edit .button {
    width: 80px;
}

.button-1 {
    margin-right: 3px;
    background-color: #3eb0a7;
    margin-right: 3px;
    border-bottom: 3px solid #c3c3c3ab;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    color: #000;
    background: rgb(241 241 241);
    border-radius: 4px;
    box-shadow: 0 3px 4px rgb(0 0 0 / 30%);
    /* backdrop-filter: blur(5px); */
    -webkit-backdrop-filter: blur(5px);
    /*border: 1px solid rgb(213 213 213);*/
}

    .button-1:hover {
        border-bottom: 3px solid #afb2b3;
    }

#addButton {
    margin-right: 3px;
}

}

.button-1:first-child {
    margin-right: 15px;
}

.button-1:hover {
    /*background-color: #cfcfd0 !important;
    color: #000000 !important;*/
    /* border: 2px solid #cfcfd0; */
    /* border-bottom: 3px solid #c3c3c3ab; */
    /*border: 2px solid #dfdfdf;
    border-bottom: 3px solid #7f7f7fab;
    
    color: #000000 !important;*/
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    color: #000;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 14px;
    border: 1px solid #cdcdcf;
}

.button-2 {
    /*background-color: transparent;
    border: 2px solid #f55252;*/
    /*border-radius: 50px;*/
    /*-webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    color: #f55252;*/
    background-color: transparent;
    border: 2px solid #26b7eb;
    /*border-radius: 50px;*/
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    color: #139ccd;
}

    .button-2:hover {
        /*       box-shadow: 0 0 2px 0 #f55252 inset, 0 0 12px 2px #f55252;
        border: 2px solid #f55252;*/
        box-shadow: 0 0 2px 0 #26b7eb inset, 0 0 12px 2px #26b7eb;
        border: 2px solid #26b7eb;
    }




.button-3 {
    background-color: #4aabce;
    border: 2px solid #f1f1f1;
    border-radius: 4px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    color: #ffffff;
    float: none;
    clear: both;
    width: 100%;
    margin-bottom: 15px;
}

    .button-3:hover {
        background-color: #f1f1f1;
        border-bottom: 3px solid #4aabce;
    }

label {
    display: inline-block;
    font-size: 15px;
}

.table-bordered > :not(caption) > * > * {
    border-width: 1px 0px;
    border-color: #dee2e6;
}


.add-request .button {
    position: absolute;
    top: 30px;
    left: 10px;
}

.mtp-20 {
    margin-top: 70px;
}




/* ========================================================================
 * MESSAGES
 * ======================================================================== */
.message form {
    padding: 6px 15px;
    background-color: #FAFAFA;
    border-bottom: 1px solid #E6EBED;
}

    .message form .has-icon .form-control-icon {
        position: absolute;
        z-index: 5;
        top: 0;
        right: 0;
        width: 34px;
        line-height: 33px;
        text-align: center;
        color: #777;
    }

.message > a {
    position: relative;
}

.message .indicator {
    text-align: center;
}

    .message .indicator .spinner {
        left: 26%;
        width: 200px;
        font-size: 13px;
        line-height: 17px;
        color: #999;
    }

.message-wrapper {
    position: relative;
    padding: 0px;
    background-color: #ffffff;
    margin-top: 30px;
}

    .message-wrapper .message-sideleft {
        vertical-align: top !important;
    }

        .message-wrapper .message-sideleft[class*="col-"] {
            padding-right: 0px;
            padding-left: 0px;
        }

    .message-wrapper .message-sideright {
        background-color: #fff;
    }

        .message-wrapper .message-sideright[class*="col-"] {
            padding: 5px;
            margin-right: 15px;
        }

        .message-wrapper .message-sideright .panel {
            border-top: 1px dotted #DDD;
            padding-top: 0px;
        }

            .message-wrapper .message-sideright .panel:first-child {
                border-top: none;
                padding-top: 0px;
            }

            .message-wrapper .message-sideright .panel .panel-heading {
                border-bottom: none;
            }

    .message-wrapper .panel {
        background-color: transparent !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

        .message-wrapper .panel .panel-heading, .message-wrapper .panel .panel-body {
            background-color: transparent !important;
        }

    .message-wrapper .media .media-body {
        font-weight: 300;
    }

    .message-wrapper .media .media-heading {
        margin-bottom: 0px;
        font-size: 18px;
        color: #000000;
    }

    .message-wrapper .media small {
        color: #999999;
        font-weight: 400;
        font-size: 12px;
    }

.list-message .list-group-item {
    padding: 15px;
    color: #999999 !important;
    border-right: 3px solid #8CC152 !important;
}

    .list-message .list-group-item.active {
        background-color: #EEEEEE;
        border-bottom: 1px solid #DDD !important;
    }

        .list-message .list-group-item.active p {
            color: #999999 !important;
        }

        .list-message .list-group-item.active:hover, .list-message .list-group-item.active:focus, .list-message .list-group-item.active:active {
            background-color: #EEEEEE;
        }

    .list-message .list-group-item small {
        font-size: 12px;
    }

    .list-message .list-group-item .list-group-item-heading {
        color: #999999 !important;
    }

    .list-message .list-group-item .list-group-item-text {
        margin-bottom: 10px;
    }

    .list-message .list-group-item:last-child {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        border-bottom: 1px solid #DDD !important;
    }

.avatar {
    width: 50px;
    height: 50px;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

.img-circle {
    border-radius: 50%;
}

table.dataTable td, table.dataTable th {
    box-shadow: none;
}

.login-logo {
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
}

    .login-logo img {
        max-width: 100%;
    }

    .login-logo + form {
        margin-top: 10px;
    }



.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
}

.btn-3 {
    background: rgb(57 116 177);
    background: linear-gradient(0deg, rgb(33 69 131) 0%, rgb(57 116 177) 100%);
    width: 170px;
    height: 42px;
    line-height: 44px;
    padding: 0;
    border: none;
}

    .btn-3 span {
        position: relative;
        display: block;
        width: 100%;
        font-size: 15px;
        height: 100%;
    }

    .btn-3:before,
    .btn-3:after {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        background: rgba(2,126,251,1);
        transition: all 0.3s ease;
    }

    .btn-3:before {
        height: 0%;
        width: 2px;
    }

    .btn-3:after {
        width: 0%;
        height: 2px;
    }

    .btn-3:hover {
        background: transparent;
        box-shadow: none;
    }

        .btn-3:hover:before {
            height: 100%;
        }

        .btn-3:hover:after {
            width: 100%;
        }

    .btn-3 span:hover {
        color: rgba(2,126,251,1);
    }

    .btn-3 span:before,
    .btn-3 span:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        background: rgba(2,126,251,1);
        transition: all 0.3s ease;
    }

    .btn-3 span:before {
        width: 2px;
        height: 0%;
    }

    .btn-3 span:after {
        width: 0%;
        height: 2px;
    }

    .btn-3 span:hover:before {
        height: 100%;
    }

    .btn-3 span:hover:after {
        width: 100%;
    }


.media .pull-left {
    float: left;
    padding-right: 10px;
}


.lead {
    font-size: 15px;
    font-weight: 500;
}

.panel-heading {
    padding: 20px 28px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
}

.panel-body {
    padding: 15px;
    margin-top: 0px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.shadow-lg {
    box-shadow: 0 1px 5px rgba(0,0,0,.175) !important;
}

.col-md-4.message-sideleft.shadow-lg .panel {
    padding: 10px;
}

.panel-body p {
    font-size: 12px;
}

.homepage-title h1 {
    font-size: 24px !important;
}

.media-heading {
    font-size: 13px;
    font-weight: 500;
}

.yellow {
    background-image: url(../Images/checkmark-24.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}


.modal-header h5 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #000;
    opacity: .5;
}

.close {
    position: absolute;
    top: 0px;
    top: 15px;
    right: 15px;
    font-size: 16px;
}

.modal input[type=text], .modal input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #ddd;
}

.modal-content {
    border: none;
}

.modal-footer .button {
    margin-bottom: 0px;
}

.modal select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto !important;
    margin: 6px 0px;
}

.modal-header {
    display: block;
}

.modal-title {
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 25px;
}

.modal .button {
    width: 100px;
    padding-top: 7px;
    padding-bottom: 7px;
}

/* Button Styles */

.logout .button {
    display: inline-flex;
    height: 35px;
    width: 100px;
    border: 2px solid #f75353;
    margin: 5px 5px 5px 6px;
    color: #fb3535;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
}

.logout a, .logout input {
    color: #1C1C1C;
    text-decoration: none;
    letter-spacing: 0px;
    font-size: 15px;
}

#loggedinname .btn.btn_success {
    color: #000000;
    font-weight: 600;
}

.logout input, .logout input:hover, .logout input:focus {
    border: none;
    background: transparent;
    width: 100px;
    outline: none;
}

/* First Button */
.logout #arrow-hover {
    width: 15px;
    height: 10px;
    position: absolute;
    transform: translateX(60px);
    opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.14, .59, 1, 1.01);
    transition: all .15s cubic-bezier(.14, .59, 1, 1.01);
    margin: 0;
    padding: 0 5px;
}

.logout a#button-1:hover img, .logout input#button-1:hover img {
    width: 15px;
    opacity: 1;
    transform: translateX(50px);
}
/* Second Button */

.logout #button-2 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .logout #button-2 a, .logout #button-2 input {
        position: relative;
        transition: all .35s ease-Out;
    }

.logout #slide {
    width: 100%;
    height: 100%;
    left: -200px;
    background: #f75353;
    position: absolute;
    transition: all .35s ease-Out;
    bottom: 0;
}

.logout #button-2:hover #slide {
    left: 0;
}

.logout #button-2:hover a, .logout #button-2:hover input {
    color: #fff;
}


.editDropdown select {
    width: 200px !important;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.editPage .mt-20 {
    margin-bottom: 5px;
}

.right label {
    font-size: 13px;
    width: 125px;
    line-height: 23px;
}

.emailBody {
    clear: both;
    font-size: 14px;
    padding: 15px 0px;
}

    .emailBody p {
        font-size: 14px;
    }


.msgContainer {
    padding: 0px 16px;
}

    .msgContainer .panel-heading {
        padding: 2px 0px;
    }

.pull-right small {
    font-size: 12px;
    font-weight: 500;
}

.addDetail .mt-20 {
    padding: 10px 18px;
}

.editPage .edit {
    margin: 10px 25px;
}

.edit-input .left label {
    padding: 0px 20px;
}

.edit-input {
    margin: 5px 0px 20px 0px;
}

.add-details {
    width: 150px;
}

#CustomerSupportRequestDataTable_filter label input {
    background-image: url(../Images/searchicon.png);
    background-repeat: no-repeat;
    background-position: right 2% center;
}

.userIcon {
    background-image: url(../Images/user.png);
    background-repeat: no-repeat;
    background-position: left 0px bottom -3px;
    display: inline-block;
    height: 25px;
    width: 28px;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.drag-container {
    max-width: 1000px;
    margin: 20px auto;
}

.drag-list {
    display: flex;
    align-items: flex-start;
}

@media (max-width: 690px) {
    .drag-list {
        display: block;
    }
}

.drag-column {
    flex: 1;
    margin: 0 10px;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

@media (max-width: 690px) {
    .drag-column {
        margin-bottom: 30px;
    }
}

.drag-column h2 {
    font-size: 0.8rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.drag-column-on-hold .drag-column-header,
.drag-column-on-hold .is-moved,
.drag-column-on-hold .drag-options {
    background: #fb7d44;
}

.drag-column-in-progress .drag-column-header,
.drag-column-in-progress .is-moved,
.drag-column-in-progress .drag-options {
    background: #2a92bf;
}

.drag-column-needs-review .drag-column-header,
.drag-column-needs-review .is-moved,
.drag-column-needs-review .drag-options {
    background: #f4ce46;
}

.drag-column-approved .drag-column-header,
.drag-column-approved .is-moved,
.drag-column-approved .drag-options {
    background: #00b961;
}

.drag-column-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.drag-inner-list {
    min-height: 50px;
}

.drag-item {
    margin: 10px;
    height: 100px;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

    .drag-item.is-moving {
        transform: scale(1.5);
        background: rgba(0, 0, 0, 0.8);
    }

.drag-header-more {
    cursor: pointer;
}

.drag-options {
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

    .drag-options.active {
        transform: translateX(0);
        opacity: 1;
    }

.drag-options-label {
    display: block;
    margin: 0 0 5px 0;
}

    .drag-options-label input {
        opacity: 0.6;
    }

    .drag-options-label span {
        display: inline-block;
        font-size: 0.9rem;
        font-weight: 400;
        margin-left: 5px;
    }

/* Dragula CSS  */
.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
    list-style-type: none;
}

.gu-hide {
    display: none !important;
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.gu-transit {
    opacity: 0.2;
}

/* Demo info */
.section {
    padding: 20px;
    text-align: center;
}

    .section a {
        color: white;
        text-decoration: none;
        font-weight: 300;
    }

    .section h4 {
        font-weight: 400;
    }

        .section h4 a {
            font-weight: 600;
        }


.logout {
    display: flex;
    padding: 10px 0px;
}

.center-div {
    margin: 0 auto;
    /*overflow: hidden;*/
}

.button-div {
    margin-top: 25px;
}

.card span {
    font-size: 14px;
    color: #000;
}

.mt-70 {
    margin-top: 80px;
}

.col div {
    margin-right: 50px;
}

.mt-40 {
    margin-top: 25px;
}

.text-danger {
    display: block;
    text-align: left !important;
}

.marginAuto {
    margin: 0 auto;
}

.sizeET {
    font-size: 18px;
}

.form-group {
    margin-bottom: 15px;
}

.col-form-label {
    text-align: right;
    text-indent: 25px;
    padding-right: 30px;
}

.btn i {
    padding-right: 6px;
    font-size: 13px;
}

.container .header {
    /*background-color: #d3d3d3;*/
    padding: 2px;
    cursor: pointer;
    font-weight: bold;
}

.container .subheader {
    /*background-color: #d3d3d3;*/
    padding: 2px;
    cursor: pointer;
    font-weight: bold;
}

.container .content {
    display: none;
    padding: 5px;
}

.accordion-button {
    color: #303030;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 22%);
}

.container.subject-model {
    margin: 3px 0px;
}

.container.grader-model {
    margin: 3px 0px;
}

.subjectList label {
    text-align: left;
    padding-left: 7px;
}

.gradeList label {
    text-align: left;
    padding-left: 7px;
}

.checkbox {
    width: 100px;
}

.course-title {
    font-size: 14px;
    color: #000;
}

.error {
    color: red;
}

.tutor-profile .img-account-profile {
    height: 10rem;
}

.tutor-profile .rounded-circle {
    border-radius: 50% !important;
}

.tutor-profile .card {
    box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
}

    .tutor-profile .card .card-header {
        font-weight: 500;
    }

.tutor-profile .card-header:first-child {
    border-radius: 0.35rem 0.35rem 0 0;
}

.tutor-profile .card-header {
    padding: 1rem 1.35rem;
    margin-bottom: 0;
    background-color: rgba(33, 40, 50, 0.03);
    border-bottom: 1px solid rgba(33, 40, 50, 0.125);
}

.tutor-profile .form-control, .dataTable-input {
    display: block;
    width: 100%;
    padding: 0.875rem 1.125rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 13px;
    border: 1px solid #0000002b;
}

.tutor-profile .card-header {
    padding: 1rem 1.35rem;
    margin-bottom: 0;
    background-color: rgba(33, 40, 50, 0.03);
    border-bottom: 1px solid rgba(33, 40, 50, 0.125);
    font-size: 15px;
    font-size: 16px;
}

.tutor-profile .card-body {
    flex: 1 1 auto;
    padding: 20px 20px;
    text-align: left;
}

.tutor-profile .small, .tutor-profile small {
    font-size: 14px;
    color: #000;
}

.tutor-profile .uploader img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1px;
    left: -1px;
    z-index: 1;
    border: none;
    padding: 12px;
}

.uploader {
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 250px;
    background: #f3f3f3;
    /*border: 2px dashed #e8e8e8;*/
    margin: 0px auto;
    margin: 0px auto;
    /* padding: 27px!important; */
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(131 131 131 / 30%);
    margin-bottom: 10px;
}

#filePhoto {
    position: absolute;
    width: 300px;
    height: 400px;
    top: -50px;
    left: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.tutor-profile .profile-div .text-danger {
    display: block;
    text-align: center !important;
}

.tutor-profile .profile-div .text-muted.mb-4 {
    font-size: 15px;
    padding: 10px 15px 0px 15px;
}

@media (max-width: 1700px) {
    .col-md-8.center-div.mt-70 {
        width: 90%;
    }
}

@media (max-width: 1300px) {
    .col-md-8.center-div.mt-70 {
        width: 100%;
    }
}


.navbar-nav .tu-listing-location {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 10px;
    margin-left: 20px;
}

.find_tutor .tu-listing-location {
    display: block;
    padding: 4px 0px;
}

    .find_tutor .tu-listing-location > address {
        padding-right: 20px;
    }

.find_tutor .tu-listinginfo_price {
    color: #484848;
    padding: 2px 2px;
}

#example-popover-2-content .button-1 {
    width: 145px;
    height: 42px;
    margin: 4px 0px;
}

#example-popover-2-content {
    max-height: 420px;
    overflow: auto;
    font-size: 13px;
}

.ui-widget-content {
    font-size: 16px;
}

#IntroBookingCalender {
    padding: 17px;
    width: auto;
}

    #IntroBookingCalender .ui-datepicker {
        width: 100%;
        padding: 0.2em 0.2em 0;
        display: none;
        /*height: 470px;*/
    }

        #IntroBookingCalender .ui-datepicker td span, #IntroBookingCalender .ui-datepicker td a {
            display: block;
            padding: 15px 15px;
            text-align: center;
            text-decoration: none;
        }


/* Header Section - Start */
.header_section {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

    .header_section.sticky {
        position: fixed;
        animation: 0.3s ease-in-out 0s normal none 1 running fadeInDown;
    }

/* Header Section - End */
/* Header Icon List - Start */
.header_icon_list li {
    font-size: 14px;
}

    .header_icon_list li:not(:last-child) {
        margin-right: 50px;
    }

.header_icon_list a {
    color: #9199ac;
}

    .header_icon_list a:hover {
        color: #d42222;
    }

.header_icon_list i {
    margin-right: 10px;
    color: #d42222;
}

.header_icon_list_2 > li {
    display: flex;
    line-height: 1;
    font-size: 14px;
}

    .header_icon_list_2 > li:not(:last-child) {
        margin-right: 80px;
    }

.header_icon_list_2 a {
    display: flex;
    color: #9199ac;
}

    .header_icon_list_2 a:hover {
        color: #d42222;
    }

.header_icon_list_2 i {
    font-size: 24px;
    margin-right: 15px;
    color: #d42222;
}

.header_icon_list_2 small {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}

/* Header Icon List - End */
/* Header Hotline - Start */
.header_hotline {
    line-height: 1;
    font-size: 16px;
}

    .header_hotline strong {
        display: block;
        font-size: 24px;
        padding-top: 5px;
        font-weight: 900;
    }

/* Header Hotline - End */
/* Main Menu - Start */
.main_menu {
    padding: 0;
}

.main_menu_list > li {
    position: relative;
}

    .main_menu_list > li:not(:last-child) {
        margin: 0 35px 0 0;
    }

    .main_menu_list > li > a {
        display: block;
        line-height: 1;
        font-size: 16px;
        padding: 10px 0;
        font-weight: 500;
        position: relative;
        color: #000323;
        transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }

    .main_menu_list > li:hover > a, .main_menu_list > li.active > a {
        color: #d42222;
    }

.main_menu_list .dropdown > a {
    position: relative;
}
/*
    .main_menu_list .dropdown > a:after {
        float: right;
        line-height: 1;
        font-size: 14px;
        content: "\f0d7";
        font-weight: 400;
        margin-top: 1px;
        margin-left: 5px;
        font-family: var(--fa-style-family,"Font Awesome 6 Free");
    }
*/

.main_menu_list .submenu {
    top: 100%;
    margin: 0px;
    border: none;
    border-radius: 0;
    min-width: 210px;
    padding: 5px 0px;
    box-shadow: 0px 9px 28px 6px rgb(0 0 0 / 15%);
    background-color: #011b24ab;
}

    .main_menu_list .submenu > li:not(:last-child) {
        border-bottom: 1px solid #35393a82;
    }

    .main_menu_list .submenu > li > a {
        display: block;
        line-height: 1;
        font-size: 15px;
        font-weight: 500;
        white-space: nowrap;
        color: #FFF;
        transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        padding: 13px 30px 14px;
    }

    .main_menu_list .submenu > li:hover > a, .main_menu_list .submenu > li.active > a {
        color: #d42222;
        background-color: rgba(0, 0, 0, 0.02);
    }

    .main_menu_list .submenu .dropdown > a:after {
        margin-top: 2px;
        content: "\f105";
    }

    .main_menu_list .submenu .submenu {
        top: 0px;
        left: 100%;
        border-top-left-radius: 0px;
    }

.main_menu_list li:hover > .submenu,
.main_menu_list li:hover > .megamenu {
    display: block;
    animation: 0.3s ease-in-out 0s normal none 1 running fadeInUp;
}

/* Main Menu - End */
/* Search Body - Start */
.search_body {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
    padding: 30px 0;
    overflow: hidden;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}

    .search_body .search_close {
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        position: absolute;
        text-align: center;
    }

        .search_body .search_close:hover {
            color: #d42222;
        }

    .search_body h3 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .search_body .form_item {
        display: flex;
        align-items: center;
    }

        .search_body .form_item input {
            flex: 1;
            height: 60px;
            padding: 0 30px;
        }

        .search_body .form_item button {
            height: 60px;
            color: #ffffff;
            font-size: 15px;
            font-weight: 700;
            margin-left: 15px;
            padding: 10px 30px;
            align-items: center;
            display: inline-flex;
            justify-content: center;
            text-transform: uppercase;
            background-color: #d42222;
        }

            .search_body .form_item button:hover {
                background-color: #000323;
            }

/* Search Body - End */
/* Header Btns Group - Start */
.header_btns_group > li:not(:last-child) {
    margin-right: 20px;
}


/* Header Btns Group - End */
/* Fixed Cart Btns - Start */
.fixed_cart_btns {
    top: 50%;
    right: 50px;
    z-index: 99;
    position: fixed;
    padding: 37px 15px;
    background-color: #e8ecf3;
    transform: translateY(-50%);
}

    .fixed_cart_btns button {
        width: 40px;
        height: 40px;
        color: #ffffff;
        line-height: 46px;
        position: relative;
        border-radius: 3px;
        background-color: #283046;
    }

        .fixed_cart_btns button:hover {
            background-color: #74c138;
        }

        .fixed_cart_btns button span {
            top: -20px;
            left: 7px;
            width: 27px;
            height: 27px;
            color: #ffffff;
            font-size: 10px;
            font-weight: 700;
            line-height: 22px;
            position: absolute;
            border-radius: 100%;
            border: 3px solid #e8ecf3;
            background-color: #74c138;
        }

    .fixed_cart_btns > li:not(:last-child) {
        margin-bottom: 20px;
    }

    .fixed_cart_btns > li:last-child button span {
        top: auto;
        bottom: -20px;
    }

/* Fixed Cart Btns - End */
/* Header Boxed Wrap - Start */
.header_boxed_wrap {
    z-index: 1;
    display: flex;
    padding: 30px;
    position: relative;
    align-items: center;
    margin-bottom: -60px;
    background-color: #ffffff;
}

    .header_boxed_wrap .site_logo {
        flex: 0 0 270px;
    }

    .header_boxed_wrap .main_menu {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header_boxed_wrap .btn {
        padding: 21px 30px 20px;
    }

.sticky .header_boxed_wrap {
    padding: 15px 30px;
    margin-bottom: -45px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}

/* Header Boxed Wrap - End */
/* Header Default - Start */
.header_default {
    background-color: #000323;
}

    .header_default .header_top {
        padding: 13px 0;
    }

        .header_default .header_top .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

    .header_default.sticky {
        padding-top: 15px;
    }

        .header_default.sticky .header_top {
            display: none;
        }

    .header_default .header_icon_list li {
        color: #ffffff;
    }

    .header_default .header_icon_list a {
        color: #ffffff;
    }

        .header_default .header_icon_list a:hover {
            color: #d42222;
        }

    .header_default .social_icon a {
        color: #ffffff;
    }

        .header_default .social_icon a:hover {
            color: #d42222;
        }

/* Header Default - End */
/* Header Transparent - Start */
.header_transparent {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
}

    .header_transparent .container:not(.search_body .container) {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header_transparent .header_top {
        padding: 13px 0;
        border-bottom: 1px solid #4a4f5b;
    }

    .header_transparent.sticky .header_top {
        display: none;
    }

    .header_transparent .header_icon_list li {
        color: #9199ac;
    }

    .header_transparent .header_icon_list a {
        color: #9199ac;
    }

        .header_transparent .header_icon_list a:hover {
            color: #d42222;
        }

    .header_transparent .social_icon a {
        color: #9199ac;
    }

        .header_transparent .social_icon a:hover {
            color: #d42222;
        }

    .header_transparent .header_bottom {
        padding: 25px 0;
    }

    .header_transparent.sticky .header_bottom {
        padding: 15px 0;
        background-color: rgba(0, 3, 35, 0.9);
    }

    .header_transparent .site_logo {
        flex: 0 0 410px;
    }

    .header_transparent .main_menu {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header_transparent .main_menu_list > li > a {
        color: #ffffff;
    }

    .header_transparent .main_menu_list > li:hover > a,
    .header_transparent .main_menu_list > li.active > a {
        color: #d42222;
    }

    .header_transparent .header_btns_group path {
        fill: #ffffff;
    }


/* Header Secondary - Start */
.header_secondary {
    /* background-color: #ffffff;*/
    /*border-bottom: 1px solid #d7d7d7;*/
    background-color: transparent;
    border-bottom: 1px solid #9f9f9f;
}

    .header_secondary .header_top {
        display: flex;
        padding: 8px 5px;
        align-items: center;
        justify-content: space-between;
    }

    .header_secondary.sticky .header_top {
        display: none;
    }

    .header_secondary .header_icon_list {
        padding-left: 435px;
    }

        .header_secondary .header_icon_list li:not(:last-child) {
            margin-right: 40px;
        }

        .header_secondary .header_icon_list a {
            color: #9199ac;
        }

            .header_secondary .header_icon_list a:hover {
                color: #4aabce;
            }

        .header_secondary .header_icon_list i {
            margin-right: 6px;
            color: #4aabce;
        }

    .header_secondary .social_icon a:hover {
        color: #4aabce;
    }

    .header_secondary .header_bottom {
        display: flex;
        padding: 0px 100px;
        align-items: center;
        /*background-color: #4aabce;*/
        background: -webkit-linear-gradient(120deg, rgba(30,36,52,0.0), rgb(0 27 36) 100%);
        justify-content: space-between;
    }

    .header_secondary .site_logo img {
        display: inline-block;
        max-width: 100%;
        height: auto;
        /*margin-top: 3px;*/
    }

    .header_secondary .site_logo {
        z-index: 1;
        flex: 0 0 370px;
        /*  margin-top: -40px;*/
        /*margin-top: 0x;*/
        position: relative;
    }

        .header_secondary .site_logo:before {
            /* top: 0;
            left: -23px;
            content: "";
            width: 50px;
            height: 40px;
            z-index: -1;
            position: absolute;
            transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
            background-color: #e1e1e1;
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);*/
        }

        .header_secondary .site_logo:after {
            right: 0;
            bottom: 0;
            content: "";
            width: 67px;
            height: 100%;
            position: absolute;
            /*background-color: #ffffff;*/
            clip-path: polygon(0 0, 20% 0, 100% 100%, 80% 100%);
        }



        .header_secondary .site_logo a {
            height: 85px;
            display: flex;
            padding: 0px 55px;
            position: relative;
            align-items: center;
            justify-content: center;
            /*background-color: #f3f3f3;*/
            /*background-color:  #e3e3e3 ;*/
            clip-path: polygon(0 0, 85% 0, 100% 100%, 16% 100%);
        }

.header_secondary {
    border-bottom: 1px solid #838181;
}

.homePageHeader .header_secondary {
    border-bottom: 1px solid #9f9f9f;
}

    .homePageHeader .header_secondary .header_bottom {
        background-color: #0000001a;
    }

    .homePageHeader .header_secondary .site_logo:after {
        background-color: transparent;
    }

    .homePageHeader .header_secondary .site_logo a {
        background-color: transparent;
    }

.homePageHeader #PageContent {
    margin-top: 75px !important;
    padding-top: 30px !important;
}

.header_secondary.sticky .site_logo {
    margin-top: 0;
}

    .header_secondary.sticky .site_logo:before {
        left: 0;
        opacity: 0;
    }

    .header_secondary.sticky .site_logo a {
        height: 100px;
    }

.header_secondary .main_menu {
    flex: 1;
    padding-left: 35px;
}

.header_secondary .main_menu_list > li > a {
    color: #ffffff;
}

.header_secondary .main_menu_list > li:hover > a,
.header_secondary .main_menu_list > li.active > a {
    color: #f4d914;
}

.header_secondary .main_menu_list .submenu > li:hover > a {
    color: #f4d914;
}

.header_secondary .btn {
    min-width: 170px;
    padding: 16px 20px 15px;
}

.header_secondary .header_btns_group path {
    fill: #ffffff;
}

.header_secondary .search_body .form_item button {
    background-color: #74c138;
}

    .header_secondary .search_body .form_item button:hover {
        background-color: #000323;
    }

/* Header Secondary - End */
/* Header Boxed - Start */
.header_boxed {
    width: 100%;
    display: table;
    background-color: #000323;
}

    .header_boxed .container {
        max-width: 1750px;
    }

    .header_boxed .header_quick_link {
        height: 80px;
        display: flex;
        color: #ffffff;
        align-items: center;
        padding: 20px 120px;
        justify-content: center;
        background-color: #d42222;
        clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    }

        .header_boxed .header_quick_link a {
            color: #000323;
        }

            .header_boxed .header_quick_link a:hover {
                color: #74c138;
            }

    .header_boxed .header_boxed_wrap .site_logo {
        flex: 0 0 375px;
    }

    .header_boxed.sticky {
        padding-top: 15px;
    }

        .header_boxed.sticky .header_top {
            display: none;
        }

.header_secondary .ul_li > li, .header_secondary .ul_li_right > li, .header_secondary .ul_li_center > li {
    float: left;
    list-style: none;
    display: inline-block;
}

/* Header Boxed - End */


.header_secondary .btn {
    min-width: 100px;
    padding: 8px 13px 9px;
    font-weight: 500;
    font-size: 15px;
}



.btn.btn_success {
    color: #101010;
    border-color: #f4d914;
    background-color: #f4d914;
    font-weight: 500;
    border: 2px solid #f4d914 !important;
}

.btn:hover {
    color: #f4d914;
}

.btn.btn_rounded {
    border-radius: 2px;
}

.btn {
    line-height: 1;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    min-width: 190px;
    padding: 26px 30px 25px;
    text-transform: capitalize;
    border: 1px solid transparent;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

    .btn.btn_success:hover {
        color: #000000;
        background-color: #e5c900;
    }

.social_icon {
    margin: -10px;
}

.ul_li {
    justify-content: flex-start;
}

.ul_li, .ul_li_right, .ul_li_center {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pull-left {
    float: left;
}

.logout-btn {
    padding: 9px 1px 9px !important;
    font-weight: 400;
    color: #000000;
    font-weight: 500;
    min-width: 62px !important;
    width: 62px !important;
    outline: none;
}

    .logout-btn :focus {
        border: none;
        outline: none;
    }

#loggedinname a.btn, #loggedinname input {
    padding: 2px 1px 2px;
    min-width: 95px !important;
}

    #loggedinname a.btn:hover {
        color: #000 !important;
    }

.user-active {
    font-size: 15px;
    color: #000000;
}

    .user-active img {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        margin-right: 7px;
    }

.tu-bg-yellow {
    background-color: #555555 !important;
}

.tu-bg-blue {
    background-color: #555555 !important;
}

#validationMsg {
    font-size: 13px;
    padding-top: 5px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /*background-color: #e9e9e9;*/
    /*background-color: #cedfe3;*/
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px 1px 6px rgb(1 28 36 / 16%) !important;
}

.shadow {
    box-shadow: 1px 1px 6px rgb(1 28 36 / 16%) !important;
}

.pull-right {
    float: right;
}

.month-div {
    width: 60px;
    margin-right: 15px;
}

.year-div {
    width: 80px;
}

.rwd-table {
    margin: auto;
    min-width: 300px;
    max-width: 100%;
    border-collapse: collapse;
}

.dataTables_scrollHead .rwd-table tr:first-child {
    border-top: none !important;
    background: linear-gradient(#069fd7, #1d799b) !important;
    color: #fff !important;
}

.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f9fc;
}

    .rwd-table tr:nth-child(odd) {
        background-color: #ebf3f9;
    }

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

    .rwd-table td:first-child {
        margin-top: .5em;
    }

    .rwd-table td:last-child {
        margin-bottom: .5em;
    }

    .rwd-table td:before {
        content: attr(data-th) ": ";
        font-weight: bold;
        width: 120px;
        display: inline-block;
        color: #000;
    }

.rwd-table th,
.rwd-table td {
    text-align: left;
}

.rwd-table {
    color: #333;
    border-radius: .4em;
    overflow: hidden;
}

    /*+.rwd-table tr {
    border-color: #bfbfbf;
}*/

    .rwd-table th,
    .rwd-table td {
        padding: .5em 1em;
    }

@media screen and (max-width: 601px) {
    .rwd-table tr:nth-child(2) {
        border-top: none;
    }
}



@media screen and (min-width: 600px) {
    .rwd-table tr:hover {
        background-color: #d8e7f3;
    }

    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }

        .rwd-table th:first-child,
        .rwd-table td:first-child {
            padding-left: 0;
        }

        .rwd-table th:last-child,
        .rwd-table td:last-child {
            padding-right: 0;
        }

    .rwd-table th,
    .rwd-table td {
        padding: 5px 18px !important;
    }
}

.dataTables_scrollBody table thead tr, .dataTables_scrollBody table thead tr th {
    height: 0px !important;
}

.dataTables_scrollBody thead {
    visibility: hidden;
}

.dataTables_scrollBody thead {
    visibility: hidden;
}

.dataTables_scrollBody table thead th div {
    height: 0px !important;
}

.dataTables_scrollBody table thead tr, .dataTables_scrollBody table thead tr th {
    height: 0px !important;
}

.dataTables_scrollBody table td {
    font-size: 13px !important;
}

.dataTables_scrollHead table th {
    font-size: 14px !important;
}

.video-contain {
    width: 100%;
    height: 100%;
}

    .video-contain video {
        object-fit: cover;
    }

#tutorcompletedBookingList .tu-boxarea, #studentCompletedBookingList .tu-boxarea {
    /*  background: #ffffff;
    border-radius: 4px;
    border: 1px solid #eeeeee;*/
    /*padding: 15px 15px;*/
    background: rgba(255, 255, 255, 0.2);
    /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.badge-success {
    color: #2ac161;
    background-color: #1ff14e30;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    margin: 0px 10px;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.bd-example {
    background: #cedfe36b;
    padding: 10px 0px;
    margin-top: 15px;
    padding: 6px 0px;
    margin-top: 15px;
    background: rgb(255 255 255 / 0%);
    border-radius: 16px;
    box-shadow: 0 3px 4px rgb(0 0 0 / 25%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(0 0 0 / 9%);
}

    .bd-example > div {
        font-size: 14px;
        color: #1C1C1C;
        border-right: 1px solid #bdbdbd !important;
        padding: 8px 10px;
    }

        .bd-example > div:last-child {
            font-size: 14px;
            color: #1C1C1C;
            border: none;
        }


.bd-highlight .d-block {
    display: block !important;
    font-weight: bold;
    font-size: 14px;
}

.bd-highlight span {
    font-size: 13px;
    color: #000000;
}

.tu-listinginfo_service {
    margin-top: 2px;
}


#studentCompletedBookingList .tu-listinginfo-holder, #tutorcompletedBooking .tu-listinginfo-holder, #studentApprovalBookingList .tu-listinginfo-holder, #tutorupcomingBookingList .tu-listinginfo-holder, #studentUpcomingBookingList .tu-listinginfo-holder, #tutorcompletedBooking .tu-listinginfo-holder, #divRecurringBooking .tu-listinginfo-holder {
    padding: 15px 15px;
}

#div-LessonBooking .tu-listinginfo_wrapper, #studentApprovalBookingList .tu-listinginfo_wrapper, #tutorupcomingBookingList .tu-listinginfo_wrapper, #studentUpcomingBookingList .tu-listinginfo_wrapper, #divRecurringBooking .tu-listinginfo_wrapper, #tutorcompletedBooking .tu-listinginfo_wrapper, #studentCompletedBookingList .tu-listinginfo_wrapper {
    padding: 5px 15px;
    border-bottom: none;
}

#studentCompletedBookingList .tu-boxarea .tu-boxsm, #tutorcompletedBooking .tu-boxarea .tu-boxsm, #tutorupcomingBookingList .tu-boxarea .tu-boxsm, #studentUpcomingBookingList .tu-boxarea .tu-boxsm, #divRecurringBooking .tu-boxarea .tu-boxsm, #studentApprovalBookingList .tu-boxarea .tu-boxsm {
    border-radius: 4px 4px 0 0;
    border: none;
}

#tutorupcomingBookingList .tu-listing-heading h5, #divRecurringBooking .tu-listing-heading h5, #studentUpcomingBookingList .tu-listing-heading h5, #tutorcompletedBooking .tu-listing-heading h5, #div-LessonBooking .tu-listing-heading h5 {
    color: #177428;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
}

#tutorupcomingBookingList .tu-actionbts, #divRecurringBooking .tu-actionbts, #studentUpcomingBookingList .tu-actionbts, #divRecurringBooking .tu-actionbts {
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

#tutorupcomingBookingList .tu-profilelinksbtn i, #divRecurringBooking .tu-profilelinksbtn i, #studentUpcomingBookingList .tu-profilelinksbtn i {
    padding-right: 5px;
}

#tutorupcomingBookingList .tu-listing-heading h3 > i:first-child,
#studentUpcomingBookingList .tu-listing-heading h3 > i:first-child,
#divRecurringBooking .tu-listing-heading h3 > i:first-child {
    margin: 0 0 0 14px;
}

#studentCompletedBookingList .tu-listinginfo_wrapper, #tutorcompletedBookingList .tu-listinginfo_wrapper, #divRecurringBooking .tu-listinginfo_wrapper {
    border-bottom: none;
}

.l-review i {
    font-size: 11px !important;
    font-style: normal;
}

.tu-listing-heading bold {
    font-weight: 500;
}

#studentUpcomingBookingList .tu-listinginfo_service, #tutorupcomingBookingList .tu-listinginfo_service, #divRecurringBooking .tu-listinginfo_service {
    margin-top: 4px;
    padding-bottom: 20px;
}

input[type=button]:disabled {
    cursor: not-allowed !important;
}

#div-findTutor .tu-listinginfo_wrapper {
    box-shadow: none;
}

.container.book-session .card {
    /*background-color: #cedfe3;*/
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.container.book-session .shadow {
    box-shadow: 0 0.5rem 0.5rem rgb(0 0 0 / 10%) !important;
}

.container.book-session .col-form-label {
    width: 200px;
    text-indent: 0px;
    font-weight: 500 !important;
    display: inline;
}

.container.book-session .tu-profileview .col-md-12.row {
    padding: 6px 0px;
}

.container.book-session .tu-profileview .col-md-10.row {
    padding: 0px 15px;
    flex: 0 0 490px;
}

.container.book-session .tu-profileview h4 {
    padding: 0px;
}

.container.book-session .tu-profileview {
    display: flex;
    padding: 10px 26px;
    border-bottom: 1px dashed #4b8089;
}

.calendar-div {
    width: 720px;
}

.calendar-time-div {
    width: 300px;
}

#slotTitle {
    padding: 3px 0px 3px 0px;
    font-size: 16px;
    font-weight: 600;
    font-weight: 600;
    color: #000;
    background: #dbdbdb;
}

.justify-content-left > div {
    padding: 0px 14px;
}

#display-recurring {
    display: block;
    padding: 0px;
}

.container.book-session .tu-profileview .col-md-10.row .col-sm-3 {
    flex: 0 0 220px;
}

.height-100 {
    height: 60px;
}

.check-div {
    width: 250px;
    padding-left: 20px;
    padding-top: 27px;
    display: flex;
}

#studentApprovalBookingList .tu-listinginfo_title + h4, #div-LessonBooking .tu-listinginfo_title + h4 {
    padding: 5px 5px;
    margin: 0px;
}

#studentApprovalBookingList .tu-listinginfo-img figure img, #div-LessonBooking .tu-listinginfo-img figure img {
    border-radius: 4px !important;
}

.tu-listing-heading bold {
    font-weight: 600;
    font-size: 13px;
}

#studentApprovalBookingList .tu-listinginfo_service {
    margin-top: 2px;
    border-top: 1px dashed #528e95;
}

@media screen and (max-width: 1400px) {
    .tu-listinginfo-holder {
        display: flex;
        flex-wrap: nowrap;
        gap: 24px;
        flex-flow: column;
    }
}


.header_secondary .header_icon_list a {
    color: #000;
}

@media screen and (max-width: 1760px) {

    .header_secondary .site_logo {
        flex: 0 0 370px;
    }

        .header_secondary .site_logo a {
            padding: 35px 41px;
            clip-path: polygon(0 0, 84% 0, 100% 100%, 16% 100%);
        }

    .header_icon_list li:not(:last-child) {
        margin-right: 20px;
    }

    .header_icon_list {
        padding-left: 414px;
    }

    .main_menu_list > li:not(:last-child) {
        margin: 0 20px 0 0;
    }

    .header_btns_group > li:not(:last-child) {
        margin-right: 25px;
    }


    .main_menu_list .dropdown > a:after {
        font-size: 16px;
    }
}



@media screen and (max-width: 1780px) {
    .header_secondary .header_icon_list {
        padding-left: 0;
    }

    .header_secondary .site_logo {
        z-index: 1;
        flex: 0 0 250px;
        /* margin-top: -40px; */
        position: relative;
    }

        .header_secondary .site_logo:before {
            display: none;
        }

    .working-section {
        position: relative;
        height: calc(100vh - 103px);
        margin-top: 30px;
    }

    .header_secondary .site_logo {
        margin: 0;
    }

    /*  .header_secondary .site_logo a {
            height: 82px;
        }*/

    .header_secondary .header_btns_group > li:not(:last-child) {
        margin-right: 15px;
    }

    .header_boxed .header_icon_list_2 > li:not(:last-child) {
        margin-right: 40px;
    }

    .header_boxed .header_quick_link {
        padding: 20px 50px;
    }

    .header_boxed .header_boxed_wrap .site_logo {
        flex: 0 0 300px;
    }

    .header_boxed .main_menu_list > li:not(:last-child) {
        margin: 0 25px 0 0;
    }

    .header_boxed .main_menu_list > li > a {
        font-size: 14px;
    }

    .header_boxed .header_btns_group > li:not(:last-child) {
        margin-right: 25px;
    }

    .footer_3 .footer_widget_area {
        padding: 114px 30px 64px 30px;
    }

    .footer_3 .footer_bottom {
        padding: 30px 30px;
    }

    .header_secondary .header_top {
        display: flex;
        padding: 8px 100px;
        align-items: center;
        justify-content: space-between;
    }

    .header_secondary .site_logo a {
        padding: 0px;
        clip-path: none
    }
}

@media screen and (max-width: 1680px) {
    .header_secondary .site_logo {
        flex: none;
    }

        .header_secondary .site_logo a {
            padding: 0px;
            clip-path: none;
            width: 252px;
            /*  height: 75px;*/
        }
}

@media screen and (max-width: 1440px) {
    .header_secondary .site_logo:after {
        width: 0px;
        -webkit-clip-path: none;
        clip-path: none;
    }

    .header_secondary .site_logo a {
        padding: 0px;
        clip-path: none;
        width: 212px;
        height: 64px;
    }

    .header_secondary .site_logo {
        flex: 0 0 212px;
    }

    .header_secondary .header_bottom {
        padding: 0px 15px;
    }

    .header_secondary .header_top {
        padding: 8px 15px;
    }

    .header_boxed .header_icon_list_2 > li:not(:last-child) {
        margin-right: 20px;
    }

    .header_boxed_wrap .btn {
        min-width: auto;
        font-size: 13px;
        padding: 17px 20px 16px;
    }

    .header_hotline {
        font-size: 14px;
    }

    .header_secondary .header_bottom {
        display: flex;
        padding: 10px 15px !important;
    }

    .header_hotline strong {
        font-size: 18px;
    }

    .banner_3 h1 {
        font-size: 66px;
        line-height: 1.1;
        margin-bottom: 30px;
    }

    .footer_3 .footer_widget_area {
        padding: 114px 15px 64px 15px;
    }

    .footer_3 .footer_bottom {
        padding: 20px 15px;
    }
}
/* Media Screen 1440px - End
================================================== */

/* Media Screen 1360px - Start
================================================== */
@media screen and (max-width: 1360px) {
    .header_icon_list li:not(:last-child) {
        margin-right: 20px;
    }

    .header_icon_list li {
        font-size: 13px;
    }

    .main_menu_list > li > a {
        font-size: 15px;
    }

    .main_menu_list .dropdown > a:after {
        font-size: 13px;
    }

    .main_menu_list > li:not(:last-child) {
        margin: 0 8px 0 0;
    }

    .header_btns_group > li:not(:last-child) {
        margin-right: 30px;
    }

    .header_boxed .header_icon_list_2 i {
        font-size: 18px;
        margin-right: 10px;
    }

    .header_boxed .header_icon_list_2 > li {
        font-size: 13px;
    }

    .header_boxed .header_icon_list_2 small {
        display: block;
        font-size: 13px;
        margin-bottom: 6px;
    }

    .user-active {
        font-size: 14px;
        color: #000;
    }

    .header_boxed .header_quick_link {
        height: 60px;
        font-size: 14px;
        padding: 20px 40px;
    }

    .header_boxed_wrap,
    .sticky .header_boxed_wrap {
        padding: 15px;
        margin-bottom: -40px;
    }

    .header_boxed .header_boxed_wrap .site_logo {
        flex: 0 0 250px;
    }

    .section_title .title_text {
        font-size: 46px;
    }

    .post_meta > li {
        padding-top: 0px;
        padding-bottom: 5px;
        line-height: 1;
    }

    .post_meta.ul_li {
        padding: 10px 0;
    }

    .blog_details_content .post_meta {
        margin: -90px 0 0 !important;
        padding: 25px 0px 20px !important;
    }
}
/* Media Screen 1360px - End
================================================== */

/* Media Screen 1250px - Start
================================================== */
@media screen and (max-width: 1250px) {
    /*  .header_secondary .header_btns_group > li:last-child {
        display: none;
    }

    .header_boxed .header_btns_group > li:nth-child(3) {
        display: none;
    }*/
}

#PinCode {
    width: 140px;
}



.btn-light {
    color: #000 !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}

    .btn-light:hover {
        color: #000 !important;
        background-color: #dddfe1 !important;
        border-color: #dddfe1 !important;
    }

.btn-yellow {
    background-color: #f4d914;
    color: #000;
    border: 2px solid #f4d914;
}


    .btn-yellow:hover {
        color: #000000;
        border: 0px solid #f1f1f1;
        border-bottom: 3px solid #7f7f7fab;
        background-color: #c3c3c3ab;
    }



input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #000 !important;
}

#btn-fotgotpassword, #btn-logintutorrequest {
    font-size: 14px;
}

.btn-grnclr, #btn-SendMessageRequest {
    background-color: #fdfdfd !important;
    border: none !important;
}

.btn-shadow {
    /*box-shadow: 0px 3px 1px -2px rgb(108 108 108), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);*/
}

#btn-fotgotpassword {
    color: #1099db;
    cursor: pointer;
}

#btn-ResendOtp {
    color: #1099db;
    cursor: pointer;
    font-size: 15px;
}

.btn-grnclr:hover, #btn-SendMessageRequest:hover {
    /*   background-color: #0f681f !important;
    border: 2px solid #0f681f !important;*/
}

#btn-fotgotpassword:hover {
    color: #19a4e7;
}

.disable-button, .disable-button:hover {
    color: rgb(0 0 0 / 35%) !important;
    background-color: rgb(223 223 223) !important;
    border: 2px solid #dfdfdf !important;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(203 194 194 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}

.chatcontainer {
    margin: 0 auto;
    width: 752px;
    background: #f8f9fa;
    border-radius: 5px;
    margin-top: 19px;
    border: 1px solid #e7e3e3;
}

.people-list {
    width: 260px;
    float: left;
    border-right: 1px solid #ccc;
    height: 100vh;
}

    .people-list .search {
        padding: 20px;
    }

    .people-list input {
        border-radius: 3px;
        border: none;
        padding: 14px;
        color: white;
        background: #f8f9fa;
        width: 90%;
        border: 1px solid #e5e9f2;
        font-size: 14px;
    }

    .people-list .fa-search {
        position: relative;
        left: -25px;
    }

    .people-list ul {
        padding: 0px;
        height: 100%;
    }

        .people-list ul li {
            padding-bottom: 5px;
            border-top: 1px solid #e1e1e1;
            padding-top: 5px;
        }

    .people-list img {
        float: left;
        width: 55px;
        height: 55px;
    }

    .people-list .about {
        float: left;
        margin-top: 8px;
    }

    .people-list .about {
        padding-left: 8px;
    }

    .people-list .status {
        color: #92959E;
    }

.chat {
    width: 490px;
    float: left;
    background: #f1f4f7;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #434651;
}

    .chat .chat-header {
        padding: 20px;
        border-bottom: 2px solid #e0e9f1
    }

        .chat .chat-header img {
            float: left;
            width: 60px;
            height: 60px;
        }

        .chat .chat-header .chat-about {
            float: left;
            padding-left: 10px;
            margin-top: 6px;
        }

        .chat .chat-header .chat-with {
            font-weight: bold;
            font-size: 16px;
        }

        .chat .chat-header .chat-num-messages {
            color: #92959E;
        }

        .chat .chat-header .fa-star {
            float: right;
            color: #D8DADF;
            font-size: 20px;
            margin-top: 12px;
        }

    .chat .chat-history {
        padding: 30px 30px 20px;
        border-bottom: 2px solid #e0e9f1;
        overflow-y: scroll;
        height: 471px;
    }

.message-data {
    margin-bottom: 1px;
}

.message-data-time {
    color: #202020;
    padding-left: 6px;
    padding-right: 10px;
}

.message-data-name {
    color: #a8aab1;
}

.local-message {
    color: #141414;
    padding: 5px 15px;
    line-height: 26px;
    font-size: 15px;
    border-radius: 7px;
    margin-bottom: 20px;
    width: auto;
    position: relative;
}

    .local-message:after {
        /* bottom: 100%;
        left: 3%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #dbdbdb;
        border-width: 10px;
        margin-left: -10px;*/
    }

.my-message {
    background: #b7e9ed;
    color: #383838;
    border-radius: 8px 8px 8px 0px;
    /* color: white; */
    padding: 5px 15px;
    line-height: 26px;
    font-size: 15px;
    /* border-radius: 7px; */
    margin-bottom: 20px;
    width: auto;
    position: relative;
    float: left;
}


.other-message {
    background: #fdfdfd;
    border-radius: 8px 8px 0px 8px;
}

    .other-message:after {
        /*   border-bottom-color: #4aabce;
        left: 97%;*/
    }

.chat .chat-message {
    padding: 18px 20px;
}

    .chat .chat-message textarea {
        width: 100%;
        padding: 10px 20px;
        font: 14px/22px "Lato", Arial, sans-serif;
        margin-bottom: 10px;
        border-radius: 5px;
        resize: none;
        height: auto;
        background: #fff;
    }

    .chat .chat-message .fa-file-o, .chat .chat-message .fa-file-image-o {
        font-size: 16px;
        color: gray;
        cursor: pointer;
    }

    .chat .chat-message button {
        float: right;
        color: #94C2ED;
        font-size: 16px;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        font-weight: bold;
        background: #F2F5F8;
    }

        .chat .chat-message button:hover {
            color: #75b1e8;
        }

.online, .offline, .me {
    margin-right: 3px;
    font-size: 10px;
}

.online {
    color: #86BB71;
}

.offline {
    color: #E38968;
}

.me {
    color: #4aabce;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.float-right {
    float: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.user-msg-list {
    padding: 20px 5px;
}


.chat .tu-btnarea-two {
    margin-top: 0px;
    align-items: center;
    justify-content: center;
}

.about {
    font-size: 13px;
}

.btn-grey {
    /*border: 2px solid #dbdbdb !important;*/
    width: 110px;
    padding: 6px !important;
    /*background: -webkit-linear-gradient(#fffefe, #c9c9c9);*/
    color: #000 !important;
}

    .btn-grey:hover {
        width: 110px;
        padding: 6px !important;
        color: #000 !important;
    }


.login-div {
    width: 300px;
    display: block;
    margin: 0 auto;
}

    .login-div label {
        text-align: left !important;
        width: 300px;
        display: block;
    }

.p-30 {
    padding-left: 30px;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.common-div {
    width: 300px;
    display: block;
    margin: 0 auto;
}

    .common-div label {
        text-align: left !important;
        width: 300px;
        display: block;
        color: #2c2c2c;
        margin-bottom: 5px;
        padding-left: 1px;
    }

span input[type = "checkbox"] {
    margin-top: 2px;
    vertical-align: top;
    margin-right: 2px;
}

#NewTutorAddressForm .mb-3 label {
    width: 100% !important;
}

.accounting-Detail .common-div {
    width: 50%;
}

.w-75 {
    width: 90px !important;
    padding: 7px 0px;
}

.form-select:disabled {
    background-color: #dddddd;
    border: 1px solid #d5d5d5;
    color: #747373;
}

@media (max-width: 2000px) {
    .edit-subject .subject-model.col-sm-4 {
        flex: 0 0 auto;
        width: 49.333333%;
    }
}

@media (max-width: 2000px) {
    .edit-subject .grade-model.col-sm-4 {
        flex: 0 0 auto;
        width: 49.333333%;
    }
}

@media (max-width: 1600px) {
    .student-upcoming .col-md-9, .tutor-upcoming .col-md-9, #tutorupcomingBookingList .col-md-9, #divRecurringBooking .col-md-9, #studentApprovalBookingList .col-md-9 {
        width: 100%;
    }

    .tu-bg-header .tu-navbar .navbar-collapse .navbar-nav > .nav-item > a {
        position: relative;
        font-weight: 400;
        padding: 24px 11px;
        font-size: 15px;
    }

    .message-alert-div {
        position: absolute;
        padding: 6px 6px;
        border-radius: 50%;
        font-size: 13px;
        width: 24px;
        height: 24px;
        color: #0a0a0a;
        top: -7px;
        right: -4px;
        background: #054bb3 !important;
        color: #fff;
        box-shadow: 0px 2px 3px #0000006e;
        line-height: 13px;
    }
}


@media (max-width: 1500px) {
    #IntroBookingCalender .ui-datepicker {
        width: 100%;
        padding: 0.2em 0.2em 0;
        display: none;
    }

    .calendar-div-responsive .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .student-upcoming .col-md-9 {
        width: 100%;
    }

    .col-md-12.row.mb-4.course-title {
        font-size: 13px;
    }

    .orange-color.homePageSlider {
        margin-top: -9px;
    }
}


@media (max-width: 1400px) {
    #studentUpcomingBookingList .tu-service-list li, #tutorupcomingBookingList .tu-service-list li, #divRecurringBooking .tu-service-list li {
        max-width: 210px;
    }

    #NewTutorProfileQustionForm .col-md-10 {
        width: 100%;
    }

    /*  .tu-listinginfo-img, .tu-listinginfo_title {
        flex-flow: nowrap;
    }*/

    .card span {
        font-size: 12px;
    }

    #NewTutorAddressForm label, .form-control, input[type=text], .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 13px !important;
    }
}


@media (max-width: 1360px) {
    /*    .tu-main-section .container .row > .col-md-3 {
            width: 100%;
            margin: 0px auto;
            padding: 23px;
        }*/

    .accounting-Detail .common-div {
        width: 84%;
    }

    #NewTutorProfileQustionForm .col-md-10 {
        width: 100%;
    }

    .card span {
        font-size: 12px;
    }

    #NewTutorAddressForm .mb-3 label {
        font-size: 13px !important;
    }
}

#example-popover-2-content {
    width: 220px;
}

@media (max-width: 1330px) {
    .drag-options-label {
        white-space: nowrap;
    }
}

@media (max-width: 1200px) {
    .tu-main-section .container .row > .col-md-3 {
        width: 100%;
        margin: 0px auto;
        padding: 23px;
    }

    .message-alert-div {
        position: absolute;
        padding: 6px 6px;
        border-radius: 50%;
        font-size: 13px;
        width: 24px;
        height: 24px;
        color: #0a0a0a;
        top: 1px;
        left: 66px;
        background: #054bb3 !important;
        color: #fff;
        box-shadow: 0px 2px 3px #0000006e;
        line-height: 13px;
    }

    .accounting-Detail .common-div {
        width: 90%;
    }

    #IntroBookingCalender .ui-datepicker {
        width: 100%;
        padding: 0.2em 0.2em 0;
        display: none;
    }

    .calendar-div-responsive .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .book-session .col-md-10.center-div.mt-40 {
        width: 100%;
    }

    #tutorcompletedBooking .col-md-9 {
        width: 100%;
    }

    #studentUpcomingBookingList .tu-listinginfo_title, #studentUpcomingBookingList .tu-listinginfo_title .tu-listinginfo-img, #divRecurringBooking .tu-listinginfo_title, #tutorupcomingBookingList .tu-listinginfo_title, #tutorupcomingBookingList .tu-listinginfo_title .tu-listinginfo-img {
        flex-wrap: nowrap;
    }

    .orange-color.homePageSlider {
        margin-top: 0px;
    }
}

@media (max-width: 992px) {

    .calendar-div-responsive .col-md-6 {
        width: 100%;
    }

    .calendar-div-responsive .col-md-3 {
        width: 100%;
    }

    .calendar-div-responsive > .col-md-6:last-child {
        padding: 8px 64px;
    }

    #studentUpcomingBookingList .tu-service-list, #tutorupcomingBookingList .tu-service-list, #divRecurringBooking .tu-service-list {
        flex-wrap: wrap;
        flex-flow: column;
    }

    #studentUpcomingBookingList .tu-listinginfo_title, #studentUpcomingBookingList .tu-listinginfo_title .tu-listinginfo-img, #divRecurringBooking .tu-listinginfo_title .tu-listinginfo-img, #tutorupcomingBookingList .tu-listinginfo_title, #tutorupcomingBookingList .tu-listinginfo_title .tu-listinginfo-img {
        flex-wrap: wrap;
        flex-flow: column;
    }
}


/*@media (max-width: 767px) {

    #studentUpcomingBookingList .tu-service-list li {
        max-width: 100%;
    }
}*/

.mt-18 {
    margin-top: 18px;
}

.pad-13 {
    padding: 13px 0px;
}

.pad-6 {
    padding: 0px 6px;
}

.edit-session .row.mt-18 {
    margin-top: 40px;
}

.rate-clr {
    color: #35c333;
    font-weight: 600;
    font-size: 13px;
}

.r-header {
    padding: 0px 10px;
    margin: 0px;
    text-align: center;
}

.style-6::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.style-6::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.style-6::-webkit-scrollbar-thumb {
    background-color: #4aabce;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

.style-7::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.style-7::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.style-7::-webkit-scrollbar-thumb {
    background-color: #2d99a3;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

.font-weight-bold {
    font-weight: 600;
}

.time-text {
    font-weight: 500;
    display: flex;
    color: #0c0c0c;
    font-size: 12px;
}

#RecurringEndDate {
    width: 118px;
}

body.Edge #RecurringEndDate {
    width: 120px;
}

body.Firefox #RecurringEndDate {
    width: 130px;
}

#OTP {
    width: 144px;
}

#addButton i, #removeButton i {
    padding-right: 4px;
}

.window-hight {
    height: calc(100vh - 108px);
}

.window-width {
    width: 100vw;
}

.person {
    padding: 0 10px;
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

    .person:hover {
        background-color: rgba(255, 255, 255, 0.2);
        cursor: pointer;
    }

.tu-boxsmtitle h4 {
    color: #000;
}

.person > .box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

    .person > .box > .image {
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        border-radius: 100%;
        overflow: hidden;
        width: 50px;
        height: 50px;
    }

    .person > .box > .online {
        position: absolute;
        bottom: 0;
        right: 0;
        min-width: 1rem;
        min-height: 1rem;
        border: 2px solid white;
        border-radius: 100%;
        background-color: #1ebf06;
    }

    .person > .box > .offline {
        position: absolute;
        bottom: 0;
        right: 0;
        min-width: 1rem;
        min-height: 1rem;
        border: 2px solid white;
        border-radius: 100%;
        background-color: #f39800;
    }


.person > .information {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

    .person > .information > .content,
    .data {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
        overflow: hidden;
        max-width: 100%;
    }

    .person > .information > .data {
        gap: 5px;
    }

    .person > .information > .content > .username {
        font-size: 16px;
        font-weight: 400;
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis;
    }

    .person > .information > .content > .badge {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .person > .information > .data > .message {
        max-width: 100%;
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .person > .information > .data > .message,
    .time {
        font-size: 14px;
        color: #a0a0a0;
    }

    .person > .information > .new > .message,
    .new > .time {
        color: black;
        font-weight: 600;
    }

.person > .notice {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

    .person > .notice > .point {
        min-height: 10px;
        min-width: 10px;
        background-color: #0084ff;
        border: none;
        border-radius: 100%;
    }


.image-box {
    width: 40px;
    height: 40px;
    margin-top: 10px;
}

.w-40 {
    width: 40%;
}

.b-bottom {
    border-bottom: 1px solid #b7b7b7;
}

.b-left {
    border-left: 1px solid #b7b7b7;
}

.b-top {
    border-top: 1px solid #b7b7b7;
}

.b-right {
    border-right: 1px solid #b7b7b7;
}

.border-full {
    border: 1px solid #b7b7b7;
}


.overflowy-scroll {
    overflow-y: scroll !important;
}

.pad-13 {
    padding: 13px 0px;
}

.pad-1 {
    padding: 1px 0px;
}

.pad-20 {
    padding: 0px 20px 12px 20px;
}


.pad-15-25 {
    padding: 15px 25px !important;
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.m-15 {
    margin-left: 15px;
}

.d-flex.window-hight .tu-primbtn:hover::before {
    opacity: 0;
}

#listMessage li {
    clear: both;
}

.person.active {
    background: rgba(255, 255, 255, 0.2);
}

#Message-Tutor-Content-Bind {
    display: flex;
    /*height: 100%;*/
    height: calc(100vh - 106px);
    flex-direction: column;
}

button.redclr {
    border: 0px solid #dc3545;
    background-color: #f1f1f1 !important;
    color: #000000 !important;
    border-bottom: 3px solid #c3c3c3ab;
}

    button.redclr:hover {
        border: 0px solid #dc3545;
        background-color: #f1f1f1 !important;
        color: #000000 !important;
        border-bottom: 3px solid #afb2b3;
    }

.w-180 {
    width: 130px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.find_tutor .tu-listinginfo_price {
    color: #484848;
    padding: 2px 2px;
    margin-left: 4px;
}

.find_tutor .tu-listinginfo_price {
    color: #484848;
    padding: 2px 2px;
    margin-left: 0px;
}

.text-grey {
    color: #000 !important;
}

.mt-33 {
    margin-top: 33px;
}

.pad-8 {
    padding: 8px;
}

.clr-dark {
    color: #161616 !important;
    font-size: 15px;
}

.tutor_intro span > i {
    font-size: 13px;
}

#Message-side-UserData .tu-asidebox figure {
    max-width: 150px;
    margin: 0 auto 10px auto;
    width: 150px;
    height: 150px;
}

.deleteBooking {
    width: 200px;
    cursor: not-allowed !important;
}

.disable-Cursor {
    cursor: not-allowed !important;
}

.disableViewEditBooking {
    cursor: not-allowed !important;
}

.mt-10 {
    margin-top: -10px;
}

.edit-session .mt-10 {
    margin-top: 2px;
}

.mtb-10 {
    margin-top: -39px;
    margin-bottom: 0px;
}

.edit-session #subject-by-hour {
    padding: 0px;
}

.find-student {
    padding: 2px 30px;
}

.student-name {
    padding: 2px 29px;
}

    .student-name > span {
        color: rgba(107,114,128,1) !important;
        margin: 2px 14px;
    }

        .student-name > span > i {
            padding: 0px 2px;
        }

.find-student {
    line-height: 28px;
}

@media screen and (max-width: 1400px) {

    .tutor-admin-filter .tu-main-section.pt-4 {
        padding: 0px;
    }

    .tutor-admin-filter .tu-listinginfo-holder {
        gap: 0px;
    }

    .tutor-admin-filter .col-md-1.mt-3 {
        margin-top: 22px !important;
    }
}

@media screen and (max-width: 1200px) {

    .tutor-admin-filter .tu-main-section .row div.col-md-3 {
        width: 50%;
        margin: 0px auto;
        padding: 10px;
    }

    .tutor-admin-filter .tu-main-section .row div.col-md-2 {
        width: 50%;
        margin: 0px auto;
        padding: 10px;
    }

    .tutor-admin-filter .col-md-1.mt-3 {
        margin-top: 30px !important;
        width: 50%;
    }
}

#table-div {
    overflow-y: auto;
    height: calc(100vh - 390px);
}

    #table-div thead th {
        position: sticky;
        top: -1px;
        text-align: left;
    }

table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    padding: 8px 15px;
    border: 1px solid #d7d7d7;
}

th {
    background: #fff39d;
}

.style-grey::-webkit-scrollbar-thumb {
    background-color: #9d9d9d;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

#tutorEmailLiTag li div span:hover, #studentEmailLiTag li div span:hover {
    cursor: pointer;
    background: #eee;
}

#updateMsg {
    color: #35c333 !important;
    font-size: 18px !important;
}


.bg-blue {
    background: -webkit-linear-gradient(120deg, rgb(212 212 216), rgb(228 228 231) 100%);
    /*background: -webkit-linear-gradient(120deg, rgba(30,36,52,0.0), rgb(0 27 36) 100%);*/
}

.tu-profile-view .bg-blue {
    background: #cedfe3 !important
}

.modal-confirm .modal-content {
    background-color: #e3e3e3;
    border-radius: 16px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(135 135 135) !important;
}

.table-popup .table-bordered thead td, .table-popup .table-bordered thead th {
    border-bottom-width: 2px;
    background: #bbbbbbbd;
    border: 1px solid #b9b9b9f0 !important;
    color: #000000;
    font-weight: 500 !important;
}

.table-popup tbody tr {
    cursor: pointer;
}

.tu-profile-view .tu-actionbts {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.bg-lightblue {
    background: #062029;
}

.clr-gr {
    color: #161e1a;
}

.msg-pop.modal select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: none !important;
    margin: 6px 0px;
}

.msg-pop.modal .tu-detailstabs {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: none;
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.08));
}

.msg-pop.modal .tu-detailstabs {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: none;
    filter: none;
}

.msg-pop.modal .button {
    width: 150px;
    padding-top: 7px;
    padding-bottom: 7px;
    /* padding: 10px 8px; */
}

.msg-pop.modal .tu-tabswrapper {
    padding: 0px 25px;
}

.msg-pop.modal .button {
    width: 125px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 8px;
}

.msg-pop.modal .tu-label, .msg-pop.modal h4 {
    font-weight: 600;
    font-size: 14px;
}

.msg-pop.modal .modal-header {
    border: 0;
    border-bottom: none;
    padding: 13px 15px;
}

    .msg-pop.modal .modal-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin: -0.5rem -0.5rem -0.5rem auto;
        float: right;
    }

.msg-pop.modal .modal-body {
    padding: 0px;
}

.msg-pop.modal .tu-btnarea-two {
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.msg-pop.modal .modal-dialog {
    max-width: 450px;
}

.alert.info.admin-info {
    border: 1px solid #c7c7c7;
    border-left: 9px solid #c7c7c7;
    background-color: #ddd;
    color: #000000;
    text-align: center;
    width: 230px;
    margin-top: 0px;
    padding: 15px;
    opacity: 0.90;
}

.positive-text {
    color: #177428 !important;
}

.informative-text {
    color: #054bb3 !important;
}

.critical-text {
    color: #f56600 !important;
}

.negative-text {
    color: #dc3545 !important;
}

.popup-Table-Scroll {
    height: 342px;
    overflow: scroll;
}

#table-div th {
    background: #d3d3d3;
}

#table-div th, #table-div td {
    padding: 8px 15px;
    border: 1px solid #bbbbbb !important;
    text-align: left;
}

.w-300 {
    width: 300px;
}

.resize-none {
    resize: none;
    color: #000;
    font-weight: 500;
    border: 1.5px solid #cbc9c9;
    border-radius: 4px;
    background-clip: unset;
    background-color: #fbfbfb;
    caret-color: #1C1C1C;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    /*  resize: vertical;*/
    min-height: 100px;
    font-size: 14px;
}

.pad-2 {
    padding: 2px 2px;
}

.btn-tu-greenclr {
    color: #000 !important;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    background-color: #555555;
    padding: 7px 17px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    background-color: #f1f1f1;
    color: #000000;
    border: 0px solid #ffffff;
    border-bottom: 3px solid #c3c3c3ab;
}

    .btn-tu-greenclr:hover, btn-tu-greenclr:focus {
        color: #000000;
        border: 0px solid #dfdfdf;
        border-bottom: 3px solid #afb2b3;
    }

.btn-tu-redclr {
    background-color: #dc3545 !important;
    border: 2px solid #dc3545 !important;
    color: #fff !important;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    background: #F7F8FC;
    padding: 7px 17px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}

    .btn-tu-redclr:hover, btn-tu-redclr:focus {
        background-color: #d12f3f !important;
        border: 2px solid #d12f3f !important;
        color: #fff !important;
    }

.msg-pop.modal .modal-dialog {
    max-width: 530px;
}

.resize-none:focus {
    color: #000;
    background-color: #fff;
    border-color: #86b3c3;
    outline: 0;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
}

.w-60 {
    width: 60px !important;
}

.wid-92 {
    width: 92px;
}

.w-70 {
    width: 70px;
}

.box-div {
    border-radius: 4px;
    position: relative;
    /*box-shadow: 0 0px 1px 0 rgb(34 36 38 / 5%), 0 2px 10px 0 rgb(34 36 38 / 18%);*/
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(103 103 103 / 36%);
}

.w-40 {
    width: 40%;
}

.tu-profileview figure {
    margin: 0 0px 0 0;
    max-width: 200px;
    flex: none;
}

.wid-180 {
    width: 180px;
}

.wid-80 {
    width: 80px;
}

.wid-90 {
    width: 90px;
}

.wid-150 {
    width: 150px;
}

.wid-165 {
    width: 165px;
}

.wid-130 {
    width: 130px !important;
}

.wid-210 {
    width: 210px !important;
}

.tu-profileview figure img {
    width: 100%;
    border-radius: 0px !important;
}

#display-recurring .form-check-input {
    margin-top: 3px;
    margin-right: 2px;
}

.book-session .tu-profileview figure {
    height: 240px;
    width: 214px;
}

.bg-greyClr {
    background: #e9e9e9;
}

.bg-blueClr {
    background: #e3e3e3;
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%); */
    backdrop-filter: blur(5px px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(191 191 191 / 91%);
}


.rating > label:before {
    margin: 4px 3px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

#btn-ReviewSave {
    padding: 5px 25px;
    margin: 5px;
}

#ScrollDiv {
    height: calc(100vh - 296px) !important;
    overflow: auto;
    padding-right: 30px !important;
    margin-top: 10px;
    max-width: 100%;
    min-height: 100%;
    position: relative !important;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: transparent !important;
    margin: 0px !important;
}

.pend-book#ScrollDiv {
    height: calc(100vh - 181px) !important;
}



.tu-listinginfo-holder section.tu-main-section {
    padding-bottom: 25px;
    padding-top: 10px !important;
}


.tu-listinginfo_title.p-15-5 {
    padding: 15px 5px 0px 5px !important;
}

    .tu-listinginfo_title.p-15-5 .tu-listing-heading h5, .tu-listinginfo_title.p-15-5 ul.tu-tutorreview {
        margin: 0 0 13px !important;
    }

    .tu-listinginfo_title.p-15-5 + .tu-listinginfo_service {
        margin-top: 0px !important;
        padding-bottom: 10px !important;
    }

        .tu-listinginfo_title.p-15-5 + .tu-listinginfo_service .tu-service-list {
            margin: 0px -1px;
            align-items: center;
            padding: 0px 0 0 0;
            gap: 0px 5px;
        }
/*.tu-listinginfo_title.p-15-5 .tu-listing-heading {
    text-transform: capitalize
    }*/

.select2-container {
    min-height: auto;
    height: 50px;
    z-index: 1;
}

.gap-0-5 {
    gap: 0px 5px;
}

@media screen and (max-width: 1400px) {
    .tu-profile-view .calendar-div-responsive .col-md-8 {
        width: 60%;
    }
}

.w-140 {
    width: 140px !important;
}

#tutorAvailability td {
    cursor: pointer;
}

.w-142 {
    width: 142px;
}

.height-full {
    height: calc(100vh - 228px);
    overflow-y: scroll;
}

#tutorAvailability .table > tbody > tr > td {
    padding: 4px 10px;
}

.text-g {
    color: #4a4a4a !important;
}

.tu-listinginfo_service ul.tu-service-list button {
    min-width: 210px;
}

.tutor-avail td span {
    border: 1px solid #d3d3d3;
    margin: 0px auto;
    height: 35px;
    width: 35px;
    display: block;
    padding: 0px 20px;
}
/*#fltSearchStudentProfile {
    width: 170px;
}*/

.width-170 {
    width: 170px;
}

.gap-0-15 {
    gap: 0px 15px;
}

.mbt-4 {
    margin-bottom: 4px !important;
}

.bg-1 .tu-listinginfo_price h4 {
    font-weight: 500;
    margin-left: 0px;
    text-indent: 2px;
}

.view-profile-btn {
    width: 143px;
    /*  background-color: #177428;*/
    color: #ffffff;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 24%), 0px 2px 2px 0px rgb(0 0 0 / 20%), 0px 2px 5px 1px rgb(0 0 0 / 22%);
    font-size: 13px;
    padding: 5px;
    background: rgb(255 255 255 / 0%);
    /* border-radius: 16px; */
    box-shadow: 0 3px 4px rgb(16 16 16 / 38%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

    .view-profile-btn i {
        font-size: 16px;
        padding: 0px 3px;
        color: #000;
    }

    .view-profile-btn a {
        color: #000;
        /*font-weight: 600;*/
        font-size: 14px;
    }

.bg-yellow {
    background: #e8fff3;
}

#BackButton {
    position: relative;
    z-index: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-weight: 600;
    color: #ffffff;
    background-color: #4aabce;
    border-radius: 4px;
    padding: 0 24px;
    z-index: 0;
    font-size: 13px;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    border: none;
}

.sec-title-three h2 span {
    position: relative;
    color: #1a1a1a;
}

.sec-title-three .accordion-flush .accordion-collapse {
    border-width: 0;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(6 6 6 / 18%);
    border-top: none;
}


.sec-title-three .accordion-button {
    position: relative;
    color: #000000 !important;
    width: 100%;
    padding: 5px 30px 0 20px;
    height: 62px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 500;
    background-color: #cedfe3;
    border-radius: 5px 5px 5px 5px;
    color: #01539f;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(195 195 195);
}

    .sec-title-three .accordion-button:not(.collapsed) {
        color: #2390cc !important;
        /* background-color: #e7f1ff;
        box-shadow: none;
        background-color: #c5dbe1 !important;
        border-bottom: 1px solid #cbd0d2;*/
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgb(6 6 6 / 18%);
    }

.sec-title-three .accordion-body {
    color: #0e0e0e;
    font-size: 15px;
    width: 100%;
    /*background-color: #cedfe3;*/
    padding: 8px 25px 30px 25px !important;
    border-radius: 5px 5px 5px 5px;
}

.sec-title-three .accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: 15px;
}

.sec-title-three .accordion-body bold {
    font-weight: 600;
}

.sec-title-three .accordion-body a, .sec-title-three .accordion-body a:hover {
    cursor: pointer;
    color: #01539f !important;
    text-decoration: underline;
}

.rs-contact.contact-style5 .contact-section {
    background: #3c5158;
    padding: 50px 50px 50px 50px;
    border-radius: 0px;
}

    .rs-contact.contact-style5 .contact-section .from-control {
        width: 100%;
        padding: 13px 15px 13px 15px;
        font-size: 16px;
        color: #D8D6D6;
        border-style: solid;
        border-width: 1px 10px 1px 1px;
        border-color: #014C91;
        background-color: #014C91;
        max-width: 100%;
        opacity: 1;
    }

    .rs-contact.contact-style5 .contact-section textarea {
        height: 120px;
    }

    .rs-contact.contact-style5 .contact-section .wpcf7-form-control:not(.wpcf7-submit) {
        width: 100%;
        padding: 13px 15px 13px 15px;
        font-size: 16px;
        color: #D8D6D6;
        border-style: solid;
        border-width: 1px 10px 1px 1px;
        border-color: #014C91;
        background-color: #014C91;
        max-width: 100%;
        opacity: 1;
    }

    .rs-contact.contact-style5 .contact-section ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */

        color: #D8D6D6;
        opacity: 1;
    }

    .rs-contact.contact-style5 .contact-section ::-moz-placeholder {
        /* Firefox 19+ */

        color: #D8D6D6;
        opacity: 1;
    }

    .rs-contact.contact-style5 .contact-section :-ms-input-placeholder {
        /* IE 10+ */

        color: #D8D6D6;
        opacity: 1;
    }

    .rs-contact.contact-style5 .contact-section :-moz-placeholder {
        /* Firefox 18- */

        color: #D8D6D6;
        opacity: 1;
    }

.sec-title2 .title.title3 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
}

.white-color {
    color: #ffffff !important;
}

.rs-contact.contact-style5 .contact-section .from-control {
    width: 100%;
    padding: 13px 15px 13px 15px;
    font-size: 16px;
    color: #D8D6D6;
    border-style: solid;
    border-width: 1px 10px 1px 1px;
    border-color: #313f44;
    background-color: #041e2736 !important;
    max-width: 100%;
    opacity: 1;
}

.mb-30 {
    margin-bottom: 30px;
}
/*-- Submit Button Css --*/
.submit-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #0a0a0a;
    background: #ffd600;
    z-index: 1;
    border-radius: 3px;
    transition: all 0.4s ease-in-out 0s;
    overflow: hidden;
    margin: 0;
}

    .submit-btn input[type="button"] {
        position: relative;
        display: inline-block;
        border-radius: 3px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        color: #0A0A0A;
        padding: 10px 20px;
        outline: none;
        transition: all .5s ease;
        background: 0 0;
        border: none;
    }

    .submit-btn:before {
        background-color: #fff;
        content: "";
        height: 150px;
        left: -75px;
        position: absolute;
        top: -60px;
        transform: rotate(35deg);
        transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 40px;
        opacity: 0;
    }

    .submit-btn:hover {
        background: #ffd600;
        color: #ffd600;
        opacity: 0.99;
    }

        .submit-btn:hover input[type="button"]:hover {
            color: #0A0A0A !important;
            opacity: .9;
        }

        .submit-btn:hover:before {
            left: 120%;
            transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
            opacity: .25;
        }

    .submit-btn.submit-btn2 {
        font-size: 16px;
        font-weight: 600;
        background-color: #01539F;
        border-radius: unset;
    }

        .submit-btn.submit-btn2 > span.arrow-btn {
            position: relative;
            z-index: 3;
        }

        .submit-btn.submit-btn2 input[type="button"] {
            color: #ffffff;
            border-radius: unset;
        }

        .submit-btn.submit-btn2:before {
            display: none;
        }

        .submit-btn.submit-btn2:after {
            position: absolute;
            content: "";
            bottom: 0;
            right: 0;
            transition: .4s;
            z-index: 3;
            opacity: 1;
            width: 20px;
            height: 20px;
            background: #b9e0e3;
            border-radius: 20px 0 0;
        }

        .submit-btn.submit-btn2:hover input {
            background: transparent !important;
        }

            .submit-btn.submit-btn2:hover input[type="button"]:hover {
                color: #000 !important;
                opacity: 0.9;
            }

        .submit-btn.submit-btn2:hover:after {
            width: 100%;
            height: 100%;
            border-radius: 0;
            opacity: 1;
            visibility: visible;
        }

        .submit-btn.submit-btn2:hover > span.arrow-btn {
            position: relative;
            z-index: 99;
        }

        .submit-btn.submit-btn2.form {
            background: #01539f;
            width: 100%;
        }

            .submit-btn.submit-btn2.form input[type="button"] {
                background: #01539f;
                font-size: 16px;
                font-weight: 600;
            }

            .submit-btn.submit-btn2.form:after {
                background: #ffffff;
            }

            .submit-btn.submit-btn2.form:hover input[type="button"]:hover {
                color: #0A0A0A !important;
            }

        .submit-btn.submit-btn2.details input[type="button"] {
            font-size: 14px;
            font-weight: 500;
            padding: 12px 25px;
        }

        .submit-btn.submit-btn2.faq-btn {
            background: rgb(255 255 255 / 0%);
            /* border-radius: 16px; */
            box-shadow: 0 3px 4px rgb(16 16 16 / 38%);
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 3px;
        }

            .submit-btn.submit-btn2.faq-btn input[type="button"] {
                color: #000000;
                border-radius: 3px;
            }

    .submit-btn.submit-btn3 {
        margin: 0;
    }

        .submit-btn.submit-btn3 input[type="button"] {
            padding: 17px 30px 17px 30px;
            color: #333333;
        }

        .submit-btn.submit-btn3:hover {
            background: #01539f;
            color: #ffd600;
            opacity: .99;
        }

            .submit-btn.submit-btn3:hover input[type="button"]:hover {
                color: #fff !important;
                background: #01539f;
                opacity: .9;
            }

    .submit-btn.submit-btn4 {
        margin: 0;
    }

        .submit-btn.submit-btn4 input[type="button"] {
            color: #ffffff;
            background: #ff7033;
        }

        .submit-btn.submit-btn4:hover {
            background: #1c6c28;
            color: #ffd600;
            opacity: .99;
        }

            .submit-btn.submit-btn4:hover input[type="button"]:hover {
                color: #fff !important;
                background: #01539f;
                opacity: .9;
            }

.submit-orange-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #0a0a0a;
    background-color: #FF7033;
    z-index: 1;
    border-radius: 4px;
    transition: all .5s ease;
    overflow: hidden;
    width: 100%;
}

.rs-contact.contact-style5 .contact-section .wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
    padding: 7px 15px 13px 15px;
    font-size: 16px;
    color: #D8D6D6;
    border-style: solid;
    border-width: 1px 10px 1px 1px;
    border-color: #014C91;
    background-color: #014C91;
    max-width: 100%;
    opacity: 1;
}

span.verify {
    color: #000 !important;
    font-size: 14px;
    font-weight: initial;
    padding-left: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.payment-div .tu-label {
    width: 150px;
    font-size: 13px;
    color: #1c1c1c;
}

.payment-div .ps-label {
    width: 200px;
    font-size: 14px;
    color: #1c1c1c;
}


.payment-div .pst-label {
    width: 222px;
    font-size: 14px;
    color: #1c1c1c;
    margin-left: 20px;
}

.payment-div .form-control {
    display: block;
    width: 250px;
    padding: 10px 10px;
    font-size: 14px;
    color: #202020;
    cursor: not-allowed;
    border: 1px solid #a9cedb;
}

.zaakpayment-div .tu-label {
    width: 150px;
    font-size: 13px;
    color: #1c1c1c;
}


.zaakpayment-div .form-control {
    display: block;
    width: 250px;
    padding: 10px 10px;
    font-size: 14px;
    color: #202020;
    border: 1px solid #a9cedb;
}



.width-350 {
    width: 400px;
}

.pay-button {
    padding: 0px 50px;
}

.Edit_tutor .uploader {
    background: transparent;
}



.Edit_tutor .tu-asidebox figure img {
    width: 100%;
    border-radius: 10px !important;
    border: none;
    box-shadow: none !important;
}


.text-field {
    /*width: 100%;*/
    /*height: 85px;*/
    margin-bottom: 25px;
    position: relative;
}

    .text-field input, .text-field select {
        border: solid 2px rgb(148 187 191) !important;
        background-color: white !important;
        width: 100%;
        /*height: 55px;*/
        border-radius: 15px;
        padding: 22px 20px;
        transition: 0.3s all ease;
        font-size: 14px;
        /*font-family: "Roboto";*/
        color: #000 !important;
    }

    .text-field select {
        -webkit-appearance: none;
        position: relative;
        cursor: pointer;
        height: 45px;
    }

        .text-field select:disabled {
            cursor: not-allowed;
            padding: 0px 20px;
            color: #747373 !important;
        }

        .text-field select:not([disabled]) + span::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f063";
            color: rgb(27, 25, 25);
            font-size: 17px;
            top: 55%;
            right: 30px;
            position: absolute;
            z-index: 0;
        }

        .text-field input:focus, .text-field select:focus {
            outline: none;
        }

    .text-field label {
        font-size: 18px;
        color: #000;
        margin-bottom: 5px;
        margin-left: 20px;
        height: 30px;
        line-height: 30px;
        transition: 0.3s all ease;
        z-index: 999;
        font-size: 15px;
    }

        .text-field label i {
            display: none;
        }

#focused.focused label {
    display: block;
    width: 250px;
    padding: 10px 10px;
    font-size: 14px;
    color: #6e6e6e;
    cursor: not-allowed;
    background-color: #818181;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
    width: fit-content;
    padding: 0 15px;
    position: relative;
    top: 15px;
}


    #focused.focused label i {
        display: inline-block;
        font-size: 15px;
        margin-right: 5px;
    }


#focused.focused input, #focused.focused select {
    border: solid 2px #939393 !important;
    background-color: #5a9d5e;
    box-shadow: 0px 0px 59px 0px rgb(0 27 37 / 0%);
}


.bg-image {
    /*background-image: url(../Images/bg/BG-1.png);*/
    background-size: cover;
    height: calc(100vh - 72px);
}


.flex-center-div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: calc(100vh - 76px);
}

    .flex-center-div .card {
        width: 550px;
        /*background-color: #cedfe3;*/
    }

        .flex-center-div .card.tutor-addr {
            width: 1070px !important;
        }


    .flex-center-div .card-body {
        flex: none;
        padding: 1rem 1rem;
    }

.insetshadow-yellow {
    box-shadow: inset 0 0 10px #00bcf03d;
    border: 1px solid #00bcf03d !important;
    border-radius: 10px;
}

.flex-center-div .card span {
    font-size: 14px;
}

.flex-center-div .button {
    margin-top: 5px;
    margin-bottom: 0px;
}

.flex-center-div .disable-button, .flex-center-div .disable-button:hover {
    color: rgb(235 235 235 / 72%) !important;
    background-color: rgb(129 129 129 / 96%) !important;
    /* border: 2px solid #d9dadd !important; */
    border: 2px solid #848585 !important;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 15%), 0px 1px 5px 0px rgb(0 0 0 / 0%);
    border-radius: 4px;
}

/** template orange color css **/

.orange-color .handle-preloader {
    background-color: #f8c333;
}

.orange-color .preloader-close {
    color: #f8c333;
}

.orange-color .header-top-two .info-list li i {
    color: #f8c333;
}

.orange-color .pricing-block-one .pricing-table .theme-btn {
    border: 1px solid #f8c333;
}

    .orange-color .pricing-block-one .pricing-table .theme-btn:hover {
        color: #f8c333 !important;
    }

.orange-color .header-top-two .info-list li.support-box {
    background-color: #f8c333;
}

.orange-color .header-top-two .other-links li a:hover {
    color: #f8c333;
}

.orange-color .header-top-two .other-links li i {
    color: #f8c333;
}

.orange-color .main-menu .navigation > li.current > a,
.orange-color .main-menu .navigation > li:hover > a {
    color: #f8c333;
}

.orange-color .main-menu .navigation > li > ul {
    border-color: #f8c333;
}

    .orange-color .main-menu .navigation > li > ul > li > a:hover {
        color: #f8c333;
    }

    .orange-color .main-menu .navigation > li > ul > li > a:before {
        color: #f8c333;
    }

    .orange-color .main-menu .navigation > li > ul > li > ul {
        border-color: #f8c333;
    }

        .orange-color .main-menu .navigation > li > ul > li > ul > li > a:hover {
            color: #f8c333;
        }

        .orange-color .main-menu .navigation > li > ul > li > ul > li > a:before {
            color: #f8c333;
        }

.orange-color .main-header.style-two .search-box-btn:hover {
    color: #f8c333;
}

    .orange-color .main-header.style-two .search-box-btn:hover i {
        color: #f8c333;
    }

.orange-color .main-header .search-box-outer .dropdown-menu {
    background-color: #f8c333;
}

.orange-color .main-header .nav-right .language .language-dropdown {
    border-color: #f8c333;
}

    .orange-color .main-header .nav-right .language .language-dropdown li a:hover {
        color: #f8c333;
    }

.orange-color .nav-right .language:hover:before {
    color: #f8c333;
}

.orange-color .main-header .nav-right .social-links li a:hover {
    background-color: #f8c333;
    border-color: #f8c333;
}

.orange-color .main-header.style-two .nav-right .btn-box a {
    background-color: #f8c333;
}

.orange-color .theme-btn.btn-one {
    background-color: #f8c333;
}

.orange-color .banner-style-two .banner-carousel .content-box h6 {
    color: #ffffff;
}

    .orange-color .banner-style-two .banner-carousel .content-box h6:before {
        background-color: #fd761e;
    }

    .orange-color .banner-style-two .banner-carousel .content-box h6:after {
        background-color: #fd761e;
    }

.orange-color .banner-style-two .owl-nav button:hover {
    color: #f8c333;
}

.orange-color .banner-style-two .owl-dots .owl-dot.active span,
.orange-color .banner-style-two .owl-dots button span:hover {
    border-color: #fd761e;
}

.orange-color .banner-style-two .owl-dots button span:before {
    border: 1px solid #fff;
}

.orange-color .service-block-three .inner-box .upper-box .inner h5 a:hover {
    color: #f8c333;
}

.orange-color .service-block-three .inner-box .lower-box .overlay-content .btn-box a {
    background-color: #f8c333;
}

.orange-color .scroll-top {
    color: #f8c333;
}

.orange-color .cta-section .text h2 {
    color: #f8c333;
}

.orange-color .sec-title .title-top .shape-box .shape {
    color: #f8c333;
}

.orange-color .sec-title h6 {
    color: #f8c333;
}

.orange-color .content_block_3 .content-box .inner-box .icon-box {
    background-color: #f8c333;
}

.orange-color .content_block_3 .content-box .inner-box h2 {
    color: #f8c333;
}

.orange-color .content_block_4 .content-box .single-item .icon-box {
    color: #f8c333;
}

.orange-color .content_block_4 .content-box .single-item a:hover {
    color: #f8c333;
}

.orange-color .content_block_4 .content-box .single-item a i {
    color: #f8c333;
}

.orange-color .service-block-four .inner-box .link a i {
    color: #f8c333;
}

.orange-color .service-block-four .inner-box .content-box h3 a:hover {
    color: #f8c333;
}

.orange-color .service-block-four .inner-box .content-box .text:before {
    background-color: #f8c333;
}

.orange-color .service-block-four .inner-box .content-box .text:after {
    background-color: #f8c333;
}

.orange-color .service-block-four .inner-box .content-box .overlay-content .link a {
    background-color: #f8c333;
}

.orange-color .service-block-four .inner-box .content-box .overlay-content:before {
    border: 1px solid #f8c333;
}

.orange-color .project-block-two .inner-box .image-box h6 {
    color: #f8c333;
}

.orange-color .project-block-two .inner-box .overlay-content h6 {
    color: #f8c333;
}

.orange-color .project-block-two .inner-box .overlay-content h5 a:hover {
    color: #f8c333;
}

.orange-color .project-block-two .inner-box .overlay-content .view-btn a {
    background-color: #f8c333;
}

.orange-color .project-style-two .owl-dots .owl-dot.active span,
.orange-color .project-style-two .owl-dots button span:hover {
    border-color: #f8c333;
}

.orange-color .project-style-two .owl-dots button span:before {
    border: 1px solid #f8c333;
}

.orange-color .working-block-two .inner-box .icon-box a {
    background-color: #f8c333;
}

.orange-color .working-block-two .inner-box h5:before {
    background-color: #f8c333;
}

.orange-color .working-block-two .inner-box h5:after {
    background-color: #f8c333;
}

.orange-color .pricing-block-one .pricing-table .feature-list li:before {
    background-color: #f8c333;
}

.orange-color .pricing-block-one .pricing-table:hover h5 {
    background-color: #f8c333;
}

.orange-color .investor-section .outer-container:before {
    background-color: #f8c333;
}

.orange-color .content_block_5 .content-box .form-inner .form-group input:focus {
    border-color: #f8c333 !important;
}

.orange-color .investor-section .testimonial-inner .owl-nav button:hover {
    color: #f8c333;
}

.orange-color .news-section .owl-dots .owl-dot.active span,
.orange-color .news-section .owl-dots button span:hover {
    border-color: #f8c333;
}

.orange-color .news-section .owl-dots button span:before {
    border: 1px solid #f8c333;
}

.orange-color .news-block-one .inner-box .post-date {
    background-color: #f8c333;
}

.orange-color .news-block-one .inner-box .post-info li:first-child {
    color: #f8c333;
}

.orange-color .news-block-one .inner-box h5 a:hover {
    color: #f8c333;
}

.orange-color .news-block-one .inner-box .btn-box a i {
    color: #f8c333;
}

.orange-color .news-block-one .inner-box .btn-box a:hover {
    background-color: #f8c333;
}

.orange-color .contact-info-section .inner-container {
    background-color: #f8c333;
}

.orange-color .contact-info-section .single-info-box .inner-box .icon-box {
    color: #f8c333;
}

.orange-color .footer-top .logo-widget .social-links li a:hover {
    background-color: #f8c333;
    border-color: #f8c333;
}

.orange-color .footer-top .widget-title:before {
    background-color: #f8c333;
}

.orange-color .footer-top .widget-title:after {
    background-color: #f8c333;
}

.orange-color .footer-top .links-widget .links-list li a:hover {
    color: #f8c333;
}

    .orange-color .footer-top .links-widget .links-list li a:hover:before {
        border-color: #f8c333;
    }

.orange-color .footer-top .links-widget .links-list li a:after {
    background-color: #f8c333;
}

.orange-color .footer-top .gallery-widget .image-list li .image {
    background-color: #f8c333;
}



#faqform .text-danger, #contactform .text-danger {
    color: #e93546 !important;
    font-size: 14px;
}

.StudentDropdown {
    border-radius: 10px !important;
    width: 95% !important;
}



@media screen and (max-width: 1400px) {

    #NewTutorBookingTuitionForm .row .col-md-10 {
        width: 100%;
    }

    #NewTutorBookingTuitionForm .book-session {
    }

    .book-free-intro {
        width: 70%;
    }
}


@media (min-width: 992px) {
    .redesign #modal.full-height {
        height: 640px;
        width: 550px;
    }
}

.font-18 {
    font-size: 18px;
}

.font-14 {
    font-size: 14px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.tex-drk {
    color: #102a33 !important;
}

.width-100 {
    width: 100px;
}

.width-200 {
    width: 100px;
}

.width-370 {
    width: 370px;
    max-width: 370px;
}

.tutor-admin-filter .tu-label {
    color: #000000;
}

.heightcalc90 {
    height: calc(100vh - 90px);
}

.width-500 {
    width: 500px;
    max-width: 500px;
}

#btn-logintutorrequest {
    /*  border: 1px solid #057ca5 !important;
    width: 140px;
    padding: 6px !important;
    color: #fff !important;
    background: -webkit-linear-gradient(120deg, #0d5168eb, #469ab7 100%);*/
}

    #btn-logintutorrequest:hover {
        width: 140px;
        padding: 6px !important;
        border: 0px solid #ffffff;
        border-bottom: 3px solid #afb2b3;
    }


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #000 !important;
}


/*Change text in autofill textbox*/
/*input:-webkit-autofill {
    -webkit-text-fill-color: yellow !important;
}*/



.dark-grey {
    color: #011c25 !important;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}

.login-div label {
    color: #011b24;
}

.card label {
    color: #000;
}

.text-danger span {
    color: #b70012 !important;
    padding-top: 2px;
}

.table.tutor-avail {
    box-shadow: 0 0px 7px rgb(12 49 52 / 40%);
}


    .table.tutor-avail th {
        background-color: #fbfbfb;
        border: 1px solid #cfcdcdb0 !important;
        color: #000000 !important;
        text-shadow: none;
        font-weight: 400;
    }


    .table.tutor-avail tr {
        background: rgb(255 255 255 / 21%) !important;
    }

        .table.tutor-avail tr:nth-child(2n+1) {
            background: rgb(255 255 255 / 21%) !important;
        }

#tutorAvailabiity .tu-description {
    background-color: white;
}

.bg-footer-msg {
    background: #0000000d;
    padding: 15px 29px !important;
}

    .bg-footer-msg textarea {
        background-color: #e6f8ff42 !important;
    }

    .bg-footer-msg textarea {
        padding: 0 8px;
        height: 40px;
        color: #000000;
        font-weight: 500;
        border: 1px solid #d5d5d5;
        border-radius: 4px;
        background-clip: unset;
        background-color: #f7f7f7 !important;
        caret-color: #000;
    }

.booking-blue-div .tu-boxarea {
    /* background: #cedfe3 !important;
    border-radius: 4px;
    border: none !important;*/
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.08)) !important;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.08)) !important;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid #bdbdbd !important;
}

.booking-blue-div .tu-listinginfo {
    width: 100%;
    background: #ffffff;
    position: relative;
    border-radius: 4px;
    border: 1px solid #bdbdbd !important;
    cursor: default;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%); */
    backdrop-filter: blur(5px px );
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.booking-blue-div .bd-example {
    background: #cedfe36b;
    padding: 10px 0px;
    margin-top: 15px;
    padding: 6px 0px;
    margin-top: 15px;
    background: rgb(255 255 255 / 0%);
    border-radius: 16px;
    box-shadow: 0 3px 4px rgb(14 14 14 / 10%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid #bdbdbd !important;
}

.booking-blue-div .tu-boxsmtitle h4 {
    color: #011c25;
}

.booking-blue-div .tu-boxsmtitle i {
    color: #011c25;
    padding-right: 10px;
}

.booking-blue-div .tu-boxarea .tu-boxsm {
    border-radius: 4px 4px 0 0;
    border: none;
    border-bottom: 1px solid #bdbdbd !important;
}

.booking-blue-div .bd-highlight span {
    font-size: 13px;
    color: #000;
}

.booking-blue-div h4 a {
    color: #011c25;
}

.booking-blue-div .tu-listinginfo_wrapper {
    padding: 19px;
    box-shadow: none;
}

.tu-profile-view .tu-asideinfo h6.bg-blue {
    background: #0202021c !important;
}

.tu-profile-view .tu-protutordetail .bg-blue {
    background: #d0d0d1 !important;
}

.tu-profile-view .tu-featureinclude li {
    padding: 10px 30px;
    align-items: center;
    list-style-type: none;
    justify-content: space-between;
    box-shadow: none;
}

.booking-page .box-div .bg-greyClr {
    background: #cdcdcf !important;
}

#mySendMessage label {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

#mySendMessage .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 20px;
    padding-right: 40px;
    color: #1C1C1C;
    font-weight: 600;
    font-size: 13px;
}

.fs-18 {
    font-size: 18px !important;
}

#warningPopup-display .icon-box-div {
    background: #f46905;
}

    #warningPopup-display .icon-box-div i {
        font-size: 25px;
        position: relative;
        top: 0px;
    }

.text-clr-dark {
    color: #1C1C1C !important;
}

.btn-report {
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    /* background: #F7F8FC; */
    padding: 10px px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    width: 100%;
    padding: 15px;
    max-width: 170px;
}

.report-btn-div {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#popup-display .modal-confirm .modal-content {
}

#popup-display .modal-confirm .icon-box-div {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -45px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    z-index: 9;
    background: #7b878b;
    /* background: #1b7fa3; */
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
}

#popup-display .modal-confirm h4 {
    text-align: left;
    font-size: 18px;
    margin: 0px 0px 0px 15px !important;
    color: #000;
}

.modal-content {
    border-radius: 10px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 32%) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    border: 1px solid rgb(207 204 204) !important;
    color: #000000;
    border: 2px solid #ffffff;
    border-bottom: 3px solid #c3c3c3ab;
    background-color: #e3e3e3;
}

.msg-pop.modal .tu-detailstabs {
    background: transparent !important;
}

.modal-body, .msg-pop.modal .tu-detailstabs {
    background: transparent !important;
}


.modal .tu-placeholderholder {
    position: relative;
    /* width: 100%; */
    display: flex;
    align-items: center;
    background-color: #cceef1;
    overflow: hidden;
    z-index: 0;
    border-radius: 4px;
}

.modal .tu-label, .modal h4, .modal .tu-label + div {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

.modal h4 {
    font-size: 18px;
}

.modal .tu-label + div {
    font-size: 14px;
    color: #000;
}

#frm-SendMessage .tu-detailstabs {
    background: #cedfe3 !important;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 3px;
    filter: drop-shadow(rgba(0, 0, 0, 0.08) 0px 1px 3px);
}

#frm-SendMessage .tu-placeholderholder {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #cedfe3;
    overflow: hidden;
    z-index: 0;
}

.upbooking-btn-group .tu-service-list li {
    width: auto;
    padding: 5px;
    max-width: initial;
    margin-right: 0px;
}


.upbooking-btn-group .tu-listinginfo_service ul.tu-service-list button {
    min-width: 150px !important;
    width: auto !important;
}

.upbooking-btn-group .tu-service-list li span {
    width: 150px;
}

.upbooking-btn-group button:disabled span.disable-button {
    color: #646464 !important;
}


.upbooking-btn-group button:disabled span.tu-redclr, .upbooking-btn-group button:disabled span.tu-redclrn:hover {
    color: #646464 !important;
    background-color: rgb(223 223 223) !important;
    border: 2px solid #dfdfdf !important;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(203 194 194 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}

.error {
    color: #dc3545 !important;
}


#paymentReport, #BillingReport {
    /*background: #55676c !important;*/
}


    #paymentReport thead th, #BillingReport thead th {
        position: sticky;
        top: -1px;
        text-align: left;
        border: none !important;
    }


    #paymentReport th, #BillingReport th {
        background: #cdcdcd;
    }

    #paymentReport td, #BillingReport td {
        padding: 8px 15px;
        border: 1px solid #516368 !important;
        text-align: left;
    }


        #BillingReport td a {
            color: #282d2e;
            font-weight: 500;
            font-size: 13.5px;
        }

#NewTutorProfileQustionForm label.w-142 {
    width: 165px;
    padding-right: 0px !important;
}


.textarea-color-dark {
    color: #011c25;
}

.Positive-Popup .modal-content {
    border: none !important;
}

.Positive-Popup .modal-confirm .icon-box-div {
    background: #008000 !important;
}

#frm-PaymentViewPage .tu-label {
    font-weight: 500;
    color: #0c0c0c;
    font-size: 15px;
    margin-bottom: 2px;
}

.bg-blue-color {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.pad-0-1 {
    padding: 0px 1px;
}

.text-dark-bg {
    font-weight: 600;
    font-size: 14px;
    color: #1C1C1C;
}

.m-0-3 {
    margin: 0px 3px;
}

.payment-div-box > div {
    padding: 0px 12px 0px 12px;
}

.w-270 {
    width: 270px !important;
}

.w-110px {
    width: 110px !important;
}

.border-bt {
    border-bottom: 1px dashed #4a6e70;
}

.mr-22 {
    margin-right: 16px !important;
}

.height-41px {
    height: 41px;
}

.tu-label.positive-text.font-18 {
    font-weight: 600 !important;
    font-size: 17px !important;
}

.icon-popup-div {
    padding: 10px 20px;
    background: rgb(22 163 74);
    color: #fff;
    font-size: 35px;
}


.confirmation-popup .modal-confirm .modal-content, .Positive-Popup .modal-confirm .modal-content, .negative-Popup .modal-confirm .modal-content, .information-Popup .modal-confirm .modal-content, .critical-popup .modal-confirm .modal-content {
    border-radius: 1px !important;
    background-color: #ededed !important;
    border-radius: 16px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    /*border: 1px solid rgb(255 255 255 / 50%) !important;*/
}


.Positive-Popup .modal-confirm button.clr-dark, .negative-Popup .modal-confirm button.clr-dark, .information-Popup .modal-confirm button.clr-dark, .critical-popup .modal-confirm button.clr-dark {
    color: #2c2c2c !important;
    margin-right: 12px;
    background: transparent;
}

.Positive-Popup .modal-confirm h4, .negative-Popup .modal-confirm h4, .information-Popup .modal-confirm h4, .critical-popup .modal-confirm h4 {
    text-align: left;
    font-size: 18px;
    margin: 0px 0px 0px 15px !important;
    color: #000 !important;
    font-weight: 500;
}

.negative-Popup .icon-popup-div {
    padding: 10px 20px;
    background: #dc3545;
    color: #fff;
    font-size: 35px;
}


.negative-Popup .modal-confirm {
    color: #636363;
    width: 575px;
    font-size: 14px;
}

.find_tutor .bg-2 .tu-listinginfo_price {
    color: #000 !important;
    padding: 2px 2px;
    margin-left: 4px;
}

.width-182 {
    width: 182px;
}

.width-160 {
    width: 160px;
}

.width-200 {
    width: 200px;
}

.width-370 {
    width: 370px;
}

.width-250 {
    width: 250px;
}

input.form-control::-webkit-input-placeholder {
    font-weight: 500 !important;
}

.information-Popup .icon-popup-div {
    padding: 10px 25px;
    background: #054bb3;
    color: #fff;
    font-size: 35px;
}

.critical-popup .icon-popup-div {
    padding: 10px 25px;
    background: #f46905;
    color: #fff;
    font-size: 35px;
}

.width-370.text-left > div > label.error {
    display: block;
    text-align: left;
}

.error {
    color: #b70012 !important;
}



.critical-popup .modal-confirm {
    color: #636363;
    width: 700px;
    font-size: 14px;
    max-width: 700px;
}


@media screen and (max-width: 1580px) {
    .header_secondary .header_bottom {
        display: flex;
        padding: 0px 10px;
    }

    .payment-page {
        width: 60%
    }
}

@media screen and (max-width: 1340px) {
    .header_secondary .site_logo {
        flex: none;
    }
}


@media screen and (max-width: 1320px) {

    .header_secondary .site_logo {
        flex: 0 0 230px;
    }

        .header_secondary .site_logo a {
            padding: 0px;
            clip-path: none;
            height: 64px;
        }
}




@media screen and (max-width: 1200px) {

    .main_menu_list > li:not(:last-child) {
        margin: 0 11px 0 0;
    }
}

@media screen and (max-width: 1130px) {

    .header_secondary .btn {
        min-width: 70px !important;
        padding: 4px 0px 6px !important;
        font-weight: 500;
        font-size: 14px;
    }

    .payment-page {
        width: 90%
    }
}

.pl-17 {
    padding-left: 17px !important;
}

.pl-26 {
    padding-left: 26px !important;
}

.pl-13 {
    padding-left: 13px !important;
}


.message-alert-div {
    position: absolute;
    padding: 6px 6px;
    border-radius: 50%;
    font-size: 13px;
    width: 24px;
    height: 24px;
    color: #0a0a0a;
    top: -4px;
    right: 4px;
    background: #054bb3 !important;
    color: #fff;
    box-shadow: 0px 2px 3px #0000006e;
    line-height: 13px;
}


.register-button .disable-button, .register-button .disable-button:hover, #btn-verifyPhoneNumber.disable-button, #btn-verifyPhoneNumber.disable-button:hover {
    color: rgb(0 0 0 / 35%) !important;
    background-color: rgb(223 223 223) !important;
    border: 2px solid #dfdfdf !important;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(203 194 194 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 30%);
}

@media (max-width: 1600px) {


    .message-alert-div {
        position: absolute;
        padding: 6px 6px;
        border-radius: 50%;
        font-size: 13px;
        width: 24px;
        height: 24px;
        color: #0a0a0a;
        top: -7px;
        right: -4px;
        background: #054bb3 !important;
        color: #fff;
        box-shadow: 0px 2px 3px #0000006e;
        line-height: 13px;
    }
}


@media (max-width: 1200px) {
    .message-alert-div {
        position: absolute;
        padding: 6px 6px;
        border-radius: 50%;
        font-size: 13px;
        width: 24px;
        height: 24px;
        color: #0a0a0a;
        top: -2px;
        right: -4px;
        background: #054bb3 !important;
        color: #fff;
        box-shadow: 0px 2px 3px #0000006e;
        line-height: 13px;
    }
}

.width-190 {
    width: 190px;
}

.width-260 {
    width: 260px;
}

.stdent-OTP #focused .error {
    margin-left: 0px !important;
}

#focused.focused label.error {
    background-color: transparent;
    color: #fff;
    padding: 0px;
    position: relative;
    top: 0px;
    font-size: 15px;
}

.flex-center-div .md-div {
    width: 650px;
}

.text-field input.input-validation-error {
    border: solid 2px rgb(223 126 126);
}

.bg-color-1 {
    background-color: #f4f5f4;
}

.working-block-one .inner-box h2 {
    color: #000000 !important;
}

.working-block-one p {
    color: #000;
    font-size: 16px;
    justify-content: center;
    text-align: justify;
    letter-spacing: 0px;
    line-height: 25px;
}

.working-section .sec-title .title-top .shape-box .shape {
    color: #0e97bd;
}

.working-section .sec-title h6 {
    color: #0e97bd;
    font-size: 17px;
}



.working-block-one .inner-box {
    position: relative;
    display: block;
    padding: 0px 15px;
}

    .working-block-one .inner-box h6 {
        color: #000000 !important;
        font-size: 17px !important;
    }

@media screen and (min-width: 1400px) {

    .auto-container {
        padding: 0px 0px;
        max-width: 1370px !important;
    }
}

.sec-pad, .working-style-three {
    padding: 45px 0px 30px 0px !important;
}


.image.title {
    width: 250px;
}

.fs-36 {
    font-size: 24px !important;
}

.fixed.tu-bg-header {
    background: -webkit-linear-gradient(120deg, rgb(212 212 216 / 59%), rgb(228 228 231 / 88%) 100%);
    box-shadow: 0px 2px 3px #0000002e;
}

.font-20 {
    font-weight: 500 !important;
    font-size: 20px !important;
}

.payment-comp-div p {
    margin-left: auto;
    font-size: 15px;
}

.payment-comp-div .tu-label {
    font-weight: 500;
    color: #1c1c1c !important;
    font-size: 15px;
    margin-bottom: 2px;
}

.check-box-div {
    font-size: 32px;
    color: #097e48 !important;
}

.bold {
    font-weight: 600 !important;
}

.payment-comp-div .positive-text {
    color: #097e48 !important;
}


@media screen and (max-width: 1600px) {


    .owl-item .auto-container {
        max-width: 1200px !important;
    }
}


@media screen and (max-width: 1500px) {

    .payment-comp-div > .col-md-4 {
        width: 40% !important;
    }

    .banner-style-two .auto-container {
        max-width: 1170px !important;
    }

    .owl-item .auto-container {
        max-width: 1200px !important;
    }
}

@media screen and (max-width: 1440px) {


    .owl-item .auto-container {
        max-width: 1100px !important;
    }
}



@media screen and (max-width: 1340px) {


    .owl-item .auto-container {
        max-width: 1000px !important;
    }
}

@media screen and (max-width: 1250px) {


    .owl-item .auto-container {
        max-width: 800px !important;
    }

    .banner-style-two .banner-carousel .content-box h6 {
        position: relative;
        display: inline-block;
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
        padding-bottom: 13px;
        margin-bottom: 20px;
        text-transform: none !important;
        opacity: 0;
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .banner-style-two .banner-carousel .content-box h1 {
        position: relative;
        display: block;
        font-size: 22px;
        line-height: 40px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 14px;
        text-transform: none;
        opacity: 0;
        -webkit-transform: translateX(50px);
        -moz-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -o-transform: translateX(50px);
        transform: translateX(50px);
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .banner-style-two .banner-carousel .content-box p {
        position: relative;
        display: block;
        color: #ffffff;
        margin-bottom: 44px;
        opacity: 0;
        -webkit-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        -o-transform: translateX(-50px);
        transform: translateX(-50px);
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        font-size: 18px;
    }
}


@media screen and (max-width: 1300px) {

    .payment-comp-div > .col-md-4 {
        width: 40% !important;
    }

    .responsive-button > div.col-md-10 {
        width: 100%;
    }

    .header_secondary .main_menu {
        flex: 1;
        padding-left: 15px;
    }
}

.modal h4 {
    font-size: 18px;
    font-weight: normal;
}

@media screen and (max-width: 1200px) {

    .payment-comp-div > .col-md-4 {
        width: 40% !important;
    }

    .header_secondary .main_menu {
        flex: 1;
        padding-left: 15px;
    }

    .booking-page .w-40 {
        width: 50%;
    }

    .booking-page .fs-3 {
        font-size: 16px !important;
    }

    #IntroBookingCalender span {
        font-size: 13px !important;
    }

    #selectBookingDateTime {
        font-size: 13px !important;
        font-family: sans-serif;
    }

    .fs-1 {
        font-size: calc(1.375rem + 1.5vw) !important;
        font-size: 23px !important;
    }

    .container, .container-md, .container-sm {
        max-width: 100%;
    }
}


@media screen and (max-width: 1100px) {

    .payment-comp-div > .col-md-4 {
        width: 50% !important;
    }

    .owl-item .auto-container {
        max-width: 768px !important;
    }

    .working-block-one .inner-box .shape {
        display: none;
    }
}

.payment-comp-div .bg-blue-color {
    /*background: #EDF2f4 !important;*/
}


@media screen and (max-width: 990px) {


    .owl-item .auto-container {
        max-width: 600px !important;
    }
}


@media screen and (max-width: 890px) {

    .booking-page .w-40 {
        width: 60%;
    }
}

@media screen and (max-width: 820px) {


    .owl-item .auto-container {
        max-width: 500px !important;
    }

    .banner-style-two .banner-carousel .content-box h6 {
        position: relative;
        display: inline-block;
        font-size: 16px !important;
        line-height: 26px;
        font-weight: 600;
        padding-bottom: 13px;
        margin-bottom: 20px !important;
        text-transform: none !important;
        opacity: 0;
    }

    .banner-style-two .banner-carousel .content-box h1 {
        position: relative;
        display: block;
        font-size: 18px !important;
        line-height: 40px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 14px !important;
        text-transform: none;
    }

    .banner-style-two .banner-carousel .content-box p {
        position: relative;
        display: block;
        color: #ffffff;
        margin-bottom: 30px !important;
        opacity: 0;
        font-size: 16px !important;
    }
}

@media screen and (max-width: 767px) {

    .book-hours-div > div {
        flex-flow: column;
        align-items: center;
    }
}


@media screen and (max-width: 720px) {


    .owl-item .auto-container {
        max-width: 420px !important;
    }
}

@media screen and (max-width: 630px) {


    .owl-item .auto-container {
        max-width: 330px !important;
    }

    .booking-page .w-40 {
        width: 100%;
    }

    .book-hours-div > div > div.col-md-5 {
        padding-left: 20px;
        margin: 17px 0px !important;
        width: 100%;
    }
}


@media screen and (max-width: 550px) {


    .owl-item .auto-container {
        max-width: 330px !important;
    }

    .banner-style-two .owl-nav button.owl-prev {
        left: 4px !important;
    }

    .banner-style-two .owl-nav button.owl-next {
        right: 4px !important;
    }
}


@media screen and (max-width: 500px) {

    /* .header_btns_group > li:not(:last-child) {
        margin-right: 0px;
        margin-left: 0px;
        position: absolute;
        right: 22px;
        bottom: 7px;
    }*/
    .txt-hd {
        justify-content: center;
        display: flex;
        color: #f7d900;
        /* font-family: Lucida Sans Typewriter; */
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1.1px;
    }
}


.icon-div-ex {
    display: flex;
    justify-content: center;
    color: #ff972d;
    font-size: 31px;
    border: 2px solid #ff972d;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 39px;
    align-items: center;
}

.why-choose .row.clearfix > div {
    margin-bottom: 20px;
}

.why-choose .icon-box:before, .working-style-three .icon-box:before {
    display: none;
}

.working-block-two .inner-box h5, .working-style-three .inner-box h5 {
    position: relative;
    font-size: 21px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    text-transform: none !important;
    padding-bottom: 13px;
    margin-bottom: 23px;
}



#ApproveConfirmation-Popup .modal-dialog {
    width: 647px;
    max-width: 647px;
}


#ApproveConfirmation-Popup .icon-popup-div {
    padding: 10px 25px;
    background: #f46905;
    color: #fff;
    font-size: 35px;
    height: 122px;
    display: flex;
    align-items: center;
    margin-right: auto;
    margin: 0;
}

#ApproveConfirmation-Popup .b-div {
    margin-right: 37px;
    margin-top: 10px;
}

#ApproveConfirmation-Popup #btnApprovepopup-close {
    position: absolute;
}

#ApproveConfirmation-Popup .modal-dialog {
    width: 691px;
    max-width: 691px;
}

.print-btn {
    border-radius: 4px;
    background-color: #4aabce;
    margin-right: 13px;
    border: 2px solid #4aabce;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    color: #fff;
    width: 125px;
    font-weight: 500;
    font-size: 14px;
}



#paymentReportCompletedBookingList .table-fill, #BillingReport_wrapper .table-fill {
    background: white;
    border-radius: 3px;
    border-collapse: collapse;
    height: 320px;
    margin: auto;
    max-width: 600px;
    padding: 5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
    border: 1px solid #d7d7d705 !important;
}

#paymentReportCompletedBookingList th, #BillingReport_wrapper th {
    color: #000 !important;
    background: #cdcdcd !important;
    border-bottom: none;
    border-right: none;
    font-size: 23px;
    font-weight: 100;
    padding: 24px;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}

    #paymentReportCompletedBookingList th:first-child, #BillingReport_wrapper th:first-child {
        border-top-left-radius: 3px;
    }

    #paymentReportCompletedBookingList th:last-child, #BillingReport_wrapper th:last-child {
        border-top-right-radius: 3px;
        border-right: none;
    }

#paymentReportCompletedBookingList tr, #BillingReport_wrapper tr {
    border-top: 1px solid #e4e4e4;
    /* border-bottom-: 1px solid #C1C3D1;*/
    color: #565656;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

    #paymentReportCompletedBookingList tr:hover td, #BillingReport_wrapper tr:hover td {
        background: #4E5066;
        color: #FFFFFF;
        border-top: 1px solid #22262e;
    }

    #paymentReportCompletedBookingList tr:first-child, #BillingReport_wrapper tr:first-child {
        border-top: none;
    }

    #paymentReportCompletedBookingList tr:last-child, #BillingReport_wrapper tr:last-child {
        border-bottom: none;
    }

    #paymentReportCompletedBookingList tr:nth-child(odd) td, #BillingReport_wrapper tr:nth-child(odd) td {
        background: #fffcfc;
    }



    #paymentReport tr:last-child td:first-child, #BillingReport_wrapper tr:last-child td:first-child {
        border-bottom-left-radius: 3px;
    }

    #paymentReport tr:last-child td:last-child, #BillingReport_wrapper tr:last-child td:last-child {
        border-bottom-right-radius: 3px;
    }

#paymentReportCompletedBookingList td, #BillingReport_wrapper td {
    background: #FFFFFF;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 18px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    border-right: 1px solid #C1C3D1;
}

    #paymentReport_wrapper td:last-child, #BillingReport_wrapper td:last-child {
        border-right: 0px;
    }

#paymentReport_wrapper th.text-left, #BillingReport_wrapper th.text-left {
    text-align: left;
}

#paymentReport_wrapper th.text-center, #BillingReport_wrapper th.text-center {
    text-align: center;
}

#paymentReport_wrapper th.text-right, #BillingReport_wrapper th.text-right {
    text-align: right;
}

#paymentReport_wrapper td.text-left, #BillingReport_wrapper td.text-left {
    text-align: left;
}

#paymentReport_wrapper td.text-center, #BillingReport_wrapper td.text-center {
    text-align: center;
}

#paymentReport_wrapper td.text-right, #BillingReport_wrapper td.text-right {
    text-align: right;
}

#paymentReport_wrapper table.dataTable tbody tr, #BillingReport_wrapper table.dataTable tbody tr {
    background-color: rgb(243 243 243);
}

.report-table-div table.dataTable tbody tr {
    background-color: rgb(255 255 255 / 9%);
}

#paymentReport_wrapper table, #BillingReport_wrapper table, #paymentHistroy_wrapper table {
    background: none;
    border-bottom: none;
    box-shadow: 0 0px 7px rgb(12 49 52 / 40%);
}

#incomeReportDiv table.dataTable th:nth-child(4), #incomeReportDiv table.dataTable th:nth-child(3) {
    /* width: 250px;
    max-width: 220px;
    white-space: nowrap;*/
}

#incomeReportDiv table.dataTable td:nth-child(4), #incomeReportDiv table.dataTable td:nth-child(3) {
    width: 250px;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*#GSTReportDiv table.dataTable th:nth-child(4), #GSTReportDiv table.dataTable th:nth-child(3) {
    width: 300px;
    max-width: 220px;
    white-space: nowrap;
}*/

#GSTReportDiv table.dataTable td:nth-child(4), #GSTReportDiv table.dataTable td:nth-child(3) {
    width: 300px;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*#lessonReportDiv table.dataTable th:nth-child(4), #lessonReportDiv table.dataTable th:nth-child(5) {
    width: 300px;
    max-width: 220px;
    white-space: nowrap;
}
*/
#lessonReportDiv table.dataTable td:nth-child(4), #lessonReportDiv table.dataTable td:nth-child(5) {
    width: 300px;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



#paymentHistroy_wrapper .table > caption + thead > tr:first-child > th, #paymentReport_wrapper .table > caption + thead > tr:first-child > th, #paymentReport .table > colgroup + thead > tr:first-child > th, #paymentReport .table > thead:first-child > tr:first-child > th, #paymentReport .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #dddddd2e;
    font-weight: 500;
    border-bottom: none;
    text-shadow: none;
}

#paymentHistroy_wrapper table > thead > tr > th, #paymentReport_wrapper table > thead > tr > th, #paymentReport table > tbody > tr > th, #paymentReport table > tfoot > tr > th, #paymentReport table > thead > tr > td, table > tbody > tr > td, #paymentReport table > tfoot > tr > td {
    border-top: 1px solid #DDDDDD;
    border: 1px solid #e7e7e7;
    line-height: 24px;
    padding-left: 3px;
    text-align: left;
    vertical-align: top;
    padding: 5px 10px;
    vertical-align: top;
}

#paymentReport_wrapper td, #BillingReport_wrapper td, #paymentHistroy_wrapper td {
    padding: 4px 10px;
    border: none !important;
    text-align: left;
    text-shadow: none;
    font-size: 14px !important;
}

#paymentReport_wrapper th, #BillingReport_wrapper th, #paymentHistroy_wrapper th {
    color: #000 !important;
    background: #cdcdcd;
    border-right: none;
    font-size: 23px;
    font-weight: 500;
    padding: 2px 10px;
    text-align: left;
    /* text-shadow: 0 1px 1px rgb(0 0 0 / 10%); */
    vertical-align: middle;
    font-size: 15px !important;
    text-shadow: none;
    line-height: 28px;
    border: 1px solid #527078;
}

#paymentReport_wrapper tr:hover td, #BillingReport_wrapper tr:hover td, #paymentHistroy_wrapper tr:hover td {
    text-shadow: none;
}

#paymentReport_wrapper tr:hover td, #BillingReport_wrapper tr:hover td, #paymentHistroy_wrapper tr:hover td {
    background: #4e506024;
    color: #282828;
    border-top: 1px solid #22262e;
}

.tutor-admin-filter label.tu-label {
    font-weight: 500 !important;
}

#paymentReport_wrapper tr:nth-child(odd) td, #BillingReport_wrapper tr:nth-child(odd) td, #paymentHistroy_wrapper tr:nth-child(odd) td {
    background: rgb(255 255 255 / 70%) !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

#paymentReport_wrapper tr:nth-child(even) td, #BillingReport_wrapper tr:nth-child(even) td, #paymentHistroy_wrapper tr:nth-child(even) td {
    background: #334a4c05 !important;
    text-shadow: none;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
    border: none !important;
}

table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
    box-shadow: none !important;
}

#paymentReportCompletedBookingList tr:hover td, #BillingReport_wrapper tr:hover td {
    color: #16282e;
    background: #f5f5f545 !important;
}

/*#btn-downloadInvoice {
    border-right: 1px solid #aed3d3 !important;
}*/

.time-div .col-form-label {
    text-indent: 0px;
}

.wid-80 {
    width: 100px !important;
}

.mtop-20 {
    margin-top: 20px;
}

.pad-5-0 {
    padding: 5px 0px;
}

.time-div {
    background: #fcfcfc;
    padding: 0px 0px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    background: #eeeeef;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(103 103 103 / 36%);
}

.end-time {
    border: none !important;
    font-weight: 600 !important;
    padding-left: 10px !important;
}


.book-hours-div > div {
    /*padding-left: 110px;
    padding-right: 27px;*/
}

    .book-hours-div > div > div.col-md-5 {
        padding-left: 20px;
        margin: 17px 0px !important;
    }

    .book-hours-div > div > div.tu-cal {
        padding-left: 0px;
        margin: 15px -14px !important;
        width: 470px;
    }

#IntroBookingCalender table thead th {
    background: #ffffff00;
}

#IntroBookingCalender .ui-state-default, .ui-widget-content .ui-state-default {
    border: none;
    background: #fdfdfd33;
    font-weight: normal;
    color: #0e0e0e;
    border-radius: 100%;
}

#IntroBookingCalender .ui-state-active,
#IntroBookingCalender .ui-widget-content .ui-state-active,
#IntroBookingCalender .ui-widget-header .ui-state-active {
    background: #4aabce24;
    font-weight: normal;
    color: #4aabce;
    border: 1px solid #4aabce;
    border-radius: 100%;
    background: #000000a3;
    font-weight: normal;
    color: #ffffff;
    border: 1px solid #434343;
    border-radius: 100%;
}


#IntroBookingCalender .ui-widget-header {
    border: 1px solid #cfcfcf;
    background: #cdcdcf;
    color: #000000;
    font-weight: bold
}

#IntroBookingCalender .card span {
    font-size: 14px;
    color: #011c25;
}

.clr-1 {
    color: #000 !important;
}

.book-btn-cal {
    padding-left: 30px;
    padding-right: 30px !important;
}

#selectBookingDateTime {
    font-size: 15px;
    font-family: sans-serif;
}

#IntroBookingCalender .ui-datepicker td {
    border: 0;
    padding: 0px 5px;
}

.time-div select {
    font: 400 14px sans-serif;
}

input.bgwhite {
    background-color: #fcfcfc !important;
}

.ml-15 {
    margin-left: 15px !important;
}

#IntroBookingCalender.p-0 .ui-datepicker td {
    border: 0;
    padding: 0px 3px;
}

    #IntroBookingCalender.p-0 .ui-datepicker td span, #IntroBookingCalender.p-0 .ui-datepicker td a {
        display: block;
        padding: 10px 15px;
        text-align: center;
        text-decoration: none;
    }


/*.book-hours-div > div.tutor-div {
    padding-left: 75px;
    padding-right: 65px;
}*/

.std-free-div #IntroBookingCalender.p-0 .ui-datepicker td span, .std-free-div #IntroBookingCalender.p-0 .ui-datepicker td a {
    display: block;
    padding: 8px 13px;
    text-align: center;
    text-decoration: none;
}

.std-free-div > div > div.col-md-5 {
    padding-left: 20px;
    margin: 17px 0px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.book-hours-div > div > div.book-session-div {
    padding-left: 0px;
    margin: 0px -6px !important;
    width: 470px;
}

.book-session-div #IntroBookingCalender {
    padding: 0px;
}

.book-hours-div > div > .book-session-div + div {
    margin: 0px 0px !important;
}

.book-hours-div #IntroBookingCalender .ui-datepicker td span, .book-hours-div #IntroBookingCalender .ui-datepicker td a {
    display: block;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    margin: 2px 2px;
}

#slotTitle strong {
    font-weight: normal;
}

@media screen and (max-width: 1400px) {
    .std-free-div > div > div.tu-cal {
        padding-left: 0px;
        margin: 15px -14px !important;
        width: 375px;
    }

    .std-free-div > div > div.col-md-5 {
        padding-left: 0px;
        margin: 17px 0px !important;
    }

    .std-free-div > div > div.tu-cal {
        padding: 0px;
        margin: 0px;
    }

    .std-free-div #IntroBookingCalender.p-0 .ui-datepicker td span, .std-free-div #IntroBookingCalender.p-0 .ui-datepicker td a {
        display: block;
        padding: 1px 8px;
        text-align: center;
        text-decoration: none;
    }
}

@media screen and (max-width: 1330px) {
    .std-free-div > div.tutor-div {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media screen and (max-width: 1380px) {


    .std-free-div > div > div.col-md-5 {
        padding-left: 15px;
        margin: 17px 0px !important;
        width: 50%;
    }

    .std-free-div > div > div.tu-cal {
        padding-left: 0px;
        margin: 15px 0px !important;
        width: 310px;
    }

    .std-free-div > div > div.tu-cal {
        padding: 0px;
        margin: 0px;
    }

    .std-free-div #IntroBookingCalender.p-0 .ui-datepicker td span, .std-free-div #IntroBookingCalender.p-0 .ui-datepicker td a {
        display: block;
        padding: 1px 8px;
        text-align: center;
        text-decoration: none;
    }

    .std-free-div > div.justify-content-center {
        justify-content: center !important;
    }
}

@media screen and (max-width: 1340px) {


    .std-free-div > div > div.col-md-5 {
        padding-left: 0px;
        margin: 17px 0px !important;
        width: 50%;
    }

    .std-free-div > div > div.tu-cal {
        padding-left: 0px;
        margin: 11px 0px !important;
        width: 340px;
    }

    .std-free-div > div > div.tu-cal {
        padding: 0px;
        margin: 0px;
    }

    .std-free-div #IntroBookingCalender.p-0 .ui-datepicker td span, .std-free-div #IntroBookingCalender.p-0 .ui-datepicker td a {
        display: block;
        padding: 5px 10px;
        text-align: center;
        text-decoration: none;
        margin: 2px 1px;
    }

    .std-free-div > div.justify-content-center {
        justify-content: left !important;
    }
}

#fltSearchStudentProfile {
}

.wid-300 {
    width: 300px;
}

.wid-200 {
    width: 200px;
}

.wid-130 {
    width: 130px;
}


.text-field input[type=radio]:checked {
    background-color: #fff !important;
    position: relative;
}

.text-field input[type=radio] {
    -webkit-appearance: none;
    border: solid 2px rgb(47 103 122) !important;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin-right: 7px;
    transition: 0.5s all ease;
    padding: 0px;
    background-color: #ffffff !important;
}


    .text-field input[type=radio]:checked::after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "\f00c";
        line-height: 17px;
        text-align: center;
        font-size: 11px;
        color: #000;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }


input[type=button]::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(90deg, transparent, #94e2ff, transparent) !important;
    transition: 0.5s ease;
}

input[type=button] {
    position: relative;
    overflow: hidden;
}

    input[type=button]:hover::before {
        left: 100% !important;
    }

.fs-15 {
    font-size: 15px;
}

.fs-san {
    font-family: sans-serif !important;
}

.export-icon {
    width: 40px;
    padding: 0px;
    height: 38px;
    margin: 0px;
    background: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

    .export-icon img {
        width: 30px;
        height: auto;
        margin: 5px;
    }

.export-icon-div {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.export-icon:hover {
    background: rgb(255 255 255 / 36%) !important;
    border: none !important;
}

    .export-icon:hover::before {
        opacity: 0;
    }

.total-line {
    color: #4cb5db !important;
}

.chat-sidebar-height {
    height: calc(100vh - 169px);
}

.total-box {
    color: #008db3 !important;
}


.tu-filterselect .select2-container--disabled span.select2-selection {
    background-color: #ffffff8f !important;
    border: 1px solid #00000017 !important;
    cursor: not-allowed;
}

.tu-filterselect .select2-container--disabled span.select2-selection__rendered {
    color: #596c70 !important;
}

.tu-filterselect .select2-container--disabled span.select2-selection__arrow b {
    border-color: #596c70 transparent transparent transparent !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #404040 transparent !important;
    border-width: 0 6px 8px 6px !important;
}

.tutor-view-profile .tu-profileview figure {
    /*margin: 0 0px 0 0;
    max-width: 100%;
    flex: none;
    height: 100%;
    width: 25%;*/
}

.tutor-view-profile .tu-profileview {
    display: flex;
    flex-wrap: wrap;
}

    .tutor-view-profile .tu-profileview figure {
        flex: 1;
        max-width: 300px;
    }

    .tutor-view-profile .tu-profileview .tu-protutorinfo {
        flex: 1;
    }

.tutor-view-profile hr {
    margin-top: 3px;
    margin-bottom: 3px;
    border: 0;
    border-top: 1px dashed #000000;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #f4d914;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
    color: #f4d914;
}

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }



.table-popup .table > thead > tr > th,
.table-popup .table > tbody > tr > th,
.table-popup .table > tfoot > tr > th {
    padding: 0px 10px;
    text-align: left;
    line-height: 26px;
    font-size: 14px;
}

.table-popup .table > thead > tr > td,
.table-popup .table > tbody > tr > td,
.table-popup .table > tfoot > tr > td {
    padding: 0px 10px;
    text-align: left;
    line-height: 26px;
    font-size: 13px;
    background: #fffdfd38;
}

.fs-14 {
    font-size: 14px;
}



/* Table CSS Start */

.report-table-div .table-fill {
    background: white;
    border-radius: 3px;
    border-collapse: collapse;
    height: 320px;
    margin: auto;
    max-width: 600px;
    padding: 5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
    border: 1px solid #d7d7d705 !important;
}

.report-table-div th {
    color: ##000 !important;
    /*background: #00000038 !important;*/
    border-right: none;
    font-size: 23px !important;
    font-weight: 500;
    padding: 0px 10px !important;
    text-align: left;
    vertical-align: middle;
    font-size: 15px !important;
    text-shadow: none !important;
    line-height: 30px !important;
    border: 1px solid #ffffff12 !important;
}

    .report-table-div th:first-child {
        border-top-left-radius: 3px;
    }

    .report-table-div th:last-child {
        border-top-right-radius: 3px;
        border-right: none;
    }

.report-table-div tr {
    border-top: 1px solid #cccccc;
    /*border-bottom: 1px solid #C1C3D1;*/
    color: #565656;
    font-size: 16px;
    font-weight: normal;
}

    .report-table-div tr:hover td {
        background: #4E5066;
        color: #FFFFFF;
        border-top: 1px solid #22262e;
    }

    .report-table-div tr:first-child {
        border-top: none;
    }

    .report-table-div tr:last-child {
        border-bottom: none;
    }

    .report-table-div tr:nth-child(odd) td {
        background: #fffcfc;
    }

    .report-table-div tr:last-child td:first-child {
        border-bottom-left-radius: 3px;
    }

    .report-table-div tr:last-child td:last-child {
        border-bottom-right-radius: 3px;
    }

.report-table-div td {
    background: #FFFFFF;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 18px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    border-right: 1px solid #C1C3D1;
}

    .report-table-div td:last-child {
        border-right: 0px;
    }

.report-table-div th.text-left {
    text-align: left;
}

.report-table-div th.text-center {
    text-align: center;
}

.report-table-div th.text-right {
    text-align: right;
}

.report-table-div td.text-left {
    text-align: left;
}

.report-table-div td.text-center {
    text-align: center;
}

.report-table-div td.text-right {
    text-align: right !important;
}

.report-table-div table.dataTable tbody tr {
    background-color: #fff;
}

.report-table-div table {
    background: none;
    border-bottom: none;
}

.report-table-div .table > caption + thead > tr:first-child > th,
.report-table-div .table > thead:first-child > tr:first-child > th,
.report-table-div .table > caption + thead > tr:first-child > td,
.report-table-div .table > colgroup + thead > tr:first-child > td,
.report-table-div .table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #dddddd2e;
    font-weight: 500;
    border-bottom: none;
    text-shadow: none;
}

.report-table-div table > thead > tr > th,
.report-table-div table > tbody > tr > th,
.report-table-div table > tfoot > tr > th,
.report-table-div table > thead > tr > td,
.report-table-div table > tbody > tr > td,
.report-table-div table > tfoot > tr > td {
    border-top: 1px solid #DDDDDD;
    border: 1px solid #dddddd0a;
    line-height: 24px;
    text-align: left;
    vertical-align: top;
    padding: 4px 5px;
    vertical-align: top;
}

.report-table-div td {
    padding: 4px 10px !important;
    border: none !important;
    text-align: left;
    text-shadow: none;
    font-size: 14px !important;
}

.report-table-div th {
    color: #000000;
    background: #6d868d;
    border-right: none;
    font-size: 23px;
    font-weight: 500;
    padding: 2px 10px;
    text-align: left;
    vertical-align: middle;
    font-size: 15px !important;
    text-shadow: none;
    line-height: 28px;
    border: 1px solid #6e8b93;
}

.report-table-div tr:hover td {
    text-shadow: none;
}

.report-table-div tr:hover td {
    background: #4e506024;
    color: #282828;
    border-top: 1px solid #22262e;
}

.tutor-admin-filter label.tu-label {
    font-weight: 500 !important;
}

.report-table-div tr:nth-child(odd) td {
    background: #fff !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.report-table-div tr:nth-child(even) td {
    background: #f5f5f5 !important;
    text-shadow: none;
    box-shadow: none !important;
}

.report-table-div .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
    border: none !important;
}

.report-table-div table.dataTable.display > tbody > tr.odd > .sorting_1,
.report-table-div table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
    box-shadow: none !important;
}

.report-table-div tr:hover td {
    color: #16282e;
    background: #f5f5f5 !important;
}

.report-table-div {
    height: calc(100vh - 340px);
    margin: 0px;
    padding: 0px;
}

.height-340 {
    height: calc(100vh - 340px) !important;
}


.report-table-div .dataTables_scrollBody {
    /*height: calc(100vh - 309px);*/
}

.report-table-div .total-box td, .report-table-div .total-line td {
    color: #343434 !important;
    font-weight: bold !important;
}

.report-table-div .dataTables_scrollBody table thead tr, .dataTables_scrollBody table thead tr th {
    border: none !important;
}

.report-table-div .dataTables_scrollBody td {
    line-height: 16px !important;
}

.report-table-div .dataTables_scroll {
    font-family: Arial, Helvetica, sans-serif;
}

.report-table-div table tr {
    color: #000000 !important;
}
/* Table CSS End */


#notfound {
    position: relative;
    height: calc(100vh - 100px);
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }


.notfound {
    max-width: 100%;
    width: 100%;
    text-align: center;
    line-height: 1.4;
}

    .notfound .notfound-404 {
        position: relative;
        width: 142px;
        height: 142px;
        margin: 0 auto 38px;
    }

        .notfound .notfound-404 > div:first-child {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: #f4d914;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            border: 4px dashed #00bff3;
            border-radius: 5px;
        }

            .notfound .notfound-404 > div:first-child:before {
                content: '';
                position: absolute;
                left: -5px;
                right: -5px;
                bottom: -5px;
                top: -5px;
                -webkit-box-shadow: 0 0 0 5px rgb(0 0 0 / 10%) inset;
                box-shadow: 0 0 0 5px rgb(0 0 0 / 10%) inset;
                border-radius: 5px;
            }

        .notfound .notfound-404 h1 {
            font-family: cabin,sans-serif;
            color: #000;
            font-weight: 700;
            margin: 0;
            font-size: 38px;
            position: absolute;
            top: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            left: 50%;
            text-align: center;
            height: 40px;
            line-height: 40px;
        }

    .notfound a {
        font-size: 17px;
        text-decoration: none;
        /* text-transform: uppercase; */
        background: #4aabce;
        display: inline-block;
        padding: 10px 30px;
        /* border: 2px solid transparent; */
        border-radius: 10px;
        color: #fff;
        font-weight: 400;
        -webkit-transition: .2s all;
        transition: .2s all;
        margin-top: 9px;
    }

    .notfound h2 {
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .notfound a:hover {
        background-color: #fff;
        border-color: #189cf0;
        color: #189cf0;
    }

.collapse:not(.show) {
    display: none;
}

.work-cont {
    /*background: #cedfe3;*/
    padding: 10px 10px;
}




@media (max-width: 1500px) {
    .booking-record-responsive {
        flex-flow: column;
    }
}

.card-div-res > div:first-child {
    margin-left: 30px;
}

.card-div-res > div:last-child {
    margin-left: 34px;
    margin-top: -47px
}

.std-card-div {
    width: 710px !important;
}

#paymentHistroydiv td.dataTables_empty, .report-table-div td.dataTables_empty, #paymentReport td.dataTables_empty, #BillingReport td.dataTables_empty,, #BillingReport td.dataTables_empty {
    border: none !important;
    background: #94c0c5 !important;
    padding: 2px !important;
    margin: 0px;
    font-size: 13px !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

.select2-container--open {
    min-height: auto;
    height: 50px;
    z-index: 999;
}

.visible-hide {
    visibility: hidden;
}

.service-details-content .content-four .single-item ul li::before {
    background-color: #082d3a;
}

.fullpage-bg {
    position: relative;
    height: calc(100vh - 87px);
    margin-top: 5px;
    /*background: #cedfe3;*/
}

.faq-send {
    justify-content: center;
    align-items: end;
    align-content: end;
    display: flex;
    margin-bottom: 10px;
}

.contact-bg {
    background: rgb(255 255 255 / 52%);
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}


    .contact-bg .sec-title2 .title.title3 {
        font-size: 23px;
        line-height: 0px;
        text-align: center;
        color: #000 !important;
        font-family: inherit;
        margin-top: 10px;
    }

    .contact-bg textarea {
        border: solid 2px rgb(211 211 211) !important;
        background-color: rgb(255, 255, 255) !important;
        width: 100%;
        height: 70px;
        border-radius: 10px;
        padding: 15px 20px;
        transition: 0.3s all ease;
        font-size: 14px;
        resize: none;
        color: #000 !important;
        /* margin: 14px 0px; */
        font-weight: 500;
        margin-top: 15px;
        border: solid 1px rgb(182 182 182) !important;
        background-color: rgb(255 255 255 / 86%) !important;
    }

.w-675 {
    width: 645px;
    margin: 0 auto;
}

.w-500 {
    width: 580px;
    margin: 0 auto;
}

.contact-bg .contact-section {
    position: relative;
    padding: 20px 0px 0px;
}


.contact-bg .text-field input {
    border-radius: 10px;
    border: 2px solid 2px rgb(183 183 183) !important;
    background-color: rgb(244 252 255 / 25%) !important;
}

.padd-15-15 {
    padding: 0px 15px 0px 15px
}

.publish {
    color: #000;
    font-size: 15px;
    margin: 0px 10px;
    padding: 10px 15px;
}

    .publish input {
        cursor: pointer;
    }

.contact-us-page {
    margin-top: 5px;
    height: calc(100vh - 86px);
    margin-bottom: 0px;
}

    .contact-us-page .sec-title-three h2, .contact-us-page .sec-title-three h2 span {
        color: #06092d;
    }


    .contact-us-page .inner-box .icon2 {
        position: relative;
        color: #248fc8 !important;
        font-size: 30px !important;
        line-height: 28px;
        border-radius: 50%;
        margin-bottom: 10px !important;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        padding: 0px 7px;
    }

    .contact-us-page .inner-box h4 {
        color: #024354 !important;
    }

.fs-28 {
    font-size: 28px !important;
}

.br-div {
    /* box-shadow: inset 0 0 10px #4aabce59;
    border: 2px solid #6e97a163 !important;*/
    border-radius: 10px;
    height: 100%;
    margin-bottom: 0px !important;
    margin: 10px 10px 0px 40px;
    height: 100%;
    margin-bottom: 0px !important;
    margin: 10px 10px 0px 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}


.contact-page-box .insetshadow-yellow {
    box-shadow: inset 0 0 10px #4aabce59;
    border: 2px solid #6e97a163 !important;
    border-radius: 10px;
}

.publish > span:first-child .form-check-input:checked {
    background-color: #79be61;
    border-color: #79be61;
    outline: none;
}

.publish > span:last-child .form-check-input:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}

.publish .form-check-input:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.msg-attach {
    font-size: 17px;
    color: #262d34;
    margin: 0px 4px;
    padding: 5px;
    cursor: pointer;
}

    .msg-attach i {
        cursor: pointer;
    }


.sm-screen-text {
    display: none;
}

@media screen and (max-width: 1198px) {
    .sm-screen-text {
        display: block;
    }

    .lg-screen-text {
        display: none;
    }
}

.text-l {
    text-align: left !important;
}

.tu-bg-header {
    /*background: -webkit-linear-gradient(120deg, rgba(30,36,52,0.0), rgb(0 27 36) 100%);*/
    background: -webkit-linear-gradient(120deg, rgb(212 212 216), rgb(228 228 231) 100%);
    box-shadow: 1px 4px 13px rgb(0 0 0 / 63%) !important;
}

    .tu-bg-header .tu-navbar .navbar-brand {
        padding: 0px;
        margin: 0;
        display: block;
        max-width: 150px;
    }

    .tu-bg-header .tu-navbar .navbar-collapse .navbar-nav > .nav-item:not(.tu-loginlink) a {
        color: #000;
    }

    .tu-bg-header .sub-menu {
        right: 0;
        display: none;
        margin-left: 0;
        padding: 0;
        width: 265px;
        z-index: 1051;
        background: #011b25b5;
        position: absolute;
        border-radius: 4px;
        font-family: "Outfit", sans-serif;
        -webkit-box-shadow: 0px 2px 4px rgb(0 0 0 / 4%), 0px 8px 16px rgb(0 0 0 / 8%);
        box-shadow: 0px 2px 4px rgb(0 0 0 / 4%), 0px 8px 16px rgb(0 0 0 / 8%);
        border: 1px solid #677c83;
    }


    .tu-bg-header .tu-navbar {
        padding: 0 8px;
        position: relative;
        box-shadow: none;
    }

.homePageBtn.header_btns_group > li:not(:last-child) {
    margin-right: 5px;
}

.homePageBtn .btn.btn_success {
    background-color: #f1f1f1;
    font-weight: 500;
    border: 1px solid #0000001a !important;
    min-width: 100px;
    padding: 8px 0px 8px;
    font-weight: 500;
    font-size: 15px;
    /* text-align: center; */
    justify-content: center;
    /*box-shadow: rgb(0 0 0 / 6%) 0px 4px 6px -1px, rgb(0 0 0 / 25%) 0px 2px 4px -1px;*/
}


.tu-bg-header .tu-navbar .navbar-collapse .navbar-nav > .nav-item > a {
    position: relative;
    font-weight: 400;
    padding: 25px 20px;
    font-size: 16px;
}

#loggedinname .btn:hover {
    color: #000 !important;
}

.tu-bg-header .navbar-nav .menu-item-has-children.nav-item .sub-menu li a {
    padding: 10px 15px;
    font-size: 15px;
}


.tu-bg-header .sub-menu li:hover > a {
    background: #3d8ea9;
}

.tu-bg-header .sub-menu {
    left: 0;
}

.tu-bg-header .sub-menu {
    right: 0;
    display: none;
    margin-left: 0;
    padding: 0;
    width: 230px;
    background: rgb(236 236 236 / 79%);
    box-shadow: 0 3px 4px rgb(0 0 0 / 31%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

    .tu-bg-header .sub-menu li:hover > a {
        background: #ffffff80;
        color: #000000 !important;
    }

.txt-hd {
    justify-content: center;
    display: flex;
    color: #f7d900;
    /* font-family: Lucida Sans Typewriter;*/
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1.1px;
}

.tu-bg-header .tu-navbar .navbar-collapse .navbar-nav > .nav-item > a {
    position: relative;
    font-weight: 400;
    padding: 8px 20px;
    font-size: 16px;
}

@media (max-width: 1600px) {

    .tu-bg-header .tu-navbar .navbar-collapse .navbar-nav > .nav-item > a {
        position: relative;
        font-weight: 400;
        padding: 8px 11px;
        font-size: 14px;
    }
}


@media (max-width: 1500px) {

    .tu-bg-header .tu-navbar .navbar-brand {
        padding: 0px;
        margin: 0;
        display: block;
        max-width: 135px;
    }

    .logoText {
        margin-top: 63px;
        position: absolute;
        margin-left: -59px;
    }
}


@media (max-width: 1345px) {

    #loggedinname a.btn, #loggedinname input {
        padding: 2px 1px 2px;
        min-width: 62px !important;
    }
}


@media (max-width: 1320px) {

    .tu-navbar .navbar-collapse {
        margin-left: 5px;
    }
}

@media (max-width: 1270px) {

    .header_btns_group > li:not(:last-child) {
        margin-right: 9px;
    }

    .tu-bg-header .tu-navbar .navbar-collapse .navbar-nav > .nav-item > a {
        position: relative;
        font-weight: 400;
        padding: 8px 8px;
        font-size: 14px;
    }
}

@media (max-width: 1198px) {


    .tu-bg-header .tu-navbar .navbar-brand {
        padding: 0px;
        margin: 0;
        display: block;
        max-width: 121px;
    }

    .header_btns_group > li:not(:last-child) {
        margin-right: 8px;
        margin-left: 20px;
    }

    .tu-themenav {
        left: 0;
        top: 100%;
        transition: 0.3s all ease-in-out;
        width: 100%;
        z-index: 9;
        background: #dfdfe2;
        position: absolute;
        box-shadow: rgb(165 165 165 / 50%) 0px 9px 20px 0px;
    }

    .tu-bg-header .tu-navbar .navbar-collapse .navbar-nav > .nav-item > a {
        position: relative;
        font-weight: 400;
        padding: 15px 15px;
        font-size: 14px;
    }

    .tu-navbar .navbar-collapse .nav-item a {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #b6b6b6;
    }

    .tu-bg-header .sub-menu {
        left: 0;
        width: 100%;
        box-shadow: none;
        position: relative;
        border: 0;
    }

    .tu-bg-header .sub-menu {
        right: 0;
        display: none;
        margin-left: 0;
        padding: 0;
        z-index: 1051;
        background: #ebebeb;
    }

    .tu-bg-header .tu-navbar {
        padding: 10px 8px;
        position: relative;
        box-shadow: inset 0px -1px 0px #838181;
    }

    .tu-bg-header .sub-menu li:hover > a {
        background: #d3d3d3;
        color: #000000 !important;
    }

    .tu-bg-header li:hover > a {
        color: #fff !important;
    }

    .tu-navbar .navbar-collapse {
        margin-left: 0px;
    }
}

#btn-downloadInvoice:disabled {
    cursor: not-allowed !important;
    pointer-events: all !important;
    opacity: 0.5;
}

#Message-Tutor-Content-Bind #spanvalidation {
    color: #b72424;
    margin-left: 29px;
    font-size: 14px;
}

#Message-Tutor-Content-Bind #importedFileSizeValidation {
    color: #b72424;
    margin-left: 29px;
    font-size: 14px;
}

#chatfile {
    opacity: 0;
    width: 30px;
    margin-left: -33px;
    cursor: pointer;
}

.fileName {
    width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
    display: inline-block;
    padding-top: 10px;
    line-height: 17px;
    display: none;
}

.scattered-previews {
    position: absolute;
    width: 100%;
    height: calc(100vh - 41px);
    overflow: hidden;
    z-index: -1;
}

.glass {
    position: absolute;
}

.glass {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.mt-40 {
    margin-top: 40px;
}



.ui-widget-content {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.ui-widget.ui-widget-content {
    border: 1px solid #c1c1c1;
}

.pricing-block-one .pricing-table:hover h5 {
    background-color: #FFF;
}

.pricing-block-one .pricing-table .feature-list li:before {
    background-color: #181818;
}

.pricing-block-one .pricing-table .theme-btn {
    border: 1px solid #ffffff;
}

    .pricing-block-one .pricing-table .theme-btn:hover {
        color: #fff !important;
    }

.pricing-section .auto-container, .about-style-three .auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}


.mt-40 {
    margin-top: 40px;
}

.statements-section .content-box {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.listStlye li:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    left: 0px;
    top: 10px;
    transform: rotate(45deg);
    background-color: #000;
}

.mis.pricing-block-one .pricing-table .feature-list li {
    position: relative;
    display: block;
    font-size: 16px;
    color: #000;
    padding-left: 18px;
    margin-bottom: 6px;
}

.mis.pricing-block-one .pricing-table .feature-list {
    position: relative;
    display: block;
    margin-bottom: 10px;
    margin-left: 15px;
}


#terms-and-conditions {
    font-size: 14px;
}

    #terms-and-conditions h1 {
        font-size: 34px;
    }

    #terms-and-conditions ol {
        counter-reset: item;
    }

    #terms-and-conditions li {
        display: block;
        margin: 0px 0;
        position: relative;
        color: #000;
        /* list-style: none; */
        list-style-type: circle;
    }

    #terms-and-conditions a {
        color: #2390cc !important;
        text-decoration: underline;
        padding-left: 5px;
    }

    #terms-and-conditions p, #terms-and-conditions span, #terms-and-conditions li {
        font-size: 17px !important;
        line-height: 115%;
    }

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

#terms-and-conditions bold {
    font-weight: 600;
}

/*input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 3px solid green;
    border-radius: 50%;
    outline: none;
}

input[type='radio']:hover {
    box-shadow: 0 0 5px 0px red inset;
}

input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

input[type='radio']:checked:before {
    background: green;
}*/
.tu-filterselect .checkbox {
    width: auto;
}

#sessionValidationMessagePopup .modal-confirm button.clr-dark {
    font-size: 20px;
    opacity: 1;
    top: 28px;
    right: 5px;
}

#terms-and-conditions li:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    left: 0px;
    top: 10px;
    transform: rotate(45deg);
    border-radius: 10px;
}

#terms-and-conditions li:before {
    background-color: #1e1d1d;
}

#terms-and-conditions li {
    position: relative;
    display: block;
    font-size: 16px;
    color: #000;
    padding-left: 18px;
    margin-bottom: 10px;
    font-family: "Calibri",sans-serif !important;
}


.btn-box .theme-btn {
    color: #000000 !important;
    border: 1px solid #000000;
    padding: 10px 8px;
    margin-top: 4px;
}

.ml-50 {
    margin-left: 43px !important;
}

#image-update {
    padding-right: 5px;
}


.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 10px;
}



.student-reg .card label {
    color: #000;
    text-align: left !important;
    display: block;
    margin-left: 20px;
    width: 100%;
}


.student-reg .text-field input, .student-reg .text-field select {
    border: solid 2px rgb(209 209 209) !important;
    background-color: white !important;
    width: 95%;
    /* height: 55px; */
    border-radius: 15px;
    padding: 22px 20px;
    transition: 0.3s all ease;
    font-size: 14px;
    /* font-family: "Roboto"; */
    color: #000 !important;
}


    .student-reg .text-field select:disabled {
        cursor: not-allowed;
        padding: 0px 20px;
        color: #747373 !important;
    }


.contact-us-page-center {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

    .contact-us-page-center .feature-block-seven .inner-box .text {
        position: relative;
        color: #0c0d24;
        font-size: 16px;
        line-height: 1.7em;
        padding-left: 0px;
        text-align: center !important;
    }

    .contact-us-page-center .feature-block-seven {
        position: relative;
        margin-bottom: 0px;
    }

    .contact-us-page-center .fw-bold {
        font-weight: 500 !important;
        font-size: 22px;
    }



#terms-and-conditions .sublist li:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    left: 0px;
    top: 10px;
    transform: rotate(0deg);
    border-radius: 0px;
}

.pl-30 {
    padding-left: 30px !important;
}

.flex-center-div.stu-new .md-div {
    width: 70%;
}

.text-field input[type=radio] {
    border: solid 2px rgb(167 167 167) !important;
    border-radius: 50% !important;
    width: 22px !important;
    height: 22px !important;
    cursor: pointer !important;
    margin-right: 7px !important;
    transition: 0.5s all ease;
    padding: 0px !important;
    background-color: #ffffff !important;
}

.flex-center-div.stu-new {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: calc(100vh - 260px);
}

.rating-text {
    color: #000;
    font-size: 14px;
}

.local-message a, .my-message a {
    color: #141414;
    padding: 4px 2px;
    line-height: 26px;
    font-size: 15px;
    border-radius: 7px;
    margin-bottom: 20px;
    width: auto;
    position: relative;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    border: 0;
    border-radius: 0.25rem;
    opacity: .9;
}

.grade-text-space bold {
    font-weight: 600;
    font-size: 13px;
    padding-right: 4px;
}

    .grade-text-space bold:not(:first-child) {
        font-weight: 600;
        font-size: 13px;
        padding-right: 3px;
        padding-left: 7px;
    }

.tu-listinginfo_service .rating-text, .tu-listing-heading .l-review h5, .tu-service-list div a {
    color: #000;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
}

.tu-service-list a {
    color: #000;
}

#tutorcompletedBooking .tu-service-list {
    margin: 0px 0px 10px;
}

#subject-by-hour {
    padding-bottom: 14px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.w-50 {
    width: 56% !important;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 6px 0px;
    border: 1px solid rgb(185 185 185 / 72%);
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0px;
    padding-block-end: 0px;
    min-inline-size: min-content;
    margin-bottom: 15px;
}

legend {
    float: none;
    width: auto;
    padding: 0px 3px;
    margin: 0px;
    font-size: 18px;
    line-height: inherit;
    text-align: left;
    color: #000;
}

.sub-text-ellip {
    width: 210px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.owl-stage .slide-item img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}


.f_icon {
    clear: both;
    display: inline-block;
    width: 36px;
}

/*.banner-carousel .owl-stage > .owl-item:nth-child(6) .slide-item .image-layer {
    background-position: top center;
}*/
.text-left {
    text-align: left;
}

.pt-30 {
    padding-top: 31px;
}

.del-icon {
    color: #ff0000a6 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: normal !important;
    text-shadow: none !important;
}

.w-1 {
    width: 100px !important;
    max-width: 100px !important;
    text-align: center !important;
}

.unapprove-tutor-table tr td:last-child {
    text-align: center !important;
}

.unapprove-tutor-table tr td:last-child {
    width: auto !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: center !important;
}

.dangerText-abs {
    position: absolute;
    bottom: -20px;
    width: 143px;
    font-size: 13px !important;
}

.end-time.bgwhite.fs-san {
    font-weight: 600 !important
}



#adminRefundViewPopup .modal-dialog {
    width: 400px !important;
}

.tu-listinginfo_service.px-1.pb-0 {
    padding-bottom: 0px !important;
}

#adminRefundPopup .button {
    width: 125px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    color: #000 !important;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 8px;
}

#adminPaymentPopup .button {
    width: 125px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    color: #000 !important;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 8px;
}



.mt-22 {
    margin-top: 31px;
}




.flexBtn {
    flex-flow: row;
    flex-wrap: wrap;
    padding: 0px 33px 0px 21px;
}

.btnLeft {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.btnRight {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


iframe {
    border: none;
    position: relative;
    width: 100%;
    height: 340px;
}

.video_page .subtitle {
    padding-left: 0px;
}

@media (max-width: 480px) {

    .txt-hd {
        position: absolute;
        top: 9px;
        right: 20px;
        font-size: 14px;
    }

    .tu-bg-header .tu-navbar .navbar-brand {
        padding: 0px;
        margin: 0;
        display: block;
        max-width: 150px;
    }

    .orange-color.homePageSlider {
        margin-top: 20px;
    }

    .tu-header nav strong {
        width: auto;
    }

    .tu-afterlogin {
        margin-left: auto !important;
    }

    .homePageBtn .btn.btn_success {
        rder-color: #f4d914;
        background-color: #ffe000;
        font-weight: 500;
        border: 2px solid #efefef !important;
        min-width: 65px;
        padding: 8px 0px 8px;
        font-weight: 500;
        font-size: 13px;
        /* text-align: center; */
        justify-content: center;
    }

    .homePageBtn.header_btns_group > li:not(:last-child) {
        margin-right: 5px;
    }

    .tu-afterlogin > li {
        margin: 0px 2px;
    }

    .tu-menu {
        margin-left: auto;
        margin-right: -74px;
    }

    .flex-center-div .card {
        width: 100%;
        /* background-color: #cedfe3; */
        margin-top: 93px;
    }

    .tu-bannerinfo, .tu-banner_title > a, h1 {
        font: 600 1.95rem / 1.1153846154em "Outfit", sans-serif;
        font-size: 14px;
    }

    .flex-center-div .card span {
        font-size: 13px;
    }

    .text-field label {
        font-size: 18px;
        color: #000;
        margin-bottom: 5px;
        margin-left: 20px;
        height: 30px;
        line-height: 30px;
        transition: 0.3s all ease;
        z-index: 999;
        font-size: 13px;
    }

    .text-field input, .text-field select {
        border: solid 2px rgb(148 187 191) !important;
        background-color: white !important;
        width: 100%;
        /* height: 55px; */
        border-radius: 15px;
        padding: 20px 19px;
        transition: 0.3s all ease;
        font-size: 14px;
        /* font-family: "Roboto"; */
        color: #000 !important;
    }

    .button {
        width: 120px;
        padding-top: 7px;
        padding-bottom: 7px;
        text-align: center;
        color: #000;
        /* text-transform: capitalize; */
        font-weight: 400;
        font-size: 13px;
        margin-bottom: 30px;
        cursor: pointer;
        display: inline-block;
        box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    }

    .banner-style-two .owl-nav button {
        position: absolute;
        display: inline-block;
        width: 30px !important;
        height: 30px !important;
        line-height: 29px !important;
        border: 2px solid #fff;
        color: #fff;
        font-size: 14px !important;
        text-align: center;
        background: transparent;
        cursor: pointer;
        transition: all 500ms ease;
    }

    .banner-style-two .banner-carousel .content-box p {
        position: relative;
        display: block;
        color: #ffffff;
        margin-bottom: 30px !important;
        opacity: 0;
        font-size: 13px !important;
    }

    .banner-style-two .banner-carousel .content-box h1 {
        position: relative;
        display: block;
        font-size: 15px !important;
        line-height: 30px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 20px;
        text-transform: none;
        opacity: 0;
        -webkit-transform: translateX(50px);
        -moz-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -o-transform: translateX(50px);
        transform: translateX(50px);
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .banner-style-two .banner-carousel .content-box h6 {
        position: relative;
        display: inline-block;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        padding-bottom: 8px;
        margin-bottom: 26px;
        text-transform: none !important;
        opacity: 0;
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .banner-style-two .banner-carousel .content-box h1 {
        position: relative;
        display: block;
        font-size: 30px;
        line-height: 20px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 20px;
        text-transform: none;
        opacity: 0;
        -webkit-transform: translateX(50px);
        -moz-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -o-transform: translateX(50px);
        transform: translateX(50px);
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .mobile_signup .button-div {
        justify-content: center;
        display: flex;
        flex-flow: column;
        align-items: center;
        margin-top: 12px;
    }

        .mobile_signup .button-div button {
            width: 170px;
            margin-bottom: 12px;
        }

    .mobile_signup.card-body {
        max-width: 90% !important;
        width: 90% !important;
    }

    .modal-confirm {
        width: 98%;
        font-size: 14px;
    }

    .information-Popup .icon-popup-div {
        padding: 5px 16px;
        background: #054bb3;
        color: #fff;
        font-size: 24px;
    }

    .Positive-Popup .modal-confirm h4, .negative-Popup .modal-confirm h4, .information-Popup .modal-confirm h4, .critical-popup .modal-confirm h4 {
        text-align: left;
        font-size: 13px;
        margin: 0px 0px 0px 12px !important;
        color: #000 !important;
        font-weight: 500;
    }

    .Positive-Popup .modal-confirm button.clr-dark, .negative-Popup .modal-confirm button.clr-dark, .information-Popup .modal-confirm button.clr-dark, .critical-popup .modal-confirm button.clr-dark {
        color: #2c2c2c !important;
        margin-right: 8px;
        background: transparent;
    }

    .width-500 {
        width: 100%;
        max-width: 95%;
    }

    .tu-profilelinksbtn li input {
        width: 100%;
    }

    .tu-profileview .w-50 {
        width: 100% !important;
        flex-flow: column;
        padding-bottom: 10px !important;
    }

    .tu-profileview figure {
        margin: 0 0px 0 0;
        max-width: 100%;
        flex: none;
    }

    .book-session .tu-profileview figure {
        height: 100%;
        width: 100%;
    }

    .container.book-session .tu-profileview {
        display: flex;
        padding: 2px 2px;
        border-bottom: 1px dashed #4b8089;
    }

    .tu-profileview label {
        display: inline-block;
        font-size: 14px;
    }

    .book-session .button-div.row {
        margin-top: 0px;
    }

    .book-session-div #IntroBookingCalender {
        padding: 5px 0px 15px 15px;
    }

    .container.book-session .col-form-label {
        width: 200px;
        text-indent: 0px;
        font-weight: 500 !important;
        display: block;
        padding: 10px 0px;
    }

    .book-hours-div > div > .book-session-div + div {
        padding-left: 0px;
    }
}

@media (max-width: 445px) {

    .book-hours-div > div > .book-session-div + div {
        padding-left: 0px;
    }

    .tu-profileview label {
        display: inline-block;
        font-size: 14px;
    }

    .tu-bg-header .tu-navbar .navbar-brand {
        padding: 0px;
        margin: 0;
        display: block;
        max-width: 150px;
    }

    .container.book-session .col-form-label {
        width: 200px;
        text-indent: 0px;
        font-weight: 500 !important;
        display: block;
        padding: 10px 0px;
    }

    .container.book-session .tu-profileview {
        display: flex;
        padding: 2px 2px;
        border-bottom: 1px dashed #4b8089;
    }

    .book-session .tu-profileview figure {
        height: 100%;
        width: 100%;
    }

    .book-session .button-div.row {
        margin-top: 0px;
    }

    .book-session-div #IntroBookingCalender {
        padding: 5px 0px 15px 15px;
    }

    .tu-profileview figure {
        margin: 0 0px 0 0;
        max-width: 100%;
        flex: none;
    }

    .tu-profileview .w-50 {
        width: 100% !important;
        flex-flow: column;
        padding-bottom: 10px !important;
    }

    .tu-profilelinksbtn li input {
        width: 100%;
    }


    .orange-color.homePageSlider {
        margin-top: 20px;
    }

    .tu-header nav strong {
        width: auto;
    }

    #page-content {
        margin-top: 67px;
    }

    .tu-afterlogin {
        margin-left: auto !important;
    }

    .book-hours-div #IntroBookingCalender .ui-datepicker td span, .book-hours-div #IntroBookingCalender .ui-datepicker td a {
        display: block;
        padding: 5px 10px;
        text-align: center;
        text-decoration: none;
        margin: 2px 2px;
    }

    .wid-300 {
        width: 221px !important;
    }

    .tu-listinginfo_price {
        margin-left: 0px;
    }

    .tu-listinginfo_title.p-15-5 {
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .wid-200 {
        width: 120px;
    }

    .bd-highlight .d-block {
        display: block !important;
        font-weight: bold;
        font-size: 11px;
    }

    .form-select {
        display: block;
        width: 100%;
        padding: 0.375rem 2.25rem 0.375rem 0.75rem;
        color: #000;
        -moz-padding-start: calc(0.75rem - 3px);
        font-size: 13px !important;
        border: 1px solid #ffffff85;
    }

    .homePageBtn .btn.btn_success {
        rder-color: #f4d914;
        background-color: #ffe000;
        font-weight: 500;
        border: 2px solid #efefef !important;
        min-width: 65px;
        padding: 8px 0px 8px;
        font-weight: 500;
        font-size: 13px;
        /* text-align: center; */
        justify-content: center;
    }

    .tutor-admin-filter .col-md-1.mt-3 {
        margin-top: 7px !important;
        width: 100%;
        /* margin-left: auto; */
    }

    .homePageBtn.header_btns_group > li:not(:last-child) {
        margin-right: 5px;
    }

    .tu-afterlogin > li {
        margin: 0px 2px;
    }

    .tu-menu {
        margin-left: 0px;
        margin-right: 0px;
    }

    .upbooking-btn-group .tu-service-list li span {
        width: 190px;
    }

    .booking-blue-div .bd-example {
        background: #cedfe36b;
        padding: 10px 0px;
        margin-top: 15px;
        padding: 4px 0px;
        margin-top: 15px;
        background: rgb(255 255 255 / 0%);
        border-radius: 9px;
        box-shadow: 0 3px 4px rgb(52 164 175 / 25%);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .tu-header nav strong {
        width: 100%;
    }

    .orange-color.homePageSlider {
        margin-top: 51px;
    }

    .tutor-admin-filter .tutor-bboking-filter .col-md-1.mt-3 {
        margin-top: 32px !important;
        width: 50%;
    }
}

.w-160 {
    width: 160px;
}

.tutor-admin-filter .tu-main-section.pt-4 {
    padding-bottom: 30px;
}



.w-200 {
    width: 200px;
}

@media (max-width: 1200px) {


    .tu-asidewrapper {
        top: 103px;
    }
}

@media (max-width: 385px) {
    .wid-300 {
        width: 200px !important;
    }

    .container.book-session .col-form-label {
        padding: 10px 0px !important;
    }

    .tu-primbtn, .tu-secbtn, .tu-yellowbtn, .tu-primbtn-lg, .tu-primbtn-sm, .tu-primbtn-icon {
        position: relative;
        z-index: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 35px;
        font-weight: 600;
        color: #ffffff;
        background-color: #177428;
        border-radius: 4px;
        padding: 0 8px;
        z-index: 0;
        font-size: 12px;
        box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    }

        .tu-primbtn i, .tu-secbtn i, .tu-yellowbtn i, .tu-primbtn-lg i, .tu-primbtn-sm i, .tu-primbtn-icon i {
            font-size: 14px;
        }

    #IntroBookingCalender span {
        font-size: 12px !important;
    }

    #IntroBookingCalender.p-0 .ui-datepicker td {
        border: 0;
        padding: 0px 0px;
    }

    .book-hours-div > div > div.col-md-5 {
        padding-left: 4px;
        margin: 10px 0px !important;
    }

    .booking-page .fs-3 {
        font-size: 13px !important;
    }

    .col-form-label {
        padding-top: calc(0.375rem + 1px);
        padding-bottom: calc(0.375rem + 1px);
        margin-bottom: 0;
        font-size: 13px;
        line-height: 1.5;
    }
}


.tu-dbmenu {
    color: #000000;
    font-size: 20px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    background: #dedee2;
    border-radius: 10px 0 0 10px;
    border: 1px solid #b3b3b3;
    border-right: 0;
}

@media (max-width: 767px) {
    #findTutorList .tu-listinginfo_title .tu-listinginfo-img {
        flex-flow: column !important;
        justify-content: center;
        align-items: center !important;
        width: 100%;
    }

    #findTutorList .tu-iconheart > div {
        flex-wrap: wrap !important;
        justify-content: flex-start;
    }

    .tu-asidewrapper {
        padding: 19px;
        background: #e6fefe;
        border: 1px solid #b2b2b2;
        box-shadow: 0px 4px 12px rgb(0 0 0 / 62%);
        color: #000;
        background: rgb(101 158 164 / 84%);
    }

    .tu-asidewrapper {
        top: 103px;
    }

    .tutor-view-profile .tu-profileview {
        flex-wrap: wrap;
        flex-flow: column;
    }

        .tutor-view-profile .tu-profileview figure {
            flex: 0;
            max-width: 100%;
            width: 100%;
        }

    .std-free-div > div.justify-content-center {
        flex-flow: column;
    }

    .std-free-div > div > div.col-md-5 {
        padding-left: 0px;
        margin: 17px 0px !important;
        width: 100%;
    }
}

@media (max-width: 520px) {
    .flex-center-div .width-370 {
        width: 100% !important;
    }

    .flex-center-div .card {
        width: 100% !important;
    }

    .flex-center-div .width-370 > div > .pull-right {
        float: left;
    }

    .flex-center-div .card.tutor-addr {
        width: 100% !important;
        margin-top: 45px;
    }

        .flex-center-div .card.tutor-addr .button-div.mt-40.row.pt-3 {
            margin-top: -10px;
        }

            .flex-center-div .card.tutor-addr .button-div.mt-40.row.pt-3 .col-md-4 > div:first-child {
                margin-bottom: 0px !important;
            }

            .flex-center-div .card.tutor-addr .button-div.mt-40.row.pt-3 .col-md-4 {
                padding-right: 0px !important;
            }

            .flex-center-div .card.tutor-addr .button-div.mt-40.row.pt-3 .col-md-8 {
                padding-right: 30px !important;
                padding-left: 30px !important;
            }

                .flex-center-div .card.tutor-addr .button-div.mt-40.row.pt-3 .col-md-8 .col-md-6 .mb-2.text-field.pe-4 {
                    padding-right: 0.5rem !important;
                    padding-left: 0.5rem !important;
                }

    .Positive-Popup .modal-confirm h4, .negative-Popup .modal-confirm h4, .information-Popup .modal-confirm h4, .critical-popup .modal-confirm h4 {
        text-align: left;
        font-size: 14px;
        margin: 0px 0px 0px 15px !important;
        color: #000 !important;
        font-weight: 500;
    }

    .negative-Popup .modal-confirm {
        color: #636363;
        width: 96%;
        font-size: 14px;
    }

    .tutor-profile .col-sm-7 .d-flex.pl-26 {
        padding-left: 0px !important;
    }

    .tutor-profile .form-group.row.mt-20.d-flex .w-auto.px-5 {
        padding: 0px !important;
    }

    .col-xl-4.profile-div {
        margin-bottom: 10px;
        margin-top: 25px;
    }

    .tutor-profile .mb-3 > .form-group.row.mt-20.d-flex {
        flex-flow: column;
    }

        .tutor-profile .mb-3 > .form-group.row.mt-20.d-flex .w-auto.px-5 #YearsExperience {
            width: 100px;
        }

    .subject-model.col-sm-4 {
        flex: 0 0 auto;
        width: 100%;
    }

    .tutor-profile #check-language {
        padding-left: 0px !important;
    }
}

@media (max-width: 777px) {
    .accounting-Detail .common-div {
        width: 90%;
        flex-flow: column;
    }
}

@media (max-width: 500px) {

    .tu-asidewrapper {
        top: 94px;
    }

    #findTutorList .tu-listinginfo_title .tu-listinginfo-img {
        flex-wrap: wrap !important;
        justify-content: center;
        align-items: center !important;
        width: 100%;
    }

    #findTutorList .tu-listing-location > div {
        flex-wrap: wrap !important;
        justify-content: flex-start;
    }

    #btn-searchtutor {
        text-transform: capitalize;
        width: 140px;
        font-size: 14px;
        color: #000;
    }

    #tutorAvailability.table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
    }

    #tutorAvailabiity .height-full.style-7 {
        overflow-x: hidden;
    }

    .payment-page {
        width: 100%;
    }

        .payment-page .payment-div > div > div {
            flex-flow: column !important;
        }

            .payment-page .payment-div > div > div .ps-label {
                width: 200px;
                font-size: 17px;
                color: #1c1c1c;
            }

            .payment-page .payment-div > div > div .pst-label {
                width: 222px;
                font-size: 13px;
                color: #1c1c1c;
                margin-left: 0px;
            }

    .pay-button.tu-primbtn {
        width: 120px;
    }
}

@media (max-width: 450px) {

    #findTutorList {
        margin-top: 42px;
    }

    .tu-asidewrapper {
        top: 121px;
        height: calc(100vh - 136px) !important;
    }

    .tu-aside-menu {
        overflow: auto;
        height: 100%;
        padding: 0px 0px;
    }

    #Subject-Check > .mt-5 {
        margin-top: 0rem !important;
    }

    .create-subject {
        margin-top: 38px;
    }

    .col-xl-4.profile-div {
        margin-bottom: 10px;
        margin-top: 29px;
    }

    .flex-center-div .card.tutor-addr {
        width: 100% !important;
        margin-top: 99px;
    }
}




#results.table {
    display: table;
    text-align: center;
    width: 98%;
    /*margin: 10% auto 0;*/
    border-collapse: separate;
}

    #results.table .table_row {
        display: table-row;
    }

    #results.table .theader {
        display: table-row;
    }

    #results.table .table_header {
        display: table-cell;
        /*   border-bottom: #ccc 1px solid;
    border-top: #ccc 1px solid;
    background: #bdbdbd;*/
        color: #000;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 500;
        font-size: 14px;
        text-align: left;
        padding-left: 8px;
    }
    /*
    .table_header:first-child {
        border-left: #ccc 1px solid;
        border-top-left-radius: 5px;
    }

    .table_header:last-child {
        border-right: #ccc 1px solid;
        border-top-right-radius: 5px;
    }*/

    #results.table .table_small {
        display: table-cell;
    }

    #results.table .table_row > .table_small > .table_cell:nth-child(odd) {
        display: none;
        /*background: #bdbdbd;
    color: #e5e5e5;*/
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #results.table .table_row > .table_small > .table_cell {
        padding-top: 3px;
        padding-bottom: 3px;
        color: #000;
        /*border-bottom: #ccc 1px solid;*/
    }

.table_row > .table_small:first-child > .table_cell {
    /*border-left: #ccc 1px solid;*/
}

.table_row > .table_small:last-child > .table_cell {
    /*border-right: #ccc 1px solid;*/
}

#results.table .table_row:last-child > .table_small:last-child > .table_cell:last-child {
    border-bottom-right-radius: 5px;
}

#results.table .table_row:last-child > .table_small:first-child > .table_cell:last-child {
    border-bottom-left-radius: 5px;
}

/*.table_row:nth-child(2n+3) {
    background: #e9e9e9;
}*/

@media screen and (max-width: 900px) {
    .table {
        width: 90%
    }
}

@media screen and (max-width: 999px) {
    #results.table .table {
        display: block;
    }

    #results.table .table_row:nth-child(2n+3) {
        background: none;
    }

    #results.table .theader {
        display: none;
    }

    #results.table .table_row > .table_small > .table_cell:nth-child(odd) {
        display: table-cell;
        width: 50%;
    }

    #results.table .table_cell {
        display: table-cell;
        width: 50%;
    }

    #results.table .table_row {
        display: table;
        width: 100%;
        border-collapse: separate;
        padding-bottom: 20px;
        margin: 5% auto 0;
        text-align: center;
    }

    #results.table .table_small {
        display: table-row;
    }

    #results.table .table_row > .table_small:first-child > .table_cell:last-child {
        border-left: none;
    }

    .table_row > .table_small > .table_cell:first-child {
        /*border-left: #ccc 1px solid;*/
    }

    #results.table .table_row > .table_small:first-child > .table_cell:first-child {
        border-top-left-radius: 5px;
        /*border-top: #ccc 1px solid;*/
    }

    #results.table .table_row > .table_small:first-child > .table_cell:last-child {
        border-top-right-radius: 5px;
        /*    border-top: #ccc 1px solid;*/
    }

    #results.table .table_row > .table_small:last-child > .table_cell:first-child {
        border-right: none;
    }

    .table_row > .table_small > .table_cell:last-child {
        /*    border-right: #ccc 1px solid;*/
    }

    #results.table .table_row > .table_small:last-child > .table_cell:first-child {
        border-bottom-left-radius: 5px;
    }

    #results.table .table_row > .table_small:last-child > .table_cell:last-child {
        border-bottom-right-radius: 5px;
    }
}

.pl-25 {
    padding-left: 25px;
}

.education-detail label.error {
    text-align: left;
    display: block;
    font: 400 13px "Outfit", sans-serif;
    padding-top: 2px;
}


@media screen and (max-width: 430px) {
    .col-xl-4.profile-div {
        margin-bottom: 10px;
        margin-top: 50px;
    }

    #tutorAvailabiity .container-md {
        margin-top: 57px;
    }

    .create-subject {
        margin-top: 55px;
    }

    .tu-asidewrapper {
        top: 154px;
    }

    .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: center;
    }

    .tu-howit-steps .w-675 {
        width: 100%;
        margin: 0 auto;
    }

    .contact-bg .sec-title2 .title.title3 {
        font-size: 16px;
        line-height: 0px;
        text-align: center;
        color: #000 !important;
        font-family: inherit;
        margin-top: 10px;
    }

    .sec-title-three .accordion-button {
        position: relative;
        color: #000000 !important;
        width: 100%;
        padding: 5px 30px 0 20px;
        height: 62px;
        line-height: 1.3;
        font-size: 15px;
        font-weight: 500;
        background-color: #cedfe3;
        border-radius: 5px 5px 5px 5px;
        color: #01539f;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 16px;
        /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%); */
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .sec-title-three h2 {
        color: #000;
        font-size: 20px;
        line-height: 1.1em;
        font-weight: 500;
        /* font-family: 'Glory', sans-serif; */
    }

    .faq_page {
        padding-bottom: 0px;
        margin-top: 61px;
    }

    .homePageHeader #PageContent {
        margin-top: 77px !important;
        padding-top: 30px !important;
    }

    .tu-asider-holder.Edit_tutor {
        margin: 30px 0 33px;
    }

    .contact-us-page {
        margin-top: 71px;
        height: calc(100vh - 86px);
        margin-bottom: -24px;
    }

    .working-section {
        position: relative;
        height: calc(100vh - 94px);
        margin-top: 59px;
    }

    .working-block-one .inner-box .shape {
        position: absolute;
        top: 43px;
        right: 128px;
        width: 120px;
        height: 34px;
        background-repeat: no-repeat;
        display: none;
    }

    .subtitle {
        color: #000000 !important;
        padding-left: 12px;
        font-size: 22px;
        font-weight: 500;
    }

    .banner-style-two .banner-carousel .content-box h1 {
        position: relative;
        display: block;
        font-size: 30px;
        line-height: 28px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 20px;
        text-transform: none;
        opacity: 0;
        -webkit-transform: translateX(50px);
        -moz-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -o-transform: translateX(50px);
        transform: translateX(50px);
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .mobile-mt-0 {
        margin-top: 0px !important;
    }

    .mobile-flex {
        flex-flow: column !important;
        justify-content: left;
        align-items: flex-start;
    }

    .std-card-div .button-div.mt-40.row.pt-0 {
        margin-top: 7px;
    }

    .common-div .mobile-flex label {
        text-align: left !important;
        width: 100%;
        display: block;
        color: #000;
        margin-bottom: 5px;
        padding-left: 1px;
    }

    .mobile-flex > div:first-child {
        margin-bottom: 10px;
    }

    .mobile-pt-0 {
        padding-top: 0px !important;
    }
}



.tu-profile-view ul.tu-branchdetail > li {
    display: flex;
    flex-flow: row;
}

.admin-error {
    margin-left: -78px;
}

.req-icon img {
    width: 28px;
    height: 28px;
    margin-left: -6px;
}

.req-icon span {
    margin-left: 5px;
}


@media screen and (max-width: 500px) {

    /* .header_btns_group > li:not(:last-child) {
        margin-right: 0px;
        margin-left: 0px;
        position: absolute;
        right: 22px;
        bottom: 7px;
    }*/
    .txt-hd {
        justify-content: center;
        display: flex;
        color: #f7d900;
        /* font-family: Lucida Sans Typewriter; */
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1.1px;
    }
}

.payment-fail-page {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.08));
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.service-details-content.faq .content-four .single-item ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: #000;
    padding-left: 14px;
    margin-bottom: 2px;
    line-height: 26px;
}

.fs-16 {
    font-size: 16px;
}

.service-details-content.faq .content-four .single-item ul li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    left: 0px;
    top: 10px;
    transform: rotate(45deg);
}

.sec-title-three h2 {
    color: #000;
    font-size: 30px;
    line-height: 1.1em;
    font-weight: 500;
    font-family: 'Glory', sans-serif;
}

.sec-title-three .title {
    position: relative;
    color: #0c0d24;
    display: block;
    font-size: 20px;
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
}

.preRegisForm .common-div {
    margin: 0px;
}

.preRegisForm > div {
    gap: 20px;
}


@media screen and (max-width: 700px) {
    .faq_page .w-675 {
        width: 100%;
        margin: 0 auto;
    }

        .faq_page .w-675 .col-sm-6 {
            flex: 0 0 auto;
            width: 100%;
        }

    .faq_page .px-5 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
}

@media screen and (max-width: 460px) {
    .sec-title-three .accordion-button {
        font-size: 14px;
    }

    .sec-title h2 {
        position: relative;
        display: block;
        font-size: 24px !important;
        line-height: 50px;
        font-weight: 500;
    }

    .homePageHeader #PageContent {
        margin-top: 61px !important;
        padding-top: 30px !important;
    }
}

@media screen and (max-width: 500px) {
    .faq_page .mobile-flex {
        flex-flow: column;
    }
}

@media screen and (max-width: 1100px) {
    .preRegisForm .common-div {
        width: 200px;
    }
}

@media screen and (max-width: 1100px) {
    .preRegisForm .common-div {
        width: 200px;
    }
}


#pre-checkbox-div {
    width: 73%;
    margin-top: 12px;
}

.preRegisForm .form-check-input {
    margin-top: 0px;
    margin-right: 3px !important;
}

.preRegisForm .text-field input[type=radio]:checked::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "\f00c";
    line-height: 14px;
    text-align: center;
    font-size: 23px;
    color: rgb(114 183 97);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.text-lh {
    position: relative;
    color: #0c0d24;
    font-size: 15px;
    line-height: 1.7em;
    padding-left: 0px;
}

.text-lr {
    position: relative;
    color: #0c0d24;
    font-size: 16px;
    line-height: 1.7em;
    padding-left: 0px;
    text-align: center !important;
}

.fs-17 {
    font-size: 17px;
}

.faq_page .navbar-brand {
    padding: 0px;
    margin: 0;
    display: block;
    max-width: 150px;
}

.preRegisForm .text-field label {
    margin-left: 3px;
}

@media screen and (max-width: 740px) {
    .preRegisForm > div {
        flex-flow: column;
        gap: 0px;
    }

    .preRegisForm .common-div {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 2px 20px;
    }

    .payment-comp-div > .col-md-4 {
        width: 100% !important;
    }
}

.pl-18 {
    padding-left: 18px !important;
}

@media screen and (max-width:470px) {

    .mobile_br {
        display: block;
    }

    .contact-us-page-center .feature-block-seven .inner-box .text {
        position: relative;
        color: #0C0D23;
        font-size: 14px;
        line-height: 1.7em;
        padding-left: 0px;
        text-align: center !important;
    }

    .payment-comp-div #divPayment .container-fluid > div {
        flex-flow: column;
        align-items: flex-start !important;
    }

    .payment-comp-div p {
        margin-left: 0px;
        font-size: 14px;
    }

    .tu-branchdetail {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 10px 30px;
        /* word-break: break-word; */
        flex-flow: column;
    }
}

.href {
    cursor: pointer;
    color: #01539f !important;
    text-decoration: underline;
}

    .href:hover {
        color: #044fa3 !important;
        text-decoration: underline;
    }


@media screen and (max-width:570px) {
    .free-intro-div {
        flex-direction: column !important;
        justify-content: center !important;
    }
}

@media screen and (max-width:1085px) {
    #NewTutorBookingTuitionForm .tu-profileview .w-50 {
        width: auto !important;
    }

    #NewTutorBookingTuitionForm .tu-profileview .wid-180 {
        width: 200px;
        padding-right: 10px;
    }

    .tu-listinginfo_price {
        margin-left: 0px;
    }

    .upbooking-btn-group .tu-service-list li span {
        width: 194px;
    }

    .student-reg .card span {
        font-size: 12px;
        display: block;
        line-height: 24px;
    }
}

@media screen and (max-width:1085px) {

    .student-reg .card span {
        font-size: 12px;
        display: inline-block;
    }
}

@media screen and (max-width:600px) {
    #NewTutorBookingTuitionForm .tu-profileview .w-50 {
        width: auto !important;
        flex-direction: column;
        align-items: center;
    }
}

.txt-hd {
    position: absolute;
    top: -4px;
    z-index: 9;
    left: 0px;
}

.blink {
    padding: 15px;
    text-align: left;
    background: #0000000d;
    width: 100%;
    justify-content: flex-start;
}

    .blink span {
        font-weight: 500;
        /*   font-family: cursive;*/
        color: #ffe000;
    }



@media screen and (max-width:1500px) {

    .mr-gender {
        display: flex;
        flex-flow: column;
        gap: 5px;
    }

        .mr-gender > span:first-child {
            padding: 0px !important;
        }
}

#paymentHistroy_wrapper tr td.dataTables_empty, .report-table-div tr td.dataTables_empty, #paymentReport tr td.dataTables_empty {
    border: none !important;
    background: #94c0c5 !important;
    margin: 0px;
    font-size: 13px !important;
    text-align: center;
    color: #343434 !important;
}

#paymentReport td {
    border: none !important;
}


.report-table-div table.dataTable tbody tr {
    background-color: rgb(255 255 255 / 9%);
}


.flex-center-div.online-form .card {
    width: 70%;
}

.flex-center-div.online-form .common-div {
    width: 500px;
    display: block;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}

    .flex-center-div.online-form .common-div label {
        text-align: left !important;
        width: 100%;
        display: block;
        color: #000;
        margin-bottom: 5px;
        padding-left: 1px;
    }

.height_scroll {
    height: calc(100vh - 280px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.flex-center-div.online-form textarea.form-control {
    resize: none;
    height: 100px;
    padding-top: 12px;
    border: solid 2px rgb(148 187 191) !important;
    background-color: #e0f7f9 !important;
    border-radius: 15px;
}

@media (max-width: 1700px) {
    .tu-navbar .navbar-collapse {
        margin-left: auto;
        flex: auto;
        margin-left: 10px;
    }
}


@media (max-width: 1320px) {
    .tu-navbar .navbar-collapse {
        margin-left: auto;
        flex: auto;
        margin-left: 5px;
    }

    .tu-bg-header .tu-navbar .navbar-collapse .navbar-nav > .nav-item > a {
        position: relative;
        font-weight: 400;
        padding: 8px 8px;
        font-size: 13px;
    }
}

.mobilemenu-visible {
    display: none;
}



@media (max-width: 1200px) {
    .mobilemenu-visible {
        display: block;
    }
}

.mobilemenu-visible a, .mobilemenu-visible a:visited {
    color: #fff;
    position: relative;
    font-weight: 400;
    padding: 8px 20px;
    font-size: 16px;
    margin-left: 15px;
}

@media (max-width: 720px) {

    .flex-center-div.online-form .common-div {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding-left: 50px;
        padding-right: 50px;
    }

    .flex-center-div {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        min-height: calc(100vh - -43px);
    }

    h1 {
        font: 600 1.55rem / 1.1153846154em "Outfit", sans-serif;
    }

    .text-field input, .text-field select {
        border: solid 2px rgb(148 187 191) !important;
        background-color: white !important;
        width: 100%;
        /* height: 55px; */
        border-radius: 15px;
        padding: 22px 20px;
        transition: 0.3s all ease;
        font-size: 14px;
        /* font-family: "Roboto"; */
        color: #000 !important;
    }

    .flex-center-div .card span {
        font-size: 12px;
    }

    .flex-center-div.online-form .card {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .mobilemenu-visible {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.font-out {
    font-family: "outfit"
}

/*universal*/
/*input/select fiels style*/
.form_input, .form_select {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 65px;
    line-height: 65px;
    padding-left: 30px;
    animation: entrance 0.5s linear 1;
    margin-bottom: 20px;
    border: none;
    border-radius: 35px;
    transition: 0.1s ease;
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(189, 189, 189);
    position: relative;
}

    .form_input:focus, .form_select:focus {
        outline: solid 2px rgb(29, 102, 255);
        border: none !important;
        box-shadow: 0px 5px 35px 0px rgba(107, 89, 211, 0.17);
    }


/*select field style*/
.form_select {
    -webkit-appearance: none;
    background-image: url(../images/dropdown.png);
    background-position: calc(100% - 20px) center;
    background-size: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    position: relative;
}

    .form_select option {
        list-style: none;
        appearance: none;
        font-size: 16px;
        font-family: "Roboto";
        color: rgb(0,0,0);
        cursor: pointer;
    }
/*
select::after
{
	position: absolute;
	content: "\f063";
	font-family: FontAwesome;
}*/

.step1 .common-div {
    width: 400px;
}


/*form labels style*/
.label-text {
    font-size: 18px;
    font-family: "Jost";
    margin-bottom: 5px;
    font-weight: 500;
    padding-left: 30px;
    color: rgb(47, 49, 70);
}

/*form main heading style*/
.main-heading {
    font-size: 40px;
    color: rgb(5, 17, 51);
    text-align: center;
    font-family: "jost";
    /*text-transform: capitalize;*/
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

p {
    font-family: "Roboto";
    margin: 0;
}

.w_100 {
    width: 100% !important;
}

.step1 .text-field input, .step1 .text-field select, .step1 textarea {
    border: solid 1px rgb(225 225 225) !important;
    background-color: #ffffff !important;
}

.step1 textarea {
    height: 250px;
}
/*step 1*/
.step1 {
    /*background: #fff;*/
    padding: 20px;
    margin: 20px 0px;
}

.form_100 {
    width: 95% !important;
    padding-right: 20px;
    padding-left: 20px;
}

.step1-inner {
    border-radius: 90px;
    background-color: rgb(237 237 237);
    height: auto;
    position: relative;
    z-index: 0;
}

.wrapper {
    padding: 15px 0;
}


.company {
    display: flex;
    align-items: center;
}

    /*logo*/
    .company .company_logo {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        background: rgb(255, 255, 255);
        text-align: center;
        line-height: 65px;
    }

.company_logo img {
    width: 65%;
    height: 75%;
}

/*name*/
.company .company-name {
    margin-left: 10px;
}

    .company .company-name h4 {
        font-size: 20px;
        color: rgb(47, 49, 70);
        font-weight: bold;
    }

    .company .company-name p {
        font-size: 16px;
        color: rgb(171, 171, 171);
    }


/*tab buttons*/
.form_tabs {
    border-radius: 35px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 66px;
    padding: 5px 10px;
}

    .form_tabs button {
        background-color: rgb(233, 240, 251);
        border-radius: 35px !important;
        width: 50%;
        height: 56px;
        font-weight: 600;
        font-size: 15px;
        transition: 0.5s all ease;
        text-transform: capitalize;
        font-family: "Jost";
        color: rgb(47, 49, 70) !important;
        border: solid 2px transparent !important;
    }

        .form_tabs button:hover {
            border: none;
        }

.nav-tabs {
    border-bottom: none;
}

.form_tabs .nav-link.active {
    background-color: rgb(233, 240, 251);
}


/*multi select field style*/
.multi-select {
    position: relative;
}

    .multi-select select:focus {
        outline: 0 !important;
    }

.multi-select-inner {
    border-radius: 35px;
    background-color: rgb(255, 255, 255);
    height: 67px;
    animation: entrance 1s ease forwards;
    position: absolute;
    top: 32px;
    z-index: -1;
    overflow: hidden;
    width: 100%;
}

    .multi-select-inner::after {
        position: absolute;
        content: "";
        display: block;
        background-color: rgb(231, 231, 231);
        height: 40px;
        width: 2px;
        top: 10px;
        overflow: hidden;
        left: 50%;
    }

.multi-select select {
    height: inherit;
    width: 100%;
    border-radius: 35px;
    position: relative;
}


/*next step button style*/
.next-btn {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    margin-top: 1px;
}

.w_420 {
    width: 520px !important;
}

.next-btn .button {
    width: inherit;
    height: inherit;
    background-color: rgb(29, 102, 255);
    font-size: 17px;
    font-family: "Jost";
    color: rgb(255, 255, 255);
    font-weight: bold;
    border-radius: 35px;
    /*border: solid 2px transparent;*/
    border: none;
    transition: 0.5s all ease;
    text-align: centers;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    height: inherit;
    background-color: rgb(155 195 202);
    font-size: 13px;
    font-family: "Jost";
    color: rgb(36 33 33);
    font-weight: bold;
    border-radius: 35px;
    /* border: solid 2px transparent; */
    border: none;
    transition: 0.5s all ease;
    text-align: centers;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    width: 150px;
    font-family: 'Outfit';
}

    .next-btn .button:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        background-image: linear-gradient(90deg, transparent, #fff, transparent);
        transition: 0.5s ease;
    }

    .next-btn .button:hover:before {
        left: 100%;
    }

.step1 .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #e9e9e9; */
    /* background-color: #cedfe3; */
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    border-radius: 10px;
    background: rgb(255 255 255 / 0%);
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(255 255 255 / 0%);
}
/*sidebar style*/
.sidebar-slider {
    width: 100%;
    height: 100%;
    background-color: rgb(225 225 225);
    border-radius: 90px;
    position: relative;
    padding: 50px;
    /*margin: 0 20px;*/
    z-index: 0;
}

.bg-shape {
    position: absolute;
    top: 50px;
    left: 0;
    width: 80%;
    right: 0;
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
}

    .bg-shape img {
        width: 100%;
    }

/*sidebar img style*/
.sidebar-slider .carousel-caption img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/*sidebar text*/
.sidebar-slider .carousel-caption span {
    font-size: 18px;
    font-family: "Jost";
    color: rgb(255, 95, 99);
    text-transform: capitalize;
    margin-top: 50px;
    text-align: center;
}

/*sidebar main heading*/
.sidebar-slider .carousel-caption .main-heading {
    font-size: 42px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*slider carousel-indicators*/
.carousel-indicators {
    margin: 0;
    position: static;
}

    .carousel-indicators [data-bs-target] {
        border-radius: 50%;
        height: 20px;
        transition: 0.3s ease;
        width: 20px;
        background-color: rgb(182, 206, 231);
    }

    .carousel-indicators .active {
        background-color: rgb(18 92 98);
    }

.carousel {
    position: static;
}

.carousel-caption {
    position: static;
}


/*step 2*/

.step2 {
    padding: 20px;
    background-color: rgb(255, 255, 255);
}

.step2_inner {
    border-radius: 90px;
    background-color: rgb(243, 247, 254);
    height: auto;
}

.support-form .price-support {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.support-form .price-input {
    background: rgb(255, 255, 255);
    padding: 24px 24px 24px 30px;
    position: relative;
}

    .support-form .price-input h3 {
        font-size: 24px;
        color: rgb(5, 17, 51);
        font-weight: bold;
    }

.support-form input[type=radio] {
    -webkit-appearance: none;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: 0.5s ease;
    border-radius: 50%;
    background-color: rgb(235, 241, 251);
}

    .support-form input[type=radio]::after {
        transition: 0.5s ease;
    }

    .support-form input[type=radio]:checked::after {
        content: "";
        background-color: rgb(146, 219, 104);
        width: 10px;
        height: 10px;
        position: absolute;
        top: 25% !important;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
    }

.perk-list {
    margin-top: 3px;
    background-color: rgb(255,255,255);
    padding: 15px 30px;
    font-family: "Roboto";
}

    .perk-list ul {
        list-style: none;
        padding: 0;
    }

        .perk-list ul li {
            margin-top: 10px;
            font-size: 16px;
        }

            .perk-list ul li::before {
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                color: rgb(72, 203, 48);
                content: "\f058";
                margin-right: 10px;
            }

.support-form span {
    font-size: 20px;
    font-family: "Jost";
    color: rgb(47, 49, 70);
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
}

.support-form .head {
    font-size: 22px;
    color: rgb(47, 49, 70);
    font-weight: bold;
    margin-bottom: 0;
}

.support-form .text {
    font-size: 16px;
    color: rgb(129, 129, 129);
    margin-bottom: 0;
}

.support-plan-duration {
    border-radius: 10px;
}

    .support-plan-duration input[type=radio] {
        position: relative;
        top: 0;
        right: 0;
    }

    .support-plan-duration label {
        display: flex;
        align-items: center;
        position: relative;
    }

    .support-plan-duration .no-start::after {
        position: relative;
    }

    .support-plan-duration label::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 1px;
        background-color: rgb(235, 241, 251);
        left: -15px;
    }

.duration-text {
    margin-left: 10px;
}

/*thankyou-page*/

.thankyou-page {
    border-radius: 90px;
    background-color: rgb(243, 247, 254);
    min-height: 100vh;
    overflow-x: hidden;
}

.thankyou-page-inner {
    background: rgb(255,255,255);
    border-radius: 90px;
    width: 100%;
    position: relative;
    top: 30%;
    /*transform: translateY(50%);*/
    text-align: center;
}

.tick {
    position: relative;
}

.done-tick {
    width: 120px;
    height: 120px;
    border: solid 1px transparent;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-left-color: rgb(34,208,136);
    animation: rotate-circle 0.5s linear forwards;
    border-radius: 50%;
    background-color: transparent;
}


.tick i {
    font-weight: 900;
    font-size: 50px;
    color: rgb(34,208,136);
    position: absolute;
    animation: tick-icon 0.8s linear forwards;
    top: 30%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    animation-delay: 0.5s;
}

.thankyou-page-inner h2 {
    font-size: 45px;
    color: rgb(5, 17, 51);
    margin-top: 20px;
    font-weight: bold;
}

.thankyou-page-inner p {
    font-size: 16px;
    color: rgb(170, 170, 170);
    margin-top: 20px;
}

.thankyou-page-inner .wrapper {
    padding: 80px 290px;
}





#sub img {
    width: 60px;
}

.highlight {
    border-top: solid 3px var(--primary-color) !important;
    border-bottom: solid 3px var(--primary-color) !important;
}


#error {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 20;
}


.invalid {
    border: solid 2px #ff4444 !important;
    position: relative;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@keyframes rotate-circle {
    25% {
        border-left-color: rgb(34,208,136);
    }

    50% {
        border-left-color: rgb(34,208,136);
        border-top-color: rgb(34,208,136);
    }

    75% {
        border-left-color: rgb(34,208,136);
        border-top-color: rgb(34,208,136);
        border-right-color: rgb(34,208,136);
    }

    100% {
        transform: rotate(360deg);
        border-color: rgb(34,208,136);
    }
}

@keyframes tick-icon {
    0% {
        font-size: 0;
        opacity: 1;
        top: 50%;
    }

    20% {
        font-size: 10px;
        top: 45%;
    }

    40% {
        font-size: 20px;
        top: 40%;
    }

    70% {
        font-size: 200px;
        top: 0;
    }

    100% {
        font-size: 50px;
        opacity: 1;
        top: 30%;
    }
}


/*input fields animation*/
.entrance_animation {
    animation: entrance 0.5s linear 1;
}

@keyframes entrance {
    0% {
        transform: translateY(-300px) scale(0.5);
    }

    70% {
        transform: translateY(0px) scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

.animation-delay-25ms {
    animation-delay: 25ms;
    animation-duration: 1s;
}

.animation-delay-50ms {
    animation-delay: 50ms;
    animation-duration: 1.5s;
}

.animation-delay-75ms {
    animation-delay: 75ms;
    animation-duration: 2s;
}

.animation-delay-100ms {
    animation-delay: 100ms;
    animation-duration: 2.5s;
}

.animation-delay-125ms {
    animation-delay: 125ms;
    animation-duration: 3s;
}

/* large screens */
@media (min-width: 1600px) {
    .container {
        max-width: 1700px;
    }
}
/* Desktops/Laptops */
@media (max-width: 1500px) {
    .thankyou-page-inner {
        top: 15%;
    }

        .thankyou-page-inner .wrapper {
            padding: 100px;
        }
}
/* Desktops/Laptops */
@media (max-width: 1400px) {
    .step1 .common-div {
        width: 300px;
    }

    .tab-70 {
        width: 70%;
    }

    .tab-100 {
        width: 100%;
    }

    .step1, .step2 {
        padding: 0;
    }

    .step1-inner, .step2_inner {
        border-radius: 0;
    }

    .company {
        display: block;
        text-align: center;
    }

    .company-name {
        margin: 20px auto;
    }

    .company_logo {
        margin: 0px auto;
    }

    .no-end::after {
        position: relative !important;
        display: none !important;
    }
    /*	.form_tabs_fixed
	{
		position: fixed;
	    top: 0;
	    left: 0;
	    background: rgb(243, 247, 254);
	    width: 100%;
	    transition: 0.5 ease;
	    z-index: 1;
	    height: inherit;
	    right: 0;
	    border-radius: 0;
	}*/
    .wrapper {
        padding: 25px;
    }

    .sidebar-slider {
        padding: 20px;
        position: sticky;
        top: 10px;
        margin: 0;
        height: auto;
    }

        .sidebar-slider .carousel-caption .main-heading {
            font-size: 20px;
        }

    .support-plan-duration label::after {
        position: absolute;
        content: "";
        display: block;
        width: calc(100% + 60px);
        background: rgb(243, 247, 254);
        left: -30px;
        height: 2px;
        margin-bottom: -5px;
        bottom: 0;
    }

    .support-plan-duration .no-start::after {
        position: absolute;
    }

    .support-plan-duration label {
        margin-top: 10px;
    }

    .thankyou-page {
        border-radius: 0;
        padding: 20px;
    }

    .thankyou-page-inner {
        top: 5%;
    }

        .thankyou-page-inner .wrapper {
            padding: 50px;
        }

        .thankyou-page-inner h2 {
            font-size: 30px;
        }
}

@media (max-width: 1180px) {
    .step1 .main-heading h1 {
        font-size: 16px !important;
    }

    .step1 .main-heading h4 {
        font-size: 15px !important;
    }
}

@media (max-width: 1100px) {
    .step1 .height_scroll > .d-flex {
        flex-flow: column;
    }

    .step1 .common-div {
        width: 300px;
    }
}
/* Laptops */
@media (max-width: 1024px) {

    .step1 .common-div {
        width: 300px;
    }

    .step1 .main-heading h1 {
        font-size: 15px !important;
    }

    .step1 .main-heading h4 {
        font-size: 14px !important;
    }

    .text-field label {
        font-size: 18px;
        color: #000;
        margin-bottom: 5px;
        margin-left: 20px;
        height: 30px;
        line-height: 30px;
        transition: 0.3s all ease;
        z-index: 999;
        font-size: 14px;
    }
}

@media (max-width: 830px) {
    .w_420 {
        width: 350px !important;
    }
}


/* Tablets */
@media (max-width: 768px) {
    .main-heading {
        font-size: 25px;
    }

    .container {
        max-width: 100%;
    }

    .wrapper {
        padding: 25px 10px;
    }

    .step1 {
        /* background: #fff; */
        padding: 0px;
        margin: 26px 0px;
    }
}

/* mobile */
@media (max-width: 576px) {

    .step1, .step2 {
        padding: 0;
    }

    .step1-inner, .step2_inner {
        border-radius: 0;
        padding-bottom: 50px;
    }

    .wrapper {
        padding: 25px;
    }

    .company {
        display: block;
        text-align: center;
    }

    .company-name {
        margin: 20px auto;
    }

    .company_logo {
        margin: 0px auto;
    }

    .form_tabs_fixed {
        position: fixed;
        top: 0;
        left: 0;
        background: rgb(255,255,255);
        width: 100%;
        transition: 0.5 ease;
        z-index: 1;
        height: inherit;
        right: 0;
        border-radius: 0;
    }

    .main-heading {
        font-size: 20px;
    }

    .support-plan-duration label::after {
        position: absolute;
        content: "";
        display: block;
        width: calc(100% + 60px);
        background: rgb(243, 247, 254);
        left: -30px;
        height: 2px;
        margin-bottom: -5px;
        bottom: 0;
    }

    .form_input, .form_select {
        font-size: 12px;
    }

    .support-plan-duration .no-start::after {
        position: absolute;
    }

    .support-plan-duration label {
        margin-top: 10px;
    }

    .sidebar-slider .carousel-caption .main-heading {
        font-size: 20px;
    }

    .sidebar-slider {
        margin: 50px 0px 0px 0px;
        border-radius: 0px;
        padding: 20px;
    }

    .thankyou-page {
        border-radius: 0;
        background: black;
        padding: 20px;
    }

    .thankyou-page-inner {
        top: 15%;
        border-radius: 10px;
    }

        .thankyou-page-inner .wrapper {
            padding: 50px;
        }

        .thankyou-page-inner h2 {
            font-size: 30px;
        }

    .multi-select-inner {
        display: none;
    }

    .form_tabs button {
        font-size: 12px;
    }
}

/* mobile */
@media (max-width: 490px) {
    .step1 {
        padding: 0px;
        margin: 68px 0px;
    }

    .w_420 {
        width: 95% !important;
    }

    .wrapper {
        padding: 0px;
    }

    .step1 .common-div {
        width: 95%;
        margin: 0px;
    }

    .step1 .main-heading h1 {
        font-size: 14px !important;
    }

    .step1 .main-heading h4 {
        font-size: 13px !important;
    }

    .next-btn {
        width: 100%;
        margin-top: 4px;
        height: 40px;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 450px) {

    .step1 {
        padding: 0px;
        margin: 128px 0px;
    }

    .form_100 {
        width: 100% !important;
        padding-right: 20px;
        padding-left: 20px;
    }

    .step1-inner, .step2_inner {
        border-radius: 0;
        padding-bottom: 0px;
    }

    .step1 .main-heading h1 {
        font-size: 13px !important;
    }

    .step1 .main-heading h4 {
        font-size: 12px !important;
    }

    .text-field label {
        font-size: 18px;
        color: #000;
        margin-bottom: 5px;
        margin-left: 20px;
        height: 30px;
        line-height: 30px;
        transition: 0.3s all ease;
        z-index: 999;
        font-size: 12px;
    }
}

@media (max-width: 720px) {
    #page-content {
        margin-top: 33px;
    }
}

@media (max-width: 480px) {
    #page-content {
        margin-top: 51px;
    }
}

@media (max-width: 450px) {
    #page-content {
        margin-top: 110px;
    }
}


@media (max-width: 580px) {
    .step1 {
        /* background: #fff; */
        padding: 0px;
        margin: 69px 0px;
    }
}

@media (max-width: 490px) {
    .step1 {
        padding: 0px;
        margin: 85px 0px;
    }
}


@media (max-width: 450px) {
    .step1 {
        padding: 0px;
        margin: 128px 0px;
    }
}

@media (max-width: 390px) {
    .text-field label {
        font-size: 18px;
        color: #000;
        margin-bottom: 5px;
        margin-left: 0px;
        height: 30px;
        line-height: 30px;
        transition: 0.3s all ease;
        z-index: 999;
        font-size: 12px;
    }

    .step1 .container-fluid {
        padding: 1px;
    }

    .sidebar-slider {
        margin: 20px 0px 0px 0px;
        border-radius: 0px;
        padding: 12px;
    }

    .step1 .main-heading h1 {
        font-size: 12px !important;
    }

    .step1 .main-heading h4 {
        font-size: 11px !important;
    }
}

.export-icon {
    cursor: pointer !important;
}

    .export-icon.form-export, .export-icon.form-export:hover, #btn-downloadInvoice.form-export {
        background: none !important;
        border: none !important;
        border-right: none !important;
    }

        .export-icon.form-export img {
            width: 33px;
            height: auto;
            margin: 5px;
        }




.dt-scroll-body::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb, #wrapper div::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #434343;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}


.dt-scroll-body::-webkit-scrollbar, .table-responsive::-webkit-scrollbar, #wrapper div::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #80808073;
    cursor: pointer;
}

.dt-empty {
    text-align: center !important;
}

div.dt-container.dt-empty-footer .dt-scroll-body {
    border-bottom: none !important;
}

.w_489 {
    width: 480px !important;
}

.ml_234 {
    margin-left: 234px !important;
}

.leaflet, .leaflet:hover {
    text-decoration: underline;
    color: #2390cc;
    font-size: 17px !important;
    letter-spacing: 0.2px;
    font-weight: 400;
    font: 400 1rem / 1.625em "Outfit", sans-serif;
    line-height: 30px;
}

    .leaflet:hover {
        color: #37a7e5 !important;
    }

.font-weight-400 {
    font-weight: 400 !important;
}

#btn-leaflet::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    z-index: -1;
    border-radius: 4px;
}

#btn-leaflet {
    width: 63px;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    cursor: pointer;
}

margin-left: 234px !important;
}


#paymentHistroydiv .dt-column-title, #paymentReport_wrapper .dt-column-title {
    color: #c8fbff !important;
}

.pl-14 {
    padding: 6px 14px;
}

.ruppe_icon img {
    width: 20px;
}

.ruppe_icon span {
    text-indent: 8px;
}

.applyVoucherBtn:hover {
    background-color: #3b99bb !important;
    color: #fff !important;
    border-color: #3899b9;
}



.tu-asidewrapper {
    display: flex;
    /*  align-items: center;
    justify-content: flex-start;*/
    gap: 1rem;
}

.tu-aside-menu {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.tu-aside-holder {
    flex: 1;
    min-width: 150px;
    gap: 8px 1px;
}

    .tu-aside-holder select, .tu-aside-holder input {
        /*width: 100%;*/
    }

.pl-12 {
    padding-left: 12px;
}

.w-150 {
    width: 150px;
}

.w-414 {
    width: 414px;
}

.w-305 {
    width: 305px;
}

/*.w-150::after {
    font-family: 'icomoon';
    content: "\e9d0";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

*/

#findTutorList .tu-listinginfo {
    width: 100%;
}


/*End of Offer Lesson*/


#BackToTop {
    display: inline-block;
    background-color: #f1f1f1;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: 1px solid #ffffff;
}

    #BackToTop::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 22px;
        line-height: 45px;
        color: #000000;
    }

    #BackToTop:hover {
        cursor: pointer;
        background-color: #fd761e;
    }

    #BackToTop:active {
        background-color: #fd761e;
    }

    #BackToTop.show {
        opacity: 1;
        visibility: visible;
    }





@media (min-width: 500px) {
    #BackToTop {
        margin: 30px;
    }
}



#Expand {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 1;
    z-index: 1000;
    cursor: pointer;
    text-align: right;
    color: #2390cc;
    width: 160px;
    float: right;
}


    #Expand::before {
        /*     content: "\f063";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 19px;
        line-height: 37px;
        color: #000000;*/
    }

.panel {
    display: none;
}

.rotateUp {
    /*  rotate: 180deg;*/
}

.ExpandText {
    cursor: pointer;
}

.find-text {
    font-size: 22px;
    padding: 15px 0px;
    color: #1a1a1a;
    font-weight: 600;
    text-shadow: none;
    text-align: center;
}

.find_tutor .tu-asidewrapper .tu-asidetitle h5 {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: 500;
    font-size: 1.5rem;
    /* color: #000000; */
}


.filter_div {
    /* border: 1px solid #0000003b;*/
    border-radius: 10px;
    padding: 15px;
}

@media (max-width: 1300px) {
    .user-active img {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        margin-right: 0px;
    }
}

.top .tu-aside-item, .bottom .tu-aside-item {
    padding: 5px;
}

.top {
    display: flex;
    justify-content: center;
}

.bottom {
    display: flex;
    justify-content: center;
}

@media (max-width: 1200px) {
    .tu-aside-item {
        width: 100%;
    }

    .tu-asidewrapper {
        background: #dcdce0;
    }

    .tu-aside-menu {
        height: auto;
    }

    .top {
        display: block;
    }

    .bottom {
        display: block;
    }

    /* .panel {
        display: block;
    }
    */

    .side_scroll {
        height: calc(100vh - 310px);
        overflow-y: scroll;
    }

        .side_scroll::-webkit-scrollbar-thumb {
            background-color: #4aabce;
            background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
        }

    #BackToTop {
        display: none;
    }

    .filter_div {
        border: none;
    }
}


.txt-hd.h_txt span {
    color: #fff;
    font-size: 23px;
    font-family: "Agency FB";
    letter-spacing: 0.5px;
}

.blink.h_txt {
    padding: 8px;
    text-align: left;
    background: transparent;
    width: 100%;
    justify-content: center;
}

.tu-asidewrapper .select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border: 1px solid #99cacec9;
    border-radius: 4px;
    color: #fff;
}


.select2-container--default .select2-selection--single {
    background-color: white;
    border: 1px solid #00000057 !important;
    border-radius: 4px;
}

#btn-logintutorrequest {
    width: 140px;
    padding: 6px !important;
    color: #000 !important;
    background-color: #f1f1f1;
    color: #000000;
    border: 0px solid #ffffff;
    border-bottom: 3px solid #c3c3c3ab;
}

.tu-bg-header {
    /* background: -webkit-linear-gradient(120deg, rgba(30, 36, 52, 0.0), rgb(0 27 36) 100%); */
    background: -webkit-linear-gradient(120deg, rgb(212 212 216), rgb(228 228 231) 100%);
    box-shadow: 1px 0px 5px rgb(0 0 0 / 57%) !important;
}

.feature-block-six .inner-box {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 15px;
    padding: 10px 5px 5px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(191 184 184);
}

.feature-block-six .inner-box {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 15px;
    padding: 35px 15px 35px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 11%);
    background-color: #ffffff;
}


.button {
    width: 125px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    color: #000;
    /* text-transform: capitalize; */
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 30px;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 3%), 0px 2px 2px 0px rgb(0 0 0 / 10%), 0px 1px 5px 0px rgb(183 183 183);
}

.button-3 {
    background-color: #f1f1f1;
    border-bottom: 3px solid #d2d2d2;
    border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    color: #000;
    float: none;
    clear: both;
    width: 100%;
    margin-bottom: 15px;
}

.btn-yellow {
    background-color: #e1e1e1;
    color: #000000;
    border: 2px solid #e3e3e3;
}

    .btn-yellow:hover {
        background-color: #f1f1f1;
        color: #000000;
        border-bottom: 3px solid #4aabce;
    }

.pricing-block-one .pricing-table h5 {
    position: relative;
    display: block;
    /* background-color: #1e2434; */
    font-size: 18px;
    line-height: 28px;
    color: #fff !important;
    font-weight: 600;
    text-transform: none;
    padding: 13px 30px 10px 40px;
    clip-path: polygon(0% 0%, 108% 0%, 94% 100%, 0% 100%, 0% 0%);
    transition: all 500ms ease;
    background: linear-gradient(90deg, #000000, #686868, #64646452) !important;
}


.insetshadow-yellow {
    box-shadow: inset 0 0 10px #ffffff78;
    border: 1px solid #ffffff3d !important;
    border-radius: 10px;
}

.tu-side-tabs .nav-item .nav-link > i {
    font-size: 18px;
    padding-right: 10px;
    color: #575757;
}

.btn.btn_success {
    color: #101010;
    border-color: #f4d914;
    background-color: #f4d914;
    font-weight: 500;
    border: 2px solid #f4d914 !important;
    background-color: #f1f1f1;
    font-weight: 500;
    border: 1px solid #0000001a !important;
    min-width: 100px;
    padding: 8px 0px 8px;
    font-weight: 500;
    font-size: 15px;
    /* text-align: center; */
    justify-content: center;
    box-shadow: rgb(0 0 0 / 6%) 0px 4px 6px -1px, rgb(0 0 0 / 25%) 0px 2px 4px -1px;
}

.tu-side-tabs .nav-item .nav-link:hover, .tu-side-tabs .nav-item .nav-link.active {
    background: #ffffff;
}

.tu-side-tabs .nav-item .nav-link::before {
    height: 0;
    width: 5px;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    background-color: #2690c8;
}

.Edit_tutor .tu-listinfo li span i {
    color: #ffffff;
    font-size: 14px;
}

.tu-bg-maroon {
    background-color: #555555 !important;
}

.tu-bg-orange {
    background-color: #555555 !important;
}

.tu-bg-voilet {
    background-color: #555555 !important;
}

.Edit_tutor .tu-listinfo li:hover span {
    background: transparent !important;
    border: 1px solid #79be61;
}

    .Edit_tutor .tu-listinfo li:hover span i {
        color: #79be61;
        font-size: 14px;
    }

#findTutorList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* gap: 15px; */
}

.tu-authorinfo {
    background: rgb(255 255 255 / 60%);
    box-shadow: inset 1px 0px 0px #EEEEEE, inset -1px 0px 0px #EEEEEE, inset 0px -1px 0px #EEEEEE;
    border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 4px 30px rgb(65 65 65 / 25%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(255 255 255);
    cursor: pointer;
}

.tu-authordetail {
    padding: 20px;
    align-items: center;
    box-shadow: inset 0px -1px 0px #9595955e;
}


.tu-primbtn, .tu-secbtn, .tu-yellowbtn, .tu-primbtn-lg, .tu-primbtn-sm, .tu-primbtn-icon {
    position: relative;
    z-index: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-weight: 600;
    color: #000000;
    background-color: #f1f1f1;
    border-radius: 4px;
    padding: 0 24px;
    z-index: 0;
    font-size: 13px;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    background-color: #f1f1f1;
    color: #000000;
    border: 0px solid #ffffff;
    border-bottom: 3px solid #c3c3c3ab;
}

.btn-yellow {
    background-color: #f1f1f1;
    color: #000000;
    border: 0px solid #ffffff;
    border-bottom: 3px solid #c3c3c3ab;
}

#BackButton {
    position: relative;
    z-index: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-weight: 600;
    color: #ffffff;
    background-color: #2791c9;
    border-radius: 4px;
    padding: 0 24px;
    z-index: 0;
    font-size: 13px;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    background-color: #f1f1f1;
    color: #000000;
    border: 0px solid #ffffff;
    border-bottom: 3px solid #c3c3c3ab;
}

    #BackButton:hover {
        border: 0px solid #dfdfdf;
        border-bottom: 3px solid #afb2b3;
    }

#findTutorList figure img {
    border: 2px solid #ffffff;
}

.tu-colororange {
    color: #054bb3 !important;
}

.tu-asidedetail {
    background: rgb(255 255 255 / 30%);
    box-shadow: 0 4px 30px rgb(255 255 255);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(0 0 0 / 20%) !important;
}

.tu-tutorprofilewrapp.tutor-view-profile {
    border-radius: 4px;
    background: #cedfe3;
    position: relative;
    border: none;
    box-shadow: 0 2px 4px 0 rgb(0 28 36 / 5%), 0 2px 10px 0 rgb(1 28 37 / 54%);
    background: rgba(255, 255, 255, 0.2);
    /* border-radius: 16px; */
    box-shadow: 0 4px 30px rgb(255 255 255 / 96%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(105 104 104 / 30%) !important;
}

.tu-tutorprofilewrapp.tutor-view-profile {
    border-radius: 4px;
    background: #cedfe3;
    position: relative;
    border: none;
    box-shadow: 0 2px 4px 0 rgb(0 28 36 / 5%), 0 2px 10px 0 rgb(1 28 37 / 54%);
    background: rgba(255, 255, 255, 0.2);
    /* border-radius: 16px; */
    box-shadow: 0 4px 30px rgb(255 255 255 / 96%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(105 104 104 / 30%) !important;
}

#slotTitle {
    padding: 3px 0px 3px 0px;
    font-size: 16px;
    font-weight: 600;
    font-weight: 600;
    color: #000;
    background: #cdcdcf;
}

#findTutorList .tu-listinginfo.informative-text {
    width: 30%;
    border: 1px solid #b5b5b5;
    /* border-left: 9px solid #a3bdc3; */
    background-color: #f0f0f1;
    color: #121212;
    text-align: center;
}

.working-block-three:before {
    position: absolute;
    content: '';
    background-color: #a1939324 !important;
    width: 100%;
    height: 5px;
    left: 0px;
    top: 0px;
}

.contact-bg .text-field input {
    border-radius: 10px;
    border: 2px solid 2px rgb(183 183 183) !important;
    background-color: rgb(255 255 255 / 95%) !important;
}

.contact-bg .text-field input, .contact-bg .text-field select {
    border: solid 1px rgb(182 182 182) !important;
    background-color: white !important;
    width: 100%;
    /* height: 55px; */
    border-radius: 15px;
    padding: 22px 20px;
    transition: 0.3s all ease;
    font-size: 14px;
    /* font-family: "Roboto"; */
    color: #000 !important;
}


.action-btn {
    background-color: rgb(255 255 255 / 15%);
    border: none;
    font-size: 16px !important;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.5em 1.25em;
    color: #000000;
    border-radius: 0.15em;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    display: block;
    width: 225px !important;
}

    .action-btn:hover {
        /*background-color: #ff6600;*/
    }

    .action-btn:focus {
        outline: 0.05em dashed #ff6600;
        outline-offset: 0.05em;
    }

    .action-btn::after {
        content: '';
        display: block;
        width: 1.2em;
        height: 1.2em;
        position: absolute;
        left: calc(50% - 0.75em);
        top: calc(50% - 0.75em);
        border: 0.15em solid transparent;
        border-right-color: white;
        border-radius: 50%;
        animation: button-anim 0.7s linear infinite;
        opacity: 0;
    }

@keyframes button-anim {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.action-btn.loading {
    color: transparent !important;
}

    .action-btn.loading::after {
        opacity: 1;
    }


.sec-title-three .accordion-body a, .sec-title-three .accordion-body a:hover {
    cursor: pointer;
    color: #2390cc !important;
    text-decoration: underline;
}

.resize-none {
    resize: none;
    color: #000;
    font-weight: 500;
    border: 1.5px solid #b7b7b7;
    border-radius: 4px;
    background-clip: unset;
    background-color: #fbfbfb;
    caret-color: #1C1C1C;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    /* resize: vertical; */
    min-height: 100px;
    font-size: 14px;
}

.h-auto {
    height: auto !important;
}

.form-control, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], select, .uneditable-input, textarea {
    padding: 0 8px;
    height: 40px;
    color: #1C1C1C;
    font-weight: 500;
    border: 1px solid #bfbfbfd9;
    border-radius: 4px;
    background-clip: unset;
    background-color: #ffffff !important;
    caret-color: #1C1C1C;
}

.bg_img {
    width: 120px;
    margin-left: 4px;
    margin-top: 36px;
}

.tu-primbtn:hover, .tu-primbtn:focus, .tu-secbtn:hover, .tu-secbtn:focus, .tu-yellowbtn:hover, .tu-yellowbtn:focus, .tu-primbtn-lg:hover, .tu-primbtn-lg:focus, .tu-primbtn-sm:hover, .tu-primbtn-sm:focus, .tu-primbtn-icon:hover, .tu-primbtn-icon:focus {
    outline: none;
    color: #000000;
    border: 0px solid #ffffff;
    border-bottom: 3px solid #afb2b3;
}


.tu-primbtn::before, .tu-secbtn::before, .tu-yellowbtn::before, .tu-primbtn-lg::before, .tu-primbtn-sm::before, .tu-primbtn-icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    opacity: 0;
    z-index: -1;
    border-radius: 4px;
}

.linka {
    color: #2690c8 !important;
}

.text-field input, .text-field select {
    border: solid 2px rgb(241 241 241) !important;
    background-color: white !important;
    width: 100%;
    /* height: 55px; */
    border-radius: 15px;
    padding: 22px 20px;
    transition: 0.3s all ease;
    font-size: 14px;
    /* font-family: "Roboto"; */
    color: #000 !important;
}

.form-check-input:checked {
    background-color: #2690c8;
    border-color: #2690c8;
}

#NonSchoolSubjectDiv > .row .nonSchoolSubject-div {
    text-align: left;
    background-color: #ffffffcc !important;
    color: #000 !important;
    box-shadow: inset 0 0px 2px rgb(0 0 0 / 47%) !important;
    padding: 5px 0px 5px 5px;
    width: 30.22%;
}

#NonSchoolSubjectDiv label {
    margin-bottom: 0px;
}

.container .subject-model .header {
    background-color: #fafafa;
    padding: 2px;
    cursor: pointer;
    font-weight: bold;
}

.container .subject-model .content.subjectList {
    border: 1px solid #ffffff;
    padding: 0px !important;
    background: rgb(239 239 239 / 76%);
}

.tu-asider-holder {
    overflow: hidden;
    background: #cedfe3;
    /* background: #f1f1f1; */
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(79 79 79 / 30%);
}

.alert.info {
    border: 1px solid #c5c5c5;
    border-left: 9px solid #c1c1c1;
    background-color: #ececee;
    color: #121212;
    text-align: center;
}

#tutorrayslogo {
    float: left;
}

.faq_input .common-div {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.contact-bg textarea {
    height: 100px;
}

.contact-bg .text-field {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
}

.w_400 {
    width: 400px !important;
    margin: 0px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #ffffff;
    cursor: default;
}

.working-block .working-block-three .inner-box h5 {
    position: relative;
    font-size: 21px;
    font-size: 18px;
    line-height: 28px;
    color: #141414 !important;
    font-weight: 600;
    text-transform: none !important;
    padding-bottom: 13px;
    margin-bottom: 23px;
}



.ml_mb_0 {
    margin-bottom: 0px !important;
}

span.tu-greenclr, button.tu-greenclr, .modal-confirm .btn, .btn.btn_success {
    background-color: #f1f1f1 !important;
    color: #000000 !important;
    border: 1px solid #c9c9c9 !important;
    border-bottom: 3px solid #c3c3c3ab !important;
}

    a:hover span.tu-greenclr, button.tu-greenclr:hover, .modal-confirm .btn:hover, .modal-confirm .btn:focus, .btn.btn_success:hover {
        border: 1px solid #c9c9c9 !important;
        border-bottom: 3px solid #afb2b3 !important;
        background-color: #f1f1f1 !important;
        color: #000000 !important;
    }

span.tu-redclr, button.tu-redclr {
    background-color: #dc3545 !important;
    color: #fff !important;
    border-bottom: 3px solid #a1212d !important;
}

    a:hover span.tu-redclr, button.tu-redclr:hover {
        background-color: #dc3545 !important;
        color: #fff !important;
        border-bottom: 3px solid #781922 !important;
    }

.btn-ViewUpcoming-Booking span {
    width: 180px !important;
}

.applyVoucherBtn {
    min-width: 100px;
    background: #a6a6a6 !important;
    color: #000 !important;
}

.tu-listinginfo-holder .text-white {
    color: #000000 !important;
}

.fw-600 {
    font-weight: 600;
}

#reportTitle {
    color: #000 !important;
}

.student-reg {
    overflow: hidden;
}

#totalrecords {
    color: #000 !important;
}

.img_shadow {
    filter: drop-shadow(1px 4px 6px #000);
}

.tu-menu {
    background-color: #f1f1f1;
    border: 2px solid #cfcfcf;
}

@media (max-width: 720px) {
    .orange-color.homePageSlider {
        margin-top: -34px;
    }
}

@media (max-width: 611px) {
    .orange-color.homePageSlider {
        margin-top: -34px;
    }
}

@media (max-width: 603px) {
    .orange-color.homePageSlider {
        margin-top: -34px;
    }
}

@media (max-width: 480px) {
    .orange-color.homePageSlider {
        margin-top: 0px;
    }

    .tu-bg-header .tu-navbar .navbar-brand {
        padding: 0px;
        margin: 0;
        display: block;
        max-width: 200px;
    }
}



@media (max-width: 450px) {
    .orange-color.homePageSlider {
        margin-top: -10px;
    }

    /*.tu-bg-header .tu-navbar .navbar-brand {
        padding: 0px;
        margin: 0;
        display: block;
        max-width: 130px;
    }*/
}

@media (max-width: 387px) {
    .orange-color.homePageSlider {
        margin-top: -40px;
    }

    .tu-bg-header .tu-navbar .navbar-brand {
        padding: 0px;
        margin: 0;
        display: block;
        max-width: 150px;
    }
}

@font-face {
    font-family: 'logoText';
    src: url('../fonts/NotoSerifDisplay-SemiCondensedExtraBold') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


.logoText {
    bottom: 0px;
    position: absolute;
    right: 8px;
    color: #000000;
    font-size: 13px;
    letter-spacing: 0.1px;
}

.div-2 {
    flex: 1 1 0%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.div-3 {
    justify-content: end;
    display: flex;
}

.tu-bg-header .tu-navbar .navbar-brand {
    padding: 5px 0px;
}

.orange-color.homePageSlider {
    margin-top: -32px;
}


@media (max-width: 1500px) {
    .orange-color.homePageSlider {
        margin-top: -38px;
    }
}

@media (max-width: 1200px) {
    .orange-color.homePageSlider {
        margin-top: -26px;
    }
}

@media (max-width: 720px) {
    .orange-color.homePageSlider {
        margin-top: -58px;
    }
}

@media (max-width: 480px) {
    .orange-color.homePageSlider {
        margin-top: -43px;
    }

    .tu-menu {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 450px) {
    .orange-color.homePageSlider {
        margin-top: -88px;
    }
}

@media (max-width: 432px) {
    .orange-color.homePageSlider {
        margin-top: -54px;
    }

    .tu-menu {
        margin-left: auto;
    }
}


@media (max-width: 388px) {
    .orange-color.homePageSlider {
        margin-top: -108px;
    }
}


@media (max-width: 382px) {
    .orange-color.homePageSlider {
        margin-top: -75px;
    }
}

.field-icon {
    float: right;
    margin-left: 0px;
    margin-right: 14px;
    margin-top: -31px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}



.hour_span span {
    padding: 6px 17px !important;
}

.tutor-profile .wid-165 {
    width: 360px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tutor-profile .form-group .pl-26 {
    padding-left: 16px !important;
}

.tutor-profile #check-language {
    display: flex;
    margin: 5px 0px;
}

    .tutor-profile #check-language.pl-17 {
        padding-left: 8px !important;
    }

.create_profile_div .w-auto .pl-13 {
    padding-left: 16px !important;
}

@media (max-width: 1600px) {
    .tutor-profile .wid-165 {
        width: 270px;
    }
}

body {
    overflow-y: scroll;
}

.style-6::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}




.sec-pad {
    padding: 31px 0px 116px 0px;
}

.tu-main-section {
    padding-top: 20px;
    padding-bottom: 50px;
}

.sec-pad, .working-style-three {
    padding: 25px 0px 30px 0px !important;
}


.msg-pop.modal .modal-dialog {
    max-width: 600px;
}



.msg-pop.modal .resize-none {
    resize: none;
    color: #000;
    font-weight: 500;
    border: 1.5px solid #cbc9c9;
    border-radius: 4px;
    background-clip: unset;
    background-color: #fbfbfb;
    caret-color: #1C1C1C;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    /* resize: vertical; */
    min-height: 160px !important;
    font-size: 14px;
}

.drop_width {
    width: 110px !important;
}


.apporve-btn-group .button {
    height: 40px;
    vertical-align: middle;
    line-height: 20px;
    width: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#btnPreviousNext button {
    cursor: pointer;
}

#RegisterPopup .button {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
}

#RegisterPopup .heightcalc90 {
    height: 370px;
}

#RegisterPopup .modal-content {
    background-color: rgb(255 255 255 / 42%) !important;
    border-radius: 16px;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    border: 1px solid rgb(177 177 177 / 80%) !important;
}

#RegisterPopup .modal-confirm button.clr-dark {
    color: #ffffff !important;
    font-size: 20px;
    opacity: 1;
    top: 6px;
    right: 12px;
}



#RegisterPopup .text-reg {
    color: #000;
    font-size: 16px;
    justify-content: center;
    display: flex;
    align-items: center;
    align-content: center;
    margin-top: 15px;
    font-family: "Helvetica";
}

#RegisterPopup .modal-confirm {
    color: #636363;
    width: 700px;
    font-size: 14px;
    max-width: 700px;
}



.TimeText {
    position: absolute;
    top: 43px;
    margin-left: 131px;
    font-size: 15px;
    font-family: sans-serif;
    color: #054bb3 !important;
}

.tu-profile-view .TimeText {
    position: absolute;
    top: 38px;
    margin-left: 131px;
    font-size: 15px;
    font-family: sans-serif;
    color: #054bb3 !important;
}


.select2-container--open {
    z-index: 9999 !important;
}

#findTutorList .tu-listinginfo.informative-text {
    width: 250px;
}

.modal-text-h1 {
    font-weight: 400;
    font-family: "Helvetica";
    font-size: 22px;
}

.modal-text-h2 {
    font-size: 18px;
    font-weight: 400;
}


#RegisterPopup .select2-container--default .select2-selection--single {
    height: 40px;
    width: 350px;
}


.w-100px {
    width: 100px;
}

.w-200px {
    width: 200px;
}

.grade-text-space {
    cursor: default;
    color: #000;
}

#tutorupcomingBookingList .tu-listing-heading h5:first-child a, #tutorcompletedBooking .tu-listing-heading h5:first-child a {
    cursor: default;
    color: #000;
}

.admin-boooking-div .tu-listing-heading h5:last-child a, .admin-boooking-div .tu-listing-heading .d-flex:not(:first-child) h5 a {
    cursor: default;
    color: #000;
}





@media (max-width: 700px) {
    #RegisterPopup .modal-confirm {
        width: 99%;
    }

    .modal-text-h1 {
        font-weight: 400;
        font-family: "Agency FB";
        font-size: 19px;
    }

    #RegisterPopup .text-reg {
        color: #000;
        font-size: 18px;
        justify-content: center;
        display: flex;
        align-items: center;
        align-content: center;
        margin-top: 15px;
        font-family: "Agency FB";
    }
}


@media (max-width: 470px) {
    #RegisterPopup .modal-confirm {
        width: 97%;
    }

    .modal-text-h1 {
        font-weight: 400;
        font-family: "Agency FB";
        font-size: 19px;
    }

    #RegisterPopup .text-reg {
        color: #000;
        font-size: 18px;
        justify-content: center;
        display: flex;
        align-items: center;
        align-content: center;
        margin-top: 15px;
        font-family: "Agency FB";
        text-align: center;
    }

    .modal-text-h2 {
        font-size: 16px;
        font-weight: 400;
    }

    #RegisterPopup .button {
        width: 80%;
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

@media (max-width: 400px) {
    #RegisterPopup .modal-confirm {
        width: 97%;
    }

    .modal-text-h1 {
        font-weight: 400;
        font-family: "Agency FB";
        font-size: 19px;
        margin-top: 15px !important;
    }

    #RegisterPopup .text-reg {
        color: #000;
        font-size: 18px;
        justify-content: center;
        display: flex;
        align-items: center;
        align-content: center;
        margin-top: 15px;
        font-family: "Agency FB";
        text-align: center;
    }

    .modal-text-h2 {
        font-size: 16px;
        font-weight: 400;
    }

    #RegisterPopup .button {
        width: 80%;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    #RegisterPopup .select2-container--default .select2-selection--single {
        height: 40px;
        width: 304px;
    }

    .modal-confirm .modal-header {
        border-bottom: none;
        position: relative;
        margin-bottom: 16px;
    }
}



.owl-carousel {
    height: 430px; /* Or any desired height */
}

    .owl-carousel .owl-item img {
        height: 430px; /* Or any desired height */
    }

    .owl-carousel .owl-item img {
        width: auto; /* Maintain aspect ratio */
        height: 100%;
    }

.owl-carousel-container {
    height: 50vh; /* Or any desired percentage of viewport height */
}

.owl-carousel .owl-item img {
    width: auto;
    height: 100%;
    object-fit: cover;
}


.subject-nav .section-title .pre-title {
    font-size: 13px;
    color: #000000;
    font-weight: 700;
    background: #dfdfdf;
    padding: 5px;
    border-radius: 6px;
    padding-bottom: 5px;
}

.subject-nav .section-title .h2, .section-title h2 {
    font-weight: 700;
    color: #ffffff;
    margin-top: 0px;
    font-size: 30px;
}
/*****************************
	Tab style
*****************************/
/* Tab */
.subject-nav .nav-tabs .nav-link {
    color: #626262;
    padding: 0 30px 15px;
    font-size: 16px;
    border: none;
    border-bottom: 3px solid transparent;
}

    .subject-nav .nav-tabs .nav-link:focus {
        border-bottom-color: #30b666;
    }

    .subject-nav .nav-tabs .nav-link:hover {
        border-bottom-color: #30b666;
    }

.subject-nav .nav-tabs .nav-item.show .nav-link {
    color: #30b666;
    border-bottom-color: #30b666;
}

.subject-nav .nav-tabs .nav-link.active {
    color: #30b666;
    border-bottom-color: #30b666;
}

/* Vertical  Pills Tab */
.subject-nav .nav-pills .nav-link {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 30px;
    margin-bottom: 10px;
    border-radius: 1.5rem 0 1.5rem 0;
    background-color: #7ec3b2;
}

.subject-nav .nav-pills .show > .nav-link {
    background-color: #30b666;
}

/* Horizontal Pills Tab */
.subject-nav .nav-pills .nav-item .nav-link {
    margin-bottom: 0;
    margin-right: 10px;
}

@media (max-width: 767px) {
    /* Tab */
    .subject-nav .nav-tabs .nav-link {
        padding: 0 12px 10px;
        font-size: 14px;
    }

    /*  Pills Tab */
    .subject-nav .nav.nav-pills {
        display: inline-block;
    }

    .subject-nav .nav-pills .nav-link {
        display: inline-block;
        margin: 0 10px 16px 0;
        font-size: 14px;
        padding: 10px 20px;
    }

    .subject-nav .nav-pills .nav-item {
        display: inline-block;
    }
}

.subject-nav .pricing-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.subject-nav ul.list li i {
    color: #16575d;
    margin: 5px 10px 0px 0px;
}

.subject-nav .vert.nav-pills .nav-link {
    color: #181818;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 30px;
    margin-bottom: 10px;
    border-radius: 1.5rem 0 1.5rem 0;
    background: #badadd;
}

.subject-nav .tab2 .pricing-plan .pricing-content {
    padding: 50px 50px 50px 100px;
    margin-left: -50px;
    border: 2px solid #308189;
    border-radius: 1.5rem 0 1.5rem 0;
}

.subject-nav .tab2 ul.list li i {
    color: #141414;
    margin: 5px 10px 0px 0px;
}

.subject-nav .pricing-plan .pricing-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    min-width: 230px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem 0 1.5rem 0;
}

    .subject-nav .pricing-plan .pricing-info .pricing-price {
        background-color: #256d5b;
        color: #ffffff;
        padding: 0px 30px;
        width: 100%;
    }

        .subject-nav .pricing-plan .pricing-info .pricing-price i {
            font-size: 22px;
            margin-top: 4px;
            margin-right: 8px;
        }

        .subject-nav .pricing-plan .pricing-info .pricing-price span {
            font-size: 50px;
            line-height: 1;
            font-weight: 700;
        }

        .subject-nav .pricing-plan .pricing-info .pricing-price .price-title {
            font-size: 22px;
            color: #e3e3e3;
        }

    .subject-nav .pricing-plan .pricing-info .pricing-arrow {
        background-color: #7ec3b2;
        color: #000;
        width: 100%;
    }

        .subject-nav .pricing-plan .pricing-info .pricing-arrow a {
            color: #000;
            font-size: 50px;
        }

            .subject-nav .pricing-plan .pricing-info .pricing-arrow a:hover {
                color: #fff;
            }

.subject-nav .pricing-plan .pricing-content {
    padding: 50px 50px 50px 100px;
    margin-left: -50px;
    border: 2px solid #58979d;
    border-radius: 1.5rem 0 1.5rem 0;
}

    .subject-nav .pricing-plan .pricing-content .list li {
        font-size: 15px;
        font-weight: 500;
    }

@media (max-width: 767px) {
    .subject-nav .pricing-plan {
        display: block;
    }

        .subject-nav .pricing-plan .pricing-info .pricing-price {
            padding: 30px;
        }

        .subject-nav .pricing-plan .pricing-info .pricing-arrow {
            padding: 30px;
        }

        .subject-nav .pricing-plan .pricing-content {
            padding: 74px 15px 15px 15px;
            margin: -50px 0 0 0;
        }
}



.subject-nav .nav-pills .nav-link.active {
    background-color: #256d5b;
}


.subject-nav .tab2 .nav-pills .nav-link.active {
    background-color: #88ddc8;
}

.subject-nav .tab2 .pricing-plan .pricing-info .pricing-price {
    background-color: #88ddc8;
    color: #000000;
    padding: 0px 30px;
    width: 100%;
}

    .subject-nav .tab2 .pricing-plan .pricing-info .pricing-price .price-title {
        font-size: 22px;
        color: #2d2d2d;
    }

.subject-nav .tab2 .pricing-plan .pricing-info .pricing-arrow {
    background-color: #256d5b;
    color: #ffffff;
    width: 100%;
}

    .subject-nav .tab2 .pricing-plan .pricing-info .pricing-arrow a {
        color: #ffffff;
        font-size: 50px;
    }

.subject-nav .tab2 .pricing-plan .pricing-content {
    padding: 50px 50px 50px 100px;
    margin-left: 0px;
    border: 2px solid #88ddc8;
    border-radius: 1.5rem 0 1.5rem 0;
    flex-grow: 1;
}





.subject-nav .section-title .pre-title {
    font-size: 13px;
    color: #000000;
    font-weight: 500;
    background: #7ec3b2;
    padding: 5px;
    border-radius: 6px;
    padding-bottom: 5px;
}

.subject-nav .section-title .h2, .section-title h2 {
    font-weight: 500;
    color: #000;
    margin-top: 0px;
    font-size: 25px;
}
/*****************************
	Tab style
*****************************/
/* Tab */
.subject-nav .nav-tabs .nav-link {
    color: #626262;
    padding: 0 30px 15px;
    font-size: 16px;
    border: none;
    border-bottom: 3px solid transparent;
}

    .subject-nav .nav-tabs .nav-link:focus {
        border-bottom-color: #30b666;
    }

    .subject-nav .nav-tabs .nav-link:hover {
        border-bottom-color: #30b666;
    }

.subject-nav .nav-tabs .nav-item.show .nav-link {
    color: #30b666;
    border-bottom-color: #30b666;
}

.subject-nav .nav-tabs .nav-link.active {
    color: #30b666;
    border-bottom-color: #30b666;
}

/* Vertical  Pills Tab */
.subject-nav .nav-pills .nav-link {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 30px;
    margin-bottom: 10px;
    border-radius: 1.5rem 0 1.5rem 0;
    background-color: #c7c7c7;
}

.subject-nav .nav-pills .show > .nav-link {
    background-color: #30b666;
}

/* Horizontal Pills Tab */
.subject-nav .nav-pills .nav-item .nav-link {
    margin-bottom: 0;
    margin-right: 10px;
}

@media (max-width: 767px) {
    /* Tab */
    .subject-nav .nav-tabs .nav-link {
        padding: 0 12px 10px;
        font-size: 14px;
    }

    /*  Pills Tab */
    .subject-nav .nav.nav-pills {
        display: inline-block;
    }

    .subject-nav .nav-pills .nav-link {
        display: inline-block;
        margin: 0 10px 16px 0;
        font-size: 14px;
        padding: 10px 20px;
    }

    .subject-nav .nav-pills .nav-item {
        display: inline-block;
    }
}

.subject-nav .pricing-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.subject-nav ul.list li i {
    color: #16575d;
    margin: 5px 10px 0px 0px;
}

.subject-nav .vert.nav-pills .nav-link {
    color: #181818;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 30px;
    margin-bottom: 10px;
    border-radius: 1.5rem 0 1.5rem 0;
    background: #badadd;
}

.subject-nav .tab2 .pricing-plan .pricing-content {
    padding: 50px 50px 50px 100px;
    margin-left: -50px;
    border: 2px solid #308189;
    border-radius: 1.5rem 0 1.5rem 0;
}

.subject-nav .tab2 ul.list li i {
    color: #141414;
    margin: 5px 10px 0px 0px;
}

.subject-nav .pricing-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    min-width: 230px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem 0 1.5rem 0;
    height: 294px;
    width: 230px;
    padding: 0px;
}

    .subject-nav .pricing-info .pricing-price {
        background-color: #545454;
        color: #ffffff;
        padding: 0px 30px;
        width: 100%;
    }

        .subject-nav .pricing-info .pricing-price i {
            font-size: 15px;
            margin-top: 5px;
            margin-right: 2px;
            letter-spacing: 2.5px;
        }

        .subject-nav .pricing-info .pricing-price span {
            font-size: 50px;
            line-height: 1;
            font-weight: 700;
        }

        .subject-nav .pricing-info .pricing-price .price-title {
            font-size: 22px;
            color: #e3e3e3;
        }

    .subject-nav .pricing-info .pricing-arrow {
        background-color: #c7c7c7;
        color: #000;
        width: 100%;
    }

        .subject-nav .pricing-info .pricing-arrow a {
            color: #000;
            font-size: 50px;
        }

            .subject-nav .pricing-info .pricing-arrow a:hover {
                color: #fff;
            }

.subject-nav .pricing-plan .pricing-content {
    padding: 15px 25px;
    margin-left: 12px;
    border: 2px solid #c7c7c7;
    border-radius: 1.5rem 0 1.5rem 0;
    flex-grow: 1;
}

    .subject-nav .pricing-plan .pricing-content .list li {
        font-size: 15px;
        font-weight: 500;
    }

@media (max-width: 767px) {
    .subject-nav .pricing-plan {
        display: block;
    }

        .subject-nav .pricing-plan .pricing-info .pricing-price {
            padding: 30px;
        }

        .subject-nav .pricing-plan .pricing-info .pricing-arrow {
            padding: 30px;
        }

        .subject-nav .pricing-plan .pricing-content {
            padding: 74px 15px 15px 15px;
            margin: -50px 0 0 0;
        }
}



.subject-nav .nav-pills .nav-link.active {
    background-color: #545454;
}


.subject-nav .tab2 .nav-pills .nav-link.active {
    background-color: #88ddc8;
}

.subject-nav .tab2 .pricing-plan .pricing-info .pricing-price {
    background-color: #88ddc8;
    color: #000000;
    padding: 0px 30px;
    width: 100%;
}

    .subject-nav .tab2 .pricing-plan .pricing-info .pricing-price .price-title {
        font-size: 22px;
        color: #2d2d2d;
    }

.subject-nav .tab2 .pricing-plan .pricing-info .pricing-arrow {
    background-color: #256d5b;
    color: #ffffff;
    width: 100%;
}

    .subject-nav .tab2 .pricing-plan .pricing-info .pricing-arrow a {
        color: #ffffff;
        font-size: 50px;
    }

.subject-nav .tab2 .pricing-plan .pricing-content {
    padding: 50px 50px 50px 100px;
    margin-left: 0px;
    border: 2px solid #88ddc8;
    border-radius: 1.5rem 0 1.5rem 0;
    flex-grow: 1;
}

.subject-nav .nav-pills .nav-link.active {
    color: #fff;
}

.subject-nav .tab2 .nav-pills .nav-link.active {
    color: #005f47;
}

.subject-nav .tab-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 100%;
}

.subject-nav .tab-content li {
    letter-spacing: 0.1em;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    max-width: 100%;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    border: 2px solid #c7c7c7;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    overflow: hidden;
    transition-duration: 0.4s;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    padding: 3px 11px;
    /* gap: 13px; */
    margin: 10px;
}

    .subject-nav .tab-content li:hover {
        background-color: #545454;
        color: #545454;
    }

    .subject-nav .tab-content li::before {
        content: attr(data-sm-link-text);
        color: #FFF;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        transform: translateY(500%) scale(-0.1, 20);
        transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    }

    .subject-nav .tab-content li:hover::before {
        transform: translateY(0) scale(1, 1);
    }

    .subject-nav .tab-content li span {
        transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
        text-align: left;
    }

    .subject-nav .tab-content li:hover span {
        transform: translateY(-400%) scale(-0.1, 20);
    }

.btn-pulse {
}


    .btn-pulse:hover {
        animation: pulse 1.5s infinite;
    }

/*@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(155, 89, 182, 0.7);
    }

    70% {
        transform: scale(1.02);
        box-shadow: 0 0 0 15px rgba(155, 89, 182, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(155, 89, 182, 0);
    }
}*/

.btn-outline {
    background-color: #9b59b6;
    color: white;
    background-color: #606060;
    font-weight: 500 !important;
    border: 2px solid #4c4c4c !important;
    min-width: 100px !important;
    padding: 5px 6px 5px !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    justify-content: center;
    border-radius: 10px;
    color: #fff !important;
    transition: all 0.5s;
    z-index: 1;
}

    .btn-outline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #080808;
        transition: all 0.5s;
        z-index: -1;
        border-radius: 8px;
    }

    .btn-outline:hover {
        color: #fff;
    }

        .btn-outline:hover::before {
            width: 100%;
        }


.contact-bg textarea {
    height: 100px;
}

.w_400 {
    width: 400px !important;
    margin: 0px;
}

.faq-btn {
    color: #000;
    /*background-color: #256d5b;*/
    /*   font-weight: 500 !important;
    border: 2px solid #7ec3b2 !important;
    min-width: 100px !important;
    padding: 7px 8px 7px !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    justify-content: center;
    border-radius: 10px;
    color: #fff !important;
    transition: all 0.5s;
    z-index: 1;*/
}

    .faq-btn #btn-submit {
        background: transparent;
        color: #000;
    }

.fqtext {
    text-align: center;
    color: #000000;
    font-size: 16px;
    padding-bottom: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.sub-l-div {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.student-bx .owl-carousel {
    height: 200px;
}

.test-review .tu-coloryellow {
    color: #256d5b !important;
}

.client-box.style-2 {
    background: #99cccf;
    border: 2px solid rgb(135 215 196);
    box-shadow: none;
    border-radius: 4px;
    padding: 20px 20px 20px 190px;
    margin: 15px;
}

.working-block-three:after {
    background-color: #606060 !important;
}

.working-block-three .inner-box {
    position: relative;
    display: block;
    background-color: #2f677a;
    padding: 20px 30px 20px 40px;
    margin-bottom: 30px;
    background: rgb(255 255 255 / 10%);
    /* border-radius: 16px; */
    box-shadow: 0 1px 4px rgb(161 161 161) !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(255 255 255 / 22%);
}

@media (max-width: 867px) {
    .nav.nav-pills.justify-content-center {
        flex-flow: column;
        gap: 7px;
        display: flex;
    }

    .subject-nav .nav-pills .nav-link {
        color: #000000;
        font-size: 16px;
        font-weight: 700;
        padding: 13px 30px;
        margin-bottom: 10px;
        border-radius: 1.5rem 0 1.5rem 0;
        background-color: #c7c7c7;
        width: 100%;
    }
}


@media (max-width: 767px) {

    .subject-nav .pricing-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        min-width: 230px;
        z-index: 1;
        position: relative;
        overflow: hidden;
        border-radius: 1.5rem 0 1.5rem 0;
        height: 230px;
        width: 230px;
        flex-flow: column;
    }
}

@media (max-width: 595px) {
    .homePageHeader #PageContent {
        margin-top: 117px !important;
        padding-top: 30px !important;
    }

    .fqtext {
        text-align: center;
        color: #000000;
        font-size: 14px;
        padding-bottom: 12px;
        text-decoration: underline;
        cursor: pointer;
    }

    #RegisterPopup .text-reg {
        font-size: 14px;
        justify-content: center;
        display: flex;
        align-items: center;
        align-content: center;
        margin-top: 15px;
        font-family: "Agency FB";
        text-align: center;
    }

    .w_400 {
        width: 100% !important;
        margin: 0px;
    }

    .faq_page .tu-howit-steps .col-6 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 460px) {
    .orange-color.homePageSlider {
        margin-top: -10px;
    }

    .fqtext {
        text-align: center;
        color: #000000;
        font-size: 13px;
        padding-bottom: 12px;
        text-decoration: underline;
        cursor: pointer;
    }

    #RegisterPopup .text-reg {
        font-size: 14px;
        justify-content: center;
        display: flex;
        align-items: center;
        align-content: center;
        margin-top: 15px;
        font-family: "Agency FB";
        text-align: center;
    }

    .tu-menu {
        margin-left: auto;
    }
}


@media (max-width: 450px) {
    .homePageHeader #PageContent {
        margin-top: 116px !important;
        padding-top: 30px !important;
    }

    .orange-color.homePageSlider {
        margin-top: -10px;
    }

    .homePageHeader #PageContent {
        margin-top: 50px !important;
        padding-top: 30px !important;
    }

    .modal-text-h1 {
        font-weight: 400;
        font-family: "Agency FB";
        font-size: 18px;
        margin-top: 16px !important;
    }

    .fqtext {
        text-align: center;
        color: #000000;
        font-size: 13px;
        padding-bottom: 12px;
        text-decoration: underline;
        cursor: pointer;
    }

    #RegisterPopup .text-reg {
        font-size: 14px;
        justify-content: center;
        display: flex;
        align-items: center;
        align-content: center;
        margin-top: 15px;
        font-family: "Agency FB";
        text-align: center;
    }
}


.typing-container {
    max-width: 100%;
    font-size: 19px;
    line-height: 24px;
    padding: 0px 10px;
    margin: 0px;
    opacity: 0;
    transform: translateX(-100px);
    animation: slideIn 1s ease-out forwards;
    color: #fff;
    border-right: none;
    /*background-image: linear-gradient(276deg,#badfe7,#6fb3b8,#388087 );*/
    display: flex;
    justify-content: left;
    display: flex;
    justify-content: center;
    align-items: center
}

#typing-text {
    /*background: #ffffff38;*/
    padding: 15px;
    margin: 0px;
    /*height: 300px;*/
    color: #000;
}

    #typing-text div {
        margin: 5px;
        text-indent: 15px;
        line-height: 30px;
        font-family: "Agency FB";
        font-size: 23px;
    }


    #typing-text > div::before {
        /* content: "✓ ";
        color: #00f900;
        font-weight: bold;
       font-size: 22px;*/
    }

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.banner-style-two .banner-carousel .content-box {
    text-align: left !important;
}

.banner-style-two .banner-carousel .content-box {
    max-width: 88% !important;
}

.banner-style-two .owl-nav button {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 16px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: transparent;
    cursor: pointer;
    transition: all 500ms ease;
}

    .banner-style-two .owl-nav button.owl-prev {
        left: 5px;
    }

    .banner-style-two .owl-nav button.owl-next {
        right: 5px;
    }

.orange-color.homePageSlider {
    margin: -31px 0px 0px 0px;
}

.text-line {
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.8s ease;
    font-size: 18px;
}

    .text-line.visible {
        opacity: 1;
        transform: translateX(0);
    }

.txt-hd.h_txt span {
    color: #fff;
    font-size: 23px;
    font-family: "Agency FB";
    letter-spacing: 0.5px;
    text-align: center;
}

.text-line img {
    width: 40px;
}

@media (max-width: 720px) {
    .orange-color.homePageSlider {
        margin-top: -58px;
    }
}

@media (max-width:480px) {
    .homePageHeader #PageContent {
        margin-top: 133px !important;
        padding-top: 30px !important;
    }
}


@media (max-width: 440px) {
    .orange-color.homePageSlider {
        margin-top: -117px;
    }
}

@media (max-width: 385px) {
    .orange-color.homePageSlider {
        margin-top: -138px;
    }
}

@media (max-width: 336px) {
    .orange-color.homePageSlider {
        margin-top: -105px;
    }
}

.bookMsgView .col-md-10.mt-40 {
    margin-top: -20px;
}

.bookMsgView .button-div {
    margin-top: -5px;
}

.bookMsgView #myBookSession {
    margin-top: 10px;
}

.container.book-session.bookMsgView .tu-profileview {
    display: flex;
    padding: 4px 0px;
    border-bottom: 1px dashed #4b8089;
}

.bookMsgView .book-hours-div #IntroBookingCalender .ui-datepicker td a {
    display: block;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    margin: 2px 5px;
}

.bookMsgView .book-btn-cal {
    padding-left: 30px;
    padding-right: 30px !important;
    margin-bottom: 0px;
}




@media (max-width: 1640px) {
    .container.book-session.bookMsgView .tu-profileview {
        display: flex;
        padding: 4px 0px;
        border-bottom: 1px dashed #4b8089;
        flex-flow: column;
        align-items: center !important;
    }

    .bookMsgView .w-50 {
        padding-right: 5px;
        width: auto !important;
    }

    .bookMsgView .w-40 {
        width: auto !important;
    }
}

@media (max-width: 1600px) {
    .bookMsgView .d-flex.justify-content-center {
        flex-flow: column;
        align-items: center !important;
    }


    .bookMsgView .time-div {
        margin-top: 10px;
    }

    .bookMsgView .book-hours-div .col-md-5 {
        width: 50%;
        padding-left: 20px;
    }
}


.bookMsgView.scroll-height {
    overflow-y: auto;
    height: calc(100vh - 97px);
}



.bookMsgView .card {
    height: calc(100vh - 142px);
    overflow-y: auto;
}


.sidebar .minimize-btn {
    border: 2px solid var(--separator);
    background-color: var(--bg-primary);
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    /*top: 50%;*/
    transform: translateY(-50%) translateX(50%);
    right: 0;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    z-index: 9999;
}

body .sidebar .minimize-btn i {
    font-size: 2rem;
    transition: transform 0.3s;
    color: var(--logo-text);
    transition: all 0.3s;
}

.sidebar.collapsed {
    width: 55px;
}


    .sidebar.collapsed .minimize-btn {
        left: 35px;
        position: fixed;
        z-index: 9999;
        cursor: pointer;
    }

        .sidebar.collapsed .minimize-btn i {
            transform: rotate(180deg);
        }

.rotated {
    transform: rotate(180deg);
}


.sidebar.collapsed {
    width: 55px;
}


    .sidebar.collapsed .minimize-btn {
        left: 35px;
        position: fixed;
        z-index: 9999;
        cursor: pointer;
    }

        .sidebar.collapsed .minimize-btn i {
            transform: rotate(180deg);
        }

.rotated {
    transform: rotate(180deg);
}

@media (max-width: 1250px) {
    .bookMsgView .book-hours-div .col-md-5 {
        width: 100%;
        padding-left: 20px;
    }
}

@media (max-width: 700px) {
    #NewTutorBookingTuitionForm .tu-profileview .w-50 {
        width: auto !important;
        flex-direction: column;
        align-items: center;
    }

    .booking-page .fs-3 {
        font-size: 15px !important;
    }

    .tu-bg-header .navbar-nav .menu-item-has-children.nav-item .sub-menu li a {
        padding: 10px 15px;
        font-size: 13px;
    }

    .bookMsgView .tu-profileview figure {
        height: 150px;
        width: 150px;
    }

    .bookMsgView .tu-profileview {
        display: flex;
        padding: 4px 0px;
        border-bottom: 1px dashed #4b8089;
        flex-flow: row;
        align-items: center !important;
    }

        .bookMsgView .tu-profileview .w-100 {
            flex-flow: column;
            justify-content: flex-start;
            align-items: flex-start;
        }

    .person > .box > .image {
        width: 30px;
        height: 30px;
    }

    .sidebar.collapsed {
        width: 55px;
    }

    .sidebar .tu-boxsmtitle {
        display: none
    }

    .bookMsgView .fs-1 {
        font-size: calc(1.375rem + 1.5vw) !important;
        font-size: 19px !important;
    }
}




@media (max-width: 500px) {
    .tu-bg-header .navbar-nav .menu-item-has-children.nav-item .sub-menu li a {
        padding: 10px 15px;
        font-size: 13px;
    }

    .bookMsgView .tu-profileview .w-100 {
        width: 300px !important;
        overflow-y: scroll;
    }

    #IntroBookingCalender .ui-datepicker {
        width: 100%;
        padding: 0.2em 0.2em 0;
        display: none;
        width: 300px !important;
        overflow-y: scroll;
    }

    .bookMsgView .book-hours-div .col-md-5 {
        width: 100%;
        padding-left: 0px;
        width: 300px !important;
        overflow-y: scroll;
    }

    .bookMsgView .tu-profileview .w-100 > .d-flex {
        flex-flow: column;
        align-items: anchor-center;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: 13px;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .bookMsgView .book-hours-div #IntroBookingCalender .ui-datepicker td a {
        display: block;
        padding: 0px 4px;
        text-align: center;
        text-decoration: none;
        margin: 0px 5px;
    }
}

:root {
    --bg-primary: #defdff;
    --bg-secondary: #fafafa;
    --logo-text: #248fc8;
    --separator: #248fc8;
    --btn-hover: #f0efef;
    --btn-active: #e5e5e5;
    --item-text: #5c5e64;
    --item-hover: #f6f6f6;
    --item-active-bg: #e8e5e5;
    --item-active-text: #000;
    --tooltip-bg: #000;
    --tooltip-text: #fff;
    --switch-bg: #f0f0f0;
    --switch-active: #fff;
}

.dark-theme {
    --bg-primary: #defdff;
    --bg-secondary: #2d2f39;
    --logo-text: #248fc8;
    --separator: #248ec5;
    --btn-hover: #202533;
    --btn-active: #141720;
    --item-text: #8a8c91;
    --item-hover: #2d2f39;
    --item-active-bg: #262831;
    --item-active-text: #fff;
    --tooltip-bg: #2d2f39;
    --tooltip-text: #d5d5d7;
    --switch-bg: #161a23;
    --switch-active: #2d2f39;
}


.btn-outline {
    display: flex;
    position: relative;
    align-items: center;
}

.sec-img {
    margin-top: 15px;
    display: flex;
    gap: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .sec-img img {
        border-radius: 20px 0px 20px 0px;
        height: 260px;
        max-width: 100%;
    }

.text-1 {
    margin: 11px;
    text-indent: 15px;
    line-height: 30px;
    font-family: "Helvetica";
    font-size: 24px;
    letter-spacing: 0px;
}

@media (max-width: 768px) {
    #typing-text {
        flex: 0 0 auto;
        width: 100%;
    }

    .sec-img {
        margin: 0px;
    }

    .sec-img {
        margin-top: -1px;
        display: flex;
        gap: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
    }

        .sec-img img {
            border-radius: 20px 0px 20px 0px;
            height: auto;
            max-width: 100%;
        }
}

@media (max-width: 610px) {
    .student-bx .owl-carousel {
        height: auto;
    }
}

@media (max-width: 450px) {
    #typing-text div {
        margin: 3px;
        text-indent: 1px;
        line-height: 25px;
        font-family: "Agency FB";
        font-size: 19px;
    }
}

.bg-img {
    max-height: 430px;
    background-image: url(../images/main-slider/malhomeone.png);
    /* background-size: 100% 100%; */
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.img-responsive {
    display: none;
}



@media (max-width: 1480px) {
    .img-responsive {
        display: block;
    }

    .bg-img {
        background-image: none;
    }
}

.orange-color.homePageSlider {
    margin: -34px 16px 0px 0px;
}


.client-box {
    padding-top: 70px;
    position: relative;
}

    .client-box.style-2 {
        background: #edecec;
        border: 1px solid rgb(193 184 184);
        box-shadow: none;
        border-radius: 4px;
        padding: 20px 20px 20px 150px;
        margin: 15px;
    }

    .client-box .testimonial-pic {
        width: 70px;
        height: 70px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
        position: absolute;
        top: 0;
        left: 0;
    }

    .client-box.style-2 .testimonial-pic {
        box-shadow: none;
        border: 0;
        width: 100px;
        height: 100px;
        left: 20px;
        top: 20px;
    }

.testimonial-text {
    padding: 15px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
}

.client-box .testimonial-text {
    padding: 0;
}

.client-box.style-2 .testimonial-text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.client-box .testimonial-text p {
    font-size: 18px;
    line-height: 36px;
    font-family: Roboto;
    color: #000;
    opacity: 1;
}

.client-box.style-2 .testimonial-detail {
    padding: 0;
    margin-top: 0;
    position: relative;
}

.client-box.style-2 .testimonial-name {
    font-size: 16px;
}

.client-box .testimonial-name {
    font-size: 22px;
    color: #ed5700;
    text-transform: capitalize;
    font-weight: 500;
}

.testimonial-name, .testimonial-position {
    display: block;
}

.testimonial-name {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.m-b5 {
    margin-bottom: 5px;
}

.m-t0 {
    margin-top: 0;
}


.client-carousel-2 .owl-nav {
    text-align: left;
    padding: 0 10px;
    margin-top: 5px;
}

    .client-carousel-2 .owl-nav .owl-next, .client-carousel-2 .owl-nav .owl-prev, .client-carousel-3 .owl-nav .owl-next, .client-carousel-3 .owl-nav .owl-prev, .l_owl-nav .owl-next {
        background: #d5fcff;
        border-radius: 4px;
        color: #020202;
        box-shadow: 5px 5px 30px -10px #000000;
        line-height: 40px;
        height: 40px;
        width: 40px;
        padding: 0;
        text-align: center;
    }

.l_owl-nav .owl-next {
    background: #d5fcff;
    border-radius: 4px;
    color: #020202;
    box-shadow: none;
    color: #020202;
    line-height: 40px;
    height: 40px;
    width: 110px;
    padding: 0;
    text-align: center;
    font-size: 15px;
}

.owl-next, .owl-prev {
    background-color: rgba(255, 255, 255, .95);
    border-color: rgba(255, 255, 255, .95);
    color: #000;
    padding: 5px 8px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    border-width: 0;
    border-style: solid;
}


.client-box:after {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    color: #000;
    opacity: .2;
}

.client-box.style-2:after {
    color: #02679d;
    content: "";
    font-size: 45px;
    right: 20px;
    bottom: 15px;
    top: auto;
    line-height: 45px;
    opacity: 1;
}


.row.sp20, .sp20 {
    margin-left: -9px;
    margin-right: -9px;
}

.team-box {
    margin-bottom: 15px;
    position: relative;
}

    .team-box .media {
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: 5px 5px 40px -10px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        padding: 8px;
        cursor: pointer;
        background: #cdfcff;
        display: block;
    }

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.team-box .media img {
    /* width: 100%;*/

    width: 240px;
    height: 150px;
}

.media-info {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

    .media-info .title {
        font-size: 16px;
        font-weight: 400;
        color: #4582ff;
        line-height: 28px;
        margin: 0;
    }

    .media-info span {
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
        color: #000;
        opacity: 0.9;
    }

.team-info {
    width: 300px;
    position: absolute;
    bottom: calc(100% - 20px);
    background: #008dce;
    right: -20px;
    padding: 20px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform-origin: bottom;
    -moz-transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    z-index: 1;
}

.team-box:hover .team-info {
    transform: scale(1);
}

.team-info .title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 2px;
}

    .team-info .title a {
        color: #fff;
    }

.team-info p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}

.team-info span {
    display: block;
    font-family: Roboto;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    opacity: 0.5;
}

.team-info ul {
    margin: 0;
    padding: 0;
}

    .team-info ul li {
        padding: 0;
    }

        .team-info ul li a {
            color: #fff;
            width: 34px;
            height: 34px;
            display: block;
            background: #fea116;
            border-radius: 40px;
            text-align: center;
            line-height: 34px;
        }

.team-info:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: #008dce;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    bottom: -10px;
    right: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 0 1px 1px 0;
}

.test-review .tu-coloryellow {
    color: #37b159 !important;
}



.owl-nav button span.fas {
    justify-content: center;
    align-items: center;
    display: flex;
}

.client-box.style-2 .testimonial-pic img {
    border-radius: 12px;
}

.client-box2 .owl-nav {
    display: none !important;
}

@media (max-width: 1200px) {
    .home .container {
        max-width: 100%;
    }

    .TimeText {
        position: absolute;
        top: 33px;
        margin-left: 131px;
        font-size: 15px;
        font-family: sans-serif;
        color: #054bb3 !important;
    }
}


.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    background: #add8df7a;
    font-weight: normal;
    color: #000000
}

.ui-datepicker td {
    border: 0;
    padding: 3px 2px;
    margin: 7px 6px;
}

.ui-datepicker th {
    padding: 1px;
    text-align: center;
    font-weight: bold;
    border: 0;
    background: #e9e9e9;
}

.ui-widget-content {
    color: #000000;
}

.ui-widget.ui-widget-content {
    border: 1px solid #ddeced;
}

.ui-widget-content {
    background: rgb(255 255 255 / 83%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

    #IntroBookingCalender .ui-state-default, .ui-widget-content .ui-state-default {
        border: none;
        background: #e9e9e9;
        font-weight: normal;
        color: #0e0e0e;
        border-radius: 100%;
    }

.ui-widget-header {
    border: 1px solid #e9f0f1;
    background: #fefafa00;
    color: #333333;
    font-weight: bold;
}


    .ui-widget-header select {
        padding: 0 8px;
        height: 30px;
        color: #1C1C1C;
        font-weight: 500;
        border: 1px solid #a1a1a1d9;
        border-radius: 4px;
        background-clip: unset;
        background-color: #f6f8f8 !important;
        caret-color: #1C1C1C;
        text-align: center;
    }

.ui-datepicker .ui-datepicker-title {
    margin: 0 auto;
    line-height: 1.8em;
    text-align: center;
    display: flex;
    width: 180px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 6px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 5px;
    width: 1.8em;
    height: 1.8em;
}


.feature-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 1rem;
}

.feature-header {
    text-align: left;
    margin-bottom: 3rem;
}

.badge {
    /*  background-color: #0e7490;
    color: white;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 9999px;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 1rem;*/
}

.feature-header h2 {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}

.feature-header p {
    font-size: 15px;
    color: #161c24;
    line-height: 1.6;
}

.feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .feature-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.feature-card {
    background-color: #f5f5f5;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 16px rgb(0 0 0 / 0%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .feature-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

.feature-section .icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #059669;
}

.feature-card h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0.75rem;
    font-family: "Helvetica";
    font-size: 19px;
    font-weight: normal;
}

.feature-card h4 {
    font-size: 17px !important;
}

.feature-card p {
    color: #363b46;
    font-size: 15px;
    margin-bottom: 1rem;
}

.feature-card a {
    font-weight: 500;
    text-decoration: none;
    color: #0e7490;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}

    .feature-card a:hover {
        color: #0c4a6e;
    }


.feature-section .badge {
    padding: 5px 10px;
    margin: 0px 0px;
}


.feature-section {
    position: relative;
    overflow: hidden;
    padding: 20px 0px 40px !important;
}

    .feature-section .icon {
        display: none;
    }


@media (max-width: 500px) {

    .admin-boooking-div .tu-listing-heading > div.d-flex {
        flex-flow: column;
    }

        .admin-boooking-div .tu-listing-heading > div.d-flex .px-4 {
            padding-right: 0px !important;
            padding-left: 0px !important;
        }

        .admin-boooking-div .tu-listing-heading > div.d-flex .d-flex {
            flex-flow: column;
        }
}




.tu-main-section {
    padding-top: 20px;
    padding-bottom: 0px;
}


#boardx2 {
    color: white;
    background-color: #606060;
    font-weight: 500 !important;
    border: 2px solid #4c4c4c !important;
    min-width: 100px !important;
    padding: 8px 20px 8px !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    justify-content: center;
    border-radius: 10px;
    color: #fff !important;
    transition: all 0.5s;
    z-index: 1;
}

.booking-blue-div .tu-boxsmtitle {
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.booking-blue-div .tu-boxsm {
    padding: 10px 25px;
}

@media (max-width: 430px) {
    .tu-bg-header .tu-navbar .navbar-brand {
        padding: 0px;
        margin: 0;
        display: block;
        max-width: 130px;
    }

    #loggedinname .btn-outline {
        font-weight: 500 !important;
        border: 2px solid #7ec3b2 !important;
        min-width: 86px !important;
        padding: 3px 2px 3px !important;
        font-weight: 500 !important;
        font-size: 13px !important;
        justify-content: center;
        border-radius: 10px;
        transition: all 0.5s;
        z-index: 1;
        margin-top: 9px;
    }

    #UserName {
        font-size: 13px;
        font-weight: bold;
        text-decoration: underline;
    }

    #MobieMenu {
        padding: 0;
        width: 40px;
        border: none;
        outline: none;
        font-size: 22px;
        margin-left: auto;
        line-height: 28px;
        border-radius: 4px;
        height: 31px;
    }
}


.wallet-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.wallet-card,
.wallet-history {
    background: #b1d7dd14;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    flex: 1 1 300px;
    max-width: 100%;
    box-sizing: border-box;
}

.wallet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #057319;
    flex-wrap: wrap;
    font-size: 26px;
}

    .wallet-header h2 {
        font-size: 23px;
        margin: 0;
    }

        .wallet-header h2 i {
            margin-right: 3px;
        }

.wallet-balance {
    font-size: 26px;
    font-weight: normal;
    margin-top: 0px;
}

.wallet-user {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.user-icon {
    font-size: 42px;
    color: #00afe0;
    margin-right: 12px;
}

.add-fund-btn {
    width: 100%;
    background: #606060;
    color: #ffffff;
    border: none;
    padding: 9px;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: background 0.3s;
}

    .add-fund-btn:hover {
        background-color: #4c4c4c;
    }

.wallet-menu .menu-item {
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 2px;
    cursor: pointer;
    color: #000000;
    transition: background 0.2s;
    font-size: 15px;
}

    .wallet-menu .menu-item i {
        margin-right: 8px;
    }

    .wallet-menu .menu-item.active,
    .wallet-menu .menu-item:hover {
        background-color: #d0d0d3;
        color: #060606;
    }

.wallet-history h4 i {
    margin-right: 8px;
    color: #007fa8;
}

.wallet-history ul {
    list-style: none;
    padding-left: 0;
    margin-top: 12px;
}

.wallet-history li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

/* Mobile View */
@media (max-width: 768px) {
    .wallet-container {
        flex-direction: column;
        gap: 20px;
    }

    /*  .wallet-header {
        flex-direction: column;
        align-items: flex-start;
    }*/

    .wallet-balance {
        margin-top: 8px;
    }

    .wallet-user {
        flex-direction: row;
        align-items: center;
    }
}

.addfund.payment-div .addfundinput input {
    width: auto;
}

.addfundinput {
    width: 243px;
    padding-left: 17px;
}





.fund_table {
    height: calc(100vh - 340px);
}

@media (min-width: 490px) {
    .addfundinput {
        width: 242px;
        padding-left: 20px;
    }
}

.admin-boooking-div #ScrollDiv {
    height: calc(100vh - 276px) !important;
}

.text-right {
    text-align: right !important;
}

.refundReport td:nth-child(4),
#refundReport th:nth-child(4) {
    min-width: 420px; /* Adjust this width as needed */
    white-space: nowrap; /* Prevent wrapping */
}

#boardx2 {
    color: white;
    background-color: #606060;
    font-weight: 500 !important;
    border: 2px solid #4c4c4c !important;
    min-width: 100px !important;
    padding: 8px 20px 8px !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    justify-content: center;
    border-radius: 10px;
    color: #fff !important;
    transition: all 0.5s;
    z-index: 1;
}


#adminRefundPopup .form-control:disabled, #adminRefundViewPopup .form-control:disabled {
    background-color: transparent !important;
    border: none;
    font-size: 13.5px;
}

@media (max-width: 1700px) {
    .addfundinput textarea {
        width: 100% !important;
    }
}



@media (max-width: 430px) {
    .tu-bg-header .tu-navbar .navbar-brand {
        padding: 0px;
        margin: 0;
        display: block;
        max-width: 130px;
    }

    #loggedinname .btn-outline {
        font-weight: 500 !important;
        min-width: 86px !important;
        padding: 3px 2px 3px !important;
        font-size: 13px !important;
        justify-content: center;
        border-radius: 10px;
        color: #fff !important;
        transition: all 0.5s;
        z-index: 1;
        margin-top: 9px;
    }

    #UserName {
        font-size: 13px;
        font-weight: bold;
        text-decoration: underline;
    }

    #MobieMenu {
        padding: 0;
        width: 40px;
        border: none;
        outline: none;
        font-size: 22px;
        margin-left: auto;
        line-height: 29px;
        border-radius: 4px;
        height: 30px;
    }

    .header_btns_group > li:not(:last-child) {
        margin-right: 5px;
        margin-left: 1px;
    }
}

.error-div .title-column {
    display: grid;
    place-items: center;
    height: 75vh;
}

.error-div a {
    color: #007dbb;
}

.hero-section {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px 20%;
    /*background: #f7f7f7;*/
    flex-wrap: wrap;
    text-align: center;
}

.circle-image {
    flex: 1 1 300px;
    max-width: 300px;
}

    .circle-image img {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        object-fit: cover;
        /*border: 5px solid #d3d3d3;*/
        box-shadow: 0 4px 10px rgb(0 0 0 / 3%);
    }

.hero-text {
    flex: 1 1 300px;
    max-width: 600px;
    padding: 0 20px;
}

    .hero-text h1 {
        font-size: 2.5rem;
        margin-bottom: 15px;
        color: #0b132b;
    }

    .hero-text p {
        font-size: 19px;
        /* margin-bottom: 4px; */
        color: #000001;
        line-height: 30px;
        font-family: 'Outfit'
    }

        .hero-text p:first-child {
            font-size: 24px;
            margin-bottom: 10px;
        }

.cta-button {
    background-color: #4c4c4c;
    color: #fff;
    padding: 12px 28px;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    transition: background 0.3s ease;
}

    .cta-button:hover {
        background-color: #757575;
        color: #ffffff;
    }



@media (max-width:1630px) {

    .hero-section {
        padding: 30px 10%;
    }
}

    @media (max-width:1500px) {


        .circle-image {
            flex: 1 1 200px;
            max-width: 200px;
        }

            .circle-image img {
                width: 200px;
                height: 200px;
            }
    }

    @media (max-width: 890px) {
        .hero-section {
            flex-direction: column;
            gap: 30px;
        }

        .circle-image {
            flex: 1 1 200px;
            max-width: 200px;
        }
        .hero-text {
            flex: 1 1 0px;
            max-width: 600px;
            padding: 0 20px;
        }
        .hero-section {
            display: flex;
            align-items: center;
            justify-content: space-around;
            padding: 25px 6%;
           
            flex-wrap: wrap;
            text-align: center;
        }

        .hero-text h1 {
            font-size: 2rem;
        }
    }

    @media (max-width:450px) {
        .hero-section {
            flex-direction: column;
            gap: 0px;
        }
        .hero-text p:first-child {
           font-size:20px;
            margin-top: 10px;
        }
        .hero-text p:last-child {
            font-size: 17px;
            margin-bottom: 20px;
        }
        .circle-image {
            flex: 1 1 200px;
            max-width: 200px;
        }

        .hero-section {
            display: flex;
            align-items: center;
            justify-content: space-around;
            padding: 25px 6%;
            
            flex-wrap: wrap;
            text-align: center;
        }
    }


.homePageBtn .btn.btn_success {
    background-color: none;
    font-weight: 500;
    border: none;
    min-width: 60px;
    padding: 8px 0px 8px;
    font-weight: 500;
    font-size: 15px;
    /* text-align: center; */
    justify-content: center;
    box-shadow: transparent !important;
}
.homePageBtn .btn.btn_success {
    color: #101010;
    border-color: #f4d914;
    background-color: #f4d914;
    font-weight: 500;
    border: transparent !important;
    background-color: transparent !important;
    font-weight: 500;
    border: none;
    min-width: 60px;
    padding: 8px 0px 8px;
    font-weight: 500;
    font-size: 15px;
    /* text-align: center; */
    justify-content: center;
    box-shadow: none !important;
}


#frmlogout .btn.btn_success, #loggedinname .btn.btn_success {
    background-color: transparent !important;
    color: #000000 !important;
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}
#loggedinname a.btn, #loggedinname input {
    padding: 2px 1px 2px;
    min-width: 60px !important;
}

.Assesment .remove-option {
    background-color: red;
    color: white;
    border: none;
    padding: 3px 7px;
    border-radius: 50%;
    cursor: pointer;
}

.Assesment .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #2b2b2b;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.Assesment .btn {
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    background: #3399ff;
    min-width: 140px;
    padding: 9px 0px !important;
    text-transform: capitalize;
    border: 1px solid transparent;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 8px;
}

.Assesment .nav li {
    display: list-item;
    line-height: 28px;
    list-style: none;
    background: #ffffff30;
    border-radius: 0px 10px 0px 0px;
}

.Assesment .nav li {
    color: #fff;
}

.Assesment .btn-danger {
    color: #939393;
    background-color: #ffffff;
    border-color: #abaaaa;
    min-width: 28px !important;
    padding: 8px 0px !important;
    border-radius: 9px !important;
    font-size: 13px !important;
}

.Assesment .form-control, .Assesment input[type=text], .Assesment input[type=password], input[type=datetime], input[type=datetime-local], .Assesment input[type=date], input[type=month], input[type=time], input[type=week], .Assesment input[type=number], input[type=email], input[type=url], .Assesment input[type=search], input[type=tel], i.Assesment nput[type=color], .Assesment select, .uneditable-input, .Assesment textarea {
    padding: 0 8px;
    height: 40px;
    color: #1C1C1C;
    font-weight: 500;
    border: 1px solid #abababd9;
    border-radius: 4px;
    background-clip: unset;
    background-color: #fff !important;
    caret-color: #1C1C1C;
    font-size: 16px;
}

.Assesment strong {
    font-weight: bolder;
    font-size: 15px;
    line-height: 28px;
}

.Assesment .bg-white {
    background-color: #fff !important;
    box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
    min-height: 238px;
}


#previewQuestions {
    font-size: 17px;
    /*   text-align: center;*/
    /*color: #a5a5a5;*/
    /*margin-top: 35px !important;*/ /*margin-top: 35px !important;*/
}

.Assesment .card {
    border: 1px solid #afafaf;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.Assesment .text-primary {
    color: #0059db !important;
    font-size: 19px;
    text-align: center;
}

.Assesment {
    background: #fafcff;
    padding: 15px;
    justify-content: center;
    height: calc(100vh - 73px);
    overflow-y: auto;
}

    .Assesment > div {
        justify-content: center;
    }

    .Assesment .nav-tabs .nav-item.show .nav-link, .Assesment .nav-tabs .nav-link.active {
        border: none;
        background-color: #fff;
        border-color: transparent;
        border-bottom: 3px solid #3399ff;
        color: #000000;
    }

    .Assesment #tabs {
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
        border-top: 1px solid #e9e9e9;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5
    }

        .Assesment #tabs li {
            flex-basis: 0;
            flex-grow: 1;
        }

    .Assesment .btn:hover {
        color: #ffffff;
    }

    .Assesment label {
        font-size: 15px !important;
    }

    .Assesment label, .Assesment input {
        font-size: 14px !important;
        font-weight: bold;
        margin-bottom: 5px;
        letter-spacing: 0.4px;
    }

    .Assesment textarea.form-control {
        resize: none;
        height: 100px !important;
        padding-top: 12px;
    }

    .Assesment .btn i {
        padding-right: 0px;
        font-size: 13px;
    }

    .Assesment .btn-danger:hover {
        color: #c72222;
    }

.question-list {
    height: calc(100vh - 273px);
    overflow-y: auto;
}


#previewQuestions {
    height: calc(100vh - 470px);
    overflow-y: auto;
}

.bg-grey .modal-confirm .modal-content {
    border-radius: 1px !important;
    background-color: #f9f9f9 !important;
    border-radius: 16px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

/*asses*/

.Assesment {
    background: #f4f5f7;
    padding: 15px;
    justify-content: center;
    height: calc(100vh - 73px);
    overflow-y: auto;
}

#GenerateQuestionTab input {
    border: 1px solid #d3d3d3d9;
}

    #GenerateQuestionTab input:disabled {
        background-color: #f7f7f7 !important;
        cursor: not-allowed;
        color: #6c6c6c;
        font-weight: 500;
        border: 1px solid #afafafd9;
        pointer-events: auto !important;
        cursor: not-allowed !important;
    }

.d-grid {
    display: grid !important;
    margin: 10px 1px;
    grid-gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lable-cl-lg {
    color: #79879a;
    font-size: 15px;
}

.Assesment .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #79879a;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.lable-cl-lg + span {
    color: #000;
    font-weight: normal;
}

.question-type {
    width: 170px;
}

.Assesment textarea.question-text {
    resize: none;
    height: 100px !important;
    padding-top: 12px;
    width: 97%;
    margin-left: 8px;
}

.border-dashed {
    border: 1px dashed #dee2e6 !important;
}

.clr-light {
    color: #79879a;
}

.qus-title {
    display: grid;
    grid-template-columns: 4fr 1fr;
}

    .qus-title span:not(:first-child) {
        color: #79879a;
        text-align: right;
    }

    .qus-title ~ div {
        font-size: 15px;
        text-indent: 15px;
    }

    .qus-title ~ div {
        margin-top: 3px;
    }

.question-list .card span.text-danger {
    font-size: 13px;
}

#PreviewQuestion .border-bottom {
    border-bottom: 1px solid #b7b7b7 !important;
    margin-top: 8px;
}

#previewQuestions {
    font-size: 15px;
}

.studentView #previewQuestions,
{
    height: calc(100vh - 359px);
    overflow-y: auto;
}

.tutorView #previewQuestions {
    height: calc(100vh - 377px);
    overflow-y: auto;
}

.studentView label {
    font-size: 14px !important;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 0.4px;
    padding: 4px;
    line-height: 30px;
}


.tuverify #previewQuestions {
    height: calc(100vh - 403px);
    overflow-y: auto;
}


.studentView .question-Answer {
    padding: 0 8px;
    height: auto;
}

.studentView #previewQuestions {
    height: calc(100vh - 352px);
    overflow-y: auto;
}

.tutorfinalview #previewQuestions {
    height: calc(100vh - 393px);
    overflow-y: auto;
}

.tutorfinalview .text-primary {
    color: #0059db !important;
    font-size: 15px;
    text-align: center;
}

.tutorCreate #previewQuestions {
    height: calc(100vh - 373px);
    overflow-y: auto;
}

.option .d-flex {
    display: flex;
    align-items: center;
}

.option .form-control.option-text {
    flex: 1;
    min-width: 0;
}

.option .remove-option {
    flex-shrink: 0;
    margin-left: 8px;
}

/* Ensure the error message appears below */
.option .errormcq {
    display: block;
    margin-left: 0;
    margin-top: 4px;
}


.anstitle {
    font-style: italic;
}


.export-icon-div-ass {
    position: absolute;
    right: 64px;
    top: 10px;
}

#studentCompletedBookingList .tu-listinginfo_title.p-15-5 + .tu-listinginfo_service .tu-service-list {
    margin: 0px -1px;
    align-items: center;
    padding: 0px 0 0 0;
    gap: 0px 15px;
}


#AssessmentConfirmation-Popup.critical-popup .modal-confirm {
    color: #636363;
    width: 530px;
    font-size: 14px;
    max-width: 530px;
}

#AssessmentConfirmation-Popup.critical-popup .icon-popup-div {
    padding: 8px 15px;
    background: #f46905;
    color: #FFF;
    font-size: 36px;
}

#GenerateQuestionTab input:disabled {
    background-color: #f1f1f1 !important;
    cursor: not-allowed;
    color: #878787;
    font-weight: 500;
    border: 1px solid #dbdbdbd9;
    pointer-events: auto !important;
    cursor: not-allowed !important;
}

.disabledInpt {
    background-color: #e1e1e1 !important;
    cursor: not-allowed;
    color: #898989;
    font-weight: 500;
    border: 1px solid #c5c5c5d9;
    pointer-events: auto !important;
    cursor: not-allowed !important;
}


.nt-ext {
    font-weight: normal;
    font-size: 12px !important;
}

.Assesment textarea.form-control.essay-hyt {
    resize: none;
    height: 200px !important;
    padding-top: 12px;
}

.Assesment .disabledInpt {
    background-color: #e1e1e1 !important;
    cursor: not-allowed;
    color: #898989;
    font-weight: 500;
    border: 1px solid #c5c5c5d9;
    pointer-events: auto !important;
    cursor: not-allowed !important;
}

.essay-hyt-text {
    height: 200px !important;
}


.btn-home-find {
    width: 127px;
    justify-content: center;
    padding: 9px !important;
}

.testimonial-sec .owl-carousel .owl-item img {
    border-radius: 12px;
    width: auto !important;
    height: 100%;
    object-fit: cover;
}



.studentView .question-Answer {
    padding: 0 8px;
    height: 37px;
}

.Assesment textarea.form-control.essay-hyt-text {
    height: 200px !important;
}

.Assesment.studentView input[type=text].disabledInpt, .Assesment.studentView .disabledInpt {
    background-color: #e1e1e1 !important;
    cursor: not-allowed;
    color: #3f3f3f !important;
    font-weight: 500;
    border: 1px solid #c5c5c5d9;
    pointer-events: auto !important;
    cursor: not-allowed !important;
}

.hm-img img {
    max-width: 82%;
    height: auto;
    display: block;
    object-fit: contain;
}


.mbl-btn {
    display: none;
}

.hmg-find-btn {
    display: block;
}

@media only screen and (max-width: 1200px) {
    .hm-img img {
        max-width: 95%;
        height: auto;
        display: block;
        object-fit: contain;
    }
}

@media only screen and (max-width: 1200px) {
    .mbl-btn {
        display: block;
    }

    .hmg-find-btn {
        display: none;
    }
}



@media only screen and (max-width: 500px) {
    .feature-box div.d-flex {
        flex-flow: column;
    }

    .hm-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .hm-img img {
            max-width: 75%;
            height: auto;
            display: block;
            object-fit: contain;
        }
}

.whatsapp_div {
    display: block;
    width: 43px;
    padding: 0px !important;
    margin: 0px !important;
    text-align: center;
    cursor: pointer;
    z-index: 100;
}
.tu-afterlogin > li > a {
    padding: 0;
    display: flex;
    min-width: 37px;
    font-size: 24px;
    position: relative;
    align-items: center;
   
    position: relative;
    font-weight: 400;
    padding: 0px 0px;
    font-size: 14px;
}
footer .nav-item {
    padding: 0px 8px;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px; /* space between images */
}

    .image-container img {
        width: 450px;
        height: 300px;
        border-radius: 10px;
    }

@media only screen and (max-width: 500px) {
    .image-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0px;
        flex-flow: column;
    }
}

.hmg-find-btn .btn-outline {
 
    padding: 6px 6px 6px !important;
 
}

.glass.sec-title {
    position: relative;
    display: block;
    margin-bottom: 25px;
}