@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
html {
    scroll-behavior: smooth;
}

body {
    font-family: "DM Sans", sans-serif;
}

a {
    color: #0f2e4a;
    text-decoration: none;
    background-color: transparent;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0,0,0,.125);
}

.terms-page-lay h6 {
    font-weight: 600;
}

.hero-video-rounded {
    border-radius: 16px;
}

.form-select {
    font-size: 0.875rem;
    line-height: 1.25rem;
    border-color: #e3e3e3;
    background-color: #fff;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 0%) !important;
    height: calc(2.1em + 0.75rem + 2px);
    border-radius: 10px;
}

.form-select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a4ce3182;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.btn-link:hover {
    color: #2dc0dd;
    text-decoration: none;
}

.time-slot-timepadding {
    padding: 10px;
    background: #e9ecf1;
}



.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 1rem;
    outline: 0;
}

.bg-blue {
    background-color: #0f2e4a;
}

.navbar .navbar-toggler {
    color: rgb(164 206 49 / 0%);
    border-color: rgba(0, 0, 0, 0.1);
    border: 0;
}

.navbar .navbar-toggler-icon {
    background-image: url(../assets/img/menu-yellow.svg);
}

.bg-cyan {
    background-color: #a4ce31 !important;
}

.teacher-promo iframe {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}

.form-control {
    font-size: 0.875rem;
    line-height: 1.25rem;
    border-color: #e3e3e3;

    background-color: #fff;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 0%) !important;
    height: calc(2.1em + 0.75rem + 2px);
}

.card-header .title {
    font-size: 17px;
    color: #000;
}

.sticky-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: white;
    padding: 30px 10px;
    font-size: 20px;
    z-index: 100000;
}
.card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}
.card-header {
    cursor: pointer;
    border-bottom: none;
}
.card {
    border: 1px solid #ddd;
}

.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.alert-success {
    color: #0f5132;
    background-color: #f8ffe5;
    border-color: #a4ce31;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border-radius: 10px;
}

/*Multilevel Dropdown*/

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 170px;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #000000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #8f9eaa !important;
    border-radius: 0px !important;
}

.nav-cust-padding .multi-level {
    margin-top: 1em;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 0.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
}

.dropdown-item a {
    color: #212529;
}

.dropdown-item a:hover {
    color: #212529;
    text-decoration: none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.login-as-other .other-login {
    height: 147px;
    justify-content: center;
}

.login-as-other .card {
    color: #3a3a3a;
    background-color: #dbe1ff;
    border-color: #002bff;
}

.theme-dark-blue {
    color: #002bff !important;
}

.login-as-other .other-login .card-body {
    flex: 0 0 0;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 4px 4px 6px;
    border-left-color: #0f2e4a;
    margin-top: 7px;
    margin-right: 0px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #dbe6f8;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #a4ce31;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
}

/*Multilevel Dropdown*/

.how-kcels-work-icons img {
    height: 180px;
}

.all-page-banner {
    padding: 2em 10em 2em 0em;
}

.all-page-banner .how-it-work-button {
    color: #ffdb64;
    padding: 0px;
}

.teaching-page-banner .col-md-6 {
    /*margin-left: 20%;*/
    padding-top: 26px;
    padding-bottom: 26px;
}

.my-clasees-nav-list .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0f2e4a;
    box-shadow: 0 0.2rem 1rem rgb(0 0 0 / 5%) !important;
    margin-bottom: 1em;
}

.nav-profile-image .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -11rem;
    z-index: 1000;
    float: left;
    min-width: 210px;
    padding: 0.5rem 0;
    margin: 0.5rem 0 0;
    font-size: 1rem;
    color: #000000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(32 41 92);
    border-radius: 0.25rem;
}

.my-clasees-nav-list .nav-link {
    margin-bottom: 1em;
}

.my-clasees-nav-list .nav-pills a {
    color: #0f2e4a;
    text-decoration: none;
    background-color: transparent;
}

.all-page-banner h1 {
    color: #ffdb64;
    padding-top: 1em;
}

.how-kcels-work-icons .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(0 0 0 / 6%);
    border-radius: 0;
}

.text-wrap-cards {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.how-kcels-work-icons .feature-cards ul {
    padding-inline-start: 0;
}

.how-kcels-work-icons .feature-cards ul li {
    list-style: none;
    margin-bottom: 1em;
    font-size: 15px;
}

.theme-blue {
    color: #0f2e4a;
}

.theme-light-blue {
    color: #a4ce31 !important;
}

.theme-light-green {
    color: #a4ce31 !important;
}

.bg-yellow {
    background-color: #a4ce31 !important;
    color: #ffffff;
}

.bg-light-green {
    background-color: #fff !important;
}

.theme-yellow {
    color: #a4ce31;
}

.theme-font {
    font-family: "DM Sans", sans-serif;
}

.theme-title-font {
    font-family: "DM Serif Text", serif;
}

.text-light-gray {
    color: rgb(230, 230, 230);
}

.banner-lg-font {
    font-size: 2.5rem;
    font-weight: 700;
}

.m-left-large {
    margin-left: 9rem;
}

.section-light-blue {
    background-color: #f9fbff;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a4ce3182;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.paragraph-text {
    font-size: 1rem;
    font-weight: 300;
    color: #85878d;
    margin-top: 0.7rem;
}

.iti {
    position: relative;
    display: block !important;
}

.cancel-padding {
    padding: 0;
}

.slider-body {
    width: 690px;
}

.section-margin {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.section-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.recommendations-section {
    padding: 5rem 0 !important;
}

.recommendations-section .view-all-btn:hover {
    background-color: #0b0e11 !important;
    color: white;
}

.shadow-light {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08) !important;
}

.dropdown-toggle {
    padding: 9px 25px 9px 25px;
    font-weight: 500;
}

.header-category-drop-menu {
    width: 300px;
    margin-top: 10px;
}

.header-category-drop-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 500;
    color: #6d6d6d;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    line-height: 27px;
}

.home-view-promo .modal-dialog {
    max-width: 950px;
    margin: 30px auto;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.header-category-drop-menu a {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.header-category-drop-menu a:hover {
    color: #0f2e4a;
}

.header-category-drop-menu ul {
    margin-block-start: 0.5em;
    padding-inline-start: 20px;
}

.header-category-drop-menu li {
    list-style: none;
    line-height: 35px;
}

.mt-10 {
    margin-top: 4rem;
}

.btn-outline-blue {
    color: #0f2e4a !important;
    border-color: #0f2e4a !important;
}

.btn-outline-blue:hover {
    background-color: #a4ce31;
    color: white !important;
    box-shadow: 0px 14px 26px #36460a2e;
    border-color: #a4ce31 !important;
}

.top-alert {
    padding: 2px;
    font-family: "DM Sans", sans-serif;
}

.login-btn {
    padding: 9px 25px 9px 25px;
}

.signup-btn {
    padding: 9px 25px 9px 25px;
    border-color: #0f2e4a;
    border: 1px solid #0f2e4a;
}

.signup-btn:hover {
    padding: 9px 25px 9px 25px;
    background: #a4ce31;
    box-shadow: 0px 14px 26px #36460a2e;
    border: 1px solid #a4ce31;
    color: #000;
}

.top-alert p {
    margin: 4px auto;
}

.nav-cust-padding {
    max-width: 1300px;
    margin-left: auto;
    margin-right: 93px;
}

.navbar-nav .fa-chevron-down {
    font-size: 12px;
    margin-left: 8px;
}

.title-line-height {
    line-height: inherit;
    margin: inherit;
}

.m-right {
    margin: 0 1rem 0 0;
}

.m-left {
    margin: 0 0 0 1rem;
}

.m-top {
    margin: 1rem 0 0 0;
}

.m-top-large {
    margin-top: 6rem;
}

.m-bottom {
    margin: 0 0 1rem 0;
}

.logo-margin-left {
    margin-left: 93px;
}
.logo-margin-right {
    margin-right: 93px;
    align-items: center;
}

#contact-tutor-form img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.my-course-table .card-img-top {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 1em;
}

.form-padding {
    padding: 1.5rem 0.75rem;
    width: 65%;
}

.btn-theme-blue {
    color: #fff;
    background-color: #0f2e4a;
    border-color: #0f2e4a;
    padding: 0.375rem 2.75rem;
}

.btn-theme-blue:hover {
    color: #000;
    background-color: #a4ce31;
    border-color: #a4ce31;
    padding: 0.375rem 2.75rem;
}

.btn-coupon-apply {
    color: #fff;
    background-color: #0f2e4a;
    border-color: #0f2e4a;
}

.btn-coupon-apply:hover {
    color: #000;
    background-color: #a4ce31;
    border-color: #a4ce31;
}

.view-all-btn {
    padding: 0.8rem 3.75rem;
}

.personal-tutor-price {
    padding: 0.8rem 2rem;
    background-color: #d2e2ff;
    font-weight: 600;
}

.nav-profile-image {
    display: inline-block;
}

.nav-profile-image img {
    height: 35px;
}

.personal-tutor-book {
    padding: 0.8rem 2rem;
    font-weight: 600;
}

.personal-tutor-book:hover {
    background-color: #0f2e4a !important;
    color: white;
}

.jumbotron-fluid {
    background: url(../assets/img/hero-back.jpg);
    background-color: #cccccc;
    /* Used if the image is unavailable */
    height: 900px;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    padding: inherit;
}

.icon-base {
    display: inline-block;
    max-width: 100px;
    min-width: 100px;
    height: 100px;
    background-color: rgb(255, 255, 255);
    border-radius: 1rem;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 2%), 0 6px 20px 0 rgb(0 0 0 / 9%);
}

.feature-section p {
    margin-bottom: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #194b70;
}

.service-section h5 {
    letter-spacing: 2px;
}

.service-block-one {
    position: relative;
    background: url(../assets/img/courses-bg.jpg);
    height: 350px;
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: inherit;
    border-radius: 1rem;
    background-color: white;
    margin: 0 1rem 2rem 1rem;
    cursor: pointer;
}

.service-block-two {
    position: relative;
    background: url(../assets/img/school-bg-module.jpg);
    height: 730px;
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: inherit;
    border-radius: 1rem;
    background-color: white;
    margin: 0 1rem 2rem 1rem;
    cursor: pointer;
}

.service-block-three {
    position: relative;
    background: url(../assets/img/teaching.jpg);
    height: 732px;
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: inherit;
    border-radius: 1rem;
    background-color: white;
    margin: 0 1rem 2rem 1rem;
    cursor: pointer;
}

.service-block-four {
    position: relative;
    background: url(../assets/img/personal-tutor-bg.jpg);
    height: 350px;
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: inherit;
    border-radius: 1rem;
    background-color: white;
    margin: 0 1rem 2rem 1rem;
    cursor: pointer;
}

.service-block-five {
    position: relative;
    background: url(../assets/img/corporate-trainers-bg.jpg);
    height: 730px;
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: inherit;
    border-radius: 1rem;
    background-color: white;
    margin: 0 1rem 2rem 1rem;
    cursor: pointer;
}

.card-overlay-service {
    background: rgb(32, 41, 92);
    background: -moz-linear-gradient(
        0deg,
        rgba(32, 41, 92, 0.75) 0%,
        rgba(32, 41, 92, 0.2) 33%,
        rgba(32, 41, 92, 0) 100%
    );
    background: -webkit-linear-gradient(
        0deg,
        rgba(32, 41, 92, 0.75) 0%,
        rgba(32, 41, 92, 0.2) 33%,
        rgba(32, 41, 92, 0) 100%
    );
    background: linear-gradient(
        0deg,
        rgba(32, 41, 92, 0.75) 0%,
        rgba(32, 41, 92, 0.2) 33%,
        rgba(32, 41, 92, 0) 100%
    );
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0f2e4a", endColorstr="#0f2e4a", GradientType=1);
    height: inherit;
    width: 100%;
    border-radius: 1rem;
}

.service-block-title h4 {
    position: absolute;
    text-align: center;
    bottom: 2.1em;
}

.service-block-title h6 {
    position: absolute;
    text-align: center;
    bottom: 1.5em;
}

.forget-password-btn {
    background-color: #a4ce31 !important;
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 15%) !important;
    display: block;
    width: 100%;
    height: calc(2.2em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f5d35d;
}

.forget-password-btn:hover {
    background-color: #0f2e4a !important;
    color: #fff;
}

.work-section-title {
    margin-top: 2rem;
}

.elearning-section {
    margin: 8rem 0;
    background-color: #f9fbff;
    padding: 7rem 0;
}

.w-cust {
    width: 87%;
}

.teacher-tabs .carousel-control-prev,
.why-people-section .carousel-control-prev {
    left: 2%;
}

.teacher-tabs .carousel-control-next {
    right: 2%;
}

.icon-previous,
.icon-next {
    margin-top: 20%;
}

.teacher-tabs {
    width: 100%;
    margin: auto;
}

.teacher-tabs a {
    color: #85878d;
    text-decoration: none;
    background-color: transparent;
}

.teacher-tabs .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0f2e4a;
}

.teacher-tabs .nav-link {
    display: block;
    padding: 0.3rem 1.5rem;
}

.teacher-tabs ul {
    display: inline-flex;
}

.teacher-tabs .card-title {
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
}

.live-color {
    color: #ff143c !important;
}

.teacher-tabs .carousel-control-prev-icon,
.carousel-control-next-icon,
.why-people-section .carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: no-repeat 50%/100% 100%;
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.1),
        0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: no-repeat 50%/100% 100%;
    box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 20%);
}

.teaching-slider-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 1rem;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05) !important;
}

.teaching-slider-card .card-img,
.card-img-top {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.rating-text {
    font-size: large;
}

.rating-star {
    margin-right: 3px;
}

.horizontal-line {
    width: 100%;
    border-bottom: 0.5px solid rgb(246 246 246);
    margin: 1.5rem 0.5rem;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner2 .carousel-item.active,
.carousel-inner2 .carousel-item-next,
.carousel-inner2 .carousel-item-prev {
    display: flex;
}

.carousel-inner3 .carousel-item.active,
.carousel-inner3 .carousel-item-next,
.carousel-inner3 .carousel-item-prev {
    display: flex;
}

.most-popular {
    display: inline-block;
    padding: 0.5em 0.75em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #fff !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.teacher-section .slide-card-padding,
.elearning-section .slide-card-padding,
.company-partner-section .slide-card-padding {
    padding: 2rem 1rem !important;
}

.teacher-avatar {
    position: relative;
}

.online-indicator {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #49c536;
    border: 2px solid white;
}

.thumb-top-text a {
    text-decoration: none;
}

.dom-edu-section {
    background: url(../assets/img/dom-edu-background.jpg);
    background-color: #cccccc;
    height: 900px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: inherit;
}

.top-country-flag {
    border: 4px solid rgb(255, 255, 255);
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1) !important;
    margin: 5px 15px 5px 15px;
}

.corporate-training-section {
    margin: 2rem 0;
    padding: 2rem 0;
}

.delete-cart-item {
    text-decoration: none;
    color: gray;
}

.delete-cart-item:hover {
    text-decoration: none;
    color: red;
}

.tutor-slider-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 1rem;
    box-shadow: 0 0.2rem 1rem rgb(0 0 0 / 5%) !important;
    /*margin-right: 1em;*/
    /*margin-left: 1em;*/
}

textarea.form-control {
    min-height: calc(5.5em + (0.75rem + 2px));
}

.tutor-avatar-img {
    position: absolute;
    top: -75px;
    right: 30%;
    position: relative;
    z-index: 1;
    border: 3px solid #a4ce31;
}

.personal-tutor-section .slide-card-padding,
.corporate-training-section .slide-card-padding {
    padding: 5rem 1rem;
}

#pills-popular-tutor .card-body,
#pills-popular-corporate .card-body {
    padding-top: 20%;
}

.why-people-section {
    background: url(../assets/img/What-people-back.jpg);
    background-color: #cccccc;
    height: 900px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: inherit;
}

.company-partner-section .teaching-slider-card {
    min-height: 6rem;
}

/*.why-people-section .carousel-control-next {*/
/*    right: 421px;*/
/*}*/

.why-people-section .carousel-control-next,
.why-people-section .carousel-control-prev {
    bottom: -150%;
}

.faq-section .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: inherit;
    border-top-right-radius: 1.25rem !important;
    border-top-left-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.07) !important;
}

.faq-section .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(255 255 255 / 3%);
    border-bottom: inherit;
}

.faq-section .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.25rem 2.5rem 1.25rem 2.5rem;
}

.teaching-page-banner {
    background-color: #a4ce31;
    border-radius: 2rem;
    background-image: url("../assets/img/full-page-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.class-top-banner {
    border-radius: 1rem;

}

.recommendations-section {
    background: url(../assets/img/recommendations-back.png);
    background-color: #0f2e4a;
    height: 345px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: inherit;
}

.more-less {
    float: right;
    color: #212121;
}

.teacher-search-section,
.dom-teacher-search-section,
.personal-tutor-section,
.service-section,
.company-partner-section {
    margin-top: inherit;
    background-color: #fff;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.personal-tutor-section .card,
.teacher-search-section .card,
.teacher-list-thumb .card,
.tutor-list-thumb .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: inherit;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    box-shadow: 0 0.2rem 1rem rgb(0 0 0 / 7%);
    border: 1px solid #ecebeb;
}

.teacher-search-section .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem 2rem 1.5rem 2rem;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
    text-decoration: none;
}

.panel-heading {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(255 255 255 / 3%);
    border-bottom: 0;
}

.teacher-left-select .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: inherit;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.07);
    border: 1px solid #dbdbdb;
}

.teacher-left-select .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
}

.teacher-left-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    background-image: url("../assets/icon/arrow-down.svg");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 18px;
    border: 1px solid #dfdfdf;
    border-radius: 0.5rem;
    margin-right: 2rem;
    padding: 0.5rem 0.5rem;
    /* padding-right: 2rem; */
    color: black;
    height: 40px;
}

.my-classes .nav-link {
    display: block;
    padding: 0.5rem 1.5rem;
}

.my-classes .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px solid #0f2e4a;
    font-weight: 600;
}

.my-classes .nav-tabs a {
    color: gray;
}

.teacher-list-thumb .card-body,
.tutor-list-thumb .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
}

.school-teacher-image-card img {
    height: 250px;
    object-fit: cover;
}

.btn-filter {
    display: block;
    width: 100%;
    height: calc(2.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: 1rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.07);
}

.btn-filter:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a4ce3182;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 220 100 / 32%);
}

.search-teacher {
    padding: 1.63rem 2rem;
    width: 100%;
    border-radius: 0.8rem;
    border-color: white;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.07) !important;
    border: 1px solid #dbdbdb;
}

.search-teacher:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a4ce3182;
    outline: 0;
}

.rounded-custom {
    border-radius: 0.9rem !important;
}

.form-search-icon {
    position: absolute;
    right: 4%;
    top: 23%;
    font-size: larger;
    color: gray;
}

.teacher-image {
    position: relative;
}

/*.page-link {*/
/*    position: relative;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    padding: 0.8rem;*/
/*    margin: 0 5px;*/
/*    line-height: 1.25;*/
/*    color: #007bff;*/
/*    background-color: rgba(255, 255, 255, 0);*/
/*    border: inherit;*/
/*    border-radius: 50% !important;*/
/*    border: inherit;*/
/*    height: 45px;*/
/*    width: 45px;*/
/*}*/

/*.page-item.active .page-link {*/
/*    z-index: 3;*/
/*    color: rgb(92, 91, 91);*/
/*    background-color: #ffffff;*/
/*    border-color: #ffffff;*/
/*    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.07) !important;*/
/*}*/

.top-video-col {
    background: url(../assets/img/businessmen-hands.jpg);
    height: 380px;
    background-blend-mode: multiply;
    background-position: center;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    background-size: cover;
    background-color: white;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.class-top-left-video {
}

.card-overlay-video {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.7707457983193278) 0%,
        rgba(0, 0, 0, 0.2) 64%,
        rgba(32, 41, 92, 0) 100%
    );
    background: -webkit-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.7707457983193278) 0%,
        rgba(0, 0, 0, 0.2) 64%,
        rgba(32, 41, 92, 0) 100%
    );
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.7707457983193278) 0%,
        rgba(0, 0, 0, 0.2) 64%,
        rgba(32, 41, 92, 0) 100%
    );
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#0f2e4a", GradientType=1);
    width: 100%;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    height: -webkit-fill-available;
}

.margin-top-cust {
    margin-top: 20px;
}

.class-video-thumb {
    margin-top: 30%;
    cursor: pointer;
}

#previewModal iframe {
    width: 100%;
    height: 600px;
    border-radius: 12px;
}

.class-description,
.personal-tutor-booking {
    padding: 1rem 1rem;
    border-radius: 1rem;
    box-shadow: 0 0.2rem 1rem rgb(0 0 0 / 5%) !important;
    border: 1px solid #dbdbdb;
}

.personal-tutor-classes {
    padding: 2rem 2rem;
    border-radius: 1rem;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05) !important;
}

.class-description ul {
    padding-inline-start: 20px;
}

.class-description li {
    line-height: 35px;
}

.account-settings-section .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #20295c !important;
    box-shadow: 0px 14px 26px #20295c26;
    border-radius: 12px;
    border: 0px;
    padding: 0.8em 0.6em;
    color: #fff !important;
}

.account-settings-section .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
    padding: 0.8em 0.6em;
}

.account-settings-section .nav a {
    color: #6c757d;
    text-decoration: none;
}

.class-top-details {
    padding-top: 30px;
    padding-bottom: 30px;
}

.personal-tutor-booking .nav-link {
    margin-bottom: -1px;
    border: inherit;
    border-radius: 0.25rem;
    display: block;
    padding: 0.7rem 3rem;
    background-color: #e9e9e9;
    margin-right: 5px;
    color: gray;
}

.personal-tutor-booking .nav-link:hover {
    background-color: #d2e2ff;
}

.personal-tutor-booking .nav-link.active {
    color: #0f2e4a;
    background-color: #d2e2ff;
    font-weight: 600;
}

.personal-tutor-booking .tab-pane {
    background-color: #f9fbff;
    margin-top: 0.5rem;
    border-radius: 0.5rem;
    padding: 2rem;
}

.personal-tutor-booking h5 {
    font-size: 16px;
    margin-top: 0.5em;
    line-height: inherit;
}

.personal-tutor-booking .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0;
}

.all-course-img {
    height: 200px;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-teacher-bio {
    max-height: 765px;
    overflow-y: auto;
    padding-bottom: 10px;
}

.class-pricing {
    padding: 1.5rem 3rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05) !important;
}

.panel-group a {
    text-decoration: none;
}

.panel-group .form-check {
    margin-bottom: 0.8rem;
}

.join-now-btn {
    padding: 0.8rem 3.75rem;
}

.join-now-btn:hover {
    background-color: #0f2e4a !important;
    color: white;
}

.color-green {
    color: #49c12d;
}

.class-teacher {
    padding: 2rem 2rem;
    border-radius: 1rem;
    box-shadow: 0 0.2rem 1rem rgb(0 0 0 / 5%) !important;
    border: 1px solid #dbdbdb;
}

.class-teacher-info {
    padding: 1.5rem 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05) !important;
    position: relative;
}

.class-teacher-avatar {
    height: 150px;
    width: 150px;
    border: 2px solid #a4ce31;
}

.class-teacher-info-avatar {
    position: absolute;
    height: 150px;
    width: 150px;
    top: -70px;
    left: calc(50% - 75px);
    outline: 3px solid #ffffff;
    object-fit: cover;
}

.reviewer-avatar {
    height: 60px;
    width: 60px;
}

.class-form-search-icon {
    position: absolute;
    right: 6%;
    top: 31%;
    font-size: larger;
    color: gray;
}

.signup-modal .modal-content,
.login-modal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: inherit;
    border-radius: 1rem;
    outline: 0;
}

.menu-placeholder {
    background: #fffff3;
    text-align: center;
    padding: 0.9em;
    border-bottom: 1px solid #ccc;
    margin-top: -8px;
    border-radius: 10px 10px 0 0;
}
.menu-placeholder h6 {
    margin-bottom: 0px;
}

.signup-modal .modal-body,
.login-modal .modal-body {
    position: relative;
    padding: 43px 25px;
}

.signup-modal .modal-dialog,
.login-modal .modal-dialog {
    /* max-width: 540px; */
    margin: 30px auto;
}

.padding-btn {
    padding: 0.9rem 0.75rem;
}

.signup-modal .form-control,
.login-modal .form-control {
    font-size: 0.875rem;
    line-height: 1.25rem;
    border-color: #e3e3e3;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    background-color: #fff;
    border-width: 1px;
    padding-top: 0.8rem;
    padding-right: 0.75rem;
    padding-bottom: 0.8rem;
    padding-left: 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 10%) !important;
}

.teacher-search-section h5 {
    margin-bottom: 0px;
}

.teacher-search-section select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    background-image: url("../assets/icon/arrow-down.svg");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 23px;
    border: 1px solid #dfdfdf00;
    border-radius: 0.8rem;
    margin-right: 2rem;
    padding: 0.5rem 1rem;
    /* padding-right: 2rem; */
    color: black;
    height: 54.15px;
    box-shadow: 0 0.2rem 1rem rgb(0 0 0 / 5%) !important;
    border: 1px solid #dbdbdb;
}

.dom-teacher-top-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    background-image: url("../assets/icon/arrow-down.svg");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 23px;
    border: 1px solid #dfdfdf00;
    border-radius: 0.8rem;
    margin-right: 2rem;
    padding: 0.5rem 0.5rem;
    /* padding-right: 2rem; */
    color: black;
    height: 54.15px;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05);
}

.personal-tutor-top-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    background-image: url("../assets/icon/arrow-down.svg");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 23px;
    border: 1px solid #dfdfdf00;
    border-radius: 10px;
    margin-right: 2rem;
    padding: 0.5rem 0.5rem;
    /* padding-right: 2rem; */
    color: black;
    height: 54.15px;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05);
    border: 1px solid #dbdbdb;
    box-shadow: 0 0.2rem 1rem rgb(0 0 0 / 7%) !important;
}

.signup-modal select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f2f5f9;
    background-image: url(../assets/icon/arrow-down.svg);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 23px;
    border: 1px solid #dfdfdf00;
    border-radius: 0.5rem;
    margin-right: 2rem;
    padding: 0.5rem 1rem;
    /* padding-right: 2rem; */
    color: #777a81;
    height: 54.15px;
    /* box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05) !important; */
    width: 100%;
}

.personal-tutor-avatar {
    background: url(../assets/img/tutor-avatar.jpg);
    background-color: #0f2e4a;
    min-height: 140px;
    min-width: 140px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: inherit;
    border: 3px solid #a4ce31;
}

.tutor-list-thumb .view-all-btn {
    padding: 0.5rem 2rem;
}

.tutor-list-thumb .view-all-btn:hover {
    background-color: #0f2e4a !important;
    color: white;
}

.accordian-pricing {
    margin-top: 2.5rem;
}

.accordian-pricing .view-all-btn {
    padding: 0.8rem 2rem;
}

.online-icon {
    font-size: small;
}
/* .country-dropdown {
    word-wrap: normal;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    width: 100%;
    padding: 1rem 0.75rem;
    border: inherit;
    background-color: #f2f5f9;
    border-radius: .5rem;
} */
/* country-dropdown */
/* .select-dropdown {
    position: relative;
    font-family: 'Roboto';
    max-width: 100%;
    color: #7c858d;
}

.select-dropdown::last-child {
    margin-right: 0px;
}

.select-dropdown__button {
    padding: 1rem 0.75rem;
    background-color: #f2f5f9;
    color: #616161;
    border: transparent;
    border-radius: .5rem;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.select-dropdown__button::focus {
    outline: none;
}

.select-dropdown__button .fa-angle-down {
    position: absolute;
    right: 20px;
    top: 18px;
}

.select-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 1px solid #cecece;
    border-top: 0px solid transparent;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 2;
}

.select-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
}

.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #fff;
    border-top: transparent;
    font-size: 14px;
    font-family: 'Roboto';
    line-height: 1.4;
    cursor: pointer;
    color: #616161;
    text-align: left;
    transition: all ease-in-out 0.3s;
}

.select-dropdown__list-item:hover {
    background-color: #f2f5f9;
    color: rgb(160, 159, 159);
    transition: all ease-in-out 0.2s;
} */

.signup-modal .view-all-btn:hover,
.login-modal .view-all-btn:hover {
    background-color: #0f2e4a !important;
    color: white;
}
/* display 3 */

@media (min-width: 768px) {
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }
    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
    .carousel-inner2 .carousel-item-right.active,
    .carousel-inner2 .carousel-item-next {
        transform: translateX(100%);
    }
    .carousel-inner2 .carousel-item-left.active,
    .carousel-inner2 .carousel-item-prev {
        transform: translateX(-100%);
    }
    .carousel-inner3 .carousel-item-right.active,
    .carousel-inner3 .carousel-item-next {
        transform: translateX(33.33%);
    }
    .carousel-inner3 .carousel-item-left.active,
    .carousel-inner3 .carousel-item-prev {
        transform: translateX(-33.33%);
    }
}

@media only screen and (max-width: 1600px) {
    .teaching-page-banner {
        background-color: #a4ce31;
        border-radius: 2rem;
        background-size: contain;
        background-repeat: no-repeat;
        max-width: 1536px;
        height: 409px;
    }
    .all-page-banner {
        padding: 0em 1em 0em 0em;
    }

    .all-page-banner h1 {
        color: #ffdb64;
        padding-top: 1em;
        font-size: 42px;
    }

    .all-page-banner p {
        font-size: 20px;
    }

    .all-page-banner .banner-logo {
        height: 50px;
    }
}

@media only screen and (max-width: 1366px) {
    .teaching-page-banner {
        background-color: #a4ce31;
        border-radius: 2rem;
        background-size: contain;
        background-repeat: no-repeat;
        max-width: 1266px;
        height: 337px;
    }
    .all-page-banner {
        padding: 0em 1em 0em 0em;
    }

    .all-page-banner h1 {
        color: #ffdb64;
        padding-top: 1em;
        font-size: 29px;
    }

    .all-page-banner .banner-logo {
        height: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .teaching-page-banner {
        background-color: #a4ce31;
        border-radius: 2rem;
        background-size: contain;
        background-repeat: no-repeat;
        max-width: 984px;
        height: 262px;
    }
    .all-page-banner {
        padding: 0em 1em 0em 0em;
    }

    .all-page-banner h1 {
        color: #ffdb64;
        padding-top: 1em;
        font-size: 20px;
    }

    .all-page-banner .banner-logo {
        height: 50px;
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

.carousel-inner2 .carousel-item-right,
.carousel-inner2 .carousel-item-left {
    transform: translateX(0);
}

.carousel-inner3 .carousel-item-right,
.carousel-inner3 .carousel-item-left {
    transform: translateX(0);
}

.custom-font-size {
    font-size: medium;
    margin-bottom: 0;
}

.carousel2 {
    position: relative;
}

.carousel2.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.carousel-inner2 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner2::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-inner3 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner3::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item2 {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.course-content {
    padding-bottom: 1rem;
    border-radius: 1rem;
    box-shadow: 0 0.2rem 1rem rgb(0 0 0 / 5%) !important;
    border: 1px solid #dbdbdb;
}

.course-content-padding {
    padding: 2rem 2rem;
}

.course-content-accord .card-header {
    padding: inherit;
    background-color: white;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: inherit;
}

.course-content-accord .card-header:hover {
    background-color: #eaeff9;
}

.course-content-accord .card {
    border: inherit;
    border-radius: inherit;
}

.course-content-accord .card-header-btn {
    border-radius: inherit;
}

.collaps-head {
    padding: 0.375rem 2.8rem;
}

.entire-collaps-area {
    padding-right: 1rem;
    padding-left: 1rem;
}

.course-content-accord .card-body {
    background-color: #ffffff;
    padding: 10px 30px;
    /*padding: 3rem;*/
}

.class-teacher-padding {
    padding: 2rem 2rem;
}

.progress {
    display: flex;
    height: 0.6rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #f1f4f7;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #a4ce31;
    transition: width 0.6s ease;
}

.class-teacher-info .view-all-btn {
    padding: 0.8rem 2rem;
}

.white-outline-btn {
    padding: 0.8rem 3.75rem;
    background-color: transparent;
    border: 1px solid white;
    color: white;
}

.white-outline-btn:hover {
    background-color: white;
}

.class-teacher-info .view-all-btn:hover {
    background-color: white !important;
}
/* .container-cust {
    max-width: 1600px;
} */

#sidebar {
    height: auto;
    background-color: #fff;
}

#sidebar .list-group-item {
    color: #000;
    border-color: #2c2c2c00;
    white-space: nowrap;
    text-decoration: none;
}
/* highlight active menu */

#sidebar .list-group-item:not(.collapsed) {
    background-color: #fff;
}
/* closed state icon */

#sidebar .list-group .list-group-item[aria-expanded="false"]::after {
    content: " \f0d7";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 5px;
}
/* open state */

#sidebar .list-group .list-group-item[aria-expanded="true"] {
    background-color: #fff;
}
/* open state icon */

#sidebar .list-group .list-group-item[aria-expanded="true"]::after {
    content: " \f078";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 5px;
}
/* level 1*/

#sidebar .list-group .collapse .list-group-item {
    padding-left: 20px;
}
/* level 2*/

#sidebar .list-group .collapse > .collapse .list-group-item {
    padding-left: 30px;
}
/* level 3*/

#sidebar .list-group .collapse > .collapse > .collapse .list-group-item {
    padding-left: 40px;
}

@media (max-width: 48em) {
    /* overlay sub levels on small screens */
    #sidebar .list-group .collapse.in,
    #sidebar .list-group .collapsing {
        position: absolute;
        z-index: 1;
        width: 190px;
    }
    #sidebar .list-group > .list-group-item {
        text-align: center;
        padding: 0.75rem 0.5rem;
        min-width: 39px;
    }
    /* hide caret icons of top level when collapsed */
    #sidebar .list-group > .list-group-item[aria-expanded="true"]::after,
    #sidebar .list-group > .list-group-item[aria-expanded="false"]::after {
        display: none;
    }
}
/* change transition animation to width when entire sidebar is toggled */

#sidebar.collapse {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    margin-bottom: 0;
    background-color: rgb(255 255 255 / 3%);
    border-bottom: inherit;
    border-radius: 0.8rem;
}

#sidebar.collapsing {
    opacity: 0.8;
    width: 0;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
}

.sid .collapse:not(.show) {
    display: block;
}

.sid .collapse:not(.show) {
    display: block;
}

.sid .list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    box-shadow: 0 0.2rem 1rem rgb(0 0 0 / 5%);
    border-radius: 0.8rem;
}

.btn-counting {
    padding: inherit;
    height: 19px;
    width: 19px;
    border-radius: 50%;
    background-color: #a4ce31;
    color: #fff;
    border: 2px solid #f8f9fa;
    font-family: "Roboto";
    font-weight: 600;
    position: absolute;
    line-height: normal;
    font-size: small;
    margin-left: -8px;
    margin-top: 2px;
}

.message {
    font-size: 4rem;
}

#content {
    display: none;
    padding: 1rem;
}

.emoji {
    padding: 0 0.25rem;
}

.class-counter li {
    list-style-type: none;
}

.class-length-select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f9fbff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card-comp-logo-1 {
    background: url(../assets/img/visa-logo.png);
    background-color: transparent;
    height: 20px;
    background-position: unset;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 1rem;
}

.card-comp-logo-2 {
    background: url(../assets/img/amex-logo.png);
    background-color: transparent;
    height: 20px;
    background-position: unset;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 1rem;
}

.saved-card {
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid rgb(202, 202, 202);
    margin-bottom: 1rem;
}

.saved-card a {
    color: rgb(117, 117, 117);
    text-decoration: none;
}

.saved-card a:hover {
    color: red;
    text-decoration: none;
}

.imgUp .btn-primary {
    display: block;
    border-radius: 0px;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05) !important;
    margin-top: 0px;
    width: 180px;
}

.imagePreview {
    width: 180px;
    height: 180px;
    background-position: center center;
    background: url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05) !important;
}

.imgUp {
    margin-top: 15px;
    margin-bottom: 5px;
}

.del {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

.imgAdd {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #4bd7ef;
    color: #fff;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 30px;
    margin-top: 0px;
    cursor: pointer;
    font-size: 15px;
}

.custom-select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a4ce3182;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.time-zone .select2-container {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
}

.countdowns {
    display: block;
    line-height: 1;
    margin-top: 10px;
}

#timer {
    display: inline-flex;
}

#days {
    font-size: 17px;
    font-weight: 600;
    margin-right: 10px;
    color: #dc3545;
}

#hours {
    font-size: 17px;
    font-weight: 600;
    margin-right: 10px;
    color: #dc3545;
}

#minutes {
    font-size: 17px;
    font-weight: 600;
    margin-right: 10px;
    color: #dc3545;
}

#seconds {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.elearning-category .form-check {
    margin-bottom: 8px;
}

.fluid_video_wrapper {
    width: 100% !important;
    height: 800px !important;
}

.spinner-border {
    position: fixed;
    top: 50%;
}

.spinner-border.popup {
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
}

.signup-modal .form-control.is-invalid,
.login-modal .form-control.is-invalid {
    border-color: #dc3545;
}

.form-control-feedback {
    text-align: left;
}

.strip-payment-outer {
    padding-bottom: 20px;
    padding-top: 20px;
    /*border-bottom: 1px solid rgb(179, 179, 179);*/
    position: relative;
}
.payment-box-stripe {
    position: relative;
}

.strip-payment-outer .card-error {
    position: absolute;
    bottom: 0px;
    border-bottom: none;
}

.payment-box-stripe {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    border: 1px solid #eee;
}

.embed-container {
    --video--width: 1296;
    --video--height: 540;

    position: relative;
    padding-bottom: calc(
        var(--video--height) / var(--video--width) * 100%
    ); /* 41.66666667% */
    overflow: hidden;
    max-width: 100%;
    background: black;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-pdf {
    height: 500px;
}

.rate {
    float: left;
}
.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}
.rate:not(:checked) > label {
    float: right;
    /*width:1em;*/
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}
.rate:not(:checked) > label:before {
    /* font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f005';
    font-size: 18px;*/
}
.rate > input:checked ~ label {
    color: #fa9836;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #fa9836;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked label:hover label,
.rate > label:hover input:checked label {
    color: #fa9836;
}

.rating_error {
    position: absolute;
    bottom: 80px;
}

/*---------- star rating ----------*/

.star-rating {
    display: flex;
    align-items: center;
    font-size: 1em;
    justify-content: flex-start;
}

.back-stars {
    display: flex;
    color: #ccc;
    position: relative;
}

.front-stars {
    display: flex;
    color: #a4ce31;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.5s;
}

.percent {
    color: #bb5252;
    font-size: 1.5em;
}

.booking-table .table th,
.table td {
    padding: 5px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    vertical-align: middle;
}

.booking-table .scroll-area {
    max-height: 400px;
    overflow-y: scroll;
}

.booking-table .day-and-date {
    text-align: center;
}

.booking-table .day-and-date p {
    font-size: 12px;
    margin-bottom: inherit;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
    vertical-align: middle;
}

.booking-table .padding-5 {
    padding: 5px;
}

.booking-table .select-card {
    border: 1px solid #0f2e4a;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.booking-table h5 {
    margin-bottom: 0px;
}

.booking-table .select-card.active {
    border: 2px solid #0f2e4a;
    background-color: #0f2e4a;
    color: #fff;
}

.booking-table .select-card:hover {
    border: 1px solid #0f2e4a;
    background-color: #0f2e4a;
    color: #fff;
}
.booking-table .select-card.active {
    border: 1px solid #0f2e4a;
    background-color: #0f2e4a;
    color: #fff;
}
.booking-buttons .btn-outline-primary {
    display: block;
    background: #0f2e4a;
    color: #fff;
    font-size: 12px;
    width: 100%;
    border: 0px;
    margin-bottom: 5px;
}
.booking-buttons .btn-outline-primary:hover {
    display: block;
    background: #a4ce31;
    color: #0f2e4a;
    font-size: 12px;
    width: 100%;
    border: 0px;
    margin-bottom: 5px;
}

.booking-table .fixed-table-header th {
    position: sticky;
    top: -1px;
    background: #fff;
    z-index: 1;
}

.class-info-card {
    padding: 2rem;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.become-a-tutor {
    background-image: url("../assets/img/man_standing.jpeg");
    min-height: 600px;
    background-size: cover;
    background-position: inherit;
}

.become-a-tutor h1 {
    font-size: 70px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.become-a-tutor p {
    font-size: 25px;
}

.become-a-tutor .get-started {
    padding: 9px 75px 9px 75px;
    border-color: #0f2e4a;
    border: 1px solid #0f2e4a;
    font-size: 16px;
}

.become-a-tutor .get-started:hover {
    padding: 9px 75px 9px 75px;
    background: #a4ce31;
    border-color: #a4ce31;
    border: 1px solid #a4ce31;
    color: #000 !important;
}

.showing-slots-data p {
    margin-bottom: inherit;
}

.showing-slots-data .select-card {
    border: 1px solid #0f2e4a;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.scroll-area {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.select-card .booked {
    background-color: #ccc;
    cursor: inherit !important;
}

.select-card.disabled {
    background-color: #ccc;
    cursor: inherit !important;
}

.select-card.disabled:hover {
    background-color: #ccc;
    color: #000;
    cursor: inherit !important;
}

#language-panel {
    overflow-x: scroll;
    max-height: 350px;
}

#tutorCarouselTeaching .slick-list {
    padding-top: 0px;
    padding-bottom: 50px;
}

/*#tutorCarouselTeaching .slick-list .tutor-slider-card{*/
/*    padding-top: 50px;*/
/*}*/

#tutorCarouselTeaching .tutor-avatar-img {
    left: calc(50% - 70px);
    right: auto;
    width: 140px;
    height: 140px;
}

#tutorCarouselCorporate .slick-list {
    padding-top: 50px;
    padding-bottom: 50px;
}

#school-carousel .slick-list {
    padding-top: 50px;
    padding-bottom: 50px;
}

#tutorCarouselCorporate .tutor-avatar-img {
    left: calc(50% - 70px);
    right: auto;
    width: 140px;
    height: 140px;
}

#tutorCarousel .slick-list {
    padding-top: 50px;
}

#tutorCarousel .slick-list .tutor-slider-card {
    padding-top: 50px;
}

#tutorCarousel .tutor-avatar-img {
    left: calc(50% - 70px);
    right: auto;
    width: 140px;
    height: 140px;
}

.footer-section {
    background: #0f2e4a;
    position: relative;
}
.footer-cta {
    border-bottom: 1px solid #373636;
}
.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}
.cta-text {
    padding-left: 15px;
    display: inline-block;
}
.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}
.cta-text span {
    color: #757575;
    font-size: 15px;
}
.footer-content {
    position: relative;
    z-index: 2;
}
.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}
.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}
.text-whitespace {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}
.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}
.facebook-bg {
    background: #3b5998;
}
.twitter-bg {
    background: #55acee;
}
.google-bg {
    background: #dd4b39;
}
.footer-address-bar {
    margin-bottom: 2em;
}
.footer-address-bar p {
    margin-top: 0;
    margin-bottom: 1rem;
    margin-bottom: 0px;
    color: #fff;
}
.footer-widget-heading h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}
.footer-widget ul {
    margin: 0px;
    padding: 0px;
    color: #fff;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 4px;
}
.footer-widget ul li a:hover {
    color: #b1c2d2;
}
.footer-widget ul li a {
    color: #fff;

    font-size: 14px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}
.subscribe-form input {
    width: 100%;
    padding: 14px 15px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #000;
    box-shadow: 0 0.2rem 1rem rgb(0 0 0 / 7%) !important;
    border-radius: 15px;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #a4ce31;
    padding: 14px 20px;
    border: 1px solid #a4ce31;
    top: 0;
    color: #fff;
    border-radius: 0 15px 15px 0;
}

.zoom-wraper {
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.zoom-wraper img {
    border-radius: 1em;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 2%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    cursor: pointer;
}
.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}
.copyright-area {
    background: #0a2238;
    padding: 25px 0;
    border-top: 1px solid #0a2238;
}
.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}
.copyright-text p a {
    color: #ffffff;
}
.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}
.footer-menu li:hover a {
    color: #0f2e4a;
}
.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.save-card-alert {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #9e9e9e;
}

.inbox_people {
    background: #f9fbff;
    float: left;
    overflow: hidden;
    width: 30%;
    border-right: 0;
}
.inbox_msg {
    padding-right: 0;
    padding-left: 0;
    clear: both;
    overflow: hidden;
    width: 100%;
    max-height: 1500px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 2%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    border-radius: 1rem;
    border: 1px solid #dbdbdb;
}
.top_spac {
    margin: 20px 0 0;
}

.recent_heading {
    float: left;
    width: 40%;
}
.srch_bar {
    display: inline-block;
    text-align: right;
    width: 60%;
}
.headind_srch {
    padding: 10px 29px 10px 20px;
    overflow: hidden;
    border-bottom: 1px solid #e9ebf1;
    background: #edf0f7;
}

.e-learning .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #e7eaf1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.e-learning .card-header .btn-link {
    color: #0f2e4a;
}

.e-learning-list .list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0;
}

.purchase-full-course .alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 0rem;
    border-radius: 0px;
}

.purchase-full-course .alert-primary {
    color: #ffffff;
    background-color: #a4ce31 !important;
    border-color: #80a619 !important;
}

.e-learning-list .list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #000000;
    text-decoration: none;
    background-color: #a4ce31;
}

.e-learning-list .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0f2e4a;
    border-color: #0f2e4a;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 15%) !important;
    border-radius: 0 0.25em 0.25em 0 !important;
    border-left: 0;
}

.recent_heading h4 {
    color: #05728f;
    font-size: 21px;
    margin: auto;
}
.srch_bar input {
    border: 1px solid #cdcdcd;
    border-width: 0 0 1px 0;
    width: 80%;
    padding: 2px 0 4px 6px;
    background: none;
}
.srch_bar .input-group-addon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #707070;
    font-size: 18px;
}
.srch_bar .input-group-addon {
    margin: 0 0 0 -27px;
}

.chat_ib h5 {
    font-size: 15px;
    color: #464646;
    margin: 0 0 8px 0;
}
.chat_ib h5 span {
    font-size: 12px;
    float: right;
}
.chat_ib p {
    font-size: 14px;
    color: #989898;
    margin: auto;
}
.chat_img {
    float: left;
    width: 15%;
}
.chat_img img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.chat_ib {
    float: left;
    padding: 0 0 0 0px;
    width: 80%;
}

.read-status {
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.chat_people {
    overflow: hidden;
    clear: both;
    position: relative;
}
.chat_list {
    border-bottom: 1px solid #e9ebf1;
    margin: 0;
    padding: 15px 0px 15px 15px;
}

.user-chat-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.inbox_chat {
    height: 700px;
    overflow-y: auto;
}

.active_chat {
    background: #daeff4;
}

.incoming_msg_img {
    display: inline-block;
    width: 5%;
}
.incoming_msg_img img {
    border-radius: 50%;
    width: 36px;
    height: 37px;
}
.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}
.received_withd_msg p {
    background: #daeff4 none repeat scroll 0 0;
    border-radius: 7px;
    font-size: 14px;
    margin: 0;
    color: #000;
    padding: 15px 10px 15px 12px;
    width: 100%;
    border: 1px solid #ccc;
}
.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}
.received_withd_msg {
    width: 57%;
}
.mesgs {
    float: left;
    width: 70%;
}

.sent_msg p {
    background: #0f2e4a none repeat scroll 0 0;
    border-radius: 7px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 15px 10px 15px 12px;
    width: 100%;
}
.outgoing_msg {
    overflow: hidden;
}
.sent_msg {
    float: right;
    width: 46%;
}

.input_msg_write {
    padding: 8px 10px 9px 10px;
}
.input_msg_write input {
    background: rgb(235 235 235) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    height: 48px;
    width: 100%;
    border-radius: 60px;
    padding: 15px;
}

.type_msg {
    border-top: 1px solid #c4c4c4;
    position: relative;
}
.msg_send_btn {
    background: #0f2e4a none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 15px;
    top: 12px;
    border-radius: 165px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.msg_send_btn:hover {
    background: #1c5181 none repeat scroll 0 0;
    color: #000;
}
.msg_send_btn.disabled {
    opacity: 0.7;
    cursor: default;
}
.messaging {
    padding: 0 0 50px 0;
}
.msg_history {
    height: 674px;
    overflow-y: auto;
    padding: 30px 15px 0 25px;
}

.video-js .vjs-big-play-button {
    left: calc(50% - 46px) !important;
    top: calc(50% - 25px) !important;
}

.availability-teacher small::after {
    position: relative;
    content: " | ";
}

.availability-teacher small:last-child::after {
    content: "";
}

.chat_date {
    font-size: 12px;
    color: rgb(63, 61, 61);
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .sent_msg {
        float: right;
        width: 100%;
    }
    .nav-profile-image .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        min-width: 360px;
        padding: 0.5rem 0;
        margin: 0.5rem 0 0;
        font-size: 1rem;
        color: #000000;
        text-align: left;
        list-style: none;
        background-color: #fff;
        width: 100%;
        background-clip: padding-box;
        border: 1px solid rgb(32 41 92);
        border-radius: 0.25rem;
    }

    .head-cart {
        position: absolute;
        top: 18px;
        right: 90px;
    }
    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        align-items: flex-start;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
    .carousel-inner2 .carousel-item > div {
        display: none;
    }
    .carousel-inner2 .carousel-item > div:first-child {
        display: block;
    }
    .carousel-inner3 .carousel-item > div {
        display: none;
    }
    .carousel-inner3 .carousel-item > div:first-child {
        display: block;
    }
    .mobile-break-point .col-xs-4 {
        width: 33%;
        text-align: center;
    }
}

.teacher-search-section .elearning-category {
    padding-bottom: 0;
}

/*.course-filters-section .card {*/
/*    padding-bottom: 25px;*/
/*}*/

.personal-tutor-section .elearning-category {
    padding-bottom: 0;
}

.personal-tutor-filters-section .card {
    padding-bottom: 25px;
}
