/*Variables*/

/*----------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;700&family=Roboto+Slab:wght@300;400;500;600;800&display=swap");

#course-btn .genius-btn {
    margin: 0 auto;
}

/*---------------------------------------------------- */

/*global area*/

/*----------------------------------------------------*/
:root {
    --primaryColor: #212158;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 15px;
    line-height: 1.4;
    color: #777777;
    font-family: "Roboto Slab", serif;
    -webkit-font-smoothing: antialiased;
}

.ul-li ul {
    margin: 0;
    padding: 0;
}

.ul-li ul li {
    list-style: none;
    display: inline-block;
}

.animation,
.staggered-animation {
    visibility: hidden;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

.footer-menu.ul-li-block ul {
    padding: 0;
}

.ul-li-block ul {
    margin: 0;
    padding: 0;
}

.ul-li-block ul li {
    list-style: none;
    display: block;
}

div#preloader {
    position: fixed;
    display: block !important;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #fff;
    background: #fff url("../../../../htc_loader.gif") no-repeat center center;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

section {
    overflow: hidden;
}

button {
    cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
.register-form-area select:visited,
.register-form-area textarea:visited,
input.active,
.register-form-area select.active,
.register-form-area textarea.active,
input:hover,
.register-form-area select:hover,
.register-form-area textarea:hover,
input:focus,
.register-form-area select:focus,
.register-form-area textarea:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.relative-position {
    position: relative;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Slab", serif;
}

.w-85 {
    width: 85%;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 15px;
}

.mb45 {
    margin-bottom: 45px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt25 {
    margin-top: 25px;
}

.ml42 {
    margin-left: 42px;
}

.mb65 {
    margin-bottom: 65px;
}

.mt60 {
    margin-top: 60px;
}

.pt150 {
    padding-top: 150px;
}

.pb45 {
    padding-bottom: 30px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.gradient-bg,
.modal-body .nws-button button,
.teacher-pic-content .teacher-img-content:after,
.course-details-category li:hover {
    background: var(--primaryColor);
    border: none;
    color: #ffffff;
    background: linear-gradient(60deg, #212158 0%, #6060a0 100%) !important;
    font-weight: 500;
    line-height: 30px;
    border-radius: 4px;
    font-family: "Mulish";
    padding: 14px 26px;
    font-size: 20px;
    background: -moz-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #4eb3bf),
        color-stop(51%, var(--primaryColor)),
        color-stop(100%, #4eb3bf)
    );
    background: -webkit-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #0071b0 100%
    );
    background: -o-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: -ms-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    /* background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#01a6fd),
        color-stop(51%, var(--primaryColor)),
        to(#01a6fd)
    ); */
    background: -webkit-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: linear-gradient(
        to right,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background-size: 200% auto;
    /* -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out; */
}

.gradient-bg:hover,
.modal-body .nws-button button:hover,
.teacher-pic-content .teacher-img-content:hover:after,
.course-details-category li:hover {
    background: #01a6fd;
    background: -moz-linear-gradient(
        left,
        var(--primaryColor) 0%,
        #01a6fd 51%,
        var(--primaryColor) 100%
    );

    background: -webkit-linear-gradient(
        left,
        var(--primaryColor) 0%,
        #01a6fd 51%,
        #0071b0 100%
    );
    background: -o-linear-gradient(
        left,
        var(--primaryColor) 0%,
        #01a6fd 51%,
        var(--primaryColor) 100%
    );
    background: -ms-linear-gradient(
        left,
        var(--primaryColor) 0%,
        #01a6fd 51%,
        var(--primaryColor) 100%
    );

    background: -webkit-linear-gradient(
        left,
        var(--primaryColor) 0%,
        #01a6fd 51%,
        var(--primaryColor) 100%
    );
    background: linear-gradient(
        to right,
        var(--primaryColor) 0%,
        #01a6fd 51%,
        var(--primaryColor) 100%
    );
    background-size: 200% auto;
    background-position: 190px;
}

.text-gradiant {
    background: -moz-linear-gradient(left, #212158 0%, #212158 100%);
    background: -webkit-linear-gradient(left, #212158 0%, #212158 100%);
    background: -o-linear-gradient(left, #212158 0%, #212158 100%);
    background: -ms-linear-gradient(left, #212158 0%, #212158 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.backgroud-style {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.whitish-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.65);
}

/* .genius-btn {
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    display: table;
    padding: 15px 24px;
} */
.genius-btn {
    height: 30px px;
    line-height: 20px;
    border-radius: 4px;
    display: table;
    font-size: 17px;
    /* margin-top: 23px; */
    padding: 12px 25px;
}

.genius-btn a {
    color: #fff;
    display: block;
    width: 100%;
    /* font-size: 15px; */
    font-family: "Mulish", sans-serif;
}

.genius-btn a i {
    margin-left: 5px;
    color: #fff;
}

.bold-font {
    font-weight: 700;
}

.section-title .subtitle {
    color: #a9a3a3;
    letter-spacing: 7px;
    position: relative;
}

.section-title .subtitle:before,
.section-title .subtitle:after {
    content: ".";
    font-size: 70px;
    left: -45px;
    pointer-events: none;
    position: absolute;
    text-shadow: rgba(0, 0, 0, 0) 0px 0px;
    top: -10px;
    line-height: 0;
    color: var(--primaryColor);
    text-shadow: 15px 0 var(--primaryColor);
}

.section-title .subtitle:after {
    right: -28px;
    left: inherit;
}

.section-title h2 {
    font-size: 35px;
    font-weight: 300;
    color: #333333;
}

.section-title h2 span {
    font-weight: 700;
}

.section-title-2 h2 {
    font-size: 38px;
    color: #333333;
    font-weight: 300;
    position: relative;
    /* text-align: center; */
}

.section-title-2 h2 span {
    font-weight: 700;
}

.section-title-2 h2:after {
    position: absolute;
    content: "";
    bottom: -20px;
    height: 2px;
    width: 50px;
    left: 0;
    background-color: #ff7a3d;
}

.widget-title {
    font-size: 25px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    margin-bottom: 23px;
}

/* .widget-title:after {
    position: absolute;
    content: "";
    bottom: -20px;
    height: 2px;
    width: 50px;
    left: 0;
    background-color: #a1130d;
} */

.breadcrumb-section {
    /*background-image: url(../img/banner/brt-1.jpg);*/
    padding-bottom: 200px;
    background-color: #ff7a3d;
}

.breadcrumb-section .blakish-overlay {
    opacity: 1;
    visibility: visible;
}

.breadcrumb-section .page-breadcrumb-content {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
    left: 0;
    right: 0;
}

.breadcrumb-section .breadcrumb-head {
    font-size: 2.8235294117647rem;
    color: #fff;
    font-weight: 400 !important;
    font-family: "Mulish", sans-serif;
}

/* .breadcrumb-section .breadcrumb-head span {
    font-weight: 700;
} */

.breadcrumb-section .breadcrumb {
    text-align: center;
    display: inherit;
    background-color: transparent;
}

.breadcrumb-section .breadcrumb-item {
    background-color: var(--primaryColor);
    color: #fff;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 4px;
}

.breadcrumb-section .breadcrumb-item::before {
    display: none;
}

.breadcrumb-section .breadcrumb-item.active {
    background-color: #3b3b3b;
    color: #7a7a7a;
}

/*---------------------------------------------------- */

/*Header Section*/

/*----------------------------------------------------*/

.main-menu-container {
    /* position: fixed; */
    width: 100%;
    padding: 20px 0px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 9;
}

/* .nav-menu {
    padding-top: 20px;
} */

.nav-menu li a {
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 15px;
    padding: 7px 10px;
    font-weight: 500;
    position: relative;
    border-radius: 4px;
    font-family: "Mulish", sans-serif;
}

.nav-menu li a:hover:after {
    opacity: 1;
    visibility: visible;
}

/*.log-in {
    margin-top: 12px;
}
*/

.profile_menu {
    border-radius: 100% !important;
    color: #fff;
    margin-right: 10px;
    margin-left: 0px;
    border: 2px solid var(--primaryColor);
    padding: 8px 8px !important;
    position: relative;
}

.log-in a {
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 15px;
    padding: 15px;
    font-weight: 700;
}

.cart-search {
    /*margin-top: 12px;*/
    margin-left: 10px;
}

.profile_img img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-right: 6px;
}

.cart-search li {
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    color: #fff;
    margin-left: 10px;
    border: 2px solid var(--primaryColor);
    position: relative;
}

.cart-search li a {
    display: block;
    width: 100%;
}

.cart-search li button {
    background-color: transparent;
    border: none;
    color: #fff;
}

.select-lang {
    display: inline;
    position: relative;
    border-left: 1px solid;
    margin-left: 25px;
}

.select-lang select {
    margin-top: 12px;
    background-color: transparent;
    border: none;
    padding: 10px 20px;
    color: var(--primaryColor);
    -webkit-appearance: none;
    position: relative;
}

.select-lang:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 2px;
    right: 3px;
    font-size: 12px;
    font-weight: 700;
}

.menu-bg-overlay .main-menu-container {
    background: #000000;
    /* padding: 10px 0px; */
}

.header-style-2.main-menu-container.menu-bg-overlay {
    background: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding-top: 0;
    padding-bottom: 25px;
    margin-top: -42px;
}

.header-top {
    border-bottom: 1px solid #eeeeee;
}

.header-top li {
    border-right: 1px solid #eeeeee;
    padding: 10px 20px;
}

.header-top li i {
    margin-right: 5px;
}

.header-top li select {
    border: none;
}

.header-top-text {
    padding: 10px 0px;
}

.header-style-2 {
    background-color: #fff;
    padding: 0;
    padding-top: 0;
}

.header-style-2 .main-menu {
    padding-top: 0;
}

.header-style-2 .nav-menu li a {
    color: #616161;
}

.header-style-2 .nav-menu li a:hover {
    /* color: #fff; */
    color: #e44617;
}

.header-style-2 .cart-search li {
    border: none;
}

.header-style-2 .cart-search li button {
    border: none;
    line-height: 35px;
    padding: 0px 10px;
    border-radius: 100%;
    background-color: #999;
}

.header-style-2 .search-body {
    top: 70px;
    right: 0px;
}

.header_3 {
    padding: 30px 0px 70px;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.header-info {
    display: inline-block;
    margin-left: 50px;
}

.header-info li {
    margin-left: 45px;
    text-align: center;
    color: #fff;
    position: relative;
    height: 60px;
}

.header-info li i {
    font-size: 25px;
    line-height: 36px;
}

.header-info li:after {
    position: absolute;
    content: "";
    height: 60px;
    width: 1px;
    background-color: #eee;
    top: 0;
    right: -20px;
}

.header-info .info-text {
    color: #fff;
    font-size: 13px;
}

.mail-phone .info-icon {
    height: 55px;
    width: 55px;
    border-radius: 100%;
    line-height: 63px;
    text-align: center;
    float: left;
    background-color: #fff;
}

.mail-phone .info-icon i {
    font-size: 25px;
}

.mail-phone .info-id {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    display: block;
}

.mail-phone .info-content {
    display: inline-block;
    margin-left: 10px;
    text-align: left;
}

.nav-menu-4 {
    background-color: #fff;
    border-radius: 4px;
    padding: 25px 20px 25px 20px;
    position: absolute;
    line-height: 25px;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    bottom: -30px;
}

.nav-menu-4 .nav-menu li a {
    color: #333333;
}

.nav-menu-4 .nav-menu {
    padding-top: 0;
}

.nav-menu-4 select {
    font-size: 15px;
    margin-top: 0;
    padding: 0;
    width: 70px;
}

.nav-menu-4 .select-lang {
    border-left: none;
    margin-left: 0;
}

.nav-menu-4 .login-cart-lang ul {
    float: right;
}

.nav-menu-4 .login-cart-lang li {
    margin: 0 20px;
    position: relative;
}

.nav-menu-4 .login-cart-lang li:before {
    position: absolute;
    height: 40px;
    width: 1px;
    background-color: #eee;
    top: -8px;
    left: -20px;
    content: "";
}

.nav-menu-4 .login-cart-lang li i {
    font-size: 13px;
}

.nav-menu-4 .login-cart-lang .cart_search {
    height: 25px;
    width: 25px;
    background-color: #dddddd;
    color: #fff;
    border-radius: 100%;
    line-height: 22px;
    text-align: center;
}

.nav-menu-4 .login-cart-lang .login a {
    color: var(--primaryColor);
}

.nav-menu-4 .login-cart-lang button {
    background-color: transparent;
    border: none;
    color: #fff;
}

.search-body {
    top: 55px;
    right: 0px;
    opacity: 0;
    border-radius: 4px;
    width: 300px;
    height: auto;
    z-index: 999;
    padding: 10px;
    position: absolute;
    visibility: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
}

.search-body:after {
    position: absolute;
    content: "";
    top: -10px;
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    border-top: 20px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 6px;
}

.search-body .search-form {
    width: 100%;
    height: auto;
    position: relative;
}

.search-body .search-form .search-input {
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    color: #000;
    background-color: #f7f7f7;
    border: 1px solid #eee;
}

.search-body .search-form .search-input:focus {
    outline: none;
    border-color: #eee;
    color: #000;
}

.search-body .search-form .search-close {
    top: 1px;
    right: 1px;
    z-index: 1;
    width: 50px;
    height: 48px;
    cursor: pointer;
    line-height: 48px;
    text-align: center;
    position: absolute;
    background-color: var(--primaryColor);
    border: none;
    color: #000;
}

.modal {
    background-color: rgba(0, 0, 0, 0.8);
}

.search-open {
    opacity: 1;
    visibility: visible;
}

.modal-backdrop {
    z-index: 0;
}

.popup-logo {
    left: 0;
    right: 0;
    top: -30px;
    position: absolute;
    text-align: center;
}

.popup-logo img {
    border-radius: 4px;
}

/* .modal-dialog {
    margin: 3.75rem auto;
} */

/* .modal-header {
    padding: 0;
    position: relative;
    background-image: url(../img/banner/pb.jpg);
} */

.modal-header .gradient-bg,
.modal-header .modal-body .nws-button button,
.modal-body .nws-button .modal-header button,
.modal-header .teacher-pic-content .teacher-img-content:after,
.teacher-pic-content .modal-header .teacher-img-content:after,
.modal-header .course-details-category li:hover,
.course-details-category .modal-header li:hover {
    position: absolute;
    top: 0;
    border-radius: 4px;
    height: 100%;
    width: 100%;
    opacity: 0.9;
}

.popup-text {
    width: 100%;
    padding: 35px 0px 25px 35px;
    position: relative;
}

.popup-text h2 {
    color: #fff;
    font-weight: 300;
    font-size: 38px;
}

.popup-text h2 span {
    font-weight: 700;
}

.popup-text p {
    color: #fff;
}

.popup-text p span {
    font-weight: 700;
}

.facebook-login {
    background-color: #006dd9;
    height: 40px;
    line-height: 43px;
    text-transform: capitalize;
    border-radius: 4px;
    margin-bottom: 20px;
}

.facebook-login a {
    padding: 0;
}

.alt-text {
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
}

.alt-text a {
    color: #333333;
    font-size: 12px;
    padding: 0;
}

.alt-text:before {
    position: absolute;
    content: "";
    top: 10px;
    height: 1px;
    width: 40%;
    left: 0;
    background-color: #ccc;
}

.alt-text:after {
    position: absolute;
    content: "";
    top: 10px;
    height: 1px;
    width: 40%;
    right: 0;
    background-color: #ccc;
}

.log-in-icon {
    float: left;
    padding: 0 20px;
    border-right: 1px solid #fff;
}

.modal-body {
    padding: 30px 65px;
}

.modal-body .contact_form {
    margin-bottom: 0px;
}

/*.modal-body .contact_form input,
.modal-body .contact_form .register-form-area select,
.register-form-area .modal-body .contact_form select,
.modal-body .contact_form .register-form-area textarea,
.register-form-area .modal-body .contact_form textarea {
    height: 50px;
    background-color: #eeeeee;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    border: none;
}*/

.modal-body .nws-button button {
    height: 50px;
    width: 100%;
    border: none;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.modal-body p {
    margin-bottom: 5px;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children a {
    padding-bottom: 10px;
}

.menu-item-has-children:hover a:after {
    opacity: 1;
    visibility: visible;
}

.menu-item-has-children li {
    margin-bottom: 5px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.menu-item-has-children li:hover {
    margin-left: 3px;
}

.sub-menu {
    width: 190px;
    display: table;
    -webkit-box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
    background-color: #fff;
    position: absolute;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    top: 37px;
    /*left: -69px;*/
    left: -45px;
    text-align: left;
    border-radius: 4px;
    padding: 15px;
    height: 88px;
    z-index: 1000;
}

ul.list-style-none {
    list-style: none;
}

.sub-menu li {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0px;
}

.sub-menu li a {
    text-transform: capitalize !important;
    color: #333;
    padding: 10px;
}

.sub-menu li a:after {
    display: none;
}

.sub-menu li a:hover {
    color: var(--primaryColor) !important;
}

.sub-menu li:last-child {
    border-bottom: none;
}

/*.sub-menu:before {
    position: absolute;
    content: '';
    top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #01a6fd;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
}*/

.menu-item-has-children:hover .sub-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.header-style-2 .sub-menu li a:hover {
    color: var(--primaryColor);
}

.altranative-header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
    padding: 30px;
    position: fixed;
    background-color: #151515;
}

.alt-menu-btn {
    max-width: 100%;
    cursor: pointer;
    overflow: hidden;
}

.alt-menu-btn .hamburger-menu {
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.alt-menu-btn .hamburger-menu:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 30px;
    content: "\f0c9";
    line-height: 30px;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button.alt-menu-btn.float-left {
    background-color: transparent;
    border: none;
}

.alt-menu-btn .hamburger-menu.open:before {
    content: "\f00d";
}

#menu-container .logo-area {
    height: auto;
    margin: -8px auto;
    text-align: center;
}

#menu-container .cart-Collapse {
    color: #ffffff;
    font-size: 16px;
}

#menu-container .menu-list {
    top: 88px;
    bottom: 0;
    left: -100%;
    height: 100%;
    width: 310px;
    z-index: 999;
    padding: 30px;
    position: fixed;
    min-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #151515;
    padding-bottom: 200px;
}

#menu-container .menu-list .alt-search input[type="search"],
#menu-container
    .menu-list
    .alt-search
    .register-form-area
    select[type="search"],
.register-form-area
    #menu-container
    .menu-list
    .alt-search
    select[type="search"],
#menu-container
    .menu-list
    .alt-search
    .register-form-area
    textarea[type="search"],
.register-form-area
    #menu-container
    .menu-list
    .alt-search
    textarea[type="search"] {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 50px;
    padding: 15px;
    width: 100%;
}

#menu-container .accordion .card {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    border-radius: 0px;
}

#menu-container .accordion .card .card-header {
    padding: 0;
}

#menu-container .accordion .card .menu-link {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding: 10px 15px;
    border: none;
    background-color: #000;
    position: relative;
    color: #fff;
}

#menu-container .accordion .card button.menu-link:after {
    top: 50%;
    right: 15px;
    content: "\f078";
    position: absolute;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg) translateY(-50%);
    -o-transform: rotate(0deg) translateY(-50%);
    -ms-transform: rotate(0deg) translateY(-50%);
    -moz-transform: rotate(0deg) translateY(-50%);
    -webkit-transform: rotate(0deg) translateY(-50%);
}

#menu-container .accordion .card.active,
#menu-container .accordion .card .submenu {
    background-color: #000000;
}

#menu-container .accordion .card:hover .menu-link,
#menu-container .accordion .card.active .menu-link {
    color: #fff;
    background-color: #000000;
    border: none;
}

#menu-container .accordion .card .submenu {
    padding: 0px 30px;
}

#menu-container .accordion .card .submenu li {
    padding: 5px 0px;
}

#menu-container .accordion .card .submenu li:hover,
#menu-container .accordion .card .submenu li.active a {
    color: #fff;
}

.cart-btn li {
    display: inline-block !important;
    margin: 0px 5px;
}

.cart-btn {
    margin-top: 10px;
}

.cart-btn li {
    font-size: 18px;
    color: #fff;
    margin: 0px 10px;
}

.header_3.full-width-menu {
    position: fixed;
    width: 100%;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    margin-top: -100px;
    z-index: 3;
}

.header_3 .nav-menu-4 .nav-menu a {
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.header_3 .nav-menu-4 .nav-menu a:hover {
    color: #00eab2;
}

.modal-body .log-in-text {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.modal-body .log-in-icon i {
    font-size: 20px;
    color: #fff;
}

/*---------------------------------------------------- */

/*slider Section*/

/*----------------------------------------------------*/

.slider-text {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-text .section-title h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
}

#slider-item:hover {
    visibility: visible;
}

#slider-item .genius-btn {
    border: 2px solid var(--primaryColor);
    margin-top: 30px;
}

#slider-item .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}

#slider-item .owl-dots .owl-dot.active {
    height: 45px;
    width: 3px;
    border-radius: 4px;
    background-color: #fff;
}

#slider-item .owl-dots .owl-dot {
    height: 20px;
    background-color: #585656;
    width: 3px;
}

#slider-item .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 95%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#slider-item .owl-next {
    float: right;
}

#slider-item .scound-slide {
    font-size: 70px;
}

#slider-item .search-course {
    max-width: 500px;
    /*    margin: 0 auto;*/
}

#slider-item .owl-item .layer-1-2 {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out 0.3s;
    -o-transition: all 1s ease-in-out 0.3s;
    transition: all 1s ease-in-out 0.3s;
}

#slider-item .owl-item .layer-1-1 {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out 1s;
    -o-transition: all 1s ease-in-out 1s;
    transition: all 1s ease-in-out 1s;
}

#slider-item .owl-item .layer-1-3 {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out 1.5s;
    -o-transition: all 1s ease-in-out 1.5s;
    transition: all 1s ease-in-out 1.5s;
}

#slider-item .owl-item .layer-1-4 {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out 2s;
    -o-transition: all 1s ease-in-out 2s;
    transition: all 1s ease-in-out 2s;
}

#slider-item .owl-item .layer-1-5 {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out 2.5s;
    -o-transition: all 1s ease-in-out 2.5s;
    transition: all 1s ease-in-out 2.5s;
}

#slider-item .owl-item .layer-1-6 {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out 3s;
    -o-transition: all 1s ease-in-out 3s;
    transition: all 1s ease-in-out 3s;
}

#slider-item .owl-item.active .layer-1-2,
#slider-item .owl-item.active .layer-1-1,
#slider-item .owl-item.active .layer-1-3,
#slider-item .owl-item.active .layer-1-4,
#slider-item .owl-item.active .layer-1-5,
#slider-item .owl-item.active .layer-1-6 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

#slider-item .owl-item.active .slider-images img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 10s;
    -o-transition: 10s;
    transition: 10s;
}

#slider-item .slider-course-category {
    max-width: 500px;
    /*    margin: 0 auto;*/
    margin-top: 25px;
}

.layer-1-4 span {
    color: #fff;
}

#slider-item .slider-course-category li {
    color: #fff;
    font-weight: 700;
    margin: 0px 10px;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#slider-item .slider-course-category li:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 2px;
    top: 6px;
    right: -13px;
    background-color: #8e8e8e;
}

#slider-item .slider-course-category li:last-child:after {
    display: none;
}

#slider-item .slider-course-category li:hover {
    color: var(--primaryColor);
}

#slider-item .third-slide {
    font-size: 60px;
}

#slider-item .secoud-title {
    font-size: 70px;
}

.coming-countdown {
    margin-bottom: 30px;
    text-align: center;
}

.coming-countdown li {
    width: 100px;
    height: auto;
    padding: 15px 5px;
    margin-right: 30px;
    text-align: center;
    display: inline-block;
    color: #fff;
    border: 2px solid var(--primaryColor);
    border-radius: 8px;
}

.coming-countdown li:last-child {
    margin-right: 0px;
}

.coming-countdown .number {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.coming-countdown span {
    display: block;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
}

.coming-countdown span:before {
    left: 0;
    right: 0;
    top: -20px;
    width: 50px;
    height: 3px;
    margin: 0 auto;
    position: absolute;
    background: #ffffff;
    border-radius: 45px;
}

.slider-bg-1,
.slider-bg-2,
.slider-bg-3,
.slider-bg-4,
.slider-bg-5 {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slider-bg-1 {
    background-image: url(../img/banner/s-1.jpg);
}

.slider-bg-2 {
    background-image: url(../img/banner/s-4.jpg);
}

.slider-bg-3 {
    background-image: url(../img/banner/s-3.jpg);
}

.slider-bg-4 {
    background-image: url(../img/banner/s-4.jpg);
}

.slider-bg-5 {
    background-image: url(../img/banner/sd-1.jpg);
}

.slider-bg-5 .slider-text {
    max-width: 1140px;
    margin: 0 auto;
}

#course-btn .genius-btn {
    margin: 0 auto;
}

/*---------------------------------------------------- */

/*Search Course*/

/*----------------------------------------------------*/

.search-course-section {
    padding: 100px 0px 100px 0px;
}

.search-course input,
.search-course .register-form-area select,
.register-form-area .search-course select,
.search-course .register-form-area textarea,
.register-form-area .search-course textarea,
.subs-form input,
.subs-form .register-form-area select,
.register-form-area .subs-form select,
.subs-form .register-form-area textarea,
.register-form-area .subs-form textarea {
    width: 100%;
    height: 36px;
    /*background-color: #f9f9f9;*/
    border: none;
    /*padding: 0px 20px;*/
    border-radius: 5px;
}

.search-course .nws-button,
.subs-form .nws-button {
    top: 0;
    right: 5%;
    height: 50px;
    /* width: 120px; */
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    /* position: absolute; */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.search-course .nws-button button,
.subs-form .nws-button button {
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.counter-icon {
    float: left;
    width: 60px;
    height: 45px;
    line-height: 40px;
    margin-right: 15px;
    text-align: center;
    border-right: 1px solid #989898;
}

.counter-icon i {
    font-size: 38px;
}

.counter-number {
    display: inline-block;
    overflow: hidden;
}

.counter-number p {
    font-size: 14px;
    font-weight: 700;
    /* font-color: #989898; */
}

.counter-number .counter-count,
.counter-number span {
    font-size: 30px;
    color: #333333;
    line-height: 0.9;
}

.counter-number span {
    font-weight: 700;
}

.copy-right-menu-item li {
    color: #989898;
    margin-left: 30px;
}

.copy-right-menu {
    padding: 12px 0px;
    /* border-top: 1px solid #ddd6d6; */
}

.home-secound-course-search {
    background-image: url(../img/banner/hb-2.jpg);
    padding-bottom: 0;
}

.home-secound-course-search .search-app {
    padding-top: 50px;
}

.home-secound-course-search .search-app-content {
    margin-left: 40px;
}

.home-secound-course-search .search-course input,
.home-secound-course-search .search-course .register-form-area select,
.register-form-area .home-secound-course-search .search-course select,
.home-secound-course-search .search-course .register-form-area textarea,
.register-form-area .home-secound-course-search .search-course textarea {
    background: #4273e1;
    background: -moz-linear-gradient(
        left,
        #01a6fd 0%,
        #4273e1 51%,
        #01a6fd 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #4eb3bf),
        color-stop(51%, #4273e1),
        color-stop(100%, #4eb3bf)
    );
    background: -webkit-linear-gradient(
        left,
        #01a6fd 0%,
        #4273e1 51%,
        #0071b0 100%
    );
    background: -o-linear-gradient(left, #01a6fd 0%, #4273e1 51%, #01a6fd 100%);
    background: -ms-linear-gradient(
        left,
        #01a6fd 0%,
        #4273e1 51%,
        #01a6fd 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#01a6fd),
        color-stop(51%, #4273e1),
        to(#01a6fd)
    );
    background: -webkit-linear-gradient(
        left,
        #01a6fd 0%,
        #4273e1 51%,
        #01a6fd 100%
    );
    background: linear-gradient(
        to right,
        #01a6fd 0%,
        #4273e1 51%,
        #01a6fd 100%
    );
    background-size: 200% auto;
    color: #fff;
}

.home-secound-course-search .search-course input::-webkit-input-placeholder,
.home-secound-course-search
    .search-course
    .register-form-area
    select::-webkit-input-placeholder,
.register-form-area
    .home-secound-course-search
    .search-course
    select::-webkit-input-placeholder,
.home-secound-course-search
    .search-course
    .register-form-area
    textarea::-webkit-input-placeholder,
.register-form-area
    .home-secound-course-search
    .search-course
    textarea::-webkit-input-placeholder {
    color: #fff;
}

.home-secound-course-search .counter-number p {
    color: #fff;
}

.home-secound-course-search .counter-count,
.home-secound-course-search .counter-number span,
.counter-number .home-secound-course-search span {
    color: #fff;
}

.home-secound-course-search .section-title span,
.home-secound-course-search .section-title h2 {
    color: #fff;
}

.home-secound-course-search .search-app .search-app-content h2 {
    font-size: 35px;
}

.home-secound-course-search .app-details-content p {
    font-size: 20px;
    color: #fff;
}

.home-secound-course-search .about-list li {
    color: var(--primaryColor);
    margin-left: 5px;
}

.home-secound-course-search .about-list li:before {
    width: 10px;
    height: 10px;
    top: 7px;
    background-color: #5196c9;
}

.home-secound-course-search .genius-btn {
    width: 190px;
}

.app-stor {
    display: inline-block;
}

.app-stor li {
    font-size: 22px;
    color: #fff;
    margin-right: 25px;
    position: relative;
}

.app-stor li:after {
    position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    top: 4px;
    right: -14px;
    background-color: #9ad1f6;
}

.app-stor li:last-child:after {
    display: none;
}

.search-course-secound {
    background-color: #333333;
    padding: 20px 0px 10px !important;
    max-width: 1170px;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    top: -40px;
}

.search-course-secound .counter-number .counter-count,
.search-course-secound .counter-number span,
.search-course-secound .counter-number span {
    color: #fff;
}

.search-course-secound .counter-number p {
    color: var(--primaryColor);
    margin: 0;
}

.search-course-third {
    padding: 0;
}

.search-course-third .version-four {
    padding: 40px 35px 30px;
}

.search-course-third .counter-number p {
    margin-bottom: 0;
}

.search-course-third .counter-icon-number {
    position: relative;
}

.search-course-third .counter-icon-number:before,
.search-course-third .counter-icon-number:after {
    position: absolute;
    content: "";
    bottom: -30px;
    background-color: #eee;
    width: 110%;
    height: 7px;
    left: -20px;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.search-course-third .counter-icon-number:after {
    background-color: var(--primaryColor);
    width: 0;
}

.search-course-third .counter-icon-number:hover::after {
    width: 110%;
}

.home-third-course-search {
    background-color: #f7f7f7;
    padding-bottom: 0;
}

.home-third-course-search .search-course input,
.home-third-course-search .search-course .register-form-area select,
.register-form-area .home-third-course-search .search-course select,
.home-third-course-search .search-course .register-form-area textarea,
.register-form-area .home-third-course-search .search-course textarea {
    background-color: #fff;
}

.home-third-course-search .app-stor li {
    color: #777777;
}

.home-third-course-search .app-stor li:after {
    background-color: #777777;
}

.home-third-course-search .section-title h2 {
    font-size: 42px;
}

#search-course-2 .search-app {
    margin-top: 50px;
}

/*---------------------------------------------------- */

/*popular Course*/

/*----------------------------------------------------*/

.popular-course-section {
    padding-bottom: 125px;
}

.popular-course-section .section-title .subtitle {
    margin-left: 42px;
}

.course-meta {
    display: inline-block;
    width: 100%;
}

/* .course-meta span {
    float: left;
    font-size: 14px;
    margin-right: 10px;
    position: relative; 
} */

/*.course-meta span:after {
   top: 2px;
    width: 1px;
    content: '';
    height: 15px;
    right: -5px;
    position: absolute;
    background-color: #989898; 
}*/

.course-meta span:last-child:after {
    display: none;
}

.course-meta .course-category,
.latest-events .course-meta .course-author {
    color: var(--primaryColor);
}

.course-meta .course-author {
    color: #333333;
}

.course-meta .course-rate li {
    color: #ffc926;
}

.course-title:after {
    left: 0;
    content: "";
    height: 3px;
    width: 50px;
    bottom: 25px;
    position: absolute;
}

.course-title h3 {
    color: #333333;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.course-title h3 span {
    top: -6px;
    color: #fff;
    padding: 5px;
    font-size: 11px;
    border-radius: 3px;
    position: relative;
    background-color: #11c4dc;
}

.course-viewer li {
    color: #989898;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #f7f7f7;
}

.course-price {
    top: 20px;
    left: 20px;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 4px;
    position: absolute;
}

.course-price span {
    color: #fff;
}

.course-details-btn {
    top: 25px;
    right: 5px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.course-details-btn a {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.course-item-pic-text:hover .course-details-btn {
    right: 20px;
    opacity: 1;
    visibility: visible;
}

.owl-nav {
    right: 0;
    top: -90px;
    position: absolute;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    float: left;
    width: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 5px;
    border-radius: 4px;
    background-color: #f7f7f7;
}

.popular-three {
    background-color: #f7f7f7;
    padding: 100px 0px 100px;
}

.popular-three .course-viewer li {
    background-color: #fff;
}

.popular-three .owl-nav .owl-prev,
.popular-three .owl-nav .owl-next,
.popular-three .owl-nav .owl-next {
    background-color: #fff;
}

.course-pic {
    overflow: hidden;
    border-radius: 4px;
}

.course-pic img {
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.course-item-pic-text:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*---------------------------------------------------- */

/*About Us*/

/*----------------------------------------------------*/

.about-us-section {
    background-color: #f7f7f7;
    padding: 125px 0px;
    overflow: visible;
}

.about-resigter-form {
    z-index: 2;
    padding: 30px;
    max-width: 360px;
    margin-top: 120px;
}

.register-content {
    position: relative;
}

.register-fomr-title h3 {
    font-size: 35px;
    color: #fff;
}

.register-fomr-title h3 span {
    font-weight: 300;
}

.register-fomr-title p {
    font-size: 14px;
    color: #fff;
}

.register-form-area input,
.register-form-area select,
.register-form-area textarea {
    height: 42px;
    width: 100%;
    background-color: #fff;
    padding: 0 15px;
    border-radius: 4px;
    margin-bottom: 5px;
    border: none;
}

.register-form-area textarea {
    height: 100px;
    padding-top: 15px;
}

.register-form-area button {
    height: 60px;
    width: 100%;
    font-weight: 700;
    color: #fff;
    border: none;
    text-transform: uppercase;
    background-color: #ff5b10;
}

.bg-mockup {
    position: absolute;
    top: 10px;
    left: -6px;
    z-index: 1;
}

.about-us-text {
    padding-top: 35px;
}

.about-us-text .section-title {
    margin-bottom: 60px;
}

.about-us-text .section-title p {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    margin-top: 20px;
}

.about-us-text .section-title:after {
    position: absolute;
    content: "";
    bottom: -30px;
    height: 2px;
    width: 50px;
    background-color: var(--primaryColor);
}

.about-content-text p {
    font-size: 18px;
    color: #333333;
}

.about-list li {
    font-weight: 500;
    color: #333333;
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
}

.about-list li:before {
    left: 0;
    content: "";
    width: 15px;
    height: 15px;
    top: 2px;
    border-radius: 100%;
    position: absolute;
    background-color: var(--primaryColor);
}

.about-btn .genius-btn {
    display: inline-block;
    margin-right: 25px;
}

.home-secound .about-resigter-form {
    background-image: url(../img/about/abt.jpg);
    max-width: 420px;
    margin-top: 5px;
    padding: 50px;
    margin-left: 30px;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 10px 10px 30px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 30px 10px rgba(0, 0, 0, 0.1);
}

.home-secound .about-resigter-form:after {
    content: "";
    position: absolute;
    height: 80%;
    top: 50%;
    width: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 5px;
    left: -30px;
    z-index: -1;
    background: var(--primaryColor);
    background: -moz-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #4eb3bf),
        color-stop(51%, var(--primaryColor)),
        color-stop(100%, #4eb3bf)
    );
    background: -webkit-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #0071b0 100%
    );
    background: -o-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: -ms-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#01a6fd),
        color-stop(51%, var(--primaryColor)),
        to(#01a6fd)
    );
    background: -webkit-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: linear-gradient(
        to right,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background-size: 200% auto;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.home-secound .register-form-area button {
    background: var(--primaryColor);
    background: -moz-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #4eb3bf),
        color-stop(51%, var(--primaryColor)),
        color-stop(100%, #4eb3bf)
    );
    background: -webkit-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #0071b0 100%
    );
    background: -o-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: -ms-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#01a6fd),
        color-stop(51%, var(--primaryColor)),
        to(#01a6fd)
    );
    background: -webkit-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: linear-gradient(
        to right,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background-size: 200% auto;
}

.home-secound .bg-mockup {
    display: none;
}

.home-secound .register-form-area input,
.home-secound .register-form-area select,
.home-secound .register-form-area textarea,
.home-secound .register-form-area select,
.home-secound .register-form-area textarea {
    background-color: #ffffffc7;
}

.home-third {
    background-color: #fff;
}

.about-page-section {
    padding: 80px 0px;
}

.about-gallery {
    display: inline-block;
    margin-bottom: 20px;
}

.about-gallery-img {
    float: left;
    margin-bottom: 15px;
}

.grid-1 {
    width: 66.5%;
    float: left;
}

.grid-2 {
    width: 31.5%;
    float: left;
    margin-left: 12px;
}

.about-text-item .section-title-2 {
    margin-bottom: 65px;
}

.about-text-item .section-title-2 h2:after {
    bottom: -30px;
}

.about-text-item p {
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    margin-bottom: 25px;
}

.about-teacher-2 .section-title-2 h2 {
    font-size: 28px;
}

.about-teacher-2 .section-title-2 h2:after {
    display: none;
}

.about-teacher-2 .section-title-2 h2 b {
    color: var(--primaryColor);
    font-size: 14px;
    font-weight: 700;
}

.about-course-categori {
    padding-top: 50px;
}

.about-course-categori .category-slide {
    margin-top: 40px;
}

/*---------------------------------------------------- */

/*testimonial section*/

/*----------------------------------------------------*/

.why-choose-us-section .jarallax {
    background-image: url(../img/banner/tesit-b-1.jpg);
    padding: 140px 0px 115px 0px;
}

.why-choose-us-section .section-title {
    margin-bottom: 50px;
}

.why-choose-us-section .section-title h2 {
    color: #fff;
}

.why-choose-us-section .section-title span {
    color: #fff;
}

.service-slide {
    margin-bottom: 50px;
}

.service-icon {
    margin-right: 15px;
}

.service-icon i {
    font-size: 50px;
}

.service-text {
    overflow: hidden;
}

.service-text h3 {
    font-size: 22px;
    color: #fff;
}

.service-text p {
    color: #88c3ef;
}

.owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-dots .owl-dot {
    height: 5px;
    width: 20px;
    display: inline-block;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    margin: 0 7px;
    border-radius: 10px;
    background-color: #4175a4;
}

.owl-dots .owl-dot.active {
    width: 40px;
    background-color: #fff;
}

.testimonial-slide .section-title-2 h2 {
    color: #fff;
}

.testimonial-slide .student-qoute {
    border: 2px solid #3080b6;
    padding: 30px;
    border-radius: 5px;
    position: relative;
}

.testimonial-slide .student-qoute:after {
    position: absolute;
    content: "\f10d";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #3080b6;
    font-size: 40px;
    right: 35px;
    padding: 5px 20px;
    bottom: -30px;
    background-color: #125693;
}

.testimonial-slide .student-qoute p {
    font-style: italic;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.testimonial-slide .student-qoute p b {
    font-weight: 700;
}

.testimonial-slide .student-name-designation span {
    font-size: 13px;
    color: var(--primaryColor);
    margin-right: 25px;
    position: relative;
}

.testimonial-slide .student-name-designation span:before {
    top: 4px;
    width: 1px;
    content: "";
    height: 10px;
    right: -14px;
    position: absolute;
    background-color: var(--primaryColor);
}

.testimonial-slide .student-name-designation span:last-child::before {
    display: none;
}

.testimonial-slide .student-name-designation .st-designation {
    font-weight: 300;
}

.testimonial-slide-area .owl-stage-outer {
    padding-bottom: 30px;
}

.testimonial-slide-area .owl-prev,
.testimonial-slide-area .owl-next {
    background-color: #3080b6;
    color: #f7f7f7;
}

.secound-testimoinial-section {
    max-width: 880px;
    margin: 0 auto;
    padding: 10px 0px 90px 0px;
}

.secound-testimoinial-section .student-qoute {
    padding: 0;
    border: none;
}

.secound-testimoinial-section .student-qoute p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 30px;
}

.secound-testimoinial-section .student-qoute:after {
    display: none;
}

.secound-testimoinial-section .owl-dot {
    background-color: #f5f5f5;
}

.secound-testimoinial-section .owl-dot.active {
    background-color: #989898;
}

.secound-testimoinial-section .student-name-designation span {
    color: #989898;
}

.secound-testimoinial-section .student-name-designation span:before {
    background-color: #989898;
}

.secound-testimoinial-section .student-name-designation .st-name {
    color: #333333;
}

.testimonial_2_section {
    padding-top: 100px;
}

.testimonial_2_section .section-title-2 h2,
.testimonial_2_section .section-title-2 span {
    color: #333333;
}

.testimonial_2_section .student-qoute {
    border: 2px solid #f7f7f7;
}

.testimonial_2_section .student-qoute p {
    color: #8c8c8c;
}

.testimonial_2_section .student-qoute p b {
    color: #333333;
}

.testimonial_2_section .student-qoute:after {
    background-color: #fff;
    color: #8c8c8c;
}

.testimonial_2_section .owl-next,
.testimonial_2_section .owl-prev,
.testimonial_2_section .owl-nav .owl-next,
.owl-nav .testimonial_2_section .owl-next,
.testimonial_2_section .testimonial-slide-area .owl-next,
.testimonial-slide-area .testimonial_2_section .owl-next {
    background-color: #f7f7f7;
    color: #999999;
}

.third-testimoinial-section {
    padding: 100px 0px 40px;
}

.third-testimoinial-section .section-title-2 h2 {
    color: #333333;
}

/*---------------------------------------------------- */

/*latest section*/

/*----------------------------------------------------*/

.latest-area-section {
    padding: 125px 0px 55px 0px;
}

.latest-news-thumbnile {
    height: 120px;
    width: 120px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.latest-news-thumbnile .hover-search {
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    right: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.blakish-overlay {
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}

.latest-news-area {
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    max-width: 335px;
}

.latest-news-area:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.latest-news-area .date-meta {
    color: #989898;
    font-size: 14px;
    margin-bottom: 10px;
}

.latest-news-area:hover .blakish-overlay {
    opacity: 1;
    visibility: visible;
}

.latest-news-area:hover .hover-search {
    opacity: 1;
    visibility: visible;
}

.latest-title {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}

.view-all-btn {
    color: #333333;
}

.view-all-btn i {
    color: var(--primaryColor);
    margin-left: 5px;
}

.gradient-bdr {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    background: -o-linear-gradient(69deg, #10abff, #1beabd);
    background: linear-gradient(21deg, #10abff, #1beabd);
    background: -webkit-linear-gradient(69deg, #10abff, #1beabd);
}

.events-date {
    float: left;
    height: 84px;
    width: 95px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 10px;
    margin-right: 20px;
    background-color: #fff;
}

.events-date span {
    font-size: 50px;
    padding-top: 8px;
    color: #333333;
    line-height: 1;
    display: block;
}

.latest-events {
    display: inline-block;
    max-width: 340px;
    margin-bottom: 30px;
}

.latest-events .course-meta .course-category,
.latest-events .course-meta .course-author {
    font-weight: 500;
    color: #989898;
}

.event-text {
    overflow: hidden;
}

.video-play-btn {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video-play-btn a {
    display: block;
    width: 100%;
}

.sponsor-section {
    padding: 30px 0px 125px 0px;
}

.sponsor-pic {
    position: relative;
    width: 180px;
    margin: 0 auto;
}

.sponsor-pic:after {
    position: absolute;
    top: 20px;
    content: "";
    height: 80px;
    background-color: #cccccc;
    right: 0;
    width: 1px;
}

.sponsor-1 .owl-stage-outer {
    padding: 0 10px;
}

.sponsor-1 .owl-dots {
    display: none !important;
}

.sponsor-2 {
    padding: 60px 0px;
}

.sponsor-2 .sponsor-pic:after {
    display: none;
}

.sponsor-2 .owl-nav {
    display: none;
}

.sponsor-2 .owl-dots .owl-dot {
    background-color: #f5f5f5;
}

.sponsor-2 .owl-dots .owl-dot.active {
    background-color: #cccccc;
}

.home-page-three {
    padding: 40px 0px 125px;
}

/*---------------------------------------------------- */

/*Best course section*/

/*----------------------------------------------------*/

.best-course-section {
    background-color: #f7f7f7;
    padding: 100px 0px 100px 0px;
}

.best-course-pic-text {
    border-radius: 4px;
    padding-top: 30px;
}

.best-course-pic-text .course-title h3 {
    font-size: 17px;
    line-height: 25px;
}

.best-course-pic-text .course-title:after {
    display: none;
}

.best-course-pic-text .best-course-text {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 13px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.best-course-pic-text .best-course-text .course-meta span {
    font-weight: 400;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.best-course-pic-text .best-course-pic {
    overflow: hidden;
    border-radius: 4px 4px 0px 0px;
}

.best-course-pic-text .course-price {
    bottom: 20px;
    z-index: 1;
    top: inherit;
}

.best-course-pic-text .course-rate {
    position: absolute;
    /*right: 25px;
    bottom: 25px;*/
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.best-course-pic-text .course-rate li {
    font-size: 14px;
}

.best-course-pic-text .course-details-btn {
    top: inherit;
    bottom: 25px;
    right: 5px;
}

.best-course-pic-text:hover .course-details-btn {
    opacity: 1;
    right: 25px;
    visibility: visible;
    z-index: 1;
}

.best-course-pic-text:hover .course-rate {
    opacity: 0;
}

.best-course-pic-text:hover .blakish-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 0;
}

.best-course-pic-text:hover .best-course-text {
    -webkit-box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.1);
}

.course-rate li {
    color: #ffc926;
}

.trend-badge-2 {
    top: -18px;
    left: -50px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    padding: 30px 35px 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ff5a00;
}

.trend-badge-3 {
    right: 5px;
    top: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    border-radius: 5px;
    padding: 5px;
    background: -webkit-linear-gradient(
        left,
        var(--primaryColor) 0%,
        #01a6fd 51%,
        #0071b0 100%
    );
}

.trend-badge-8 {
    width: 200px;
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 700;
    border-radius: 5px;
    padding: 5px;
    /* background: -webkit-linear-gradient(left,
            var(--primaryColor) 0%,
            #01a6fd 51%,
            #0071b0 100%); */
    background: linear-gradient(60deg, #212158 0%, #6060a0 100%) !important;
}

.trend-badge-2 span {
    display: block;
}

.couse-pagination li {
    font-size: 18px;
    color: #bababa;
    margin: 0 5px;
}

.couse-pagination li.active {
    color: #333333;
    font-weight: 700;
}

.couse-pagination .pg-text {
    font-size: 13px;
}

.best-course-v2 {
    background-color: #fff;
    padding-bottom: 80px;
}

.best-course-v2 .best-course-pic-text .best-course-text {
    background-color: #f7f7f7;
}

.course-search-filter {
    display: inline-block;
    width: 100%;
}

.course-button ul.product-tab li.active:after {
    display: none;
}

.course-button ul.product-tab li:before {
    content: "";
    position: absolute;
    top: -15px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #01a6fd;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 0;
    width: 20px;
    right: 0;
    opacity: 0;
    margin: 0 auto;
}

.course-button ul.product-tab li.active:before {
    opacity: 1;
}

.course-button ul.product-tab li.active .category-icon-title:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.course-button ul.product-tab li.active .category-icon i {
    color: #fff;
    -webkit-text-fill-color: inherit;
}

.course-button ul.product-tab li.active .category-title h4 {
    color: #fff;
}

.course-button .category-title h4 {
    text-transform: capitalize;
    font-size: 16px;
}

.course-button ul.product-tab li {
    margin: 0;
}

.course-button ul.product-tab li .category-icon-title {
    width: 180px;
    height: 180px;
    padding: 20px;
    overflow: hidden;
}

.button-tab .owl-stage-outer {
    padding: 20px 0px;
}

.button-tab .owl-prev,
.button-tab .owl-nav .owl-next,
.owl-nav .button-tab .owl-next,
.button-tab .testimonial-slide-area .owl-next,
.testimonial-slide-area .button-tab .owl-next {
    position: absolute;
    left: 0;
}

.course-button {
    background-color: #fff;
}

.one-page-category {
    padding-top: 0;
}

.one-page-category .category-slide {
    margin-top: 0;
}

.one-page-category .category-slide .owl-nav {
    top: 46%;
    width: 108%;
}

/*---------------------------------------------------- */

/*Teacher  section*/

/*----------------------------------------------------*/

.course-teacher-section .jarallax {
    background-image: url(../img/banner/teacher-b.jpg);
    padding: 100px 0px 100px 0px;
}

.course-teacher-section .section-title {
    margin-bottom: 70px;
}

.course-teacher-section .section-title h2 {
    color: #fff;
}

.course-teacher-section .section-title span {
    color: #fff;
}

.course-teacher-section .genius-btn {
    margin: 0 auto;
}

.teacher-img-content {
    background-color: #0a4a78;
    display: inline-block;
    padding: 20px;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 50px;
}

.teacher-img-content .teacher-social-name {
    float: left;
    max-width: 65px;
}

.teacher-img-content .teacher-social-name ul {
    margin-bottom: 10px !important;
}

.teacher-img-content .teacher-social-name li {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    text-align: center;
    color: #adb8bf;
    line-height: 35px;
    margin-bottom: 5px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background-color: #608297;
}

.teacher-img-content .teacher-social-name li:hover {
    background-color: #fff;
    color: #176299;
}

.teacher-img-content .teacher-social-name .teacher-name span {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}

.teacher-img-content .teacher-img {
    height: 150px;
    width: 150px;
    display: inline-block;
    position: relative;
    right: -35px;
    top: -35px;
}

.teacher-img-content .teacher-img img {
    border-radius: 4px;
}

.teacher-img-content .teacher-img:after {
    content: "";
    height: 2px;
    width: 50px;
    left: -25px;
    bottom: 30px;
    position: absolute;
    background-color: var(--primaryColor);
}

.teacher-img-content .teacher-img .course-price {
    font-weight: 400;
    top: auto;
    bottom: 20px;
    font-size: 12px;
    left: 45px;
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    visibility: hidden;
}

.teacher-img-content .teacher-category {
    position: relative;
    top: -5px;
}

.teacher-img-content .teacher-category .st-name {
    font-size: 13px;
    color: #fff;
}

.teacher-img-content:hover .course-price {
    opacity: 1;
    left: 35px;
    visibility: visible;
}

.secound-teacher-section {
    background-color: #f7f7f7;
    padding: 105px 0px;
}

.teacher-img-text {
    background-color: #fff;
    padding: 20px 30px 30px 30px;
    border-radius: 4px;
}

.secound-teacher-section .teacher-img-text .teacher-social-list {
    position: absolute;
    top: 40%;
    left: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    right: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.secound-teacher-section .teacher-img-text .teacher-social-list li {
    height: 30px;
    width: 30px;
    text-align: center;
    border: 2px solid var(--primaryColor);
    line-height: 30px;
    color: #fff;
    margin: 0 2px;
    border-radius: 100%;
}

.teacher-img-text .teacher-name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.teacher-img-text .teacher-designation {
    font-size: 13px;
    color: var(--primaryColor);
}

.teacher-img-text .teacher-img-social .blakish-overlay {
    border-radius: 100%;
    height: 190px;
    width: 190px;
    margin: 0 auto;
    left: -13px;
    top: 5px;
    right: 0;
}

.teacher-img-text:hover .blakish-overlay {
    opacity: 1;
    visibility: visible;
}

.teacher-img-text:hover .teacher-social-list {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.teacher-img-social {
    z-index: 1;
}

.teacher-img-social img {
    border: 5px solid #fff;
    border-radius: 100%;
}

.teacher-img-social:after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    background: var(--primaryColor);
    background: -moz-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #4eb3bf),
        color-stop(51%, var(--primaryColor)),
        color-stop(100%, #4eb3bf)
    );
    background: -webkit-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #0071b0 100%
    );
    background: -o-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: -ms-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#01a6fd),
        color-stop(51%, var(--primaryColor)),
        to(#01a6fd)
    );
    background: -webkit-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: linear-gradient(
        to right,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background-size: 200% auto;
    top: -5px;
    left: -5px;
    border-radius: 100%;
    z-index: -1;
    right: 0;
}

.secound-teacher-section .owl-prev,
.secound-teacher-section .owl-nav .owl-next,
.owl-nav .secound-teacher-section .owl-next,
.secound-teacher-section .testimonial-slide-area .owl-next,
.testimonial-slide-area .secound-teacher-section .owl-next,
.secound-teacher-section .owl-next {
    background-color: #fff;
}

.secound-teacher-section .genius-btn {
    margin: 0 auto;
    margin-top: 65px;
}

.genius-teacher-section-2 {
    padding-bottom: 80px;
}

.teacher-img-content {
    background-color: inherit;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 25px;
    height: 210px;
}

.teacher-img-content .teacher-cntent {
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 1;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
}

.teacher-img-content .teacher-social-name ul {
    margin-bottom: 20px !important;
}

.teacher-img-content .teacher-category {
    bottom: 50px;
    top: inherit;
    right: 20px;
    display: none;
    z-index: 11;
}

.teacher-img-content:after {
    position: absolute;
    content: "";
    background: var(--primaryColor);
    background: -moz-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #4eb3bf),
        color-stop(51%, var(--primaryColor)),
        color-stop(100%, #4eb3bf)
    );
    background: -webkit-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #0071b0 100%
    );
    background: -o-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: -ms-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#01a6fd),
        color-stop(51%, var(--primaryColor)),
        to(#01a6fd)
    );
    background: -webkit-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: linear-gradient(
        to right,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background-size: 200% auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
}

.teacher-img-content:hover:after {
    opacity: 0.8;
}

.teacher-img-content:hover .teacher-category {
    display: block;
}

.teacher-img-content:hover .teacher-cntent {
    opacity: 1;
}

.teacher-social-name li {
    background-color: #fff;
}

.teacher-page-section {
    padding: 80px 0px;
}

.teacher-page-section .couse-pagination {
    margin-top: 60px;
}

.teacher-pic-content {
    margin-bottom: 30px;
}

.teacher-pic-content .teacher-hover-item {
    display: inline-block;
    position: absolute;
    top: 35px;
    left: 15px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.teacher-pic-content .teacher-hover-item .teacher-text {
    color: #fff;
}

.teacher-pic-content .teacher-social-name {
    width: 100%;
    max-width: inherit;
    margin-bottom: 5px;
}

.teacher-pic-content .teacher-social-name li {
    background-color: #fff;
    color: var(--primaryColor);
}

.teacher-pic-content .teacher-next {
    height: 45px;
    width: 45px;
    background-color: #fff;
    position: absolute;
    right: -40px;
    bottom: 0;
    line-height: 52px;
    border-top-left-radius: 10px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.teacher-pic-content .teacher-next a {
    display: block;
    width: 100%;
}

.teacher-pic-content .teacher-next i {
    font-size: 20px;
}

.teacher-pic-content .teacher-img-content {
    background-color: inherit;
    padding: 0;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0;
}

.teacher-pic-content .teacher-img-content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 0;
}

.teacher-pic-content .teacher-name-designation {
    padding: 10px;
    margin-top: -5px;
    background-color: #f7f7f7;
}

.teacher-pic-content .teacher-name-designation .teacher-name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.teacher-pic-content .teacher-name-designation .teacher-designation {
    font-size: 13px;
    color: var(--primaryColor);
}

.teacher-pic-content:hover .teacher-img-content::after {
    opacity: 0.8;
}

.teacher-pic-content:hover .teacher-hover-item {
    opacity: 1;
    visibility: visible;
    left: 25px;
}

.teacher-pic-content:hover .teacher-next {
    opacity: 1;
    right: 0;
    visibility: visible;
}

.first-widget {
    margin-top: 0 !important;
}

.teacher-details-area {
    padding: 80px 0px;
}

.course-img {
    margin-bottom: 15px;
}

.course-desc {
    color: #333333;
}

.teacher-details-text .section-title-2 {
    margin-bottom: 50px;
}

.teacher-details-text .section-title-2 h2 {
    font-size: 30px;
}

.teacher-details-text .section-title-2 h2:after {
    bottom: -20px;
}

.teacher-details-text .teacher-deg {
    font-weight: 700;
    font-size: 15px;
    margin-top: 5px;
}

.teacher-details-text .teacher-deg span {
    color: var(--primaryColor);
}

.teacher-desc-social {
    margin-bottom: 28px;
}

.teacher-desc-social li {
    height: 80px;
    width: 80px;
    text-align: center;
    background-color: #f7f7f7;
    color: #444444;
    border-radius: 4px;
    font-size: 13px;
    margin-right: 5px;
    padding-top: 15px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.teacher-desc-social li i {
    color: #bababa;
    font-size: 30px;
    margin-bottom: 5px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.teacher-desc-social li:hover {
    background-color: var(--primaryColor);
    color: #fff;
}

.teacher-desc-social li:hover i {
    color: #fff;
}

.teacher-address .address-details li {
    color: #000;
    font-size: 18px;
    /* margin-bottom: 20px;*/
    /*display: flex;*/
}

.teacher-address .address-details li b {
    font-weight: 900;
}

.teacher-address .address-details li .addrs-icon {
    /*height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border-radius: 5px;
    color: #fff;
    margin-right: 15px;
    float: left;
    background-color: #01a6fd;*/
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
    float: left;
    background-color: #01a6fd;
}

.teacher-address .address-details li .add-info {
    overflow: hidden;
    margin-top: 10px;
}

.about-teacher .section-title-2 {
    margin-bottom: 35px;
}

.about-teacher .section-title-2 h2:after {
    display: none;
}

.about-teacher p {
    font-weight: 300;
    font-size: 16px;
    color: #333333;
}

.category-slide .category-icon-title {
    padding: 35px 10px;
    border-radius: 0;
    position: relative;
    margin-bottom: 0;
}

.category-slide .category-icon-title:after {
    border-radius: 0;
}

.category-slide .owl-nav {
    top: 35%;
    width: 110%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    left: -40px;
    z-index: -1;
}

.category-slide .owl-nav .owl-prev,
.category-slide .owl-nav .owl-next,
.category-slide .owl-nav .owl-next {
    background-color: transparent;
}

.category-slide .owl-nav .owl-prev,
.category-slide .owl-nav .owl-next {
    float: left;
}

.category-slide .owl-nav .owl-next {
    float: right;
}

.category-slide .owl-item.active:before {
    content: "";
    position: absolute;
    height: 195px;
    width: 1px;
    background-color: #eee;
    top: 0;
    right: 0;
    z-index: 1;
}

.category-slide .owl-item.active:last-child:before {
    display: none;
}

.category-slide .owl-stage-outer {
    padding: 5px;
}

.about-faq.faq-secound-home-version {
    background-image: inherit;
    padding-top: 0;
}

.about-faq.faq-secound-home-version .panel-group .panel {
    max-width: inherit;
}

.about-faq.faq-secound-home-version .panel-group .btn-link.collapsed {
    color: #333333;
    font-weight: 400;
    padding: 10px 0px;
}

.about-faq.faq-secound-home-version .panel-group .panel-title h3:before {
    background-color: #cfcdcd;
    top: 15px;
}

.about-faq.faq-secound-home-version .panel-group .panel-body {
    color: inherit;
}

.about-faq.faq-secound-home-version
    .panel-group
    .collapse.show
    .panel-body:before {
    height: 185%;
    top: -49px;
}

.about-faq.faq-secound-home-version .panel-group .btn-link.collapsed:after {
    color: #cfcdcd;
}

.about-faq.faq-secound-home-version ul.product-tab li {
    background-color: #f7f7f7;
    font-size: 15px;
    font-weight: 400;
    color: #c4c4c4;
}

.about-faq.faq-secound-home-version .ques-ans h3 {
    color: #0f0f0f;
}

.about-faq.faq-secound-home-version .tab-container {
    margin-left: 15px;
}

.teacher-contact {
    padding-top: 25px;
}

/*.teacher-faq-form label {
     display: block;
    text-transform: uppercase;
    color: #333333;
    font-weight: 700;
    font-size: 13px; 
}*/

/* .teacher-faq-form input,
.teacher-faq-form .register-form-area select,
.register-form-area .teacher-faq-form select,
.teacher-faq-form .register-form-area textarea,
.register-form-area .teacher-faq-form textarea,
.teacher-faq-form textarea {
     width: 100%;
    height: 60px;
    border-radius: 4px; 
    background-color: #f7f7f7;
    border: none;
    margin-bottom: 30px;
    padding: 15px; 
}*/

/*.teacher-faq-form textarea {
     height: 160px;
} */

.teacher-faq-form .nws-button {
    /* height: 60px;
    width: 195px;
    line-height: 60px; */
    border-radius: 5px;
}

.teacher-faq-form .nws-button button {
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background-color: transparent;
}

.one-page-teacher {
    padding: 100px 0px;
    background-image: url(../img/banner/tesit-b-1.jpg);
}

.one-page-teacher .section-title span,
.one-page-teacher .section-title h2 {
    color: #fff;
}

/*---------------------------------------------------- */

/*Best product  section*/

/*----------------------------------------------------*/

.best-product-section {
    padding: 125px 0px 50px 0px;
}

.best-product-section .course-title h3 {
    font-size: 18px;
}

.best-product-section .course-title:after {
    display: none;
}

.best-product-section .price-start {
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
}

.best-product-section .price-start span {
    color: var(--primaryColor);
}

.best-product-section.home_2 {
    padding: 50px 0px 100px;
}

.add-cart {
    color: #bbbbbb;
    height: 40px;
    width: 40px;
    line-height: 40px;
    float: right;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

.add-cart:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--primaryColor);
    background: -moz-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #4eb3bf),
        color-stop(51%, var(--primaryColor)),
        color-stop(100%, #4eb3bf)
    );
    background: -webkit-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #0071b0 100%
    );
    background: -o-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: -ms-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#01a6fd),
        color-stop(51%, var(--primaryColor)),
        to(#01a6fd)
    );
    background: -webkit-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: linear-gradient(
        to right,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background-size: 200% auto;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    left: 0;
    z-index: 0;
    opacity: 0;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.add-cart i {
    position: relative;
    z-index: 1;
}

.product-img-text {
    background-color: #f1f1f3;
    padding: 25px 20px;
    display: inline-block;
    width: 97%;
    margin: 5px;
    border-radius: 4px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.product-img-text:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.1);
}

.product-img-text:hover .add-cart {
    color: #fff;
}

.product-img-text:hover .add-cart::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.faq-secound-home-version .best-product-section {
    padding-top: 30px;
}

.faq-secound-home-version .best-product-section .section-title-2 h2 {
    color: #fff;
}

.faq-secound-home-version .best-product-section .owl-prev,
.faq-secound-home-version .best-product-section .owl-nav .owl-next,
.owl-nav .faq-secound-home-version .best-product-section .owl-next,
.faq-secound-home-version
    .best-product-section
    .testimonial-slide-area
    .owl-next,
.testimonial-slide-area
    .faq-secound-home-version
    .best-product-section
    .owl-next,
.faq-secound-home-version .best-product-section .owl-next {
    background-color: #4175a4;
}

.home-third-best-product {
    padding: 20px 0px 80px;
}

.shop-product-section {
    padding: 80px 0px 20px;
}

.genius-shop-item .best-product-section {
    padding-top: 0;
}

.genius-shop-item .best-product-section .product-img-text {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
}

.genius-shop-item .product-list-item {
    background-color: #f7f7f7;
    padding: 25px 20px;
    border-radius: 4px;
}

.genius-shop-item .course-page-section {
    padding-top: 0;
}

.ui-slider-horizontal {
    height: 3px;
    border: none;
    background-color: #dddddd;
}

.price-range .ui-widget.ui-widget-content {
    border: none;
}

.price-range input,
.price-range .register-form-area select,
.register-form-area .price-range select,
.price-range .register-form-area textarea,
.register-form-area .price-range textarea {
    position: absolute;
    font-size: 12px;
    right: -70px;
    top: -13px;
    color: #b2afaf;
    border: none;
    font-weight: 700;
}

#slider-range {
    width: 73%;
    float: right;
    margin-top: 6px;
}

#slider-range .ui-widget-header {
    background-color: #333333;
}

.ui-slider-horizontal .ui-slider-handle {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: var(--primaryColor);
    border: none;
    cursor: pointer;
    outline: none;
    top: -3px;
}

.inner-title {
    font-size: 12px;
    font-weight: 500;
    float: left;
    padding-left: 25px;
    position: relative;
}

.inner-title:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 4px;
    border: 1px solid #d9d4d4;
    left: 0;
    top: 1px;
}

.product-highlights .inner-title {
    float: none;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 10px;
}

.product-highlights .inner-title:last-child {
    margin-bottom: 0;
}

.best-sell-title-price {
    margin-top: 30px;
}

.best-sell-title-price h3 {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
}

.best-sellers-pic-text {
    background-color: #f7f7f7;
    display: inline-block;
    width: 100%;
    padding: 15px 15px 25px 15px;
    margin-bottom: 4px;
}

.best-sellers-pic-text .best-sell-pic {
    height: 105px;
    width: 105px;
    float: left;
    margin-right: 20px;
}

.best-sellers-pic-text .b-price {
    font-size: 12px;
    color: var(--primaryColor);
    font-weight: 700;
}

.best-sellers-item .couse-pagination {
    margin-top: 15px;
}

.best-sellers-item .couse-pagination li {
    font-size: 12px;
}

.best-product-4 {
    background-color: #f7f7f7;
    padding-bottom: 100px;
}

.best-product-4 .product-img-text {
    background-color: #fff;
}

.best-product-4 .owl-nav .owl-prev,
.best-product-4 .owl-nav .owl-next,
.best-product-4 .owl-nav .owl-next {
    background-color: #fff;
}

/*---------------------------------------------------- */

/*FAQ  section*/

/*----------------------------------------------------*/

.faq-section {
    padding: 50px 0px 125px 0px;
}

ul.product-tab li {
    cursor: pointer;
    margin: 0px 40px 0px 0px;
    font-size: 18px;
    position: relative;
    color: #777777;
    font-weight: 500;
    text-transform: uppercase;
}

ul.product-tab li:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    top: 30px;
    left: 0;
    opacity: 0;
    background-color: var(--primaryColor);
}

ul.product-tab li.active {
    color: #333333;
}

ul.product-tab li.active:after {
    opacity: 1;
}

.tab-content-1 {
    display: none;
}

.tab-content-1 p {
    color: #777777;
}

.ques-ans h3 {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 20px;
}

.faq-secound-home-version {
    background-image: url(../img/banner/fq-1.jpg);
    padding: 100px 0px 25px 0px;
}

.faq-secound-home-version .section-title h2,
.faq-secound-home-version .section-title span {
    color: #fff;
}

.faq-secound-home-version ul.product-tab li {
    background-color: #006dad;
    color: #fff;
    padding: 5px 15px;
    font-size: 16px;
    border-radius: 4px;
    z-index: 1;
    margin: 0px 5px 0px 0px;
}

.faq-secound-home-version ul.product-tab li:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--primaryColor);
    background: -moz-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #4eb3bf),
        color-stop(51%, var(--primaryColor)),
        color-stop(100%, #4eb3bf)
    );
    background: -webkit-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #0071b0 100%
    );
    background: -o-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: -ms-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#01a6fd),
        color-stop(51%, var(--primaryColor)),
        to(#01a6fd)
    );
    background: -webkit-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: linear-gradient(
        to right,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background-size: 200% auto;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    border-radius: 4px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.faq-secound-home-version ul.product-tab li.active {
    color: #fff;
}

.faq-secound-home-version ul.product-tab li.active:after {
    opacity: 1;
    visibility: visible;
}

.faq-secound-home-version .ques-ans h3 {
    color: #fff;
}

.faq-secound-home-version .tab-content-1 {
    display: none;
}

.faq-secound-home-version .tab-content-1 p {
    color: #777777;
}

.faq_3 {
    padding-bottom: 40px;
}

.panel-group .panel {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 25px;
    max-width: 625px;
    margin: 0 auto;
}

.panel-group .panel-body {
    color: #fff;
    position: relative;
}

.panel-group .panel-body:before {
    position: absolute;
    left: -15px;
    top: -42px;
    content: "";
    background-color: var(--primaryColor);
    width: 3px;
    /* height: 245px; */
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.panel-group .collapse.show .panel-body:before {
    height: auto !important;
}

.panel-group .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    color: inherit;
    position: relative;
}

.panel-group .panel-title h3 {
    position: relative;
}

.panel-group .panel-title h3:before {
    position: absolute;
    width: 3px;
    height: 25px;
    left: -15px;
    content: "";
    background-color: #ff7a3d;
    top: 22px;
}

.panel-group .panel-title .btn-link {
    display: block;
    padding: 15px 0px 15px;
    position: relative;
    width: 100%;
    text-align: left;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    white-space: normal;
    color: var(--primaryColor);
}

.panel-group .panel-title .btn-link:before {
    content: "\f139";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 20px;
    top: 20px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    color: var(--primaryColor);
}

.panel-group .panel-title .btn-link:after {
    content: "";
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: var(--primaryColor);
}

.panel-group .panel-title .btn-link:hover {
    text-decoration: none;
    color: var(--primaryColor);
}

.panel-group .btn-link.collapsed {
    color: #fff;
}

.panel-group .btn-link.collapsed:before {
    content: " ";
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.panel-group .btn-link.collapsed:after {
    content: "\f13a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    color: #4d8fbe;
}

#accordion .btn {
    white-space: inherit;
}

.faq-page-section {
    padding: 80px 0px 80px 0px;
}

.faq-page-section .panel-group .btn-link.collapsed {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
}

.faq-page-section .panel-group .panel-title .btn-link:before,
.faq-page-section .panel-group .panel-title .btn-link:after {
    right: 0;
}

.faq-page-section .panel-group .panel-title .btn-link:after {
    color: #ccc;
}

.faq-page-section .panel-group .panel-title .btn-link {
    font-size: 20px;
}

.faq-page-section .panel-group .panel-body:before {
    top: -50px;
}

.faq-page-section .panel-group .panel-title h3:before {
    background-color: #ccc;
}

.faq-page-section .panel-group .panel-body {
    color: inherit;
}

.faq-page-section .faq-secound-home-version {
    background-image: inherit;
    padding: 0;
}

.faq-page-section .faq-secound-home-version ul.product-tab li {
    background-color: #f7f7f7;
    color: #ccc;
}

.faq-page-section .faq-secound-home-version ul.product-tab li.active {
    color: #fff;
}

.faq-page-section .panel-group .panel {
    max-width: 100%;
}

.faq-page-section .faq-secound-home-version .ques-ans h3 {
    color: #333333;
}

/*---------------------------------------------------- */

/*Course category  section*/

/*----------------------------------------------------*/

.course-category-section {
    background-color: #f7f7f7;
    padding: 100px 0px 100px 0px;
}

.category-icon {
    position: relative;
    z-index: 1;
}

.category-icon i {
    font-size: 60px;
}

.category-title {
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.category-title h4 {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}

.category-icon-title {
    background-color: #f7f7f7;
    padding: 35px;
    border-radius: 4px;
    /*box-shadow: 0px 0px 2px 2px #b5b2b2;*/
    margin-bottom: 30px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: relative;
}

.category-icon-title:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--primaryColor);
    background: -moz-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #4eb3bf),
        color-stop(51%, var(--primaryColor)),
        color-stop(100%, #4eb3bf)
    );
    background: -webkit-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #0071b0 100%
    );
    background: -o-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: -ms-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#01a6fd),
        color-stop(51%, var(--primaryColor)),
        to(#01a6fd)
    );
    background: -webkit-linear-gradient(
        left,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background: linear-gradient(
        to right,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    );
    background-size: 200% auto;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    border-radius: 4px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.category-icon-title:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.category-icon-title:hover .category-title h4 {
    color: #fff;
}

.category-icon-title:hover .category-icon i {
    color: #fff;
    -webkit-text-fill-color: inherit;
}

.category-icon-title:hover {
    -webkit-box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.1);
}

.home-secound-version {
    background-color: #fff;
}

.home-secound-version .category-icon-title {
    background-color: #f7f7f7;
}

/*---------------------------------------------------- */

/*why choose  section*/

/*----------------------------------------------------*/

.why-choose-section {
    background-image: url(../img/banner/wc-1.jpg);
    padding-top: 115px;
    background-repeat: no-repeat;
}

.why-choose-section .section-title h2,
.why-choose-section .section-title span {
    color: #fff;
}

.features-icon {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    line-height: 80px;
    font-size: 40px;
    float: left;
    margin-right: 25px;
}

.features-icon i {
    color: #fff;
}

.features-text-title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.features-text {
    overflow: hidden;
    padding-top: 10px;
}

.features-text .features-text-dec {
    color: #84bfeb;
}

.extra-icon-text {
    margin-bottom: 45px;
}

.extra-right .features-icon {
    float: right;
    margin-left: 25px;
    margin-right: 0;
}

.version-four .features-icon {
    position: relative;
}

.features-icon .feat-tag.left span {
    position: absolute;
    background-color: #fff;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    text-align: center;
    line-height: 25px;
    font-weight: 700;
    color: var(--primaryColor);
    left: 17%;
    top: 25px;
    font-size: 13px;
}

.features-icon .feat-tag span {
    position: absolute;
    background-color: #fff;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    text-align: center;
    line-height: 25px;
    font-weight: 700;
    color: var(--primaryColor);
    right: 17%;
    top: 25px;
    font-size: 13px;
}

.version-four .extra-right .features-icon .feat-tag span {
    left: -10px;
    right: inherit;
}

.course-advantage {
    padding-top: 65px;
}

.service-slide_3 {
    margin-top: 35px;
}

.service-icon {
    float: none !important;
    margin-bottom: 15px;
}

.service-text-icon {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 4px;
    height: 245px;
    box-shadow: 0 0 3px #333;
}

.service-text p {
    font-size: 15px;
    color: #777777;
}

.service-text h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}

.owl-nav {
    top: -70px;
}

/*---------------------------------------------------- */

/*Contact  section*/

/*----------------------------------------------------*/

.contact-area-section {
    background-image: url(../img/banner/contact-b.jpg);
    padding: 105px 0px 70px;
}

.contact-area-section .section-title h2,
.contact_secound_section .section-title h2 {
    color: #fff;
    margin-bottom: 25px;
}

.contact-area-section .section-title span,
.contact_secound_section .section-title span {
    color: #fff;
}

.contact-area-section .section-title p,
.contact_secound_section .section-title p {
    color: #fff;
}

.contact-left-content {
    max-width: 500px;
}

.address-icon {
    height: 40px;
    width: 40px;
    border: 5px solid;
    line-height: 40px;
    margin-right: 20px;
    border: 4px solid transparent;
    -webkit-border-image: -webkit-linear-gradient(21deg, #10abff, #1beabd);
    -o-border-image: -o-linear-gradient(21deg, #10abff, #1beabd);
    border-image: linear-gradient(69deg, #10abff, #1beabd);
    border-image-slice: 1;
    border-radius: 40px;
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.address-icon i {
    font-size: 20px;
    color: #fff;
}

.address-details li {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.address-details li span {
    font-weight: 300;
    font-size: 16px;
}

.contact-address-details {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: inline-block;
    border-bottom: 1px solid #207fba;
}

.contact-address-details:last-child {
    border-bottom: none;
}

.google-map-container {
    height: 600px;
    background-color: #dddddd;
}

#google-map {
    top: 0;
    width: 940px;
    height: 100%;
    -webkit-box-shadow: -15px -10px 40px 5px rgba(0, 0, 0, 0.1);
    box-shadow: -15px -10px 40px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
}

.contact_secound_section {
    background-image: url(../img/banner/cf-1.png);
    padding: 270px 0px 0px;
    background-color: #f7f7f7;
}

.contact_secound_form {
    margin-left: 80px;
}

.contact_secound_form .section-title-2 h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    display: table;
}

.contact_secound_form .section-title-2 h2:after {
    right: -65px;
    left: inherit;
    bottom: 5px;
}

.contact_secound_form .contact_form input,
.contact_secound_form .contact_form .register-form-area select,
.register-form-area .contact_secound_form .contact_form select,
.contact_secound_form .contact_form .register-form-area textarea,
.register-form-area .contact_secound_form .contact_form textarea {
    width: 45%;
    float: left;
    background-color: transparent;
    border: none;
    padding: 25px 0px;
    border-bottom: 1px solid #73a3c4;
    margin-right: 20px;
    height: 35px;
}

.contact_secound_form .contact_form input::-webkit-input-placeholder,
.contact_secound_form
    .contact_form
    .register-form-area
    select::-webkit-input-placeholder,
.register-form-area
    .contact_secound_form
    .contact_form
    select::-webkit-input-placeholder,
.contact_secound_form
    .contact_form
    .register-form-area
    textarea::-webkit-input-placeholder,
.register-form-area
    .contact_secound_form
    .contact_form
    textarea::-webkit-input-placeholder {
    color: #669fc9;
}

.contact_secound_form .contact_form input:-ms-input-placeholder,
.contact_secound_form
    .contact_form
    .register-form-area
    select:-ms-input-placeholder,
.register-form-area
    .contact_secound_form
    .contact_form
    select:-ms-input-placeholder,
.contact_secound_form
    .contact_form
    .register-form-area
    textarea:-ms-input-placeholder,
.register-form-area
    .contact_secound_form
    .contact_form
    textarea:-ms-input-placeholder {
    color: #669fc9;
}

.contact_secound_form .contact_form input::-ms-input-placeholder,
.contact_secound_form
    .contact_form
    .register-form-area
    select::-ms-input-placeholder,
.register-form-area
    .contact_secound_form
    .contact_form
    select::-ms-input-placeholder,
.contact_secound_form
    .contact_form
    .register-form-area
    textarea::-ms-input-placeholder,
.register-form-area
    .contact_secound_form
    .contact_form
    textarea::-ms-input-placeholder {
    color: #669fc9;
}

.contact_secound_form .contact_form input::placeholder,
.contact_secound_form .contact_form .register-form-area select::placeholder,
.register-form-area .contact_secound_form .contact_form select::placeholder,
.contact_secound_form .contact_form .register-form-area textarea::placeholder,
.register-form-area .contact_secound_form .contact_form textarea::placeholder {
    color: #669fc9;
}

.contact_secound_form .contact_form textarea {
    height: 155px;
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 20px 0px;
    border-bottom: 1px solid #73a3c4;
}

.contact_secound_form .contact_form textarea::-webkit-input-placeholder {
    color: #669fc9;
}

.contact_secound_form .contact_form textarea:-ms-input-placeholder {
    color: #669fc9;
}

.contact_secound_form .contact_form textarea::-ms-input-placeholder {
    color: #669fc9;
}

.contact_secound_form .contact_form textarea::placeholder {
    color: #669fc9;
}

.contact_secound_form .nws-button {
    height: 60px;
    width: 280px;
    line-height: 60px;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 30px;
}

.contact_secound_form .nws-button button {
    background-color: transparent;
    border: none;
    font-weight: 700;
    color: #fff;
}

.contact-form-area_3 {
    background-color: #f7f7f7;
    padding: 100px 0px;
}

.contact_third_form .contact-info input,
.contact_third_form .contact-info .register-form-area select,
.register-form-area .contact_third_form .contact-info select,
.contact_third_form .contact-info .register-form-area textarea,
.register-form-area .contact_third_form .contact-info textarea {
    width: 100%;
    height: 50px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #dddddd;
}

.contact_third_form textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    /* height: 150px; */
    /* margin-top: 40px;*/
}

.contact_third_form .nws-button {
    height: 45px;
    width: 160px;
    line-height: 45px;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 20px;
}

.contact_third_form .nws-button button {
    background-color: transparent;
    border: none;
    font-weight: 700;
    color: #fff;
}

.contact-page-section {
    padding: 80px 0px;
}

.contact-page-section .social-contact .category-icon-title {
    width: 165px;
    float: left;
    position: relative;
}

.border-r:before {
    content: "";
    position: absolute;
    height: 165px;
    width: 1px;
    background-color: #eee;
    top: 0;
    right: 0;
    z-index: 1;
}

.contact-page-section
    .social-contact
    .category-icon-title:before:last-child:before {
    opacity: 0;
}

.contact-page-section .social-contact .category-icon-title:before {
    content: "";
    position: absolute;
    height: 130px;
    width: 1px;
    background-color: #eee;
    top: 0;
    right: 0;
    z-index: 1;
}

.contact-page-section .social-contact .category-icon-title .category-title h4 {
    font-size: 16px;
}

.contact-page-section .category-icon-title:last-child::before {
    display: none;
}

.contact-page-version .contact_third_form {
    background-color: #fff;
    padding: 60px;
    border-radius: 4px;
}

/*---------------------------------------------------- */

/*Blog  section*/

/*----------------------------------------------------*/

.blog-item-post {
    padding: 105px 0px 0px 0px;
}

.blog-content-details {
    padding-bottom: 80px;
    border-bottom: 1px solid #eeeeee;
}

.short-filter-tab {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.shorting-filter select {
    padding: 8px 15px;
    border-radius: 4px;
    background-color: #f7f7f7;
    border: none;
    color: #333333;
    font-weight: 700;
    margin-left: 15px;
}

.blog-button ul.product-tab li {
    margin: 0px 5px 0px 0px;
    font-size: 22px;
    padding: 5px 10px;
    background-color: #f7f7f7;
    border-radius: 4px;
}

.blog-button ul.product-tab li:after {
    display: none;
}

.blog-button ul.product-tab li.active {
    color: #fff;
    background-color: var(--primaryColor);
}

.blog-post-img-content {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 35px;
    margin-bottom: 30px;
}

.blog-post-img-content .course-price {
    bottom: 20px;
    top: inherit;
}

.blog-post-img-content .blog-img-date {
    border-radius: 4px;
    margin-bottom: 30px;
}

.blog-title-content h3 {
    font-size: 25px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
}

.blog-title-content .blog-content {
    font-size: 15px;
    margin-bottom: 22px;
}

.genius-post-item {
    padding-bottom: 45px;
}

.list-blog-item {
    background-color: #f7f7f7;
    border-radius: 4px;
    margin-bottom: 30px;
}

.list-blog-item .blog-post-img-content {
    padding: 0;
    margin: 0;
}

.list-blog-item .blog-img-date {
    margin: 0;
}

.list-blog-item .blog-title-content {
    padding-top: 30px;
}

.side-bar-search {
    position: relative;
}

.side-bar-search input,
.side-bar-search .register-form-area select,
.register-form-area .side-bar-search select,
.side-bar-search .register-form-area textarea,
.register-form-area .side-bar-search textarea {
    height: 40px;
    width: 100%;
    background-color: #f7f7f7;
    padding: 0px 15px;
    border: none;
    border-radius: 4px;
}

.side-bar-search button {
    position: absolute;
    top: 8px;
    right: 10px;
    background-color: #ccc;
    border: none;
    border-radius: 100%;
    padding: 3px 6px;
    color: #fff;
    font-size: 14px;
}

.side-bar-widget {
    margin: 30px 0px;
    display: inline-block;
    width: 100%;
}

.side-bar-widget .widget-title {
    font-size: 30px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 0px;
}

.side-bar-widget .widget-title span {
    font-weight: 700;
}

.side-bar-widget .widget-title:after {
    display: none;
}

.side-bar-widget .post-categori {
    background-color: #f7f7f7;
    border-radius: 4px;
}

.side-bar-widget .post-categori .cat-item {
    position: relative;
    padding: 15px 20px 15px 35px;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.side-bar-widget .post-categori .cat-item:before {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 19px;
    left: 19px;
    font-size: 10px;
    font-weight: 700;
    content: "\f054";
}

.side-bar-widget .post-categori .cat-item:hover {
    color: #333333;
}

.side-bar-widget .latest-news-thumbnile {
    height: 80px;
    width: 80px;
}

.side-bar-widget .latest-news-area {
    /*margin-bottom: 15px;*/
    margin-bottom: 15px;
    /* padding-bottom: 15px;*/
}

.side-bar-widget .latest-title {
    font-size: 17px;
}

.side-bar-widget .tag-clouds li {
    border: 1px solid #cfcaca;
    color: #cbc8c8;
    padding: 5px 15px;
    margin-bottom: 8px;
    margin-right: 2px;
    border-radius: 4px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.side-bar-widget .tag-clouds li:hover {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
    color: #fff;
}

.side-bar-widget .best-course-text {
    position: absolute;
    top: 50%;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.side-bar-widget .best-course-text h3 {
    color: #fff;
}

.side-bar-widget .best-course-text .course-meta span {
    float: none;
    margin-right: 0;
    color: #fff;
    margin: 0px 10px;
}

.side-bar-widget .best-course-pic-text:hover .best-course-text {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-details-section {
    padding: 80px 0px;
    border-bottom: 1px solid #ccc;
}

.blog-details-content h2 {
    font-size: 35px;
    color: #333333;
    font-weight: 500;
}

.blog-details-content .date-meta {
    margin-top: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.blog-details-content .date-meta span {
    font-size: 13px;
    color: #ccc;
    font-weight: 700;
    margin-right: 20px;
}

.blog-details-content .date-meta span i {
    color: var(--primaryColor);
}

.blog-details-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 30px;
}

.blog-details-content p {
    color: #333333;
    font-weight: 300;
    margin-bottom: 20px;
}

.blog-details-content .share-text {
    font-weight: 700;
    color: #333333;
    margin-top: 8px;
}

.blog-details-content .blog-share-tag {
    display: inline-block;
    width: 100%;
    margin: 40px 0px 15px 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.blog-details-content .share-social ul li {
    font-size: 25px;
    margin-left: 30px;
}

.blog-details-content .blog-category li {
    padding: 5px 10px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    border-radius: 4px;
}

.blog-details-content .blog-category li:hover {
    background-color: var(--primaryColor);
    color: #fff;
}

.blog-details-content .author-comment {
    padding: 25px;
    margin-top: 20px;
    border-radius: 4px;
    background-color: #f5f5f5;
}

.blog-details-content .author-comment .author-img {
    height: 70px;
    width: 70px;
    float: left;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
}

.blog-details-content .author-comment .author-designation-comment {
    font-size: 12px;
    font-weight: 700;
}

.blog-details-content .author-comment .author-designation-comment span {
    color: var(--primaryColor);
}

.blog-details-content .author-comment .author-designation-comment p {
    font-size: 16px;
    color: #999999;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0;
}

.blog-details-content .next-prev-post {
    font-weight: 700;
    color: #333333;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 35px;
}

.blog-details-content .next-prev-post i {
    margin: 0 5px;
    color: var(--primaryColor);
}

.recent-post-item {
    padding-top: 32px;
}

.recent-post-item .blog-title-content h3 {
    margin-bottom: 0;
}

.blog-comment-area {
    margin-top: 10px;
}

.blog-comment-area .comment-list li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.blog-comment-area .section-title-2 {
    margin-bottom: 65px;
}

.blog-comment-area .section-title-2 h2 {
    font-size: 30px;
}

/*.blog-comment-area .comment-avater {
    height: 70px;
    width: 70px;
    float: left;
    margin-right: 20px;
}*/

.blog-comment-area .author-designation-comment {
    overflow: hidden;
    width: 100%;
    /*border-bottom: 1px solid #e5e5e5;*/
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0px;
}

.blog-comment-area .author-designation-comment h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.blog-comment-area .author-name-rate {
    /* width: 88%;
    font-size: 13px;*/
    font-weight: 700;
    /*display: inline-block;
    margin-top: 20px;*/
}

.author-name em {
    font-size: 13px;
}

.blog-comment-area .author-name-rate span {
    color: var(--primaryColor);
    font-size: 15px;
}

.blog-comment-area .time-comment {
    margin-right: 10px;
}

.blog-comment-area .comment-ratting li {
    font-size: 15px;
    color: #ffc926;
    border-bottom: none;
    margin-bottom: 0;
}

.blog-comment-area .comment-ratting .ratting_blank {
    color: #ccc;
}

.reply-comment-box {
    margin-top: 20px;
}

.reply-comment-box .section-title-2 {
    margin-bottom: 30px;
}

/*---------------------------------------------------- */

/*course  section*/

/*----------------------------------------------------*/

.course-page-section {
    padding: 80px 0px 0px;
}

.course-page-section .short-filter-tab {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.course-page-section .course-list-view {
    overflow-x: auto;
    padding: 0px;
}

.color-cart {
    color: #051d0c;
}

.course-page-section .shorting-filter select {
    margin-right: 0px;
    padding: 10px 15px;
}

.course-page-section table {
    width: 100%;
}

table {
    margin-bottom: 0rem !important;
}

.course-page-section td,
.course-page-section th {
    text-align: left;
    padding: 20px 8px;
}

.course-page-section th {
    font-size: 12px;
    font-weight: 700;
    color: #333333;
    border-bottom: 3px solid #01a6fd;
}

.course-page-section tr {
    border-bottom: 1px solid #eee;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 15px;
}

.course-page-section tr:hover {
    -webkit-box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.1);
}

.course-page-section .list-head {
    padding: 0;
}

.course-page-section .list-head:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.course-page-section .course-list-img {
    height: 60px;
    width: 60px;
    float: left;
    margin-right: 20px;
}

.course-page-section .course-list-text {
    /*max-width: 300px;*/
    display: inline-block;
}

.course-widht-price {
    width: 20px;
}

.course-page-section .course-list-text h3 {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
}

.course-page-section .course-type-list span {
    background-color: var(--primaryColor);
    color: #fff;
    padding: 12px 20px;
    border-radius: 4px;
}

.course-page-section .course-meta .course-rate li {
    color: #bbbbbb;
}

.course-details-section {
    padding: 80px 0px 0px;
}

.course-single-text .course-title {
    padding-bottom: 18px;
}

.course-single-text .course-title b {
    font-weight: 700;
}

.course-single-text .course-title h3 {
    font-size: 30px;
    font-weight: 300;
}

.course-single-text p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #333333;
}

.course-details-category span {
    font-weight: 300;
    font-size: 28px;
    float: left;
    margin-right: 15px;
}

.course-details-category span b {
    font-weight: 700;
}

.course-details-category li {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    background-color: #f7f7f7;
    padding: 7px 15px;
    border-radius: 4px;
    margin-top: 5px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.course-details-category li:hover {
    color: #fff;
}

.course-details-item {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.affiliate-market-guide .section-title-2 h2:after,
.course-review .section-title-2 h2:after {
    display: none;
}

.affiliate-market-accordion .panel-group .panel {
    max-width: inherit;
    max-width: inherit;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    border-top: none;
}

.affiliate-market-accordion .panel-group .panel-body {
    padding: 10px 50px 25px 80px;
    line-height: 1.8;
}

.affiliate-market-accordion .panel-group .btn-link.collapsed,
.affiliate-market-accordion .panel-group .panel-title .btn-link,
.affiliate-market-accordion .panel-group .panel-body {
    color: #333;
    padding: 15px 0px !important;
    /* padding: 0px 20px !important; */
}

.affiliate-market-accordion .panel-group .panel-title h3:before {
    display: none;
}

.affiliate-market-accordion .panel-group .panel-body:before {
    display: none;
}

.affiliate-market-accordion .panel-title .ac-head {
    font-size: 20px;
    font-size: 500;
    position: relative;
}

.affiliate-market-accordion .panel-title .ac-head span {
    font-size: 50px;
    font-weight: 500;
    float: left;
    line-height: 1;
    margin-right: 20px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.affiliate-market-accordion .panel-group .btn-link.collapsed span {
    color: #eeeeee !important;
}

.affiliate-market-accordion .panel-group .panel-title .btn-link span {
    color: var(--primaryColor);
}

.affiliate-market-accordion .leanth-course {
    position: absolute;
    right: 60px;
    top: 20px;
}

.affiliate-market-accordion .leanth-course span {
    background-color: #f7f7f7;
    padding: 12px 20px;
    font-size: 12px !important;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    color: #ccc !important;
}

.affiliate-market-accordion .panel-group .btn-link.collapsed:after {
    color: #d9d9d9;
}

.course-by {
    font-weight: 700;
    font-size: 12px;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.course-by b {
    color: var(--primaryColor);
    font-size: 12px !important;
}

.affiliate-market-accordion .panel-group .panel:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top: 1px solid #e5e5e5;
}

.affiliate-market-accordion .panel-group .panel:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.course-review {
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
    margin-bottom: 0px;
}

.avrg-rating .avrg-rate {
    font-size: 50px;
    font-weight: 700;
    display: block;
    color: var(--primaryColor);
    margin: 10px 0px;
}

.avrg-rating li {
    color: #ffc926;
}

.start-bar span {
    background: var(--primaryColor);
    height: 8px;
}

.avrg-rating .start-bar {
    width: 175px;
    height: 8px;
    display: inline-block;
    margin: 0px 10px;
    background-color: #eeeeee;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.avrg-rating .rating-overview {
    margin-top: 5px;
    margin-bottom: 10px;
}

.avrg-rating .rating-overview:hover .start-bar {
    background-color: var(--primaryColor);
}

.review-option {
    display: inline-block;
    width: 100%;
}

.rating {
    display: inline-block;
    position: relative;
    font-size: 20px;
    float: right;
    margin-left: 10px;
}

.rating label {
    position: absolute;
    top: -4px;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating label span {
    margin: 0px 2px;
    color: #eee;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input,
.rating label .register-form-area select,
.register-form-area .rating label select,
.rating label .register-form-area textarea,
.register-form-area .rating label textarea {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .icon {
    float: left;
    color: transparent;
    color: #dadada;
}

/*.rating label:last-child .icon {
    color: #000;
}*/

.rating:not(:hover) label input:checked ~ .icon,
.rating:not(:hover) label .register-form-area select:checked ~ .icon,
.register-form-area .rating:not(:hover) label select:checked ~ .icon,
.rating:not(:hover) label .register-form-area textarea:checked ~ .icon,
.register-form-area .rating:not(:hover) label textarea:checked ~ .icon,
.rating:hover label:hover input ~ .icon,
.rating:hover label:hover .register-form-area select ~ .icon,
.register-form-area .rating:hover label:hover select ~ .icon,
.rating:hover label:hover .register-form-area textarea ~ .icon,
.register-form-area .rating:hover label:hover textarea ~ .icon {
    color: #ffc926;
}

.rating label input:focus:not(:checked) ~ .icon:last-child,
.rating label .register-form-area select:focus:not(:checked) ~ .icon:last-child,
.register-form-area .rating label select:focus:not(:checked) ~ .icon:last-child,
.rating
    label
    .register-form-area
    textarea:focus:not(:checked)
    ~ .icon:last-child,
.register-form-area
    .rating
    label
    textarea:focus:not(:checked)
    ~ .icon:last-child {
    color: #000;
    text-shadow: 0 0 5px #ffc926;
}

.course-side-bar-widget h3 {
    font-size: 30px;
    font-weight: 300;
    color: #333;
    margin-bottom: 20px;
}

.course-side-bar-widget h3 span {
    font-weight: 700;
    color: var(--primaryColor);
}

.like-course {
    height: 51px;
    width: 149px;
    background-color: #eeeeee;
    color: #cccccc;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    margin-left: 5px;
    margin-top: 0;
    padding: 0px 7px 0px 7px;
}

.course-side-bar-widget .genius-btn {
    line-height: 50px;
    padding: 0px 15px;
}

.student-number {
    float: right;
    color: var(--primaryColor);
    font-size: 14px;
}

.enrolled-student {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.enrolled-student li {
    color: #ffc926;
}

.couse-feature {
    margin-top: 15px;
}

.couse-feature li {
    font-size: 16px;
    font-weight: 500;
    color: #c4c4c4;
    position: relative;
    padding: 5px 0px;
    border: 1px solid #eeeeee;
    border-left: none;
    border-right: none;
}

.couse-feature li:after {
    top: 5px;
    left: 110px;
    content: ":";
    position: absolute;
}

.couse-feature span {
    position: relative;
    float: right;
    color: #333333;
}

.listing-filter-form label {
    font-size: 14px;
    font-weight: 700;
    color: 700;
    color: #333333;
    display: block;
}

.listing-filter-form input,
.listing-filter-form .register-form-area select,
.register-form-area .listing-filter-form select,
.listing-filter-form .register-form-area textarea,
.register-form-area .listing-filter-form textarea,
.listing-filter-form select {
    height: 50px;
    border: none;
    padding: 15px;
    width: 100%;
    background-color: #f7f7f7;
}

/*---------------------------------------------------- */

/*Checkout  section*/

/*----------------------------------------------------*/

.checkout-section {
    padding: 80px 0px 80px;
}

.checkout-content .course-page-section {
    padding: 0;
}

.order-item .section-title-2 h2,
.order-payment .section-title-2 h2 {
    font-size: 28px;
}

.order-item .section-title-2 h2:after,
.order-payment .section-title-2 h2:after {
    display: none;
}

/*
.check-dlt {
    position: absolute;
    top: 20px;
    right: 10px;
}*/

.check-dlt i {
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.order-item .section-title-2 h2 {
    font-size: 28px;
}

.order-item .section-title-2 h2:after {
    display: none;
}

.order-item tr:hover .check-dlt i {
    color: #e61d1d;
}

.checkbox label:after,
.radio label:after {
    content: "";
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #f0f0f0;
    border-radius: 0.25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: 0.5em;
    background-color: #f7f7f7;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: 0.8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.checkbox label .register-form-area select[type="checkbox"],
.register-form-area .checkbox label select[type="checkbox"],
.checkbox label .register-form-area textarea[type="checkbox"],
.register-form-area .checkbox label textarea[type="checkbox"],
.radio label input[type="radio"],
.radio label .register-form-area select[type="radio"],
.register-form-area .radio label select[type="radio"],
.radio label .register-form-area textarea[type="radio"],
.register-form-area .radio label textarea[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.checkbox label .register-form-area select[type="checkbox"] + .cr > .cr-icon,
.register-form-area .checkbox label select[type="checkbox"] + .cr > .cr-icon,
.checkbox label .register-form-area textarea[type="checkbox"] + .cr > .cr-icon,
.register-form-area .checkbox label textarea[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon,
.radio label .register-form-area select[type="radio"] + .cr > .cr-icon,
.register-form-area .radio label select[type="radio"] + .cr > .cr-icon,
.radio label .register-form-area textarea[type="radio"] + .cr > .cr-icon,
.register-form-area .radio label textarea[type="radio"] + .cr > .cr-icon {
    -webkit-transform: scale(3) rotateZ(-20deg);
    -ms-transform: scale(3) rotate(-20deg);
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.checkbox
    label
    .register-form-area
    select[type="checkbox"]:checked
    + .cr
    > .cr-icon,
.register-form-area
    .checkbox
    label
    select[type="checkbox"]:checked
    + .cr
    > .cr-icon,
.checkbox
    label
    .register-form-area
    textarea[type="checkbox"]:checked
    + .cr
    > .cr-icon,
.register-form-area
    .checkbox
    label
    textarea[type="checkbox"]:checked
    + .cr
    > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon,
.radio label .register-form-area select[type="radio"]:checked + .cr > .cr-icon,
.register-form-area .radio label select[type="radio"]:checked + .cr > .cr-icon,
.radio
    label
    .register-form-area
    textarea[type="radio"]:checked
    + .cr
    > .cr-icon,
.register-form-area
    .radio
    label
    textarea[type="radio"]:checked
    + .cr
    > .cr-icon {
    -webkit-transform: scale(1) rotateZ(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.checkbox label .register-form-area select[type="checkbox"]:disabled + .cr,
.register-form-area .checkbox label select[type="checkbox"]:disabled + .cr,
.checkbox label .register-form-area textarea[type="checkbox"]:disabled + .cr,
.register-form-area .checkbox label textarea[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr,
.radio label .register-form-area select[type="radio"]:disabled + .cr,
.register-form-area .radio label select[type="radio"]:disabled + .cr,
.radio label .register-form-area textarea[type="radio"]:disabled + .cr,
.register-form-area .radio label textarea[type="radio"]:disabled + .cr {
    opacity: 0.5;
}

.checkbox label {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
}

.checkbox label .sub-text {
    font-weight: 400;
    font-size: 15px;
    padding-left: 35px;
    display: block;
}

.checkbox label .sub-text b {
    color: var(--primaryColor);
}

.save-credit {
    width: 80%;
    float: right;
    margin-top: 10px;
}

.payment-method {
    margin-top: 30px;
    padding: 35px;
    display: inline-block;
    margin-bottom: 45px;
    -webkit-box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.1);
}

.payment-method-header {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 15px;
    display: inline-block;
    border-bottom: 1px solid #eee;
}

.payment-info {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.payment-info label {
    width: 20%;
    float: left;
    color: #999999;
    margin-top: 15px;
    font-weight: 500;
}

.payment-info input,
.payment-info .register-form-area select,
.register-form-area .payment-info select,
.payment-info .register-form-area textarea,
.register-form-area .payment-info textarea {
    width: 80%;
    height: 50px;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.payment-info input ::-webkit-input-placeholder,
.payment-info .register-form-area select ::-webkit-input-placeholder,
.register-form-area .payment-info select ::-webkit-input-placeholder,
.payment-info .register-form-area textarea ::-webkit-input-placeholder,
.register-form-area .payment-info textarea ::-webkit-input-placeholder {
    color: #999999;
    font-weight: 500;
}

.input-2 input,
.input-2 .register-form-area select,
.register-form-area .input-2 select,
.input-2 .register-form-area textarea,
.register-form-area .input-2 textarea {
    width: 25%;
    float: left;
    margin-right: 10px;
}

.terms-text {
    border-bottom: 1px solid #eee;
}

.terms-text b {
    color: var(--primaryColor);
}

.sub-total-title {
    font-size: 12px;
    font-weight: 700;
    color: #333333;
}

.purchase-list {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 40px 25px 30px 25px;
    box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    border: 1px solid rgba(128, 137, 150, 0.1);
}

.purchase-list ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.purchase-list ul li span {
    float: right;
    color: #333333;
    font-weight: 700;
}

.table {
    margin-bottom: 0rem !important;
}

.box-s {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    border: 1px solid rgba(128, 137, 150, 0.1);
}

/*.purchase-list ul li:last-child {
    border-bottom: 5px solid #e5e5e5;
}*/

.purchase-list .in-total {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}

.purchase-list .in-total span {
    color: var(--primaryColor);
    float: right;
}

/*---------------------------------------------------- */

/*Contact  section*/

/*----------------------------------------------------*/

.footer-area-section {
    padding: 25px 0px 0px 0px;
    background-color: #29395b;
}

.footer-about-text p {
    font-size: 17px;
    margin-bottom: 25px;
    color: #dedede;
}

.footer-menu {
    float: left;
    margin-left: 55px;
}

.footer-menu li {
    margin-bottom: 10px;
    color: #f6f6f6;
    font-size: 15px;
    font-family: "Mulish", Sans-serif;
}

/* .footer-menu li {
    margin-bottom: 10px;
    color: #dedede;
    font-size: 17px;
} */

.footer-menu li i {
    margin-right: 10px;
    color: var(--primaryColor);
}

.footer-widget .photo-list li {
    position: relative;
    margin-bottom: 3px;
}

.footer-widget .photo-list li .pop-up-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
}

.footer-widget .photo-list li .pop-up-icon i {
    color: #fff;
}

.footer-widget .photo-list li:hover .blakish-overlay {
    opacity: 1;
    visibility: visible;
}

.footer-widget .photo-list li:hover .pop-up-icon {
    opacity: 1;
}

.footer-social li,
.subscribe-form li {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    line-height: 30px;
    margin-right: 8px;
    /* border: 2px solid #fff;
    color: #fff; */
    text-align: center;
}

.footer-social .widget-title,
.subscribe-form .widget-title {
    margin-bottom: 40px;
}

.footer-social .widget-title:after,
.subscribe-form .widget-title:after {
    bottom: -15px;
}

.subscribe-form {
    margin-left: 70px;
}

.copy-right-menu p {
    margin: 0;
}

.footer_2_subs {
    max-width: 735px;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 60px;
}

.footer_2_subs p {
    color: #fff;
    margin-bottom: 45px;
}

.footer_2 .copy-right-text {
    color: #fff;
}

.footer_2 .copy-right-menu-item li {
    color: #fff;
    margin-left: 20px;
}

.footer_2 .footer-social li {
    color: #fff;
}

/*---------------------------------------------------- */

.white-color {
    color: #fff;
}

.black-color {
    color: #000;
}

.copy-right-menu-item a {
    font-size: 14px;
    color: #dedede;
}

.copy-right-menu p {
    margin: 0;
    font-size: 14px;
}

footer p {
    color: #fff;
    font-size: 17px;
}

.ml-contact span.subtitle.text-uppercase {
    margin-left: 3rem;
}

.contact-area-section p {
    color: #fff;
    padding-bottom: 15px;
}

/*
header login form css*/

.rdio {
    position: relative;
}

.rdio input[type="radio"] {
    opacity: 0;
}

.rdio label {
    padding-left: 15px;
    padding-right: 15px;
    color: #333;
    font-weight: 700;
    padding-top: 5px;
    cursor: pointer;
    margin-bottom: 7px !important;
}

.radio-inline {
    display: inline-flex;
}

.rdio label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 2px;
    content: "";
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #ff7a3d;
    background: #fff;
}

.rdio input[type="radio"] {
    margin: 0px;
}

.rdio input[type="radio"]:disabled + label {
    color: #999;
}

.hide {
    display: none;
}

.rdio input[type="radio"]:disabled + label:before {
    background-color: #e41937;
}

.rdio input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 6px;
    display: inline-block;
    font-size: 11px;
    width: 10px;
    height: 10px;
    background-color: #006dd9;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.rdio-default input[type="radio"]:checked + label:before {
    border-color: #ff7a3d;
}

.rdio-primary input[type="radio"]:checked + label:before {
    border-color: #ff7a3d;
}

.rdio-primary input[type="radio"]:checked + label::after {
    background-color: #ff7a3d;
}

.slider-item-details .owl-controls {
    display: none;
}

.teacher-img-social img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.mb100 {
    margin-bottom: 100px;
}

/*Verify Start css*/

.section-title-2.verify-area {
    text-align: center;
}

.check-email {
    font-size: 16px;
    text-align: center;
}

.reset-btn {
    /* background: linear-gradient(
        to right,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    ); */
    background: linear-gradient(60deg, #212158 0%, #6060a0 100%) !important;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    padding: 0px 25px;
    color: #fff;
    border: 0;
    text-align: center;
}

.verification {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.verify {
    color: #000;
    font-size: 22px;
}

.ml-41 {
    margin-left: 41px;
}

.varify_account a {
    color: #03aaf8;
    font-weight: 500;
}

/*Verify End css*/

/* Checkout Css Start */

input.form-control.coupon {
    font-size: 13px;
}

input.form-control.coupon {
    font-size: 14px;
    height: 37px;
    width: 160px;
}

.genius-btn.gradient-bg.coupons {
    font-size: 11px;
    padding-bottom: 0px;
    margin-top: 1px;
}

.purchase-list.mt15.ul-li-block.coupon-code {
    padding: 20px 20px 20px;
}

.checkmark {
    position: absolute;
    top: 5px;
    left: 10px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    margin: auto;
    border: 2px solid #1cbb57;
}

.genius-btn.gradient-bg.text-center.text-uppercase.ul-li-block.pay-money {
    margin: auto;
    padding: 5px 123px !important;
}

.bordered-head h2 {
    /* font-size: 30px; */
    font-size: 25px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 0px;
    padding-bottom: 15px;
    text-transform: capitalize;
    position: relative;
}

.bordered-head h2 span {
    font-weight: 600;
}

.bordered-head h2:after {
    position: absolute;
    content: "";
    top: 43px;
    height: 2px;
    width: 50px;
    left: 0px;
    background-color: #ff7a3d;
}

.pay-you label {
    padding-top: 0;
}

.wallet_credit_amount {
    font-weight: 800;
    color: #333;
    margin-top: 7px;
}

.order-details {
    color: #000;
    font-size: 17px;
}

.order-detail-one {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.order-detail-two {
    font-size: 20px;
    color: #16ced2;
    font-weight: 600;
}

.orders {
    width: 81px;
    height: 36px;
}

.details {
    padding-top: 3px;
}

.card .card-header {
    cursor: pointer;
}

.check-out {
    height: 50px;
    padding-top: 12px !important;
}

/* Checkout Css End */

/*input css start*/

.form-input {
    position: relative;
}

.form-input input {
    height: 50px;
    border: solid #999 1px;
    border-radius: 5px;
}

.form-input textarea {
    /* height: 50px; */
    border: solid #999 1px;
    border-radius: 5px;
}

/*.form-input textarea {
   height: 50px;
    border: solid #999 1px;
    border-radius: 5px;
    padding: 15px 10px; 
}*/

.form-input label {
    position: absolute;
    top: -7px;
    left: 3%;
    font-size: 12px;
    white-space: nowrap;
    background: #fff;
    padding: 0 5px;
    color: #999;
    transition: all 200ms;
    text-shadow: 0 10px 10px rgb(0 0 0 / 10%);
}

/*input css end*/

/* Profile Css Start*/

.block-card {
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    border: 1px solid rgba(128, 137, 150, 0.1);
    padding: 30px;
    color: #000;
}

.widget-title {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    /* padding-bottom: 15px; */
    position: relative;
}

.widget-title.headings {
    color: #000;
}

.profile img {
    border: 1px solid #c1c1c1;
    display: table;
    padding: 5px;
    border-radius: 4px;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.default-btn.my-3.probtn.input-position {
    margin-left: 14px;
}

.default-btn {
    padding: 8px 30px;
    font-size: 13px;
    font-weight: 700;
    margin-top: 15px;
    letter-spacing: 0.4px;
    color: #fff;
    /* background: linear-gradient(
        to right,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    ); */
    background: linear-gradient(60deg, #212158 0%, #6060a0 100%) !important;
    border-radius: 4px !important;
    border: none;
}

.default-btn:hover {
    color: #fff;
}

.input-position {
    position: relative;
}

.profilebtn {
    width: 100%;
    opacity: 0;
    position: absolute;
    height: 35px;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

.title-headings {
    border-bottom: 1px solid #f3f3f3;
    padding: 15px 0 20px 0;
    margin: 0;
    font-family: "Mulish" !important;
}

.title-headings:hover {
    color: #2b2b63;
}

.heading .title-headings:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.heading h3.title-headings.active a {
    color: #2b2b63;
}

/* Profile Css End*/

/*Login css Start*/

#login {
    /*padding-top: 65px;*/
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    text-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.footer-social.ul-li.custmcls {
    text-align: center;
}

.a_color {
    color: #303069 !important;
}

.client-info {
    display: block;
    margin: 20px auto;
    width: 60%;
    height: 50px;
    border: solid #999 1px;
    border-radius: 5px;
    text-indent: 15px;
    transition: all 200ms;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

#submit {
    border: none;
    background: linear-gradient(
        to right,
        var(--primaryColor) 0%,
        #01a6fd 51%,
        var(--primaryColor) 100%
    );
    color: white;
    width: 60%;
    cursor: pointer;
}

#submit:hover {
    background: linear-gradient(
        to right,
        #108383 0%,
        #01a6fd 51%,
        var(--primaryColor) 100%
    );
}

.lost-popup {
    display: grid;
    grid-template-columns: minmax(50px, 1fr) auto minmax(50px, 1fr);
    align-items: center;
    text-align: center;
    gap: 20px;
}

.lost-popup::before {
    content: "";
    border-top: 4px double;
    width: 50px;
    margin-right: 0;
    margin-left: auto;
}

.lost-popup::after {
    content: "";
    border-top: 4px double;
    width: 50px;
    margin-right: auto;
    margin-left: 0;
}

.modal-container .close {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 30px;
    text-shadow: none;
    opacity: 0.7;
    outline: none;
}

/*Login css End*/

.error {
    color: #dc3545;
}

/* Order Css Start*/

.back-color {
    /* background: linear-gradient(
        to right,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    ); */
    background: linear-gradient(60deg, #212158 0%, #6060a0 100%) !important;
    color: #fff;
    font-size: 16px;
}

.order-table td {
    vertical-align: top;
}

.list-inline-item img {
    height: 30px;
    width: 30px;
    object-fit: cover;
    border-radius: 50%;
}

.order-table td a {
    color: #09b4ee;
}

/* Order Css End*/

.facebook-login.google {
    background-color: #ea4335;
    height: 40px;
    line-height: 43px;
    text-transform: capitalize;
    border-radius: 4px;
    margin-bottom: 20px;
}

/*a.register {
    color: #13c9d8;
    font-size: 14px;
}
*/

.lost-password {
    color: #303069 !important;
    padding-right: 2px;
}

/*rating css start*/

.rating_bar {
    /*this class creats 5 stars bar with empty stars */
    /*each star is 16 px, it means 5 stars will make 80px together */
    width: 90px;
    /*height of empty star*/
    height: 15px;
    /*background image with stars */
    background: url("../images/star-small.png");
    /*which will be repeated horizontally */
    background-repeat: repeat-x;
    /* as we are using sprite image, we need to position it to use right star,
    //0 0 is for empty */
    background-position: 0 0;
    /* align inner div to the left */
    text-align: left;
}

.rating_star {
    /* height of full star is the same, we won't specify width here */
    height: 15px;
    /* background image with stars */
    background: url("../images/star-small.png");
    /* now we will position background image to use 16px from top,
    //which means use full stars */
    background-position: 0 -16.6px;
    /* and repeat them horizontally */
    background-repeat: repeat-x;
}

/*---------------------------------------------------- */

/*filter area*/

/*----------------------------------------------------*/

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 38px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 37px;
}

.price-range-content .price-range-filter input {
    width: 100%;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    color: var(--primaryColor);
    background-color: transparent;
}

.price-range-content .price-range-bar .ui-slider-handle {
    border: none;
    border-radius: 50%;
    background: #fff;
    /* border: 2px solid var(--primaryColor); */
    height: 15px;
    width: 15px;
    top: -5px;
    cursor: pointer;
    background: var(--primaryColor);
    position: absolute;
}

.price-range-content .price-range-bar {
    border: none;
    background: var(--primaryColor);
    height: 5px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    position: relative;
}

.price-range-content .price-range-bar .ui-slider-range {
    background: var(--primaryColor);
}

.aside_filter {
    background: #ffffff;
    padding: 20px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
    border-radius: 5px;
}

ul.show-less-li {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

ul.show-less-li li {
    margin-bottom: 10px;
    color: #62606c;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    position: relative;
    padding-left: 5px;
}

.content_check {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    padding-top: 4px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #eee;
}

.content_check input:checked ~ .checkmark:after {
    display: block;
}

.content_check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.content_check input:checked ~ .checkmark {
    background-color: var(--primaryColor);
}

.content_check input:checked ~ .checkmark:after {
    display: block;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.aside_filter .form-group {
    margin-bottom: 2rem;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primaryColor);
}

.checkmark {
    /* position: absolute; */
    top: 4px !important;
    left: 0px !important;
    height: 21px !important;
    width: 21px !important;
    /* background-color: #eee; */
    border-radius: 0px !important;
    margin: 0px !important;
    border: none !important;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primaryColor) !important;
}

.select2-container--default .select2-selection--single {
    height: 50px !important;
}

.Custom_Cancel ul {
    /* list-style: none; */
    text-align: left;
    line-height: 24px;
    color: #dc3545;
    margin-bottom: 0;
}

.height_obj {
    height: 260px;
    object-fit: cover;
    width: 100%;
}

.h_all {
    object-fit: cover;
    height: 400px !important;
}

.review-stars-item.views {
    color: #333333;
    font-weight: 600;
}

form.rating.views-star {
    align-items: center;
    display: flex;
}

.genius-btn.msg-btn {
    height: 50px;
    padding: 10px;
}

/* Support tickiet start css*/

.ticket {
    font-size: 20px;
}

.ticket td {
    font-size: 14px;
}

.support_create {
    line-height: 60px;
    padding: 10px 8px;
}

.btn1 {
    z-index: 99;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 800;
    color: #fff !important;
    background: var(--primaryColor);
    border-radius: 3px;
    border: 1px solid var(--primaryColor);
}

.ticket thead tr {
    /* background: linear-gradient(
        to right,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    ); */
    background: linear-gradient(60deg, #212158 0%, #6060a0 100%) !important;
}

.supportsubj a.supportid {
    color: var(--primaryColor);
}

.open-area span {
    padding: 0.15rem 0.75rem;
    color: #fff;
    border-radius: 2px;
    font-size: 0.8rem;
}

.label_high {
    background: #fd397a;
    padding: 3px 5px;
    color: #fff;
    border-radius: 3px;
    font-size: 11px;
}

.label_medium {
    background: #ffb822;
}

.ticket_open {
    background: #0abb87;
}

.ticket_delete {
    background: #fd397a;
}

.label_low {
    background: #0abb87;
    padding: 3px 5px;
    color: #fff;
    border-radius: 3px;
    font-size: 11px;
}

.ticket thead tr th {
    color: #fff;
    font-size: 16px;
}

.usersupport a {
    color: var(--primaryColor);
    font-size: 15px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.9;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select.form-control.height-ticket {
    height: 50px !important;
}

input#fileToUpload {
    height: 49px;
}

a.resolve-btn {
    padding: 6px 10px;
    color: var(--primaryColor);
    border-radius: 3px;
    border: 1px solid var(--primaryColor);
    font-size: 14px;
    margin-right: 4px;
}

a.resolve-btn:hover {
    background: var(--primaryColor);
    color: #fff;
}

/* Support tickiet start css*/

.h_get {
    height: 303px;
    object-fit: cover;
}

.h_best {
    object-fit: cover;
    height: 221px;
}

.teacher-fvrt {
    font-size: 30px;
    float: right;
    padding-right: 5px;
    cursor: pointer;
    color: #cccccc;
}

.teacher-fvrt-clr {
    color: #15c3c2;
}

.fill-heart {
    top: 5px !important;
    right: 0px;
}

.teacher-fvrt-icon {
    font-size: 20px;
    float: right;
    padding-right: 5px;
    cursor: pointer;
    color: #fff;
    background-color: #15c3c2;
    border-radius: 5px;
    padding: 6px;
}

.heading-3 {
    color: #000;
    font-size: 20px;
}

.teacher-words {
    border: 2px solid #eee;
    padding: 20px;
}

.classes h2 {
    font-size: 25px;
}

.event-date.bold-font.date-calender {
    font-size: 20px;
    padding-top: 14px;
}

.events-date.calender-event {
    height: 70px;
    width: 70px;
}

/*Message-view css Start*/

.subject_head {
    padding: 10px 15px;
    /* border: 1px solid #ddd; */
    margin-bottom: 20px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

.subject_status span {
    padding: 3px 5px;
    color: #fff;
    border-radius: 3px;
    font-size: 11px;
}

.subject_status .kt-badge--success {
    background: #0abb87;
}

.label_high {
    background: #fd397a;
}

.ticket_head.ticket_sent.view-ticket {
    background: linear-gradient(60deg, #212158 0%, #6060a0 100%) !important;
}

.ticket_head.ticket_sent.view-ticket-one {
    background-color: #ff7a3d;
}

.ticket_head {
    padding: 10px 15px;
    border-radius: 10px 10px 0px 0;
}

.ticket_user {
    width: 40px;
    max-height: 40px;
    min-height: 40px;
    height: 40px;
    /*margin: auto;*/
    margin-right: 7px;
}

.ticket_user img {
    width: 100%;
    max-height: 100%;
    min-height: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.main-page.second .right h4 {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.view_ticket .ticket_user_name span {
    color: #fff;
}

.view_ticket .ticket_date span {
    color: #fff;
    font-weight: 600;
}

.ticket_body {
    padding: 15px;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px,
        rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    border-radius: 10px;
}

.ticket_body p {
    margin: 0;
}

.ticket_user_name {
    color: #fff;
}

h2.message-ticket {
    font-size: 20px;
}

h4.message-ticket {
    font-size: 20px;
}

.upload-files input {
    height: 48px;
}

.edit_mesage a {
    color: #fff;
}

.subject_id.msg h5 {
    font-size: 16px;
}

h4.names {
    font-size: 20px;
}

.right-white {
    border: 2px solid #fff;
    font-size: 10px;
    border-radius: 20px;
    height: 18px;
    width: 18px;
    padding: 2px;
}

/*Message-view css End*/

.big-heart {
    font-size: 24px;
    padding-top: 14px;
}

/*.big-heart:hover {
    color: #14cbd4;
}*/

.price-del h3 {
    font-size: 23px;
    font-weight: 700;
}

del.colors {
    color: #cccccc;
    font-size: 19px;
}

.big-hearts {
    font-size: 17px;
    padding-top: 14px;
    color: #15ccd2;
}

/*.big-hearts:hover {
    color: #cccccc;
}*/

.old-price {
    color: #d0f7f9;
}

.subject_status .kt-badge--danger {
    background: #fd397a;
}

/*Rating  Css Start*/

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 1.8em;
    justify-content: space-around;
    text-align: center;
    width: 5em;
    align-items: center;
    display: flex;
    padding-left: 10px;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #ccc;
    cursor: pointer;
    font-size: 30px;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #fc0;
    /*color: #15ccd4;*/
}

.star-rating :checked ~ label {
    color: #fc0;
}

.rating-fix {
    float: left;
    padding-top: 13px;
}

/*Rating  Css End*/

/*Menu cart*/

/* width */

.card_row::-webkit-scrollbar,
.review_in_details::-webkit-scrollbar,
.main_search .selectize-dropdown::-webkit-scrollbar,
.order_table::-webkit-scrollbar {
    width: 5px;
}

/* Track */

.card_row::-webkit-scrollbar-track,
.review_in_details::-webkit-scrollbar-track,
.main_search .selectize-dropdown::-webkit-scrollbar-track,
.order_table::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */

.card_row::-webkit-scrollbar-thumb,
.review_in_details::-webkit-scrollbar-thumb,
.main_search .selectize-dropdown::-webkit-scrollbar-thumb,
.order_table::-webkit-scrollbar-thumb {
    background: #1a7abd;
    border-radius: 10px;
}

/* Handle on hover */

.card_row::-webkit-scrollbar-thumb:hover,
.review_in_details::-webkit-scrollbar-thumb:hover,
.main_search .selectize-dropdown::-webkit-scrollbar-thumb:hover,
.order_table::-webkit-scrollbar-thumb:hover {
    background: #1a7abd;
}

.review_in_details {
    max-height: 300px;
    padding-right: 10px;
    /* overflow-x: hidden; */
    overflow-y: auto;
}

.card_row {
    max-height: 100px;
    padding-right: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

.card_row .row:last-child {
    padding-bottom: 0;
}

.card_row .row {
    padding-bottom: 10px;
}

.cart_name h6 {
    color: #000;
    margin-bottom: 0;
}

.cart_name span {
    color: #136299;
    font-weight: 500;
    font-size: 15px;
}

.cart_delete i {
    color: #1a7abd;
    /*color: #e61d1d;*/
}

a.top-go-cart {
    padding-bottom: 0 !important;
}

.sub-menu-cart:before {
    right: -21px;
}

.card_no {
    top: -45px;
    color: #1872b1;
    font-weight: 600;
    font-size: 11px;
    background: #ffffff;
    width: 17px;
    height: 17px;
    padding: 4px;
    border-radius: 100%;
    line-height: 10px;
    position: relative;
    vertical-align: baseline;
    left: 8px;
    text-align: center;
    float: right;
}

.cart_img img {
    /*min-height: 50px;*/
    min-height: 40px;
    object-fit: cover;
    padding-bottom: 10px;
    width: 50px;
}

@media (max-width: 767px) {
    .popup-text h2 {
        font-size: 31px;
    }

    .menu-bg-overlay .brand-logo {
        margin-top: -15px;
    }

    .panel-group .panel-title .btn-link:after {
        top: 40px;
        right: 0;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    .panel-group .panel-title .btn-link:before {
        top: 40px;
        right: 0;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    .view-all-btn.bold-font {
        margin-top: 20px;
    }

    .sub-menu-cart {
        left: -268px;
    }

    .sub-menu-cart:before {
        left: 88%;
    }

    .block-card {
        padding: 15px !important;
    }

    .tecg-img img {
        border-radius: 80px;
        height: 148px;
        width: 53%;
    }
}

.sub-menu-cart {
    width: 300px !important;
    left: -145px;
}

a.to_shop_cart:hover {
    color: #fff;
}

.top-cart-btns {
    height: 40px;
}

/*----------End-------------*/

.converspop {
    color: #ffffff;
    font-size: 11px;
    /* background: linear-gradient(
        to right,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    ); */
    background: #ff7a3d;
    width: 20px;
    height: 20px;
    padding: 5px;
    border-radius: 100%;
    line-height: 11px;
    position: relative;
    text-align: center;
    float: right;
}

.unread_ticket {
    background: rgba(242, 245, 245, 0.8);
    box-shadow: inset 0 -1px 0 0 rgb(100 121 143 / 12%);
}

.ul-li ul li {
    list-style: none;
    /* display: inline-block; */
}

.course-rating li {
    color: #ffc926;
}

.course-rating li i {
    font-size: 12px;
}

.bestcourses .course-viewer li {
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    padding: 0;
    border-radius: 3px;
    /*background-color: #0ec0e1;*/
    background: transparent;
}

.bestcourses .course-viewer li p {
    /*color: #fff !important;*/
    color: #969696 !important;
    border-right: 1px solid;
    padding: 0 4px;
}

.bestcourses .course-viewer li:last-child p {
    border: 0 !important;
}

.bestcourses .best-course-text {
    padding: 20px 10px 20px 10px;
    /*height: 150px;*/
    border: 1px solid rgba(128, 137, 150, 0.1);
    border-radius: 0px;
}

/* Dashboard Css Start*/

.show.live-notification {
    background-color: #3d3d78 !important;
    border-color: #3d3d78 !important;
    color: #fff !important;
    font-family: "Mulish";
}

.cross {
    font-size: 20px;
    align-items: center;
    font-weight: 600;
    display: flex;
}

/* Dashboard Css End*/

/*filter css start*/

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 38px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 37px;
}

.price-range-content .price-range-filter input {
    width: 100%;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    color: var(--primaryColor);
    background-color: transparent;
}

.price-range-content .price-range-bar .ui-slider-handle {
    border: none;
    border-radius: 50%;
    background: #fff;
    /* border: 2px solid var(--primaryColor); */
    height: 15px;
    width: 15px;
    top: -5px;
    cursor: pointer;
    background: var(--primaryColor);
    position: absolute;
}

.price-range-content .price-range-bar {
    border: none;
    background: var(--primaryColor);
    height: 5px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    position: relative;
}

.price-range-content .price-range-bar .ui-slider-range {
    background: var(--primaryColor);
}

.aside_filter {
    background: #ffffff;
    padding: 20px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
    border-radius: 5px;
}

ul.show-less-li {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

ul.show-less-li li {
    margin-bottom: 10px;
    color: #62606c;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    position: relative;
    padding-left: 5px;
}

.content_check {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    padding-top: 4px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    color: #333333;
}

.content_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #eee;
}

.content_check input:checked ~ .checkmark:after {
    display: block;
}

.content_check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.content_check input:checked ~ .checkmark {
    background-color: var(--primaryColor);
}

.content_check input:checked ~ .checkmark:after {
    display: block;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.aside_filter .form-group {
    margin-bottom: 2rem;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primaryColor);
}

.course-rating li {
    color: #ffc926;
}

.course-rating li i {
    font-size: 12px;
}

.upcomingclasses .best-course-text {
    padding: 20px 12px 20px 12px;
}

.upcomingclasses .course-viewer li {
    cursor: pointer;
    color: #969696 !important;
    font-size: 14px;
    padding: 0;
    border-radius: 3px;
    background-color: transparent;
}

.upcomingclasses .course-viewer li p {
    color: #969696 !important;
    border-right: 1px solid;
    padding: 0 4px;
}

.upcomingclasses .course-viewer li:last-child p {
    border: 0;
}

/*filter css end*/

/* Order Details Css Start*/

.order_head {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    padding: 15px 0;
    border-bottom: 3px solid var(--primaryColor);
}

.order_detail {
    padding: 0 15px;
}

.order_detail_info {
    /* background: #1cbb57; */
    padding: 0px 15px;
    /* color: #fff; */
}

.order_info h2 {
    padding: 0;
    font-size: 20px;
}

.order_info span {
    color: #212158;
}

.green_badge {
    color: var(--primaryColor);
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
}

.custome_info {
    font-size: 16px;
}

.custome_detail {
    padding: 0 30px;
}

.all_details {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    padding: 24px 0;
    margin: 25px 0 25px 0;
}

.table_cart .media img {
    max-width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
    border-radius: 5px;
}

.table_cart .media {
    align-items: center;
}

.total-amt {
    color: #363247;
    font-weight: 800;
    font-size: 20px;
}

.order-col strong {
    color: #363247;
}

/*.orderdetail table td {
    vertical-align: middle;
}*/

/* Order Details Css End*/

/* course topic */

.course_accordian .panel-body {
    padding: 0 15px !important;
}

.course_accordian .panel {
    padding: 10px !important;
}

.course_accordian .panel-title .ac-head span {
    font-size: 20px !important;
}

.course_accordian .panel-group .panel-title .btn-link,
.ac-head {
    font-size: 12px !important;
    padding: 0 !important;
    white-space: normal;
    color: #333;
}

.course_accordian .panel-group .panel-title .btn-link:after,
.course_accordian .panel-group .panel-title .btn-link:before {
    top: -3px !important;
    right: 0;
}

.course_accordian .panel-group .btn-link.collapsed span {
    color: #d9d9d9 !important;
}

.course_accordian .panel-group ul {
    padding: 0;
    list-style: none;
    margin-top: 10px;
    font-size: 12px;
    line-height: 2;
}

.course_accordian .panel-group ul li a {
    text-decoration: none;
}

.total_videoes {
    margin-left: 28px;
    font-size: 12px;
}

/* end course topic */

.select2-selection .select2-selection__rendered {
    padding-top: 10px;
}

.select2-selection__arrow b {
    margin-top: 10px !important;
}

/*cart page*/

.cartpage .all_details {
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    padding: 25px 25px;
    margin: 25px 0 25px 0;
    margin: 0px auto 80px;
}

.cartpage .course-page-section th {
    font-size: 15px;
    font-weight: 700;
    padding-left: 20px;
    color: #333333;
    border-bottom: 3px solid #01a6fd;
}

.cartpage .section-title-2.headline.text-left h2 {
    text-align: left !important;
}

.cartpage .mb-33 {
    margin-bottom: 33px;
}

.order-col address {
    line-height: 28px;
}

.cartpage {
    background: #fdfdfd;
    border-radius: 8px;
}

/*.headline.text-center h2 {
    font-size: 23px;
    color: #33333f;
}*/

.degree {
    color: #15cbd4;
}

.teacher-details-img img {
    height: 250px;
    width: 100%;
    /* background: -webkit-linear-gradient(69deg, #10abff, #1beabd); */
    background: linear-gradient(60deg, #212158 0%, #6060a0 100%) !important;
    object-fit: cover;
    padding: 4px;
}

.teacher-name h2 {
    font-size: 23px;
    color: #333f4c;
}

.video_overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    transition: 0.5s ease;
    opacity: 1;
    color: white;
    font-size: 40px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    backdrop-filter: blur(6px);
}

/*show more start css*/

.filter-show-more {
    color: var(--primaryColor) !important;
    cursor: pointer;
    text-align: center;
}

/*show more end css*/

.main-heading {
    color: #1f1e1e;
}

.required {
    color: #ff0000;
}

/*.contact-page-version .form-input textarea {
     height: 120px; 
}/*

.address-details.ul-li-block ul {
    margin: 6px;
}

.teacher-secound-slide .owl-prev,
.teacher-secound-slide .owl-next {
    background: #fff;
}

.teacher-details-area .section-title-2 h2 {
    text-align: left;
}

.teacher-fvrt-icon_new {
    font-size: 26px;
    float: right;
    margin-left: 8px;
    padding-right: 5px;
    cursor: pointer;
    color: #fff;
    background-color: #15c3c2;
    border-radius: 5px;
    padding: 12px;
}

.comment-avater img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
}

/* Thank you Css Start*/

.margin_60_20 {
    padding-top: 32px;
    padding-bottom: 20px;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.box_order_form {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 25px;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
}

.box_order_form .main {
    padding: 20px 25px 20px 25px;
}

.text-center {
    text-align: center !important;
}

.head_thank h4 {
    font-size: 25px;
    margin-bottom: 30px;
    color: #000;
}

.bill_detal h4 {
    font-size: 20px;
    margin-bottom: 14px;
    color: var(--primaryColor);
}

.heading_word p {
    font-weight: 600;
    color: #292525;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

/*.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}*/

.order_table {
    max-height: 500px;
    overflow-y: auto;
}

.table-responsive > .table-bordered {
    border: 0;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    color: #fff;
}

.approve-color {
    padding: 0.15rem 0.75rem;
    color: #fff;
    border-radius: 2px;
    font-size: 0.8rem;
}

.app_bg {
    background: #0abb87;
}

.unapp_bg {
    background: #fd397a;
}

.request_bg {
    background: #14cad5;
}

.total_order {
    padding: 20px 0 0;
    text-align: right;
}

.total_order ul li span:first-child {
    float: left;
}

.total_order ul li span:first-child {
    float: left;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.total_order ul li:last-child {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primaryColor);
    font-size: 21px;
    font-size: 1.3125rem;
}

.product_img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.thankyou_head.text-center {
    margin-bottom: 30px;
    color: var(--primaryColor);
}

.order_heading {
    color: #363247;
}

.total_order ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    font-size: 1rem;
}

/* Thank You Css End*/

.cart-book {
    font-size: 20px;
    float: right;
    padding-right: 5px;
    cursor: pointer;
    color: #fff;
    background-color: #15c3c2;
    border-radius: 5px;
    padding: 6px;
}

/*---------------Loader css------------------------*/

#loader {
    width: 25%;
    height: 5px;
    /* background-image: linear-gradient(#05d280, #04a967); */
    background-size: 100%;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: width 0.1s ease-in;
    -moz-transition: width 0.1s ease-in;
    -ms-transition: width 0.1s ease-in;
    -o-transition: width 0.1s ease-in;
    -webkit-transition: width 0.1s ease-in;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

/* Image by > https://samherbert.net/svg-loaders/ */

#loader:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    background-image: url("data:image/svg+xml,%3Csvg width='120' height='30' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Ccircle cx='15' cy='15' r='15'%3E%3Canimate attributeName='r' from='15' to='15' begin='0s' dur='0.8s' values='15;9;15' calcMode='linear' repeatCount='indefinite'/%3E%3Canimate attributeName='fill-opacity' from='1' to='1' begin='0s' dur='0.8s' values='1;.5;1' calcMode='linear' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='60' cy='15' r='9' fill-opacity='.3'%3E%3Canimate attributeName='r' from='9' to='9' begin='0s' dur='0.8s' values='9;15;9' calcMode='linear' repeatCount='indefinite'/%3E%3Canimate attributeName='fill-opacity' from='.5' to='.5' begin='0s' dur='0.8s' values='.5;1;.5' calcMode='linear' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='105' cy='15' r='15'%3E%3Canimate attributeName='r' from='15' to='15' begin='0s' dur='0.8s' values='15;9;15' calcMode='linear' repeatCount='indefinite'/%3E%3Canimate attributeName='fill-opacity' from='1' to='1' begin='0s' dur='0.8s' values='1;.5;1' calcMode='linear' repeatCount='indefinite'/%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 72px auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 5px;
    z-index: 0;
}

@media only screen and (max-width: 786px) {
    .message-action {
        padding: 0px !important;
        border: 0 !important;
        font-size: 17px !important;
    }

    .custom_badge {
        margin-top: 10px;
    }

    .main_search_form
        .selectize-control.form-control.search-field.filed-append-search.selectized.searchbox.single {
        width: 100% !important;
        border-radius: 4px !important;
    }

    .mean-container a.meanmenu-reveal {
        left: 15px !important;
    }

    .logged_in_drpdown {
        margin-top: 5px;
    }

    .mean-container .mean-nav {
        margin-top: 64px;
    }

    .log-in ul {
        margin-top: 12px;
    }

    li.menu-item-has-children.ul-li-block.d-lg-none.d-md-block {
        margin-top: -12px;
    }

    .selectize-dropdown.single.form-control.search-field.filed-append-search.selectized.searchbox {
        text-align: left;
        /*margin-top: 12px;*/
        margin-top: 0;
    }
}

/* Wishlist Css Start*/

.old-price {
    color: #d0caca;
    font-size: 12px;
}

.price-section {
    /*color: #15ccd3;*/
    font-size: 14px;
}

/* Wishlist Css End*/

.triangle-icon
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    top: 25% !important;
}

.payment-details .modal-header {
    background: none;
    padding: 12px;
}

.book-pay .modal-header,
.message_modal .modal-header {
    background: none;
    padding: 13px;
}

#datepicker > span:hover {
    cursor: pointer;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px;
}

/* quix blade css */

.heading-quiz {
    font-size: 18px;
    color: #000;
}

.form-check {
    color: #000;
    line-height: 25px;
}

.timing {
    font-size: 20px;
    color: #000;
}

.question_number {
    background: #fff;
    display: inline-block;
    min-width: 40px;
    line-height: 36px;
    min-height: 40px;
    box-shadow: 0 0 2px #c1c1c1;
    padding: 1px;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin: 0 auto 10px;
    text-align: center;
    font-weight: 500;
}

.question_number:hover {
    background: #16ced2;
    color: #fff;
}

.time-digit {
    color: #04acf7;
}

/* end quiz blade css*/

.cal-icon {
    padding-top: 5px;
    color: #15ccd4;
}

.teacher-page-detail .teacher-fvrt-icon_new {
    padding: 7px;
}

.text-address {
    height: 49px;
    padding-top: 12px;
}

.custom-ul-li {
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    line-height: 2;
}

.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #04abf8;
    border-color: #04abf8;
}

.sidebar_teacher {
    background: #f7f7f7;
    padding: 25px;
}

.custom_badge {
    color: #fff;
    /* background: linear-gradient(
        to right,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    ); */
    background: linear-gradient(60deg, #212158 0%, #6060a0 100%) !important;
    font-size: 16px;
    padding: 5px;
    text-align: center;
    border-radius: 25px;
}

#datepicker .form-control {
    background-color: #fff;
    height: 50px;
}

#datepicker .input-group-addon {
    border-radius: 0 3px 3px 0;
    line-height: 2.3;
}

.course-teacher {
    background-color: #f7f7f7;
    padding: 30px;
}

.next-btn {
    width: 80px;
    padding: 4px;
    float: right;
    padding-top: 5px;
}

.my-video1-dimensions {
    width: 100%;
    height: 350px;
}

.parent-btn {
    display: flex;
    justify-content: center;
}

/*Exam Result*/

.exam-heading {
    color: #27275f;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 3px;
}

.exam-heading1 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.exam-heading2 {
    color: #000;
    font-weight: 700;
}

.btn-auto {
    margin: auto;
}

#Examresult {
    background-color: #27275f;
    padding: 0px 0px 40px 0px;
}

.white-box {
    background-color: #fff;
    padding: 25%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.number-area {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.number-area1 {
    color: #000;
    font-size: 23px;
    font-weight: 600;
}

.number-area3 {
    color: #000;
    font-size: 23px;
    font-weight: 600;
}

.number-area5 {
    color: green;
    font-size: 23px;
    font-weight: 600;
}

.number-area7 {
    color: red;
    font-size: 23px;
    font-weight: 600;
}

/*End Exam Result*/

/*Cancel Css Start*/

.cancel {
    color: red !important;
}

/*Cancel Css End*/

.side-bar-widget .widget-title:after {
    position: absolute;
    content: "";
    bottom: -20px;
    height: 2px;
    width: 50px;
    left: 0;
    background-color: var(--primaryColor);
}

.schedule_time {
    padding: 30px 0;
}

.schedule_time .owl-nav {
    top: -8px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: -1;
}

.schedule_time .owl-prev {
    margin-left: -20px;
    background: transparent;
}

.schedule_time .owl-next {
    margin-right: -20px;
    background: transparent;
}

.schedule_time .category-slide-content h6 {
    padding: 5px;
    border-radius: 20px;
    margin-bottom: 0;
}

.schedule_time .btn.active {
    border-radius: 20px;
    background: linear-gradient(
        to right,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    ) !important;
    border-color: var(--primaryColor) !important;
}

.schedule_time .notActive {
    color: #3276b1;
    background-color: #fff;
    border-radius: 20px;
    border-color: #777;
}

.navbar-menu .menuzord-menu ul li {
    margin: 0 15px;
}

.course-list-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tecg-img img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    object-fit: cover;
}

.faq-area .panel-title .btn-link {
    color: var(--primaryColor) !important;
}

.panel-body.content-area {
    color: #000;
    text-align: justify;
}

.panel.max-width {
    max-width: 100%;
}

.side-border {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 40px rgb(82 85 90 / 10%);
}

.faq-heading {
    color: #333;
    font-size: 25px;
}

.border-title h2 {
    font-size: 25px;
    color: #333333;
    font-weight: 300;
    position: relative;
}

.border-title h2 span {
    font-weight: 700;
}

.border-title h2:after {
    position: absolute;
    content: "";
    bottom: -20px;
    height: 2px;
    width: 50px;
    left: 0;
    background-color: #ff7a3d;
}

.section-reviews {
    position: relative;
    top: 60px;
}

.wishlish-btn a {
    padding: 6px 10px;
    color: var(--primaryColor);
    border-radius: 3px;
    border: 1px solid var(--primaryColor);
    font-size: 14px;
    margin-right: 4px;
}

.cart-text {
    color: var(--primaryColor);
}

/*checkout page css*/

.date-time-area {
    color: #909090;
    /*font-weight: 600;*/
    font-size: 17px;
    font-style: italic;
}

.date-time-section b {
    color: #36324c;
}

/*end checkout css*/

/*thankyou page css*/

.date-time-area {
    font-size: 13px;
}

.date-time-section {
    font-size: 13px;
    color: #312e2e;
}

.date-time-area b {
    color: #3c3247;
}

/*end thankyou page css*/

/* a.teacher_book {
    font-size: 15px;
} */

.ticket_box {
    margin-bottom: 30px;
}

.previewBox img {
    max-width: 60px;
    min-width: 60px;
    max-height: 60px;
    min-height: 60px;
    object-fit: cover;
    border: 1px solid #ddd;
    padding: 3px;
}

.previewBox {
    text-align: center;
    position: relative;
    width: 60px;
    height: 60px;
}

.ticket_group_img a {
    margin-right: 11px;
}

.ticket_group_img img {
    border-radius: 5px;
    object-fit: cover;
    border: 1px solid #ddd;
    padding: 3px;
    width: 55px;
    height: 55px;
}

.main_search .highlight {
    padding: 0;
    margin-left: 0;
    color: #a1130d;
}

.main_search .selectize-dropdown {
    max-height: 180px;
    overflow-y: auto;
}

.main_search_form
    .selectize-control.form-control.search-field.filed-append-search.selectized.searchbox.single {
    width: 100%;
    border-radius: 4px 0 0 4px;
    padding: 0;
    /*padding-left: 0;
    padding-right: 0;*/
}

.main_search_form .selectize-input.items.not-full {
    /*padding-left: 15px;*/
    margin-left: 15px;
    align-items: center;
    height: 48px;
}

.header_main_search
    .selectize-control.form-control.search-field.filed-append-search.selectized.searchbox.single {
    width: 67%;
    height: 43.59px;
    padding: 0.175rem 0.75rem;
}

.header_main_search .search-course .nws-button {
    height: 44px;
    line-height: 44px;
}

.mobile_username {
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 0;
    border-bottom: 2px solid #01a6fd;
    margin-top: 5px;
}

.reponse-student {
    width: fit-content;
}

.week-day {
    font-size: 1px;
}

.wishlist-area {
    font-size: 17px;
}

.wishlist-btn {
    font-size: 17px;
}

/**********coursedetails***********/

.text_heading {
    font-size: 17px;
    margin-left: 20px;
}

.text-font-size {
    font-size: 16px;
    line-height: 1.4;
    padding: 5px 0;
}

.margin.mx-auto {
    margin-top: 3px;
}

.number_font {
    font-size: 11px;
    margin-left: 6px;
    /*margin-top: -6px;*/
    margin-bottom: 0;
    /* margin-top: -8px; */
    line-height: 0px;
}

/*.fa-clock {
    color: var(--primaryColor);
}*/

.course-details-content {
    text-align: justify;
}

@media screen and (max-width: 767px) {
    .contact-page-section .social-contact .category-icon-title {
        margin-bottom: 25px;
    }

    .category-icon-title {
        padding: 18px;
    }

    .contact-page-section .social-contact .category-icon-title:before {
        height: 96px;
    }

    .contact-page-section .social-contact .category-icon-title:before {
        display: none;
    }

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

    .mb45 {
        margin-bottom: 30px;
    }

    .contact-page-section .social-contact .category-icon-title {
        width: 100% !important;
        /* float: left; */
        position: relative;
    }

    .copy-right-menu-item {
        font-size: 3px;
    }

    .blog-content-details {
        padding-bottom: 0;
    }

    .genius-post-item {
        padding-bottom: 0;
    }

    .blog-post-img-content {
        margin-bottom: 10px;
    }

    .blog-item-post {
        padding: 55px 0px 0px 0px;
    }

    select.most_view {
        width: 100%;
    }

    .best-course-v2 {
        padding-bottom: 40px;
    }

    .ytp-cued-thumbnail-overlay-image {
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .iframe_height {
        height: 100% !important;
    }

    .course-details-section {
        padding: 40px 0px 0px;
    }

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

    .teacher-details-area {
        padding: 40px 0px;
    }

    .genius-btn.gradient-bg.text-center.text-uppercase.ml-3.ul-li-block.bold-font {
        margin: 5px 0 0 0 !important;
    }

    .mb35 {
        margin-bottom: 5px;
    }

    .modal-body {
        padding: 30px 35px;
    }

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

    .width_size {
        width: 100% !important;
    }

    /*.float-right {
        float: left!important;
    }*/
    .wishlish-btn a {
        border: none;
    }

    .panel-group .panel-title .btn-link {
        font-size: 19px;
        padding: 7px 7px;
    }

    .panel-body.content-area {
        font-size: 12px !important;
    }

    .about-teacher .section-title-2 {
        margin-bottom: 15px;
    }

    .mb45.teacher-details-content {
        margin-bottom: 15px;
    }

    .teacher-details-text.sidebar_teacher.mt-4 {
        margin-top: 0;
    }

    .section_education.mb-5 {
        margin-bottom: 0 !important;
    }

    h2.underline {
        font-size: 21px !important;
    }

    .btn_review {
        line-height: 17px !important;
    }

    .genius-btn.gradient-bg.text-center.text-uppercase.ml-3.ul-li-block.bold-font {
        margin: 5px 0 0 30px !important;
    }

    /*  .teacher-details-text .section-title-2 h2 
    {
        font-size: 24px;
    }
    .teacher-details-text .section-title-2 h2:after 
    {
        bottom: 0 !important;
    }*/
    .mobile_padding {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .comment-avater {
        margin-bottom: 7px;
    }

    .display_column {
        flex-direction: column;
    }

    .genius-btn.gradient-bg.text-center.text-uppercase.ml-3.ul-li-block.bold-font {
        height: 30px;
    }

    h2.underline.line_margin:after {
        bottom: 10px;
    }

    .section-title-2.mb-5.headline.text-left.classes.d-flex.justify-content-between {
        margin-bottom: 20px !important;
    }

    /*courses button*/
    .course-side-bar-widget .genius-btn {
        line-height: 40px;
        padding: 0px !important;
    }

    .like-course {
        margin-left: 5px !important;
        /*margin-top: 10px;*/
        width: 137px;
        height: 40px;
        line-height: 40px;
        padding: 0px 7px 0px 5px;
    }

    .big-heart {
        padding-top: 10px;
    }

    .margin_num {
        margin-right: 5px;
    }

    .header-search-form {
        height: 40px;
        margin-top: 2px;
    }

    .header-search-form .selectize-input.items.not-full input {
        border: none;
        width: 250px !important;
        max-width: 250px;
        line-height: 1;
    }

    .header-search-form .selectize-input.items.has-options.full.has-items {
        margin-top: 0;
        height: 20px;
        margin-bottom: 17px;
    }

    .search_headercontent.selectize-input.items.not-full {
        margin-top: 0;
    }

    .header-search-form
        .selectize-control.form-control.search-field.filed-append-search.selectized.searchbox.single {
        border: none;
        padding-top: 1px;
        padding-bottom: 0;
    }

    .search-body.search-open {
        height: 48px;
        margin-top: 2px;
    }

    .cart-search li .search-body .search-open {
        text-align: left;
        margin-left: 13px;
    }

    .search_headercontent
        .selectize-dropdown.single.form-control.search-field.filed-append-search.selectized.searchbox {
        width: 238px !important;
    }

    .main_search .banner_search .highlight {
        padding: 0 !important;
        margin-left: 0;
        color: #01a6fd;
    }

    .highlight {
        /*padding: 0;*/
        margin-left: 0;
        color: #01a6fd;
        background-color: transparent;
        position: relative;
        margin-bottom: 0.5em;
        /*margin-left: -1.5em;*/
        width: 100%;
        padding: 0 1rem;
    }

    /*button.toggle-overlay.search-btn.search_icon {
        margin-top: 3px;
        margin-left: 20px;
    }/*
    a.shadow-none.d-flex.align-items-center.profile_item.p-0 {
        float: right;
    }
    .teacher-faq-form .nws-button {
        height: 40px;
        width: 170px;
        line-height: 40px;
        border-radius: 5px;
    }
    .review_btn {
        font-size: 14px;
    }
    .mobile_view {
        left: -10;
    }
    .slider-text .section-title h2 {
        font-size: 32px !important;
        text-align: center !important;
    }
    .layer-1-1 {
        text-align: center !important;
        font-size: 10px !important;
    }
    #slider-item .search-course {
        max-width: 390px !important;
    }
    .navbar-default .log-in {
        right: 85px;
        width: 40px;
        padding: 0;
    }
    .navbar-default .log-in {
        right: 85px !important;
        width: 77px !important;
        padding: 0 !important;
    }
    .log-in a {
        padding: 0 !important;
    }
    .cart-search {
        top: 27px !important;
        width: 64px !important;
        padding: 0 !important;
        margin-top: 0 !important;
    }
    .sub-menu.p-0.submenu_content {
        left: -37px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
    .log-in {
        /*margin-top: 12px;*/
    /*width: 58px !important;*/
    /* width: 89px !important; */
}

.cart-search {
    padding: 0 !important;
}

.banner_search input {
    margin-top: 6px;
    max-width: 363px;
    width: 363px !important;
}

.banner_search.selectize-input.items.not-full {
    height: 36px !important;
    margin-top: 12px;
    margin-left: 15px !important;
}

.banner_search
    .selectize-dropdown.single.form-control.search-field.filed-append-search.selectized.searchbox {
    width: 380px !important;
}

li.li2_margin {
    margin-bottom: 29px !important;
    margin: 0;
}

.line_height {
    line-height: 1;
}

.map_icon_margin {
    margin: 0 12px 0 12px;
}

.search_headercontent input {
    max-width: 223px;
    width: 223px !important;
    margin-top: 6px;
}

.selectize-input.items.has-options.full.has-items {
    height: 38px;
    margin-left: 10px;
    margin-top: 10px;
    text-align: left;
}

.search_headercontent
    .selectize-dropdown.single.form-control.search-field.filed-append-search.selectized.searchbox {
    width: 325px !important;
}

.h-25pro {
    height: 150px !important;
}

.next-btn {
    position: absolute;
    right: 0;
    z-index: 100;
}

.bg-none {
    background: none;
}

.date-table {
    color: #909090;
    font-size: 13px;
}

.tech-name {
    color: #3c3247;
}

/*.wishlist_block {
    height: 18px !important;
    display: block;
}*/

.light_font_text {
    color: #909090;
    font-size: 12px;
}

@media (max-width: 768px) {
    .heading-3 {
        text-align: center;
    }

    .tecg-img {
        margin: 0 auto;
        display: flex;
        margin-bottom: 10px;
    }

    .profile_img {
        margin: auto;
    }

    .font-s {
        font-size: 9px !important;
    }

    .checkout_padding {
        padding: 15px !important;
    }

    .padding_cart_page {
        padding: 7px 8px !important;
    }

    .left_reason_margin {
        margin-left: 8px !important;
    }

    .right_reason_margin {
        margin-right: 8px !important;
    }

    .home-choose-img {
        margin-bottom: 23px;
    }

    .orderbtn_color {
        font-size: 13px !important;
        padding: 0.59 rem !important;
    }

    .side-bar-widget {
        margin-bottom: 0 !important;
    }

    .course-page-section .shorting-filter select {
        margin: 0px !important;
        width: 100% !important;
    }

    .highlight {
        margin: 0 !important;
        padding: 0 !important;
    }

    .banner_search
        .selectize-dropdown.single.form-control.search-field.filed-append-search.selectized.searchbox {
        width: 100% !important;
    }

    .table.ticket.table-responsives.mb-0 {
        padding: 0.75rem 0.6rem !important;
    }

    .change_cart_button a {
        padding: 0 !important;
    }

    .schedule {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .shorting-filter {
        width: 100% !important;
        /*margin-top: 15px;*/
    }

    .highlight {
        margin: 0 !important;
        padding: 0 !important;
    }

    .banner_search
        .selectize-dropdown.single.form-control.search-field.filed-append-search.selectized.searchbox {
        width: 100% !important;
    }
}

.padding_li.divider_col a {
    padding: 0 7px;
}

li.divider_col:before {
    width: 1px;
    content: "";
    height: 15px;
    position: absolute;
    background-color: #989898;
}

li.divider_col:after {
    width: 1px;
    content: "";
    height: 15px;
    position: absolute;
    background-color: #989898;
}

.checkout_padding {
    padding: 0;
}

.font-border-r {
    border-radius: 50%;
    border: 1px solid #e61d1d;
    padding: 3px 6px 2px 5px;
    color: #e61d1d;
}

.title-color {
    color: #777;
}

.row.coupan_row {
    margin: 0 auto;
}

.del-color {
    color: #d3cccc;
}

.findbillboard .cat_type {
    color: #a1130d;
    /*background: transparent;*/
}

.btn_view {
    border: 1px solid var(--primaryColor);
    background-color: #ffffff;
    color: var(--primaryColor) !important;
    font-weight: 500;
}

.btn_view:hover {
    background: var(--primaryColor);
    color: #fff !important;
}

.btn_view:focus {
    outline: none;
    /* background-color: transparent; */
    box-shadow: none;
}

.font-s {
    font-size: 13px;
}

.action_view {
    color: var(--primaryColor);
    border-radius: 3px;
    border: 1px solid var(--primaryColor);
}

.action_view:hover {
    background: var(--primaryColor);
    color: #fff;
}

/*.table td, .table th 
{
vertical-align: middle;
}
.table thead th 
{
vertical-align: middle;
}*/

.orderactionicon_size {
    font-size: 17px;
}

.block-card .active.orderbtn_color {
    /* background: linear-gradient(
        to right,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    ); */
    background: linear-gradient(60deg, #212158 0%, #6060a0 100%) !important;
    color: #ffffff !important;
}

.btn_padding {
    padding: 0px 6px !important;
}

.progess_bar_color {
    background: #1baf11;
}

.progress_default_color {
    background: #e4e4e4;
}

.icon_font_size {
    font-size: 16px;
}

.description_read .morecontent span {
    display: none;
}

.read_enquiry {
    background: rgba(242, 245, 245, 0.8);
    color: #202124;
}

.read_enquiry td b {
    font-weight: 400 !important;
}

.unread_ticket {
    background: rgba(242, 245, 245, 0.8);
    color: #202124;
}

/* .unread_ticket td b {
    font-weight: 400 !important;
} */

/*teacher registration start*/

.form-input.padding_select {
    min-height: 50px;
    border: 1px solid #aaa !important;
    border-radius: 5px;
    /*margin-top: 13px !important;*/
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border: none !important;
    outline: 0;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    margin-top: 13px !important;
}

/*teacher registration end*/

.category_show {
    /* background: linear-gradient(
        to right,
        #01a6fd 0%,
        var(--primaryColor) 51%,
        #01a6fd 100%
    ); */
    background: linear-gradient(60deg, #212158 0%, #6060a0 100%) !important;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
}

.mr-show {
    margin: 20px 0px 0px !important;
}

/* chintan edits */

.change-btn {
    border-radius: 4px;
    padding: 14px 30px;
    color: var(--primaryColor) !important;
    border: 2px solid var(--primaryColor);
    text-align: center;
    font-weight: 500px;
    font-size: 20px;
}

/* new updates 29-01-2022 */

.extra-left-content {
    padding: 0 15px;
}

.course-slide .course-viewer li,
.bestcourses .course-viewer li {
    color: #989898 !important;
    font-size: 14px !important;
    padding: 5px 15px !important;
    border-radius: 3px !important;
    background-color: #f7f7f7 !important;
}

.bestcourses .course-viewer li {
    color: #989898 !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
    border-radius: 3px !important;
    background-color: #f7f7f7 !important;
}

.course-slide .course-viewer li p,
.bestcourses .course-viewer li p {
    margin-bottom: 0 !important;
    border: 0 !important;
}

/* sonam  */

.spinner_loading {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #fff;
}

.wishlist-course .spinner_loading {
    position: static !important;
}

.play_color {
    color: var(--primaryColor);
}

.banner-area {
    padding: 150px 0 !important;
}

.custom_login_btn {
    border: none;
    color: #ffffff;
    background: linear-gradient(to left, rgba(239, 95, 52, 0.75), #e34212);
    font-weight: 500;
    line-height: 1;
    border-radius: 4px;
    font-family: "Mulish";
    padding: 14px 26px;
    font-size: 16px;
}

.banner_girl_img {
    border-radius: 202px 202px 50px 50px;
}

.study_img {
    border-radius: 50px 50px 202px 202px;
}

.course_counter {
    background-color: #225c55d1;
    background-image: url(https://hometuitioncanada.com/wp-content/uploads/2021/12/s.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 42px 42px 42px 42px;
    padding: 10px 30px;
}

.course_counter h1,
.course_counter h5 {
    font-family: "Mulish", sans-serif !important;
    color: #fff;
}

.currency-icon {
    background: #2b766e;
    border-radius: 50%;
    width: 7rem;
    height: 7rem;
    text-align: center;
    padding: 1.8rem;
    color: #fff;
}

.currency-icon i {
    font-size: 50px;
}

.bg_overlay {
    background-color: transparent;
    background-image: linear-gradient(360deg, #37c8c0 0%, #27a4ab 66%);
    opacity: 0.85;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 42px 42px 42px 42px;
}

.primary_button {
    border: none;
    color: #ffffff !important;
    /* background: linear-gradient(60deg, #41b2a5 0%, #34f6f185 100%) !important; */
    background: linear-gradient(60deg, #212158 0%, #6060a0 100%) !important;
    font-weight: 500;
    line-height: 30px;
    border-radius: 4px;
    font-family: "Mulish";
    padding: 10px 25px;
    font-size: 16px;
}

.banner_left_content {
    padding-left: 5rem;
    padding-top: 5rem;
}

.banner_heading {
    color: #212158;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 53px;
}

p {
    color: #676767;
    font-family: "Mulish", Sans-serif;
    line-height: 35px !important;
    font-size: 16px;
}

/* =========== my css starts ====== */
.active a {
    color: #2b2b63 !important;
}

.menu-bg-overlay .main-menu-container {
    background: #fff !important;
}

.banner-area {
    padding-top: 150px !important;
    padding-bottom: 50px !important;
    /* padding: 150px 0 !important; */
    background-color: transparent;
    background-image: linear-gradient(320deg, #ebfcfa 18%, #f2295b00 98%);
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-150 {
    padding-bottom: 150px;
}

.bg-clr {
    background-color: #caf7f2;
    min-height: 180px;
    border-radius: 17px;
    /* display: flex; */
    justify-content: center;
    text-align: center;
    padding: 40px;
}

.text-icon {
    display: flex;
    align-items: center;
}

.icon-box-title {
    font-size: 20px;
    color: #212158;
    font-weight: 400;
}

.icon-img {
    background-color: #fff;
    border-radius: 50%;
    line-height: 8;
    width: 135px;
    height: 135px;
    border: 3px solid #94ede3;
    /* padding: 30px; */
}

.icon-img img {
    width: 60px !important;
}

.row-icon {
    position: absolute;
    top: -35%;
    left: 33%;
}

.about-img img {
    border-radius: 230px 230px 30px 30px;
    width: 500px !important;
    height: 670px !important;
}

.iconbox-colours .col-lg-3:nth-child(2) .bg-clr {
    background: #fde4dd;
}

.iconbox-colours .col-lg-3:nth-child(2) .icon-img {
    border-color: #f49377;
}

.iconbox-colours .col-lg-3:nth-child(3) .bg-clr {
    background: #d2ecf4;
}

.iconbox-colours .col-lg-3:nth-child(3) .icon-img {
    border-color: #6ad1f0;
}

.iconbox-colours .col-lg-3:nth-child(4) .bg-clr {
    background: #fdf3e0;
}

.iconbox-colours .col-lg-3:nth-child(4) .icon-img {
    border-color: #e1ab44;
}

.blue-head {
    color: #212158;
    font-size: 35px;
    font-weight: 500;
    line-height: 63px;
}

.orange-head {
    color: #ef5f34;
    font-size: 22px;
    font-weight: 500;
}

.about-ul {
    list-style: none;
    padding-left: 0px;
}

.about-ul i {
    color: #fd7e14;
}

.Service-sec {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
    padding: 10px 10px 50px 10px;
    border-radius: 25px 25px 25px 25px;
}

.Service-sec img {
    border-radius: 25px;
}

.Service-sec p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8 !important;
}

.Service-sec h2 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #212158;
}

.mt-70 {
    margin-top: 70px;
}

.service-orange-head {
    color: #ef5f34;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.service-blue-head {
    color: #212158;
    font-size: 35px;
    font-weight: 500;
    line-height: 63px;
}

.service-blue-head:after {
    border-bottom: 3px solid #212158;
    content: "";
    display: block;
    padding-top: 5px;
    width: 25%;
    margin: 15px auto;
}

.cream-clr-bg {
    background-color: #fef6f3;
}

.volunteer-content h2 {
    text-align: center;
    color: #212158;
    font-size: 25px;
    font-weight: 500;
    margin-top: 16px;
}

.volunteer-content p {
    text-align: center;
    color: #212158;
    font-size: 15px;
    font-family: "Roboto Slab", Sans-serif;
    line-height: 20px !important;
    font-weight: 500;
}

.swiper-pagination-bullet-active {
    background: #000 !important;
}

.testimonial-content {
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
    padding: 40px 40px 20px 40px;
    margin-top: 45px;
}

.testimonial-icon i {
    font-size: 40px;
}

.testimonial-head {
    font-size: 17px;
    font-weight: 700;
    margin-top: 30px;
    color: #181d23;
    margin-bottom: 40px;
    font-family: "Mulish", sans-serif;
}

.banner-volunteer {
    background-color: #ff7a3d;
    background-image: url(https://hometuitioncanada.com/wp-content/uploads/2021/12/cta-shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-padding {
    padding: 62px;
}

.banner-text {
    padding: 50px;
}

.banner-text h3 {
    color: #ffffff;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 25px !important;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}

.banner-btn {
    border: none;
    color: #062265 !important;
    background: #ffff;
    font-weight: 500;
    line-height: 30px;
    border-radius: 4px;
    padding: 13px 24px;
    font-size: 20px;
}

.banner-girl-top {
    position: absolute;
    right: 0;
    bottom: 0%;
}

.blog-btn {
    border: 1px solid transparent;
    background: #062265 !important;
    color: #ffff !important;
    font-weight: 500;
    line-height: 30px;
    border-radius: 4px;
    padding: 5px 25px;
    font-size: 13px;
}

.blog-title {
    font-family: "Roboto Slab", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #212158;
    margin-top: 12px;
}

.blog-img {
    height: 300px;
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
}

.blog-date {
    font-family: "Mulish", Sans-serif;
    font-size: 14px;
    color: #107569;
}

.blog-description {
    font-family: "Mulish", Sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 1.8 !important;
    margin-bottom: 1.5rem;
}

.footer-about-text {
    color: #ffff;
    font-size: 14px;
    font-family: "Mulish", Sans-serif;
    line-height: 1.8;
}

.contact-widget-p p {
    padding-bottom: 0px !important;
    font-family: "Mulish", Sans-serif;
    line-height: 18px !important;
    font-size: 15px !important;
}

.cource-padding .p-0 {
    padding: 5px !important;
}

.copy-right-menu {
    background-color: #192847;
}

.copy-right-text p {
    color: #ffffff;
    font-size: 15px;
}

.modal-title {
    color: #000;
    text-align: center;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
}

div#main-menu::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #ff7a3d;
}

.social-ftr i {
    color: #fff !important;
}

.facebook-ftr {
    background-color: #3b5998;
    border: 2px solid #3b5998;
    color: #fff;
}

.twitter-ftr {
    background-color: #1da1f2;
    border: 2px solid #1da1f2;
    color: #fff;
}

.youtube-ftr {
    background-color: #cd201f;
    border: 2px solid #cd201f;
    color: #fff;
}

.frm_bg {
    min-height: 300px;
}

/* =========== my css End ====== */
.swiper-pagination {
    position: initial !important;
}

.social-ftr li {
    display: inline-block !important;
}

.about-center-padding {
    padding: 0px 144px 0px 0px;
}

/* .about-content-padding{
  padding: 8px 96px 0px 0px;   
} */

/* padding top */

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 80px;
}

.pt-70 {
    padding-top: 80px;
}

.pt-80 {
    padding-top: 80px;
}

/* padding bottom */
.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.login_forms {
    border: 2px solid #303069;
    padding: 40px;
    border-radius: 5px;
}

.login_forms > h2 {
    color: #ff7a3d;
}

.bg-light-cream {
    background-color: #f5f3f2;
}

.header_profile {
    cursor: pointer;
    background: transparent;
    color: #616161;
    font-family: "Mulish";
}

.header_profile img {
    width: 40px;
    border-radius: 100%;
    height: 40px;
    object-fit: cover;
}

.header_menu_dropdown .dropdown-item {
    font-family: "Mulish";
}

.blog-detail-thumbnile img {
    height: 565px;
}

.quiz-area .primary_button {
    color: #fff !important;
}

.volunteers_slider .swiper-slide img {
    height: 370px;
    width: 100%;
    object-fit: cover;
}

.quiz-area .gradient-bg a {
    color: #fff !important;
}

@media screen and (max-width: 767px) {
    .banner-area {
        padding-top: 30px !important;
    }

    .banner_left_content {
        padding-left: 0;
        padding-top: 0;
    }

    .mean-container a.meanmenu-reveal {
        top: -35px !important;
    }

    .mean-container .mean-nav {
        margin-top: 0 !important;
    }

    .navbar-header {
        top: 45px !important;
        right: 0 !important;
        width: 60% !important;
    }

    .header_menu_dropdown {
        justify-content: center !important;
        margin-top: 30px;
    }

    /* div#main-menu::after {
        padding-bottom: 10px;
    } */
    .custom_header_for_mobile {
        position: absolute;
        top: 40px;
    }

    .breadcrumb-section {
        padding-bottom: 170px;
    }
}

.footer-widget {
    color: #fff;
}

.comment-avater img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    object-fit: cover;
}
.message_table_scroll {
    width: 100%;
    overflow-x: scroll;
}
.message_table_scroll .supportticket_table {
    width: 130% !important;
    overflow: auto !important;
}
.user_data_name {
    line-height: 0;
}
.disable_btn {
    opacity: 0.3;
    pointer-events: none;
}
.unable_msg {
    font-size: 13px !important;
}

/* ----------------------- css from header & footer 27-apr-2023 start------------------------------- */

.layer-1-3.main_search_form.header_main_search {
    height: 58px !important;
    align-items: center;
    display: grid;
}
form.main_search.search_headercontent {
    width: 100%;
}

label.error {
    display: flex;
}

.search_headercontent .selectize-dropdown-content {
    background: #fff;
    position: absolute;
    z-index: 999;
    top: 50px;
    left: 0;
    right: 0;
    padding: 15px 15px;
    max-height: 230px;
    overflow-y: auto;
    width: 325px;
}

.brand-logo {
    height: 80px;
}

.menu-bg-overlay .brand-logo {
    height: 60px;
}

/* saket blog */

.blog-thumnile {
    height: 100%;
}

.blog-thumnile img {
    max-width: 100%;
    width: 100%;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.date i {
    margin-right: 5px;
}

.blogs-date {
    color: #96989b;
    font-size: 15px;
}

.Read-more-btn a {
    background: #0058e6;
    padding: 0.5rem 0.875rem;
    color: #fff;
    border-radius: 3px;
}

.Read-more-btn i {
    color: #fff;
}

.blog-heading {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.blog-title-content .blog-content {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.blog-img-date {
    height: 300px;
}

/* pop colum-gap */
.modal-body .card-name {
    display: flex;
    gap: 6px;
}

/* end  */

/* himanhu css start  */

.faq-cls .card {
    margin-top: 30px;
    margin-bottom: 30px !important;
}

.faq-cls .card1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.faq-cls .card-header .title {
    font-size: 17px;
    color: #000;
}

.faq-cls .card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}

.faq-cls .card-header {
    cursor: pointer;
    border-bottom: none;
}

.faq-cls .card {
    border: 1px solid #ddd;
    /* border-radius: 30px; */
    background: #efefef;
    border-radius: 20px;
}

.faq-cls .card-body {
    background: rgba(0, 0, 0, 0.03);
}

.faq-cls .card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.faq-cls .card .card-header {
    cursor: pointer;
    border-radius: 20px;
}

.faq-cls .card-header.collapsed {
    padding: 25px;
}

.faq-cls .skiptranslate iframe,
.goog-te-gadget span {
    display: none !important;
}

.faq-cls .goog-te-combo {
    padding: 5px 25px;
}

/* himanhu css end  */
.skiptranslate iframe {
    display: none !important;
}

select.goog-te-combo {
    padding: 5px;
    border-radius: 5px;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

.google_translator {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
}
.logo_img {
    height: 6.5rem;
}
.highlight_link {
    color: #2e2e67 !important;
}
.header_menu_dropdown .dropdown-item.active {
    background: #2b2b63;
    color: #fff !important;
}
.header_menu_dropdown .dropdown-item:focus,
.header_menu_dropdown .dropdown-item:hover {
    color: #2b2b63;
}
.user_data_name p {
    line-height: 1 !important;
}

.event-heading {
    font-size: 24px;
    font-weight: 500;
    font-family: "Mulish", sans-serif;
    color: #1f1910;
}

.img-border {
    border-radius: 0px !important;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.box-wapper {
    border: 1px solid #e4e4e4;
    min-height: 500px;
}

.box-wapper:hover {
    box-shadow: 0 0 12px rgb(0 0 0 / 15%) !important;
}

.box-content {
    padding: 10px;
}

.date-location-wrap {
    margin: 5px;
    min-height: 23px;
}

.clock-icon {
    font-size: 16px;
    padding-right: 3px;
}

.location {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-style: normal;
    color: #555555;
    margin-left: 5px;
}

.col-padding {
    padding-bottom: 30px;
}

.date-month {
    text-align: center;
    background: #ffffff;
    padding: 10px 15px;
    width: auto;
    height: auto;
    top: 15px;
    left: 15px;
    border-radius: 4px;
    box-shadow: 5px 3px 15px rgb(0 0 0 / 20%);
}

.date-month:hover {
    box-shadow: 5px 3px 15px rgb(0 0 0 / 20%) !important;
}

.date {
    font-size: 23px !important;
    line-height: 23px;
    font-weight: 600;
    color: #111111 !important;
    font-family: "Mulish", sans-serif;
}

.month {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 15px;
    color: #555555;
    font-family: "Mulish", sans-serif;
}

/**event form start**/

.form-heading {
    font-weight: 400;
    font-family: "Mulish", sans-serif;
    color: #1e1810;
    font-size: 28px;
}

.form-hide {
    display: none;
}

.form-control:focus {
    border-color: #0096ff;
}

/* button span{
    display: none;
} */

.select2-search .select2-search--dropdown::after {
    content: "";
}

span.select2-search.select2-search--dropdown::before {
    content: "\f002";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #1f1910;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 8px;
    right: 17px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #999 !important;
}

.select2-container--default .select2-selection--single:focus {
    border: 1px solid #0096ff !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #0096ff;
    border-radius: 7px;
    min-height: 5px;
    padding: 1px;
}

/*event form end ***/

/**container-start*/

.event-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .event-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .event-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .event-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .event-container {
        max-width: 1344px;
        margin: 0 auto;
    }
}
.lh-custom {
    line-height: 1.5 !important;
}
.price-val.active {
    background: #212158;
}
#datepickerdob {
    background: #fff;
}
/* ----------------------- css from header & footer 27-apr-2023 end------------------------------- */
