@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
:root {
    --main-color: #000000;
    --main-font: 'Open Sans', sans-serif;
    --theme-color: #ef495f;
}

img {
    max-width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    transition: background-color 5000s ease-in-out 0s;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

:-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

body {
    font-family: var(--main-font)!important;
    padding: 0;
    color: var(--main-color);
    font-size: 15px;
}

body.white-bg {
    background: white;
}

body.gray-bg {
    background: rgba(255, 255, 255, 255);
}

body.modal-open {
    overflow: auto;
}

p {
    margin: 0 0 10.5px;
}

a,
button,
input[type="button"] {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-webkit-transition: all 0.3s;
}

a {
    color: #222222;
}

a:hover {
    text-decoration: none;
    color: #003845;
}

*[data-toggle="modal"],
button {
    cursor: pointer;
}

a:focus,
.btn:focus,
.form-control:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: 0 0 0 0 !important;
}

fieldset,
label {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    color: #b2b4b9;
}

.tooltip {
    pointer-events: none;
}

.btn {
    color: white;
    background-color: #009ae0;
    border-color: #009ae0;
    padding: 7px 15px 9px;
    font-size: 15px;
    border-radius: 0;
    font-weight: 600;
    border-radius: 10px;
}

.btn:hover,
.btn:focus {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: white;
}

textarea:focus,
.form-control:focus,
input:focus {
    border-color: #76c5d6;
}

select+.select2-container {
    width: 100%!important;
}

.rating i {
    color: #dddddd;
}

.rating i.filled {
    color: #009ae0;
    ;
}

.rating i.half-filled {
    position: relative;
}

.rating i.half-filled:after {
    position: absolute;
    content: "\f089";
    top: 0;
    left: 0;
    font-size: inherit;
    color: #009ae0;
    ;
    z-index: 1;
}


/*
bootstrap overwrite css
*/

.container-xl,
.container-lg {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}


/*
menu
*/

.corner-triangle.top-left:after {
    top: -12px;
    left: 14px;
}

.corner-triangle.top-left:before {
    top: -14px;
    left: 14px;
}

.corner-triangle.top-right:after {
    top: -12px;
    right: 14px;
}

.corner-triangle.top-right:before {
    top: -14px;
    right: 14px;
}

.corner-triangle:after {
    border-color: transparent transparent white;
}

.corner-triangle:before {
    border-color: transparent transparent #e8e9eb;
}

.corner-triangle:before,
.corner-triangle:after {
    border-style: solid;
    border-width: 0 10px 13px;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
}

.menu-area {
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    position: relative;
    z-index: 99;
}

.menu-area .navbar {
    padding: 0;
}

.signin-box-move-mobile-helper,
.signin-box-move-desktop-helper {
    display: none;
}


/*

menu code was here

*/

.search-box {
    margin-right: 50px;
    padding: 10px 0;
}

.search-box input {
    background-color: #f2f3f5;
    border: 1px solid #f2f3f5;
    height: 45px;
    padding: 0 15px;
    border-radius: 2px 0 0 2px;
    font-size: 13px;
}

.search-box input:focus {
    background-color: white;
    border-color: #dddddd;
    border-right-color: transparent;
}

.search-box input:focus+.input-group-append button {
    background-color: white;
    border-color: #dddddd;
    border-left-color: transparent;
}

.search-box button {
    border: 1px solid #f2f3f5;
    border-radius: 0 2px 2px 0;
    font-size: 15px;
    padding: 10px 15px;
    background: #f2f3f5;
    color: #009ae0;
}

.search-box button:hover,
.search-box button:focus {
    background-color: #009ae0 !important;
    border-color: #009ae0;
    color: white;
}

.menu-icon-box .empty-box {
    padding: 20px;
}

.menu-icon-box .empty-box p {
    margin-bottom: 0px;
}

.menu-icon-box .empty-box a {
    display: inline-block;
    font-weight: 600;
    margin-top: 15px;
}

.menu-icon-box {
    position: relative;
    margin: 0 12.5px;
}
.main-nav-wrap {
    margin: 0 12.5px 0 30px;
}
.tbox {
    margin: 0 12.5px;
}
.menu-area .user-box {
    margin-right: 0 !important;
}

.menu-icon-box .icon {
    position: relative;
}
@media screen and (max-width:1199px) {
    .menu-icon-box {
        position: relative;
        margin: 0 5px;
    }
    .main-nav-wrap {
        margin: 0 5px 0 30px;
    }
    .tbox {
        margin: 0 5px;
    }
    .menu-area .user-box {
        margin-right: 0 !important;
    }
}

.menu-icon-box .icon .number {
    position: absolute;
    top: 14px;
    right: 2px;
    background-color: #009ae0;
    border-radius: 15px;
    color: white;
    font-size: 10px;
    line-height: 1.43;
    min-width: 19px;
    padding: 2px 6px;
    text-align: center;
    pointer-events: none;
}

.menu-icon-box .icon a {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    border-radius: 50%;

    color: #fff !important;

    border: 1px solid transparent;
    margin: 10px 0;
    font-size: 18px;
}

.menu-icon-box .icon a:hover {
    background: rgba(20, 23, 28, .05);
    border-color: rgba(20, 23, 28, .05);
}

.menu-icon-box:hover>.dropdown {
    opacity: 1;
    visibility: visible;
}

.menu-icon-box .dropdown {
    position: absolute;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    background-color: white;
    border-top: 1px solid #e8e9eb;
    box-shadow: 0 4px 16px rgba(20, 23, 28, .25);
    color: #505763;
    font-size: 13px;
    left: inherit;
    list-style: none;
    margin: 0;
    right: -1px;
    text-align: left;
    top: 100%;
    width: 330px;
}

.menu-icon-box .dropdown.dropdown-content {
    opacity: 1;
    visibility: visible;
    display: none;
}

.menu-icon-box:hover>.dropdown.dropdown-content {
    opacity: initial;
    visibility: initial;
}

.course-list-dropdown .item-list {
    max-height: 230px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.course-list-dropdown .item-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-list-dropdown .item-list ul li {
    padding: 23px 23px 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-webkit-transition: all 0.3s;
}

.course-list-dropdown .item-list ul li:hover {
    background: #f2f3f5;
}

.course-list-dropdown .item-list ul a {
    display: block;
}

.course-list-dropdown .item-list .item .item-image {
    width: 60px;
    float: left;
}

.course-list-dropdown .item-list .item .item-details {
    padding-left: 70px;
}

.course-list-dropdown .item-list .item .item-details .course-name {
    color: #505763;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
}

.course-list-dropdown .item-list .item .item-details .instructor-name {
    font-size: 13px;
}

.course-list-dropdown .item-list .item .item-details .current-price {
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}

.course-list-dropdown .item-list .item .item-details .original-price {
    text-decoration: line-through;
    color: #686f7a;
}

.course-list-dropdown .item-list .item .item-details button {
    padding: 2px 8px;
    font-size: 13px;
    line-height: 1.35135;
    border-radius: 2px;
    width: 100%;
    max-width: 110px;
    color: #009ae0;
    background-color: white;
    border: 1px solid #009ae0;
}

.course-list-dropdown .item-list .item .item-details button:hover,
.course-list-dropdown .item-list .item .item-details button:focus {
    background: #009ae0;
    color: white;
}

.course-list-dropdown .dropdown-footer {
    background: #f2f3f5;
    padding: 5px 20px 25px;
}

.course-list-dropdown .dropdown-footer a {
    width: 100%;
    border: 0;

    color: white !important;

    background-color: #009ae0;
    padding: 11px 12px;
    font-size: 15px;
    line-height: 1.43;
    border-radius: 2px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    text-align: center;
}

.course-list-dropdown .dropdown-footer a:hover,
.course-list-dropdown .dropdown-footer a:focus {
    background: #009ae0;
}

.course-list-dropdown .dropdown-footer .cart-total-price {
    font-size: 15px;
    margin-top: 8px;
}

.course-list-dropdown .dropdown-footer .cart-total-price .current-price {
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}

.course-list-dropdown .dropdown-footer .cart-total-price .original-price {
    text-decoration: line-through;
    color: #686f7a;
    font-size: 14px;
}

.notifications-list-dropdown .notifications-head {
    padding: 12px;
    font-size: 15px;
    border-bottom: 1px solid hsla(210, 3%, 87%, .45);
    color: var(--main-color);
}

.notifications-list-dropdown .notifications-footer {
    background: #f7f8fa;
    height: 58px;
    box-shadow: 0 -3px 5px rgba(0, 0, 0, .05);
}

.notifications-list-dropdown .notifications-footer a,
.notifications-list-dropdown .notifications-footer button {
    color: #009ae0;
    font-size: 13px;
    font-weight: 600;
    padding: 20px 15px;
}

.notifications-list-dropdown .notifications-footer button {
    border: 0;
    background: transparent;
}

.notifications-list-dropdown .notifications-footer a:hover,
.notifications-list-dropdown .notifications-footer button:hover,
.notifications-list-dropdown .notifications-footer a:focus,
.notifications-list-dropdown .notifications-footer button:focus {
    color: #004d5e;
    background: #f2f3f5;
}

.notifications-list-dropdown .notifications-footer a i {
    margin-left: 5px;
    margin-right: 5px;
    transition: inherit;
    -webkit-transition: inherit;
    -ms-webkit-transition: inherit;
}

.notifications-list-dropdown .notifications-footer a:hover i {
    transform: translateX(5px);
}

.notification-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.notification-list ul li {
    padding: 10px 15px;
    border-bottom: 1px solid hsla(210, 3%, 87%, .45);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-webkit-transition: all 0.3s;
}

.notification-list ul li:hover {
    background: #f7f8fa;
}

.notification-list ul li a {
    display: block;
}

.notification-list .notification .notification-image {
    float: left;
    height: 64px;
    width: 64px;
}

.notification-list .notification .notification-details {
    padding-left: 74px;
}

.notification-list .notification .notification-details .notification-text {
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 210px;
    height: 40px;
    color: #505763;
    margin-bottom: 0;
    line-height: 1.5;
}

.notification-list .notification .notification-details .notification-time {
    color: #686f7a;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0;
}

.notification-list .notification .notification-image img {
    border-radius: 50%;
}

.notification-list .notification {
    position: relative;
}

.notifications-list-dropdown .notification-list {
    max-height: 415px;
    overflow-y: auto;
}

.notification-list .notification .mark-as-read {
    position: absolute;
    height: 10px;
    width: 10px;
    border: 1px solid #009ae0;
    border-radius: 50%;
    top: 2px;
    right: -3px;
    background: #009ae0;
}

.notification-list .notification .mark-as-read.marked {
    border-color: rgba(41, 48, 59, .25);
    background-color: transparent;
}

.user-box.menu-icon-box .icon a img {
    border-radius: 50%;
    height: 36px;
    width: 36px;
    margin-top: -5px;
}

.user-dropdown-menu {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    list-style: none;
}

.user-dropdown-menu li a {
    display: block;

    color: #000000 !important;

    font-size: 15px;
    font-weight: 400;
    padding: 10px 22px;
}

.user-dropdown-menu li a:hover {

    /*color: white !important;*/

    background: #009ae0;
}

.user-dropdown-menu li a i {
    font-size: 16px;
    width: 20px;
    text-align: center;
    margin: 0 19px 0 10px;
}

.dropdown-user-info .user-image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f2f3f5;
}

.dropdown-user-info .user-details {
    padding-left: 50px;
}

.dropdown-user-info .user-details .user-name {
    /*color: var(--main-color);*/
}

.dropdown-user-info .user-details .user-email {
    font-size: 13px;
}

.dropdown-user-info .user-details .user-name .hi,
.dropdown-user-info .user-details .user-email .welcome {
    display: none;
}

.user-dropdown-menu .dropdown-user-logout {
    /*padding: 10px 0;
	background: #f7f8fa;*/
}

.img-radius {
    border-radius: 15px;
}

.form-or-txt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1px;
}

.form-or-txt h6 {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    color: #002333;
    text-align: center;
    text-transform: initial;
    position: relative;
}

.form-or-txt h6:before,
.form-or-txt h6:after {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
    background-color: #cdcdcd;
    height: 3px;
    width: 40%;
}

.form-or-txt h6:before {
    left: 7px;
    width: 40%;
}

.form-or-txt h6:after {
    right: 7px;
    width: 40%;
}

.sign-in-box>.btn {
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 2px;
    line-height: 1.35135;
    font-weight: 600;
    margin-left: 5px !important;
}

.sign-in-box .btn-sign-in {
    color: #686f7a;
    background-color: white;
    border: 2px solid white;

    transition: all 0.4s ease-in-out;

}

.sign-in-box .btn-sign-in:hover,
.sign-in-box .btn-sign-in:focus {

    /*background-color: #f2f3f5;*/
    background-color: #009ae0;
    border-color: #009ae0;
    color: #fff;
    transition: all 0.4s ease-in-out;

}

.sign-in-box .btn-sign-up {
    color: white;
    background-color: #009ae0;
    border: 2px solid #009ae0;

    transition: all 0.4s ease-in-out;

}

.sign-in-box .btn-sign-up:hover,
.sign-in-box .btn-sign-up:focus {

    /*background-color: var(--main-color);
    border-color: var(--main-color);*/
    background-color: #fff;
    border-color: #fff;
    color: #686f7a;
    transition: all 0.4s ease-in-out;

}

.sign-in-box .modal-dialog {
    max-width: 400px;
}

.sign-in-modal .modal-title {
    color: var(--main-color);
    font-weight: 700;
    font-size: 15px;
}

.sign-in-modal .close {
    font-size: 2rem;
    padding: 0.5rem 1rem;
}

.sign-in-modal .modal-header {
    border-bottom: 1px solid rgba(41, 48, 59, .1);
    background-color: #f2f3f5;
}

.sign-in-modal .modal-header,
.sign-in-modal .modal-body {
    padding: 20px 25px;
}

.sign-in-modal .social-btn {
    box-shadow: 0 2px 2px 0 rgba(41, 48, 59, .24), 0 0 2px 0 rgba(41, 48, 59, .12);
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 0 20px 0 0;
    font-size: 16px;
    font-weight: 700;
    background-color: white;
}

.sign-in-modal .social-btn a {
    display: block;
}

.sign-in-modal .icon {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    margin-right: 10px;
    padding: 15px 0 15px 5px;
    text-align: center;
    width: 50px;
}

.sign-in-modal .icon.google-icon {
    background: url(../img/icons/google_icon.svg) no-repeat 50%;
    background-size: 24px;
    color: white;
    color: rgba(0, 0, 0, 0);
}

.sign-in-modal .social-btn.fb-sign-up {
    background-color: #1a538a;
}

.sign-in-modal .social-btn.fb-sign-up a {
    color: white;
}

.sign-in-modal .social-btn.google-sign-up a {
    color: #686f7a;
}

.sign-in-modal .sign-in-separator {
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 3px;
    position: relative;
}

.sign-in-modal .sign-in-separator:after,
.sign-in-modal .sign-in-separator:before {
    position: absolute;
    height: 1px;
    background-color: #dddddd;
    content: "";
    top: 10px;
    width: calc( 50% - 20px);
}

.sign-in-modal .sign-in-separator:before {
    left: 0
}

.sign-in-modal .sign-in-separator:after {
    right: 0
}

.sign-in-modal .input-group {
    margin-bottom: 10px;
    position: relative;
}

.sign-in-modal .input-group .input-field-icon {
    position: absolute;
    top: 15px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    z-index: 10;
    left: 10px;
    color: #dddddd;
    font-size: 18px;
}

.sign-in-modal .input-group .form-control {
    border-radius: 5px;
    color: var(--main-color);
    font-size: 18px;
    height: auto;
    padding: 11px 10px 12px 40px;
    background-color: white;
    border: 1px solid #cacbcc;
}

.sign-in-modal .input-group .form-control:focus {
    border-color: #76c5d6;
}

.sign-in-modal .deal-checkbox {
    margin-bottom: 10px;
    font-size: 15px;
    cursor: pointer;
}

.sign-in-modal .custom-checkbox .custom-control-label::before {
    border-radius: 1px;
    border: 1px solid #cacbcc;
    background-color: transparent;
}

.sign-in-modal .custom-control-input:hover~.custom-control-label::before,
.sign-in-modal .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0px white, 0 0 0 0 rgba(0, 123, 255, .25);
    border-color: #009ae0;
}

.sign-in-modal .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #009ae0;
    border-color: #009ae0;
}

.sign-in-modal form button[type="submit"] {
    color: white;
    background-color: #009ae0;
    border-color: #009ae0;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    width: 100%;
    padding: 11px 12px;
    border-radius: 2px;
}

.sign-in-modal form button[type="submit"]:hover,
.sign-in-modal form button[type="submit"]:focus {
    background-color: #521822 !important;
    border-color: #521822 !important;
}

.sign-in-modal .forgot-pass {
    text-align: center;
    font-size: 15px;
}

.sign-in-modal .agreement-text {
    text-align: center;
    font-size: 10px;
    margin: 10px 0;
}

.account-have {
    margin-bottom: 20px;
}

.sign-in-modal .account-have {
    text-align: center;
    font-size: 15px;
    padding-top: 15px;
    border-top: 1px solid #dddddd;
}

.sign-in-modal .account-have a {
    font-weight: 700;
}

.sign-in-modal .forgot-email.form-control {
    font-size: 16px;
    padding: 10px 12px;
    border-radius: 2px;
}

.sign-in-modal .forgot-pass-btn {
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
}

.sign-in-modal .forgot-pass-btn .btn {
    width: auto;
    height: auto;
    padding: 11px 12px;
    font-size: 15px;
}

.sign-in-modal .forgot-pass-btn span {
    margin: 0 5px;
}

.sign-in-modal .forgot-recaptcha {
    margin: 25px 0 15px;
}

.course-preview-modal .modal-header {
    border-color: var(--main-color);
}

.course-preview-modal {
    background-color: var(--main-color);
    color: white;
}

.course-preview-modal .modal-title {
    font-size: 18px;
}

.course-preview-modal .modal-title span {
    color: #76c5d6;
    margin-right: 5px;
}

.course-preview-modal .close {
    color: white;
    text-shadow: 0 0 0 white;
    opacity: 1;
    font-size: 27px;
}

.course-preview-modal .modal-body {
    padding: 0;
}

.course-preview-modal .course-preview-video-list .title {
    font-size: 18px;
    color: #dddddd;
    padding: 7px 15px;
}

.course-preview-modal .course-preview-video-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

.course-preview-modal .course-preview-video-list .course-preview-free-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course-preview-modal .course-preview-video-list .course-preview-free-video .course-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
}

.course-preview-modal .course-preview-video-list .course-preview-free-video .course-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    max-width: 82%;
    padding-left: 15px;
    font-size: 13px;
}

.course-preview-modal .course-preview-video-list .course-preview-free-video .course-name i {
    font-size: 12px;
    margin-right: 7px;
}

.course-preview-modal .course-preview-video-list li {
    padding: 7px 15px;
    cursor: pointer;
}

.course-preview-modal .course-preview-video-list li.active {
    background-color: #505763;
}


/*
homepage styles
*/

.home-banner-area {

    background-image: url('../../../../uploads/system/home-banner.jpg');

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /*padding: 170px 0 130px;*/
    padding: 60px 0 50px;
    color: white;

    height: 440px;
}
@media (max-width:760px) {
    .homeBannerImg {
        background-image: url('../../../../uploads/system/newhome.jpg');
    }
    .home-banner-area .home-banner-wrap h1 span {
        font-size: 2.1rem !important;
    }
}

.home-banner-wrap {
    max-width: 100%;
    background-color: transparent;
    padding: 25px 0px;
    width: auto;
}

.home-banner-wrap h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 15px;
    color: #002333;
    text-transform: initial;
    padding-bottom: 20px;
    margin: 0;
}

.home-banner-wrap h6 {
    font-size: 20px;
    color: #002333;
    line-height: 24px;
    padding-bottom: 38px;
    margin: 0;
}

.home-banner-wrap p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(41, 48, 59, .55);
}

.home-banner-wrap input[type="text"] {
    font-size: 16px;
    height: 50px;
    padding: 11px 17px;
    border: none;
    border-radius: 10px 0 0 10px;
    font-weight: 300;
    max-width: 440px;
    float: left;
}

.home-banner-wrap .btn {
    padding: 10px 14px;
    font-size: 18px;
    border: 0;
    border-radius: 0 10px 10px 0;
    color: #fff;
    width: 110px;
    background-color: #009ae0;
}

.home-banner-wrap .btn:hover {
    background: #002333;
    color: white;
}

.home-fact-area {
    background-color: #009ae0;
    background: -webkit-linear-gradient(-45deg, #009ae0, #6e1a52);
    background: -moz-linear-gradient(-45deg, #009ae0 0, #6e1a52 100%);
    background: -ms-linear-gradient(-45deg, #009ae0 0, #6e1a52 100%);
    background: -o-linear-gradient(-45deg, #009ae0 0, #6e1a52 100%);
    background: linear-gradient(-45deg, #009ae0, #6e1a52);
    color: white;
    padding: 15px 0;
}

.home-fact-box .text-box {
    padding: 10px 0 10px 63px;
}

.home-fact-box i {
    font-size: 47px;
    margin-top: 8px;
}

.home-fact-box .text-box h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
}

.home-fact-box .text-box p {
    font-size: 15px;
    margin-bottom: 0;
}


/*categories*/

.categories_sec,
.latest_challenges_sec {
    padding: 50px 0;
    background-color: rgba(246, 246, 246, 246);
}

.heading-title {
    border-bottom: solid 1px #ccc;
    padding: 0 0 10px;
    margin: 0 0 20px;
    text-transform: capitalize;
}

.categories_box {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    margin: 15px 0 0;
    padding: 25px 15px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.categories_box .categ_icon img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 0 auto;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.categories_box h5 {
    margin: 20px 0 0;
    min-height: 50px;
}

.categories_box:focus,
.categories_box:hover {
    transform: translateY(-10px);
    color: white;
    background: linear-gradient( #f39763, #009ae0);
}

.my_challenges_sec,
.top_challenges_sec {
    padding: 50px 0;
    background-color: rgba(246, 246, 246, 246);
}

.course-carousel-area {
    margin-bottom: 20px;
    overflow-x: hidden;
}

.course-carousel-area .course-carousel-title {
    font-size: 20px;
    color: #505763;
    margin: 0 0 10px;
}

.course-carousel-area .slick-slider {
    width: calc( 100% + 16px);
    margin-left: -8px;
}

.course-carousel-area .slick-list:before,
.course-carousel-area .slick-list:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 8px;
    background: #f7f8fa;
    z-index: 1;
}

.course-carousel-area .slick-list:after {
    right: auto;
    left: 0
}

.course-carousel .slick-prev:hover,
.course-carousel .slick-next:hover,
.course-carousel .slick-prev:focus,
.course-carousel .slick-next:focus {
    box-shadow: none !important;
}

.course-carousel .slick-prev,
.course-carousel .slick-next,
.categories_carousel .slick-prev,
.categories_carousel .slick-next {
    width: 30px;
    height: 30px;
    border-radius: 0;
    background-color: #009ae0;
    box-shadow: none;
    z-index: 1;
    top: -42px;
}

.course-carousel .slick-next:before,
.course-carousel .slick-prev:before,
.categories_carousel .slick-next:before,
.categories_carousel .slick-prev:before {
    font: normal normal normal 20px/1 FontAwesome;
    opacity: 1;
}

.course-carousel .slick-prev,
.categories_carousel .slick-prev {
    left: auto;
    right: 32px;
}

.course-carousel .slick-prev:before,
.categories_carousel .slick-prev:before {
    content: "\f104";
}

.course-carousel .slick-next,
.categories_carousel .slick-next {
    right: 0;
}

.course-carousel .slick-next:before,
.categories_carousel .slick-next:before {
    content: "\f105";
}

.course-box-wrap:focus {
    outline: none;
}

.course-box-wrap {
    padding: 0 8px;
    margin-bottom: 20px;
}

.course-box-wrap a:hover {
    text-decoration: none;
}

.course-box {
    position: relative;
    background: white;
}

.course-box:before,
.course-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    will-change: opacity;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -ms-webkit-transition: .2s ease;
    z-index: -1;
}

.course-box:before {
    opacity: 1;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    -webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    -ms-webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
}

.course-box:after {
    opacity: 0;
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15);
    -webkit-box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15);
    -ms-webkit-box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15);
}

.course-box:hover:before {
    opacity: 0;
}

.course-box:hover:after {
    opacity: 1;
}

.course-box .play-btn {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/icons/icon-play.svg) no-repeat;
    background-size: auto 40%;
    background-position: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 1
}

.course-box .course-image:hover>.play-btn {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    visibility: visible;
    opacity: 1;
}

.course-box .course-details {
    padding: 15px 10px 0px 15px;
    position: relative;
}

.course-box .course-details .title {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: 600;
    height: 36px;
    min-height: 42px;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 20px;
    text-transform: capitalize;
}

.course-box .course-details .instructors {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 21px;
    height: 21px;
    font-size: 12px;
    color: #686f7a;
    margin-bottom: 5px;
}

.course-box .course-details .rating {
    margin-bottom: 10px;
}

.course-box .course-details .rating i {
    font-size: 11px;
}

.course-box .course-details .rating .rating-number {
    color: var(--main-color);
    margin-bottom: 0;
    font-size: 12px;
}

.course-box .course-details .rating .rating-number span {
    font-weight: 600;
    color: #a1a7b3;
    margin-left: 5px;
}

.course-box .course-details .price {
    padding-bottom: 15px;
    color: var(--main-color);
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
}

.course-box .course-details .price small {
    color: #686f7a;
    font-weight: 400;
    font-size: 13px;
    margin-right: 5px;
    text-decoration: line-through;
}

.course-box .course-details .completed-percent .progress-bar {
    background: #009ae0;
}

.course-box .course-details .completed-percent .progress {
    border-radius: 0;
    height: 2px;
    background-color: rgba(41, 48, 59, .25);
}

.course-box .course-details .completed-percent {
    margin-top: 10px;
    padding-bottom: 30px;
}

.course-box .course-details .completed-percent .text {
    width: 50%;
    color: #686f7a;
    font-size: 13px;
}

.course-box .course-details .your-rating-box {
    position: absolute;
    right: 10px;
    bottom: 3px;
    margin-bottom: 0;
    z-index: 1;
    text-align: right;
}

.course-box .course-details .your-rating-box .your-rating-text {
    margin-bottom: 0;
    font-size: 13px;
    color: var(--main-color);
    margin-top: 2px;
}

.course-box .course-details .your-rating-box:hover .your-rating-text {
    color: #009ae0;
}

.course-box .course-details .your-rating-box .your-rating-text .edit {
    display: none;
}

.course-box .course-details .your-rating-box:hover .your-rating-text .edit {
    display: unset;
}

.course-box .course-details .your-rating-box:hover .your-rating-text .your {
    display: none;
}

.course-box .course-details .your-rating-box i {
    color: transparent;
    text-stroke: 1px #eaeaea;
    -webkit-text-stroke: 1px #eaeaea;
    font-size: 17px;
    letter-spacing: -0.1em;
}

.course-box .course-details .your-rating-box i.filled {
    color: #009ae0;
    ;
}

.course-badge {
    color: var(--main-color);
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    pointer-events: none;
    border-radius: 3px;
    font-size: 9px;
    padding: 1px 8px;
    font-weight: 700;
    position: relative;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.course-badge:after {
    border-radius: 3px;
    right: -4px;
    background: inherit;
    content: "";
    height: 11px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    width: 11px;
    z-index: 0;
    display: block;
}

.course-badge.best-seller {
    background: white;
}

.course-badge.hot-new {
    background: #009ae0;
    color: white;
}

.course-badge.position {
    position: absolute;
    top: 12px;
    left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.course-box .course-image {
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-box .course-image img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}

.course-box .course-image:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-webkit-transition: 0.2s;
}

.course-box .wishlist-add,
.course-box .favorite-add {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.course-box .wishlist-add button,
.course-box .favorite-add button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.course-box .wishlist-add button:hover i,
.course-box .wishlist-add.wishlisted button i,
.course-box .favorite-add button:hover i,
.course-box .favorite-add.added button i {
    color: #009ae0;
}

.course-box .wishlist-add button i,
.course-box .favorite-add button i {
    text-stroke: 1px white;
    -webkit-text-stroke: 1px white;
    font-size: 16px;
    color: #686f7a;
}

.course-box .instructor-img-hover {
    position: absolute;
    display: flex;
    flex-direction: column;
    text-align: left;
    top: 10px;
    left: 10px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-webkit-transition: 0.2s;
}

.course-box .instructor-img-hover img {
    border: 3px solid white;
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
}

.course-box .instructor-img-hover span {
    color: white;
    font-weight: 600;
    font-size: 13px;
    text-stroke: .4px white;
    -webkit-text-stroke: .4px white
}

.course-box:hover .instructor-img-hover,
.course-box:hover .course-image:before {
    opacity: 1;
    visibility: visible;
}

.webui-popover {
    box-shadow: 0 4px 16px rgba(20, 23, 28, .25);
    border-color: transparent;
    border-radius: 2px;
}

.course-popover-content .last-updated {
    margin: 10px 0;
    font-size: 13px;
}

.course-popover-content .course-title a {
    visibility: visible;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: -.3px;
    color: #505763;
    text-transform: capitalize;
}

.course-popover-content .course-title a:hover {
    text-decoration: underline;
}

.course-popover-content .course-category {
    color: #686f7a;
    font-size: 11px;
    margin-top: 7px;
}

.course-popover-content .course-category .course-badge {
    margin-right: 10px;
    box-shadow: 0 0 0;
}

.course-popover-content .course-meta span {
    margin-right: 10px;
    font-size: 13px;
    color: #7a7d82;
}

.course-popover-content .course-meta span i {
    font-size: 12px;
    margin-right: 5px;
}

.course-popover-content .course-meta {
    padding: 5px 0;
}

.course-popover-content .course-subtitle {
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    visibility: visible;
    font-size: 15px;
    line-height: 1.53;
    letter-spacing: -.2px;
    color: #686f7a;
    padding-top: 10px;
}

.course-popover-content .what-will-learn {
    margin-top: 15px;
}

.course-popover-content .what-will-learn ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-popover-content .what-will-learn ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    max-height: 54px;
    visibility: visible;
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 13px;
    letter-spacing: -.2px;
    color: #686f7a;
}

.course-popover-content .what-will-learn ul li:before {
    content: ".";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 30px;
    line-height: 0;
    color: #dddddd;
}

.course-popover-content .popover-btns {
    margin-top: 50px;
    padding-right: 65px;
    position: relative;
    margin-bottom: 15px;
}

.course-popover-content .popover-btns .add-to-cart-btn {
    width: 100%;
    padding: 16px 12px;
}

.addedToCart {
    color: #009ae0;
    background-color: white;
    border-color: #009ae0;
}

.addedToCart:hover {
    color: #009ae0;
    background-color: white;
    border-color: #009ae0;
}

.course-popover-content .popover-btns .wishlist-btn {
    position: absolute;
    right: 8px;
    top: 8px;
    border: none;
    background: none;
    font-size: 24px;
}

.course-popover-content .popover-btns .wishlist-btn i {
    color: transparent;
    text-stroke: 1px #009ae0;
    -webkit-text-stroke: 1px #009ae0;
}

.course-popover-content .popover-btns .wishlist-btn.active i,
.course-popover-content .popover-btns .wishlist-btn:hover i {
    color: #009ae0;
}

.webui-popover.left>.webui-arrow,
.webui-popover.left-top>.webui-arrow,
.webui-popover.left-bottom>.webui-arrow {
    border-left-color: rgba(20, 23, 28, .1);
}

.webui-popover.right>.webui-arrow,
.webui-popover.right-top>.webui-arrow,
.webui-popover.right-bottom>.webui-arrow {
    border-right-color: #999;
    border-right-color: rgba(20, 23, 28, .1);
}


/*
course page style
*/


/*
course header
*/

.course-header-area {
    /*background-color: #009ae0;*/
    background-image: url('../img/inner-top-bg.jpg');
    color: white;
    padding: 60px 0;
    background-blend-mode: screen;
    background-position: center;
    background-size: cover;
    /*background-attachment: fixed;*/
}

.course-header-area.duplicated {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(41, 48, 59, .8);
    padding: 10px 0;
}

.course-header-area.duplicated .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
}

.course-header-area.duplicated .subtitle,
.course-header-area.duplicated .course-badge,
.course-header-area.duplicated .created-row {
    display: none;
}

.course-header-wrap .title {
    font-size: 36px;
    line-height: 41px;
    font-weight: 600;
    margin-bottom: 10.5px;
}

.course-header-wrap .subtitle {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 7px;
}

.course-header-wrap>div>span {
    margin-right: 12px;
    margin-bottom: 7px;
    font-size: 15px;
}

.course-header-wrap .rating p {
    margin-bottom: 0;
}

.course-header-wrap .rating i {
    font-size: 14px;
    color: #009ae0;
    ;
}

.course-header-wrap a {
    color: white;
}

.course-header-wrap .course-badge {
    font-size: 9px !important;
}

.course-header-wrap .comment i {
    margin-right: 7px;
    font-size: 13px;
}


/*
course sidebar
*/

.course-sidebar {
    background-color: white;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    border-radius: 4px;
    color: #505763;
    padding: 3px;
    position: relative;
    margin-top: -250px;
    z-index: 10;
}

.course-sidebar.fixed {
    position: fixed;
    margin-top: 0;
    width: 350px;
}

.course-sidebar.fixed .preview-video-box,
.course-sidebar.bottom .preview-video-box {
    display: none;
}

.course-sidebar.bottom {
    margin-top: 0;
}

.preview-video-box a {
    display: block;
    color: white;
    overflow: hidden;
    position: relative;
}

.preview-video-box .preview-text {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    text-align: center;
    height: auto;
    font-size: 15px;
    font-weight: 700;
}

.preview-video-box .play-btn {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('../img/icons/icon-play.svg') no-repeat;
    background-size: auto 50%;
    background-position: 50%;
    visibility: visible;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    -moz-transition: -moz-transform .15s ease-in-out;
    -o-transition: -o-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
}

.preview-video-box a:hover>.play-btn {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.course-sidebar-text-box {
    padding: 20px 0 0;
}

.course-sidebar-text-box .price .current-price {
    color: var(--main-color);
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin-right: 10px;
}

.course-sidebar-text-box .price span {
    vertical-align: middle;
    color: #a1a7b3;
    margin-right: 10px;
}

.course-sidebar-text-box .price .original-price {
    text-decoration: line-through;
}

.course-sidebar-text-box .offer-time {
    color: #208058;
    font-size: 14px;
    margin-bottom: 10px;
}

.course-sidebar-text-box .offer-time i {
    margin-right: 7px;
}

.course-sidebar-text-box .buy-btns .btn {
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 2px;
    margin-top: 13px;
    padding: 15px 12px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.course-sidebar-text-box .buy-btns .btn-add-wishlist {
    color: white;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.course-sidebar-text-box .buy-btns .btn-add-wishlist:hover,
.course-sidebar-text-box .buy-btns .btn-add-wishlist:focus {
    background-color: #009ae0;
    border-color: #009ae0;
}

.course-sidebar-text-box .buy-btns .btn-buy-now {
    color: white;
    background-color: #009ae0;
    border-color: #009ae0;
}

.course-sidebar-text-box .buy-btns .btn-buy-now:hover,
.course-sidebar-text-box .buy-btns .btn-buy-now:focus {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.course-sidebar-text-box .buy-btns .btn-add-cart {
    background: transparent;
    border-color: #505763;
    color: #686f7a;
}

.course-sidebar-text-box .buy-btns .btn-add-cart:hover,
.course-sidebar-text-box .buy-btns .btn-add-cart:focus {
    background-color: #f2f3f5;
}

.course-sidebar-text-box .money-back {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 10px;
}

.course-sidebar-text-box .includes {
    /*margin-bottom: 15px;*/
}

.course-sidebar-text-box .includes .title {
    font-size: 18px;
    margin: 20px 0 10px;
}

.course-sidebar-text-box .includes ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-sidebar-text-box .includes ul li {
    font-size: 13px;
    padding: 3px;
}

.course-sidebar-text-box .includes ul li i {
    width: 19px;
    font-size: 12px;
}


/*
course content
*/

.view-more-parent {
    position: relative;
    overflow: hidden;
}

.view-more {
    /*position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,.95), white);
	display: block;
	padding: 30px 3px 3px 3px;
	color: #009ae0;
	cursor: pointer;
	z-index: 5;*/
}

.view-less {
    /*position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	padding: 3px 3px 3px 3px;
	color: #009ae0;
	cursor: pointer;*/
}

.view-more-parent.expanded {
    max-height: none;
    overflow: visible;
}

.view-more-parent.has-hide {
    padding-bottom: 30px;
}

.description-box {
    /*max-height: 260px;
	margin-top: 40px;
	margin-bottom: 40px;*/
}

.description-box ul {
    list-style: disc;
}

.description-box .description-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}

.description-content-wrap {
    color: #888888;
}

.description-box .audience {
    margin-top: 20px;
}

.description-box .audience .audience-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}

.description-box .audience ul {
    margin-bottom: 0;
}

.what-you-get-box {
    margin-top: 40px;
}

.what-you-get-box .what-you-get-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
}

.what-you-get-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.what-you-get-box ul li {
    display: flex;
    margin-bottom: 10px;
    width: 45%;
    padding-left: 26px;
    font-size: 15px;
    position: relative;
}

.what-you-get-box ul li:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f00c";
    color: #a1a7b3;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 4px;
}

.requirements-box {
    /*margin-top: 40px;*/
}

.requirements-box .requirements-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}

.requirements-box .requirements__list {
    list-style: disc;
    margin-left: 10px;
    padding-left: 10px;
    margin-bottom: 0;
}

.requirements-box .requirements__list li:not(:last-child) {
    margin-bottom: 10px;
}

.compare-box {
    /*margin:20px 0;*/
}

.compare-box .compare-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
}

.course-comparism-item .item-image {
    height: auto;
    width: 18%;
    position: relative;
}

.course-comparism-item {
    padding: 10px 0;
}

.course-comparism-item-container {
    /*border-top: 1px solid #dddddd;*/
}

.course-comparism-item-container a {
    display: block;
    transition: .1s;
    -webkit-transition: .1s;
    -ms-webkit-transition: .1s;
}

.course-comparism-item-container a:hover {
    background-color: #dddddd;
}

.course-comparism-item-container.this-course {
    border-bottom: 1px solid #dddddd;
}

.course-comparism-item-container.this-course .course-comparism-item-this-text {
    font-size: 11px;
    margin-left: 15px;
    text-transform: uppercase;
    margin-bottom: -5px;
    margin-top: 5px;
}

.course-comparism-item .item-image .item-duration {
    position: absolute;
    width: 100%;
    bottom: -3px;
    text-align: center;
    left: 0;
    background-color: #009ae0;
    color: white;
}

.course-comparism-item .item-title {
    padding-left: 15px;
    width: 39%;
}

.course-comparism-item .item-title .title {
    font-size: 15px;
    font-weight: 700;
    word-break: break-word;
}

.course-comparism-item .item-title .updated-time {
    color: #686f7a;
    font-size: 13px;
    margin-top: 3px;
}

.course-comparism-item .item-details {
    position: relative;
    width: 43%;
    padding-left: 15px;
}

.course-comparism-item .item-details .wishlist-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.course-comparism-item .item-details .item-rating i {
    color: #009ae0;
    ;
    margin-right: 4px;
    font-size: 14px;
}

.course-comparism-item .item-details .wishlist-btn button {
    padding: 0;
    margin: 0;
    border: 0;
    background: 0;
    font-size: 17px;
    color: #009ae0;
    cursor: pointer;
}

.course-comparism-item .item-details .wishlist-btn button:hover>i:before {
    font-weight: 900;
}

.course-comparism-item .item-details .item-price {
    position: absolute;
    top: 0;
    right: 38px;
    display: flex;
    flex-direction: column-reverse;
    text-align: right;
}

.course-comparism-item .item-details .item-price .current-price {
    color: #009ae0;
    font-size: 18px;
    text-transform: uppercase;
}

.course-comparism-item .item-details .item-price .original-price {
    color: var(--main-color);
    font-weight: 400;
    font-size: 13px;
    text-decoration: line-through;
}

.course-comparism-item .item-details .enrolled-student {
    margin-left: 25px;
}

.course-comparism-item .item-details .enrolled-student i {
    margin-right: 2px;
    color: #cacbcc;
    font-size: 14px;
}

.more-by-instructor-box {
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    margin-bottom: 50px;
    padding: 10px 8px;
}

.more-by-instructor-box .more-by-instructor-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px 7px;
}

.about-instructor-box .about-instructor-title {
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px;
}

.about-instructor-image {
    display: flex;
    align-items: center;
}

.about-instructor-box .about-instructor-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 10px;
}

.about-instructor-box .about-instructor-image ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.about-instructor-box .about-instructor-image ul b {
    font-weight: 600;
}

.about-instructor-box .about-instructor-image ul i {
    width: 26px;
    font-size: 13px;
}

.about-instructor-box .about-instructor-image ul li {
    margin-bottom: 5px;
}

.about-instructor-details {
    max-height: 380px;
}

.about-instructor-box {
    /*margin-bottom: 20px;*/
}

.about-instructor-details .instructor-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 10px;
}

.about-instructor-details .instructor-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 10px;
}

.student-feedback-box {
    /*margin: 20px 0 0;*/
}

.student-feedback-box .student-feedback-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
}

.student-feedback-box .average-rating {
    text-align: center;
    margin-top: 10px;
}

.student-feedback-box .average-rating .num {
    font-size: 72px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

.student-feedback-box .average-rating .rating i {
    font-size: 20px;
    color: #009ae0;
    ;
    margin-bottom: 5px;
}

.student-feedback-box .individual-rating ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.student-feedback-box .individual-rating ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.student-feedback-box .individual-rating ul li .progress {
    width: 70%;
    height: 20px;
    border-radius: 3px;
    background-color: #f2f3f5
}

.student-feedback-box .individual-rating ul li .progress-bar {
    border-radius: 3px;
    background-color: #a1a7b3;
}

.student-feedback-box .individual-rating .rating i {
    font-size: 14px;
    color: #dddddd;
}

.student-feedback-box .individual-rating .rating i.filled {
    color: #009ae0;
    ;
}

.student-feedback-box .individual-rating li>div:not(.progress) {
    padding-left: 15px;
}

.student-feedback-box .individual-rating li>div:not(.progress) span:not(.rating) {
    text-align: center;
    padding-left: 10px;
    color: #009ae0;
}

.student-feedback-box .reviews .reviews-title {
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 20px;
}

.student-feedback-box .reviews ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 30px;
}

.student-feedback-box .reviews .reviewer-details img {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    margin-right: 20px;
}

.student-feedback-box .reviews .reviewer-details .review-time .time {
    color: #686f7a;
}

.student-feedback-box .reviews ul li {
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}

.student-feedback-box .reviews ul li:last-child {
    /*border-bottom: 1px solid #dddddd;*/
}

.student-feedback-box .reviews .review-details .rating i {
    color: #dddddd;
    margin-bottom: 15px;
}

.student-feedback-box .reviews .review-details .rating i.filled {
    color: #009ae0;
    ;
}

.student-feedback-box .reviews .review-details .review-text {
    color: #505763;
    margin-bottom: 10px;
    font-size: 16px;
}

.student-feedback-box .reviews {
    /*margin-top: 30px;*/
}

.reviews .more-reviews-btn {
    text-align: center;
}

.reviews .more-reviews-btn button {
    border-radius: 2px;
    border: 2px solid #009ae0;
    color: #009ae0;
    background: white;
    padding: 11px 12px;
    font-size: 15px;
    font-weight: 600;
}

.reviews .more-reviews-btn button:hover,
.reviews .more-reviews-btn button:focus {
    background-color: #e6f2f5;
}

.course-curriculum-box {
    /*margin-bottom: 40px;*/
}

.course-curriculum-box .course-curriculum-title .title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}

.course-curriculum-box .course-curriculum-title .total-time {
    width: 130px;
    display: inline-block;
    text-align: right;
}

.course-curriculum-accordion .lecture-group-title .total-time {
    width: 130px;
    display: inline-block;
    text-align: right;
}

.course-curriculum-accordion .lecture-group-title .title {
    max-width: 60%;
    font-weight: 600;
}

.course-curriculum-accordion .lecture-group-title {
    background-color: var(--main-color);
    color: white;
    width: 100%;
    padding: 7px 10px 9px 30px;
    cursor: pointer;
    position: relative;
}

.course-curriculum-accordion .lecture-group-title[aria-expanded="true"] {
    background-color: #3722d3;
}

.course-curriculum-accordion .lecture-group-title:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: absolute;
    left: 10px;
    font-size: 10px;
    top: 13px;
    color: white;
}

.course-curriculum-accordion .lecture-group-title[aria-expanded="false"]:before {
    content: "\f067";
}

.course-curriculum-accordion .lecture-group-title[aria-expanded="true"]:before {
    content: "\f068";
}

.course-curriculum-accordion .lecture-group-title[aria-expanded="true"] .total-lectures {
    display: none;
}

.course-curriculum-accordion .lecture-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-curriculum-accordion .lecture-list .lecture {
    padding: 12px 30px 12px 50px;
    position: relative;
}

.course-curriculum-accordion .lecture-list .lecture .lecture-title {
    width: 50%;
    display: inline-block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-webkit-transition: 0.3s;
}

.course-curriculum-accordion .lecture-list .lecture .lecture-time {
    width: 100px;
    text-align: right;
}

.course-curriculum-accordion .lecture-list .lecture:before {
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f144";
    position: absolute;
    left: 30px;
    color: #009ae0;
    font-weight: 900;
    font-size: 13px;
    top: 17px;
}

.course-curriculum-accordion .lecture-list .lecture.has-preview {
    /*color: #009ae0;*/
}

.course-curriculum-accordion .lecture-list .lecture.has-preview .lecture-title,
.course-curriculum-accordion .lecture-list .lecture.has-preview .lecture-preview {
    cursor: pointer;
    color: #009ae0;
}

.course-curriculum-accordion .lecture-list .lecture.has-preview .lecture-title:hover {
    color: #009ae0;
}

.leaderboard-list img.img-circle {
    border-radius: 50%;
    object-fit: cover;
    min-width: 40px;
}


/*
category page
*/

section.category-header-area {
    padding: 40px 0 30px;
    background: var(--main-color);
    color: white;
}

section.category-header-area .category-name {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.287;
    margin: 0;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    background: none;
    margin-bottom: 5px;
}

.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item {
    color: white;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #dddddd;
}

.breadcrumb .breadcrumb-item a i {
    color: #a1a7b3;
    font-size: 13px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

section.category-course-list-area {
    padding-bottom: 50px;
}

.category-filter-box {
    padding: 35px 0;
    /*border-bottom: 1px solid #e8e9eb;
	margin-bottom: 30px;*/
}

.category-filter-box a {
    background-color: #009ae0;
    color: white;
    padding: 5px 10px;
}

.filter-box .btn {
    /*border-radius: 2px;
	border-color: #009ae0;
	color: #009ae0;
	font-weight: 600;
	font-size: 15px;
	padding: 10px 12px;
	min-width: 60px;
	background: transparent;*/
    display: inline-flex;
    align-items: center;
}

.filter-box .btn:not(.all-btn) {
    margin-left: 10px;
}

.filter-box .btn:hover,
.filter-box .btn:focus {
    background: white !important;
    color: #009ae0 !important;
    border-color: #009ae0 !important;
}

.filter-box .btn[aria-expanded="true"] {
    background-color: #76c5d6 !important;
}

.filter-box .dropdown-menu {
    box-shadow: 0 4px 16px rgba(20, 23, 28, .25);
    border-color: white;
    border-radius: 2px;
    max-height: 365px;
    overflow-y: auto;
}

.filter-box .dropdown-menu .dropdown-item {
    color: #505763;
    padding: 5px 12px;
    font-weight: 400;
    line-height: 1.43;
    font-size: 15px;
}

.filter-box .dropdown-menu .dropdown-item:hover,
.filter-box .dropdown-menu .dropdown-item:focus {
    background-color: #f2f3f5;
    color: inherit;
}

.filter-box .reset-btn {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.filter-box .reset-btn:hover {
    background-color: #009ae0;
    border-color: #009ae0;
}

.filter-box .reset-btn:disabled {
    color: #a1a7b3!important;
    cursor: not-allowed;
}

.category-course-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.course-box-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
    min-height: 148px;
    background-color: white;
}

.course-box-2 .course-image {
    width: 26%;
}

.course-box-2 .course-details {
    width: 50%;
    padding: 10px 30px;
}

.course-box-2 .course-price-rating {
    width: 24%;
    text-align: right;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 10px 25px 15px;
}

.category-course-list ul li {
    margin-bottom: 30px;
}

.course-box-2 .course-price-rating .current-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-color);
}

.course-box-2 .course-price-rating .original-price {
    color: #686f7a;
    font-size: 15px;
    font-weight: 400;
    margin-left: 5px;
    text-decoration: line-through;
}

.course-box-2 .course-price-rating .rating i {
    /* color: #009ae0;; */
    font-size: 13px;
}

.course-box-2 .course-price-rating .rating .average-rating {
    font-size: 13px;
    color: #686f7a;
}

.course-box-2 .course-price-rating .rating-number {
    font-size: 13px;
    color: #686f7a;
}

.course-box-2 .course-details .course-title {
    color: var(--main-color);
    display: block;
    font-weight: 700;
    margin-bottom: 4px;
}

.course-box-2 .course-details a:hover {
    text-decoration: underline;
}

.course-box-2 .course-details .course-instructor {
    display: block;
    color: #686f7a;
    font-size: 11px;
    margin-bottom: 6px;
}

.course-box-2 .course-details .course-subtitle {
    color: #505763;
    font-size: 13px;
    margin-bottom: 20px;
}

.course-box-2 .course-details .course-meta span {
    font-size: 13px;
    margin-right: 10px;
    color: #686f7a;
}

.course-box-2 .course-details .course-meta {
    padding-top: 5px;
}

.course-box-2 .course-details .course-meta span i {
    opacity: 0.5;
    font-size: 14px;
    margin-right: 4px;
}


/*
Instructor page
*/

section.instructor-header-area {
    background-color: #009ae0;
    color: white;
    padding: 34px 0;
}

section.instructor-header-area .instructor-name {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.287;
    margin: 0;
}

section.instructor-header-area .instructor-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.287;
    margin: 7px 0 0;
}

section.instructor-details-area {
    padding: 30px 0;
}

.instructor-left-box .instructor-image img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}

.instructor-left-box .instructor-social ul {
    margin: 0;
    padding: 0;
    margin-top: 25px;
    list-style: none;
}

.instructor-left-box .instructor-social ul li {
    display: inline-block;
    padding: 0 6px;
    font-size: 19px;
}

.biography-content-box {
    max-height: 400px;
    margin-bottom: 40px;
}

.instructor-right-box .instructor-stat-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.instructor-right-box .instructor-stat-box ul li {
    display: inline-block;
    border-left: 1px solid rgba(41, 48, 59, .25);
    padding: 0 15px;
    text-align: left;
}

.instructor-right-box .instructor-stat-box ul li .small {
    font-size: 86%;
}

.instructor-right-box .instructor-stat-box ul li .num {
    font-size: 24px;
    font-weight: 300;
}

section.instructor-course-list-area {
    background-color: #f7f8fa;
    padding: 40px 0;
}

section.instructor-course-list-area .section-title {
    font-size: 18px;
    margin-bottom: 20px;
}

section.instructor-course-list-area .container {
    max-width: 940px;
}

ul.pagination {
    margin-top: 25px;
}

ul.pagination .page-item.disabled .page-link {
    color: #a1a7b3;
}

ul.pagination .page-item.active a,
ul.pagination .page-item.active .page-link {
    background-color: #009ae0;
    border-color: #009ae0;
    color: white;
}

ul.pagination .page-item a,
ul.pagination .page-item .page-link {
    color: #009ae0;

    padding: 0px;

    font-size: 17px;
    position: relative;
    display: block;
    margin-left: -1px;

    line-height: 40px;

    background-color: white;
    border: 1px solid #dee2e6;
}

ul.pagination .page-item a:hover,
ul.pagination .page-item .page-link:hover {
    background-color: #e6f2f5;
    border-color: #009ae0;
    position: relative;
    z-index: 1;
}


/*
Notifications page
*/

section.page-header-area {
    padding: 40px 0 30px;
    background: #505763;
    color: white;
}

section.page-header-area .page-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.287;
    margin: 0;
}

section.page-header-area .page-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.287;
    margin: 7px 0 5px;
}

.notifications-list-area .notifications-footer .mark-all-read {
    border: 0;
    background: none;
    color: #009ae0;
}

.notifications-list-area .notifications-footer .mark-all-read:hover {
    color: #003845;
}

.notifications-list-area .notifications-footer {
    padding: 15px 0;
}

.notifications-list-area .notification-list {
    max-height: 415px;
    overflow-y: auto;
    margin-top: 40px;
}

.notifications-list-area .notification-list li {
    padding: 15px;
}

.notifications-list-area .notification-list .notification-details .notification-text {
    width: 100%;
}

.notifications-list-area .notification-list .notification-details {
    padding-right: 15px;
}

.notifications-list-area .notification-list .notification-details .notification-time {
    margin-top: 10px;
}


/*
my courses - wishlist page
*/

section.page-header-area.my-course-area {
    padding-bottom: 0;
}

section.page-header-area.my-course-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

section.page-header-area.my-course-area ul li {
    display: inline-block;
    margin-right: 30px;
}

section.page-header-area.my-course-area ul li a {
    padding: 0 0 5px;
    border-bottom: 6px solid hsla(0, 0%, 100%, 0);
    color: white;
    display: block;
}

section.page-header-area.my-course-area ul li.active a,
section.page-header-area.my-course-area ul li a:hover {
    border-bottom-color: hsla(0, 0%, 100%, .7);
}

section.my-courses-area .my-course-search-bar .input-group {
    width: 220px;
    margin-left: auto;
}

section.my-courses-area {
    padding: 40px 0;
}

.my-courses-area .my-course-search-bar input {
    font-size: 16px;
    padding: 10px 12px;
    border-radius: 0;
    background-color: white;
    border: 1px solid #cacbcc;
}

.my-courses-area .my-course-search-bar .input-group-append button {
    background: #f2f3f5;
    border-color: #dddddd;
    color: #a1a7b3;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.my-courses-area .my-course-search-bar .input-group-append button:hover,
.my-courses-area .my-course-search-bar .input-group-append button:focus,
.my-courses-area .my-course-search-bar input:focus+.input-group-append button {
    background: #009ae0;
    color: white;
    border-color: #009ae0;
}

.my-courses-area .row.no-gutters {
    margin-top: 50px;
    margin-left: -10px;
    margin-right: -10px;
}

.my-courses-area .course-box-wrap {
    padding: 0 10px;
}

.my-course-filter-bar.filter-box {
    position: relative;
    padding-top: 30px;
}

.my-course-filter-bar.filter-box>span {
    position: absolute;
    top: 0;
    left: 0;
    color: #686f7a;
    font-size: 13px;
}

.edit-rating-modal .m-progress-bar-wrapper {
    background: #e8e9eb;
}

.edit-rating-modal .m-progress-bar {
    height: 6px;
    background: #a1a7b3;
    border-radius: 0 3px 3px 0;
}

.edit-rating-modal .rating-title {
    font-weight: 300;
    font-size: 24px;
    color: var(--main-color);
}

.edit-rating-modal .modal-body {
    padding-top: 50px;
    padding-bottom: 50px;
}

.modal-course-preview-box {
    padding-left: 50px;
}

.modal-course-preview-box .card-title {
    line-height: 24px;
    height: 48px;
    color: #505763;
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 18px;
}

.modal-course-preview-box .card-text {
    line-height: 24px;
    height: 48px;
    color: #505763;
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.edit-rating-modal .modal-footer button {
    padding: 16px 12px;
    font-size: 15px;
    line-height: 1.35135;
    border-radius: 2px;
    background-color: #009ae0;
    border-color: #009ae0;
    font-weight: 600;
}

.edit-rating-modal .modal-footer button:hover,
.edit-rating-modal .modal-footer button:focus {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.edit-rating-modal .modal-footer button.previous {
    color: #009ae0;
    background-color: white;
    border-color: #009ae0;
}

.edit-rating-modal .modal-footer button.previous:hover,
.edit-rating-modal .modal-footer button.previous:focus {
    background-color: #e6f2f5 !important;
    border-color: #009ae0 !important;
}

.your-rating {
    border: none;
    float: left;
}

.your-rating>input {
    display: none;
}

.your-rating>label:before {
    margin: 8px;
    font-size: 40px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    content: "\f005";
    font-weight: 900
}

.your-rating>.half:before {
    content: "\f089";
    position: absolute;
}

.your-rating>label {
    color: #dddddd;
    float: right;
}

.your-rating>input:checked~label,
.your-rating:not(:checked)>label:hover,
.your-rating:not(:checked)>label:hover~label {
    color: #009ae0;
    ;
}

.your-rating>input:checked+label:hover,
.your-rating>input:checked~label:hover,
.your-rating>label:hover~input:checked~label,
.your-rating>input:checked~label:hover~label {
    color: #009ae0;
    ;
}

.edit-rating-modal .rating {
    margin-bottom: 30px;
    margin-top: 20px;
}

.edit-rating-modal .rating i {
    font-size: 30px;
}

.edit-rating-modal .modal-rating-comment-box textarea {
    width: 100%;
    height: 210px;
    resize: none;
    border-radius: 2px;
}

.edit-rating-modal .modal-rating-comment-box textarea:focus {
    border-color: #76c5d6;
}


/*
cart page
*/

section.cart-list-area {
    margin-top: 50px;
    margin-bottom: 70px;
}

.in-cart-box>.title,
.wishlisted-box>.title {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--main-color);
}

.in-cart-box .cart-course-list,
.wishlisted-box .cart-course-list {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-shadow: 0 0 2px #dddddd;
    box-shadow: 0 0 2px #dddddd;
    margin-bottom: 60px;
}

.in-cart-box .cart-course-list li:not( :first-child),
.wishlisted-box .cart-course-list li:not( :first-child) {
    border-top: 1px solid #f1f1f1;
}

.cart-course-wrapper {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    background-color: white;
}

.cart-course-wrapper .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
}

.cart-course-wrapper .details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%;
    padding-left: 10px;
}

.cart-course-wrapper .details .name {
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 0;
    max-height: 37px;
    color: var(--main-color);
    line-height: 1.2;
    font-weight: 700;
}

.cart-course-wrapper .details .instructor {
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 36px;
    font-size: 13px;
    color: #686f7a;
}

.cart-course-wrapper .move-remove {
    text-align: right;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}

.cart-course-wrapper .price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    text-align: right;
    padding-right: 25px;
    position: relative;
}

.cart-course-wrapper .move-remove div {
    color: #009ae0;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 3px;
}

.cart-course-wrapper .move-remove div:hover {
    color: #003845;
}

.cart-course-wrapper .price .current-price {
    color: #009ae0;
    font-weight: 900;
}

.cart-course-wrapper .price .original-price {
    text-decoration: line-through;
    color: #686f7a;
}

.cart-course-wrapper .price .coupon-tag {
    position: absolute;
    top: 2px;
    right: 0;
    color: #009ae0;
    font-size: 14px;
}

.cart-sidebar .total {
    color: #686f7a;
    font-size: 18px;
}

.cart-sidebar .total-price {
    font-size: 36px;
    line-height: 49px;
    color: #009ae0;
    font-weight: 600;
}

.cart-sidebar .total-original-price {
    color: #686f7a;
    margin-bottom: 12px;
}

.cart-sidebar .total-original-price .original-price {
    text-decoration: line-through;
    margin-right: 10px;
}

.cart-sidebar .checkout-btn {
    font-size: 15px;
    line-height: 1.35135;
    border-radius: 2px;
    color: white;
    background-color: #009ae0;
    border-color: #009ae0;
    font-weight: 600;
    padding: 16px 12px;
}

.cart-sidebar .checkout-btn:hover,
.cart-sidebar .checkout-btn:focus {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.cart-sidebar .coupon-field input {
    padding: 14px 12px;
    font-size: 12px;
    border-radius: 2px;
}

.cart-sidebar .coupon-field input:focus {
    border-color: #76c5d6;
}

.cart-sidebar .coupon-field button {
    border-radius: 2px;
    background-color: #009ae0;
    border-color: #009ae0;
    color: white;
    font-weight: 600;
    font-size: 15px;
}

.cart-sidebar .coupon-field button:hover,
.cart-sidebar .coupon-field button:focus {
    background-color: #00576b !important;
    border-color: #00576b !important;
}

.cart-sidebar .coupon-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.cart-sidebar .coupon-list ul li {
    font-size: 13px;
    cursor: pointer;
    color: #686f7a;
}

.cart-sidebar .coupon-list ul li:hover {
    color: #009ae0;
}

.cart-sidebar .coupon-list ul li i {
    font-size: 11px;
}


/*
user dashboard page
*/

section.user-dashboard-area {
    padding: 40px 0;
}

.user-dashboard-sidebar {
    width: 18%;
    border-right: 1px solid #dddddd;
}

.user-dashboard-content {
    /* width: 82%; */
}

section.user-dashboard-area {
    padding: 40px 0;
}

.user-dashboard-box {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.custom_form {
    padding: 20px;
    max-width: 420px;
    margin: 0 auto;
}

.social_login {
    text-align: center;
    margin: 0 auto 10px;
}

.social_login .google_btn {
    margin-top: 5px;
}

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

.custom_form .form-group label {
    position: absolute;
    left: 10px;
    top: 8px;
}

.custom_form .form-group .form-control {
    padding: .375rem .75rem .375rem 33px;
}

.custom_form .btn {
    width: 100%;
}

.custom_form .or,
.custom_form p {
    text-align: center;
    margin: 15px 0 0;
}

.custom_form .or a,
.custom_form p a,
.trems-policy a,
.trems-policy a:not([href]):not([tabindex]) {
    font-weight: 600;
    color: #009ae0;
}

.trems-policy {
    text-align: center;
    margin: 20px auto 0;
}

.user-dashboard-sidebar .user-box {
    text-align: center;
    padding: 10px;
}

.user-dashboard-sidebar .user-box img {
    height: 118px;
    width: 118px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.user-dashboard-sidebar .user-box .name {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.user-dashboard-sidebar .user-dashboard-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.user-dashboard-sidebar .user-dashboard-menu ul a {
    display: block;
    padding: 4px 15px;
}

.user-dashboard-sidebar .user-dashboard-menu ul .active a {
    background: #a1a7b3;
    color: white;
}

.user-dashboard-content .content-title-box {
    text-align: center;
    color: white;
    padding: 20px;
    background-color: #009ae0;
}

.user-dashboard-content .content-title-box .title {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.user-dashboard-content .content-title-box .subtitle {
    font-size: 15px;
    line-height: 25px;
}

.user-dashboard-content .content-update-box {
    border-top: 1px solid #dddddd;
    padding: 20px;
    text-align: center;
}

.user-dashboard-content .content-update-box button {
    color: white;
    background-color: #009ae0;
    border-color: #009ae0;
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 10px;
    line-height: 1.35135;
    font-weight: 600;
}

.user-dashboard-content .content-box .form-group {
    padding: 10px 142px;
    margin-bottom: 0;
}

.user-dashboard-content .content-box .form-group .input-group-text {
    border: 1px solid #cacbcc;
    border-radius: 2px;
}

.user-dashboard-content .content-box .form-group .custom-select {
    padding: 11px 12px;
    border-radius: 2px;
    height: auto;
}

.user-dashboard-content .content-box .form-group .form-control {
    font-size: 16px;
    padding: 10px 12px;
    border: 1px solid #cacbcc;
    border-radius: 2px;
}

.user-dashboard-content .content-box .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.user-dashboard-content .content-box .form-group .custom-select:focus,
.user-dashboard-content .content-box .form-group input:focus {
    border: 1px solid #76c5d6;
}

.user-dashboard-content .content-box .form-group small.form-text {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #5d6d86;
    font-size: 11px;
}

.user-dashboard-content .content-box .mce-tinymce,
.user-dashboard-content .content-box .mce-panel,
.user-dashboard-content .content-box .mce-top-part::before {
    box-shadow: none;
    border-color: #cacbcc;
}

.user-dashboard-content .content-box .mce-edit-area.mce-container {
    border-right: 1px solid #cacbcc !important;
    cursor: text;
}

.user-dashboard-content .content-box .basic-group,
.user-dashboard-content .content-box .link-group,
.user-dashboard-content .content-box .email-group,
.user-dashboard-content .content-box .password-group {
    padding: 10px 0;
}

.user-dashboard-content .content-box .password-group {
    padding-bottom: 30px;
    border-top: 1px solid #dddddd
}


/*
my message page
*/

.message-sender-list-box {
    padding-top: 10px;
}

.message-sender-list-box .compose-btn {
    color: #009ae0;
    background-color: white;
    border-color: #009ae0;
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 2px;
    line-height: 1.35135;
}

.message-sender-list-box .compose-btn:hover,
.message-sender-list-box .compose-btn:focus {
    background-color: #e6f2f5;
}

.message-sender-list-box .message-sender-list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 10px 10px 0;
    position: relative;
    min-height: 280px;
    height: calc(100vh - 380px);
    overflow: auto;
}

.message-sender-list-box .message-sender-list .sender-image img {
    height: 24px;
    width: 24px;
    border-radius: 50%;
}

.message-sender-list-box .message-sender-list li {
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-webkit-transition: 0.3s;
    border: 1px solid transparent;
    padding: 15px;
    border-radius: 3px;
}

.message-sender-list-box .message-sender-list li.active,
.message-sender-list-box .message-sender-list li:hover {
    border-color: #dddddd;
    background-color: white;
}

.message-sender-list-box .message-sender-list .sender-name {
    font-size: 15px;
    font-weight: 700;
    color: #505763;
    margin-left: 15px;
}

.message-sender-list-box .message-sender-list .message-time {
    font-size: 13px;
    color: #686f7a;
}

.message-sender-list-box .message-sender-list .message-sender-head {
    margin-bottom: 10px;
}

.message-sender-list-box .message-sender-list .message-sender-body {
    padding: 0 43px;
    font-size: 13px;
    color: #686f7a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message-details-box {
    height: 100%;
    background: white;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.message-details-box .empty-box {
    padding-top: 55px;
}

.message-details-box .message-details .message-header a {
    display: block;
}

.message-details-box .message-details .message-header img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 15px;
}

.message-details-box .message-details .message-header {
    min-height: 65px;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
}

.message-details-box .message-details .message-footer {
    padding: 10px;
    border-top: 1px solid #dddddd;
    background: white;
}

.message-details-box .message-details .message-content {
    background: white;
    padding: 10px;
    overflow: auto;
    min-height: 200px;
    height: calc(100vh - 460px);
}

.message-details-box .message-details .message-content .message-box {
    max-width: 400px;
    min-width: 190px;
    padding: 15px;
    border-radius: 2px;
    margin-bottom: 10px;
    background: #f2f3f5;
    display: inline-block;
}

.message-details-box .message-details .message-content .message-box .message {
    white-space: pre-wrap;
    color: #505763;
    font-size: 15px;
    overflow-x: auto;
}

.message-details-box .message-details .message-content .message-box .time {
    color: #686f7a;
    font-size: 13px;
    margin-bottom: 10px;
}

.message-details-box .message-details .message-content .me .message-box {
    background: rgba(230, 242, 245, .5);
}

.message-details-box .message-details .message-content .me {
    display: flex;
    justify-content: flex-end;
}

.message-details-box .message-details .message-footer textarea {
    border-radius: 2px;
    min-height: 100px;
}

.message-details-box .message-details .message-footer textarea:focus {
    border-color: #76c5d6;
}

.message-details-box .message-details .message-footer .send-btn {
    color: white;
    background-color: #009ae0;
    border-color: #009ae0;
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 2px;
    line-height: 1.35135;
    margin-top: 15px;
    margin-bottom: 25px;
    font-weight: 600;
}

.message-details-box .message-details .message-footer .send-btn:hover,
.message-details-box .message-details .message-footer .send-btn:focus {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.message-sender-list-box .message-sender-list .sender-image i {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 21px;
    text-align: center;
    border: 1px solid #adadad;
    color: #adadad;
}

.new-message-details .message-header {
    min-height: 65px;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
}

.new-message-details .message-header span {
    font-weight: 700;
    color: var(--main-color);
    vertical-align: middle;
}

.new-message-details .message-header i {
    font-size: 17px;
    height: 40px;
    width: 40px;
    line-height: 37px;
    text-align: center;
    border: 1px solid #adadad;
    border-radius: 50%;
    color: #adadad;
    margin-right: 15px;
    margin-left: 10px;
}

.new-message-details .message-body {
    padding: 10px;
}

.new-message-details .message-body .cancel-btn {
    border: none;
    background: no-repeat;
    color: #009ae0;
}

.new-message-details .message-body textarea {
    min-height: 100px;
    border-radius: 2px;
    border-color: #cacbcc;
}

.new-message-details .message-body textarea:focus {
    border-color: #76c5d6;
}

span.select2-selection.select2-selection--single {
    background-color: transparent;
    color: #32373c;
    border-color: #cacbcc;
    height: auto;
    border-radius: 2px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px;
    ;
}

.select2-container .select2-selection--single .select2-selection__rendered:focus {
    outline: none;
}

span.select2-selection.select2-selection--single:focus {
    outline: none;
}

span.select2-selection.select2-selection--single[aria-expanded="true"] {
    background-color: white;
    border-color: #76c5d6;
}

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

span.select2-dropdown,
.daterangepicker.dropdown-menu {
    border-color: #cacbcc;
}

span.select2-search.select2-search--dropdown {
    padding: 13px 15px;
}

span.select2-results ul li {
    padding: 6px 15px;
    color: #56666d;
}

span.select2-results ul li.select2-results__option--highlighted,
.select2-container--default .select2-results__option[aria-selected=true] {
    background: #e8e8e8;
    color: #32373c;
}

.select2-container--default .select2-results__option {
    padding: 12px 15px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #cacbcc;
    padding: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #76c5d6;
    outline: none;
    box-shadow: 0 0 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #009ae0;
    color: white;
}


/*
purchase History page
*/

section.purchase-history-list-area {
    padding: 30px 0 50px;
}

.purchase-history-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.purchase-history-list li {
    border-bottom: 1px solid #f2f3f5;
    padding: 10px 0;
    font-size: 12px;
}

.purchase-history-list .purchase-history-list-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.purchase-history-list .purchase-history-course-img {
    float: left;
}

.purchase-history-list .purchase-history-course-img img {
    width: 135px;
    margin-right: 15px;
    height: auto;
}

.purchase-history-list .purchase-history-course-title {
    font-weight: 600;
    font-size: 16px;
}

.purchase-history-list .purchase-history-course-title:hover {
    color: #003845;
}

.purchase-history-list .purchase-history-detail .btn-receipt {
    color: #009ae0;
    background-color: white;
    border: 1px solid #009ae0;
    padding: 2px 8px;
    font-size: 13px;
    line-height: 1.35135;
    border-radius: 2px;
}

.purchase-history-list .purchase-history-detail .btn-receipt:hover,
.purchase-history-list .purchase-history-detail .btn-receipt:focus {
    background-color: #e6f2f5;
}

.purchase-history-list .purchase-history-items {
    background-color: white;
    padding: 15px;
    border-bottom: 1px solid #efefef;
}

.challenge-header-main {
    background-color: rgba(246, 246, 246, 246);
}

.challenge-header-main-mame h6 {
    font-size: 36px;
    padding: 23px 0px;
    margin: 0;
}

.challenge-header-main-mame h1{
    font-size: 36px;
    padding: 23px 0px;
    margin: 0;
}
@media screen and (max-width:767px) {
    .challenge-header-main-mame h1{
        font-size: 20px;
    }
}


/*
footer style
*/

.footer-top-widget-area {
    border-top: 1px solid #e8e9eb;
    padding: 40px 0;
    background-color: white;
}

.footer-widget.link-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget.link-widget ul li:not(:last-child) {
    margin-bottom: 8px;
}

.footer-widget.link-widget ul a {
    font-size: 13px
}

.language-widget button {
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    min-width: 160px;
    text-align: left;
    color: #686f7a;
    background-color: white;
    border: 1px solid #505763;
    border-radius: 2px;
}

.language-widget button:hover,
.language-widget button:focus {
    color: #686f7a !important;
    background-color: #e8e9eb !important;
    border-color: #505763;
}

.language-widget button i {
    font-size: 11px;
    margin-right: 10px;
}

.language-widget .dropdown-menu {
    box-shadow: 0 4px 16px rgba(20, 23, 28, .25);
    border-radius: 2px;
    border: 0;
    margin-bottom: 2px;
    width: 160px;
}

.language-widget .dropdown-menu a {
    padding: 6px 14px;
    color: #505763;
    font-weight: 400;
    line-height: 1.43;
    font-size: 13px;
}

.language-widget .dropdown-menu a:hover,
.language-widget .dropdown-menu a:focus {
    background-color: #f2f3f5;
}

.language-widget .dropdown-toggle {
    position: relative;
}

.language-widget .dropdown-toggle::after {
    position: absolute;
    top: 17px;
    right: 14px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-webkit-transform: rotate(180deg);
}

.footer-area {
    background: #002333;
    padding: 30px 0 0;
    color: white;
    font-size: 13px;
}

footer h4 {
    margin-bottom: 25px;
    font-size: 18px;
    position: relative;
}

footer h4::before {
    content: "";
    background: white none repeat scroll 0 0;
    border: 0 none;
    height: 2px;
    margin: 5px 0px 15px;
    width: 40px;
    position: absolute;
    bottom: -25px;
}

footer p {
    margin: 0;
}

footer a {

    /*color: white !important;*/

}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_logo {
    display: inline-block;
    margin: 0 0 20px;
}

.footer_logo img {
    filter: brightness(0) invert(100);
}

footer ul.custom_link li {
    margin: 0 0 5px;
}

footer ul.custom_link li .fa {
    width: 20px;
}

.social {
    margin: 15px 0 0;
    display: flex;
    align-items: center;
}

.social li {
    margin-right: 10px;
}

.social li a {
    width: 30px;
    height: 30px;
    border: solid 2px white;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all .3s ease;
}

.social li a:hover {
    color: var(--main-color);
    background-color: white;
}

.copyright-text {
    color: #686f7a;
    font-size: 13px;
    margin-bottom: 0;
}

.copyright-text img {
    margin-right: 20px
}

.copyright {
    padding: 15px 0;
    border-top: solid 1px white;
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
    font-size: 13px;
}

.copyright .custom_link a {
    margin-left: 15px;
    font-weight: normal;
}

.footer-menu .nav-item {
    width: 100%;
}

.footer-menu .nav-item:not(:last-child) {
    margin-bottom: 5px;
}

.footer-menu li a:hover {
    padding: 0 0 0 5px;
}

.payment-in-modal form .stripe {
    color: white;
    background-color: #008cde;
    border-color: #0698dc;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    width: 100%;
    padding: 11px 12px;
    border-radius: 2px;
}

.payment-in-modal form .paypal {
    color: white;
    background-color: #008cde;
    border-color: #0698dc;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    width: 100%;
    padding: 11px 12px;
    border-radius: 2px;
}

.purchased a {
    width: 100%;
    border: 0;
    color: white;
    background-color: #009ae0;
    padding: 11px 12px;
    font-size: 15px;
    line-height: 1.43;
    border-radius: 2px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    text-align: center;
}

.purchased a:hover,
.purchased a:focus {
    background: var(--main-color);
}

.already_purchased a {
    width: 100%;
    border: 0;
    color: white;
    background-color: #009ae0;
    padding: 11px 12px;
    font-size: 15px;
    line-height: 1.43;
    border-radius: 2px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    text-align: center;
}

.already_purchased a:hover,
.already_purchased a:focus {
    background: var(--main-color);
}

div.tagsinput span.tag {
    background-color: #2196F3;
    border-color: #2196F3;
    color: white;
}

div.tagsinput span.tag a {
    color: #ddd;
}


/* Version 1.4 */

.hidden {
    display: none;
}

@media (max-width:760px) {
    .user-dashboard-content .content-box .form-group {
        padding: 10px 10px;
    }
}


/* Customizing Radio Button */

.custom-radio:checked,
.custom-radio:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom-radio:checked+label,
.custom-radio:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.custom-radio:checked+label:before,
.custom-radio:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: white;
}

.custom-radio:checked+label:after,
.custom-radio:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #eb5252;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-radio:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-radio:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.filter_type h6 {
    /* border-top: 1px solid #ededed; */
    margin: 15px 0;
    padding: 15px 0 0 0;
    font-size: 13px;
    font-size: 0.8125rem;
}

.filter_type ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.filter_type ul li {
    margin-bottom: 5px;
    font-size: 13px;
}

.filter_type ul .parent-category {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}

.filter_type .filter-title {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}

.login-form,
.register-form,
.forgot-password-form {
    background-color: white;
}

.mobile-main-nav .all-category-devided {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.quiz-options label {
    color: #3a3a3a;
}

.page-not-found-banner {
    padding: 150px 0px;
}

.page_not_found_heading {
    font-size: 8.75rem;
    display: block;
}

.page_not_found_message {
    font-size: 1.56rem;
    display: block;
    margin-bottom: 30px;
}

.back_to_home_btn {
    color: #2a303b;
    background-color: white;
    border-color: white;
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 2px;
    line-height: 1.35135;
    font-weight: 600;
}

.back_to_home_btn:hover,
.back_to_home_btn:focus {
    background-color: white;
    border-color: var(--main-color);
    color: #2a303b;
}


/* Course progress on lesson sidebar */

.circular-progress {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    transform: rotate(-90deg) rotateX(180deg);
    background-color: white;
}

.circular-progress circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s ease;
    stroke: #4CAF50;
    stroke-width: 5px;
}

.circular-progress .bar {
    stroke: #E0E0E0;
}

.circular-progressdiv {
    position: relative;
}

.circular-progressdiv:after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 35px;
    transform: translate(-50%, -50%);
    content: attr(data-percent) " %";
}

.ofline-payment-pending {
    background-color: white;
    border: 1px solid #ffc107;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #ffc107;
    border-radius: 1px;
}


/*Custom CSS*/


/*SHare code css*/

.share_tooltip {
    position: relative;
    display: inline-block;
}

.share_tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.share_tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.share_tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


/*Links share styler*/

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);

/*----- Social Links -----*/

.social-nav {
    padding: 0;
    list-style: none;
    margin: -10px 0 0 -10px;
}

.social-nav li {
    float: left;
    margin: 10px 0 0 10px;
    list-style: none;
}

.social-nav a {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    font-size: 20px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    background: var(--main-color);
    position: relative;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.social-nav a {
    overflow: hidden;
    font-size: 26px;
    border-radius: 4px;
}

.social-nav a:hover {

    background: white !important;

    text-shadow: 0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4, 23px 23px #d4d4d4, 24px 24px #d4d4d4, 25px 25px #d4d4d4, 26px 26px #d4d4d4, 27px 27px #d4d4d4, 28px 28px #d4d4d4, 29px 29px #d4d4d4, 30px 30px #d4d4d4;
}

.social-nav .twitter {
    background: #00ACED;
    text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;
}

.social-nav .twitter:hover {
    color: #00ACED;
}

.social-nav .facebook {
    background: #3B579D;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}

.social-nav .facebook:hover {
    color: #3B579D;
}

.social-nav .google {
    background: #DD4A3A;
    text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
}

.social-nav .google:hover {
    color: #DD4A3A;
}

.social-nav .linkedin {
    background: #007BB6;
    text-shadow: 0px 0px #005983, 1px 1px #005983, 2px 2px #005983, 3px 3px #005983, 4px 4px #005983, 5px 5px #005983, 6px 6px #005983, 7px 7px #005983, 8px 8px #005983, 9px 9px #005983, 10px 10px #005983, 11px 11px #005983, 12px 12px #005983, 13px 13px #005983, 14px 14px #005983, 15px 15px #005983, 16px 16px #005983, 17px 17px #005983, 18px 18px #005983, 19px 19px #005983, 20px 20px #005983, 21px 21px #005983, 22px 22px #005983, 23px 23px #005983, 24px 24px #005983, 25px 25px #005983, 26px 26px #005983, 27px 27px #005983, 28px 28px #005983, 29px 29px #005983, 30px 30px #005983;
}

.social-nav .linkedin:hover {
    color: #007BB6;
}

.social-nav .whatsapp {
    background: #009D28;
    text-shadow: 0px 0px #165813, 1px 1px #165813, 2px 2px #165813, 3px 3px #165813, 4px 4px #165813, 5px 5px #165813, 6px 6px #165813, 7px 7px #165813, 8px 8px #165813, 9px 9px #165813, 10px 10px #165813, 11px 11px #165813, 12px 12px #165813, 13px 13px #165813, 14px 14px #165813, 15px 15px #165813, 16px 16px #165813, 17px 17px #165813, 18px 18px #165813, 19px 19px #165813, 20px 20px #165813, 21px 21px #165813, 22px 22px #165813, 23px 23px #165813, 24px 24px #165813, 25px 25px #165813, 26px 26px #165813, 27px 27px #165813, 28px 28px #165813, 29px 29px #165813, 30px 30px #165813;
}

.social-nav .whatsapp:hover {
    color: #009D28;
}


/*Challenge page*/

.top_bar {
    padding: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top_bar .logo_left a {
    display: inline-block;
    max-width: 140px;
}

.logo_left strong {
    font-weight: 600;
    font-size: 20px;
    border-left: solid 2px #cccccc;
    padding-left: 15px;
    margin-left: 15px;
    display: inline-block;
}

.top_bar .right_part a {
    background-color: var(--main-color);
    color: white;
    padding: 4px 10px 6px;
    display: inline-block;
}

.top_bar .right_part a:hover {
    background-color: #009ae0;
}

.top_points {
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: solid 1px #eee;
    margin-bottom: 30px;
}

.top_points .col-md-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top_points .icon {
    width: 66px;
    height: 66px;
    background-color: #009ae0;
    color: white;
    font-size: 2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_points .right_text {
    width: calc(100% - 66px);
    padding-left: 10px;
}

.top_points .right_text h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.top_points .right_text strong {
    font-size: 20px;
}

.top_points .right_text p {
    margin: 0;
    font-size: small;
}

.top_points .right_text p i {
    color: #009ae0;
}

#video_player_area {
    border-right: solid 1px #eee;
}

.video_part {
    margin: 0 0 15px;
}

.question_part .card,
.question_part .card-body {
    /*border: none;padding: 0;background-color: transparent;*/
}

.question_part .card-title {
    background-color: #009ae0;
    color: white;
    padding: 5px 15px;
}

.question_part .center_btn {
    margin: 20px 0;
}

.question_part .center_btn .btn {
    padding: 8px 30px 10px;
    text-transform: uppercase;
}


/*Right Sidebar*/

#lesson_list_loader {
    text-align: center;
}

#lesson_list_loader img {
    max-width: 60px;
    margin: 0 auto;
}

.right_sidebar .nav-tabs .nav-link.active {
    color: #009ae0;
}

.right_sidebar .nav-tabs .nav-link {
    padding: 0;
    border: none;
    font-weight: 600;
    margin: 0 0 6px;
    background: transparent;
}

.right_sidebar .tab-content {
    margin: 10px 0 0;
}

.right_sidebar .card {
    border: none;
}

.right_sidebar .card-header button {
    background-color: var(--main-color);
    color: white;
    border: none;
    width: 100%;
    text-align: left;
    padding: 7px 10px 9px;
    border-radius: 0;
    border: none;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.right_sidebar .card-header button:hover,
.right_sidebar .card-header button[aria-expanded="true"] {
    background-color: #3722d3;
}

.right_sidebar .card-header,
.right_sidebar .card-body {
    padding: 0;
}

.right_sidebar .card-body .table {
    margin: 0;
}

.right_sidebar .share_btn {
    margin: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.right_sidebar .share_btn form {
    width: 100%;
    margin: 10px 0;
}

.custom_tabs {
    margin: 20px 0 0;
}

.custom_tabs .ul_list {
    background-color: var(--main-color);
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom_tabs .ul_list li {
    list-style: none;
}

.ul_list li label {
    margin: 0;
    color: white;
    padding: 8px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
}

.ul_list li label svg {
    fill: white;
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.ul_list li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {}

.ul_list li label:hover svg,
.tabs ul li label:focus svg,
.tabs ul li label:active svg {
    fill: white;
}

.custom_tabs th,
.custom_tabs td {
    white-space: nowrap;
}

.custom_tabs input[name="tab-control"] {
    display: none;
}

.custom_tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label,
.custom_tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label,
.custom_tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label,
.custom_tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
    background-color: #009ae0;
}

.custom_tabs input[name="tab-control"]:nth-of-type(1):checked~.content>section:nth-child(1),
.custom_tabs input[name="tab-control"]:nth-of-type(2):checked~.content>section:nth-child(2),
.custom_tabs input[name="tab-control"]:nth-of-type(3):checked~.content>section:nth-child(3),
.custom_tabs input[name="tab-control"]:nth-of-type(4):checked~.content>section:nth-child(4) {
    display: block;
}

.custom_tabs input[name="tab-control"]:nth-of-type(1):checked~.slider {
    transform: translateX(0%);
}

.custom_tabs input[name="tab-control"]:nth-of-type(2):checked~.slider {
    transform: translateX(100%);
}

.custom_tabs input[name="tab-control"]:nth-of-type(3):checked~.slider {
    transform: translateX(200%);
}

.custom_tabs input[name="tab-control"]:nth-of-type(4):checked~.slider {
    transform: translateX(300%);
}

.custom_tabs .slider {
    display: none;
    position: relative;
    width: 25%;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.custom_tabs .slider .indicator {
    position: relative;
    width: 50px;
    max-width: 100%;
    margin: 0 auto;
    height: 4px;
    background: white;
    border-radius: 1px;
}

.custom_tabs .content section {
    display: none;
    background-color: white;
    padding: 15px;
    animation-name: content;
    animation-direction: normal;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

.custom_tabs h2 {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 600;
    color: #009ae0;
}

.custom_tabs h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
}

.view-more,
.view-less {
    cursor: pointer;
    display: inline-block;
    color: #009ae0;
    text-transform: uppercase;
    font-size: small;
}

.custom_tabs .dataTable thead th {
    padding: 8px 10px;
}

.custom_tabs table td h4 {
    font-size: 18px;
    margin: 0;
}

.dataTables_wrapper .dataTables_scroll {
    margin-bottom: 15px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    border: none;
    border-radius: 0;
    background: var(--main-color);
    margin: 0 2px;
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    padding: 0;
    border: none;
    border-radius: 0;
    background: #009ae0;
    margin: 0 2px;
    color: white !important;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    padding-top: 0;
    font-size: small;
}

#feeds .card {
    max-width: 100%;
    border: none;
    padding: 0;
}

#feeds .card .card-body,
#feeds .card .card-body .border {
    padding: 0 !important;
    border: none !important;
}

#feeds .card h6 {
    font-size: 18px;
}

#feeds .card h6 strong {
    font-weight: 600;
}

#feeds .post_btn {
    margin: 10px 0 0;
    min-width: 150px;
}

@keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@media (max-width: 600px) {
    .tabs .slider {
        display: none;
    }
}

.gray-bg .top_bar {
    background: #002333 !important;
}

.logo_left strong {
    color: #fff !important;
}


/*Challenge page*/

.top_bar {
    padding: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top_bar .logo_left a {
    display: inline-block;
    max-width: 140px;
}

.logo_left strong {
    font-weight: 600;
    font-size: 20px;
    border-left: solid 2px #cccccc;
    padding-left: 15px;
    margin-left: 15px;
    display: inline-block;
}

.top_bar .right_part a {
    background-color: var(--main-color);
    color: white;
    padding: 4px 10px 6px;
    display: inline-block;
    cursor: pointer !important;
}

.top_bar .right_part a:hover {
    background-color: #009ae0;
}

.top_points {
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: solid 1px #eee;
    margin-bottom: 30px;
}

.top_points .col-md-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top_points .icon {
    width: 66px;
    height: 66px;
    background-color: #009ae0;
    color: white;
    font-size: 2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_points .right_text {
    width: calc(100% - 66px);
    padding-left: 10px;
}

.top_points .right_text h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.top_points .right_text strong {
    font-size: 20px;
}

.top_points .right_text p {
    margin: 0;
    font-size: small;
}

.top_points .right_text p i {
    color: #009ae0;
}

#video_player_area {
    border-right: solid 1px #eee;
}

.video_part {
    margin: 0 0 15px;
}

.question_part .card,
.question_part .card-body {
    /*border: none;padding: 0;background-color: transparent;*/
}

.question_part .card-title {
    background-color: #009ae0;
    color: white;
    padding: 5px 15px;
}

.question_part .center_btn {
    margin: 20px 0;
}

.question_part .center_btn .btn {
    padding: 8px 30px 10px;
    text-transform: uppercase;
}

.m-b-0.text-danger {
    color: #ffaa32 !important;
    font-size: 31px !important;
}

.m-b-0.text-warning {
    color: #3722d3 !important;
    font-size: 31px !important;
}

.m-b-0.text-success {
    color: #33d72b !important;
    font-size: 31px !important;
}


/*****/

.faq-main-cnt-before .accordion .fa-plus {
    display: none;
}

.faq-main-cnt-before .collapsed .fa-plus {
    display: block;
}

.faq-main-cnt-before .collapsed .fa-minus {
    display: none;
}

.faq-main {

    padding: 40px 0px 50px;

}

.faq-main-cnt h6 {
    font-size: 36px;
    padding-bottom: 30px;
}

.faq-main-cnt p {
    font-size: 16px;

    padding-bottom: 30px;
    color: #002333;
    line-height: 1.5;

}

.faq-img {
    width: 100%;
    display: inline-flex;
    margin-bottom: 48px;
}

.faq-img img {
    margin-right: 20px;
}

.faq-img p {
    height: 65px;
    line-height: 65px;
}

.faq-main-cnt-before {
    width: 100%;
}

.faq-main-cnt-before .card {
    border: none;
}

.faq-main-cnt-before .accordion .btn-link {
    display: flex;
    padding: 0px;
    width: 100%;
    text-decoration: none;
    margin-bottom: 0;
    border: none;
}

.faq-main-cnt-before .accordion .btn-link p {
    text-align: left;
    padding: 19px 15px;
    background-color: #f6f6f6;
    width: 100%;
    font-size: 16px;
    color: #009ae0;
    min-height: 72px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0px;
}

.plus-icon i {
    font-size: 22px;
    width: 72px;
    background-color: #009ae0;
    height: 72px;
    margin-right: 12px;
    color: #f6f6f6;
    line-height: 72px;
    text-align: center;
}

.faq-main-cnt-before .card-body {
    margin-left: 94px;
    background-color: #f6f6f6;
    font-size: 16px;
    color: #002333;
    padding: 0 20px 20px;
}

.faq-main-cnt-before .card-header {

    background-color: #fff !important;

    padding: 0px;
    border: none;
}


/****/

.accordion-sec {
    margin: 40px 0px;
}

.accordion-sec .accordion {
    width: 100%;
    padding: 0 5px;
    background-color: #3722d3;
    cursor: pointer;
    display: flex;
    margin: 10px 0;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.accordion-sec .panal p a:hover {
    color: red;
}

.accordion-sec .accordion i {
    color: #6db5ff;
    display: none;
}

.accordion-sec .accordion .fa-minus {
    display: none;
}

.accordion-sec .active .fa-minus {
    display: none;
}

.accordion-sec .active .fa-plus {
    display: none;
}

.accordion-sec .accordion h5 {
    font-size: 20px;
    margin: 0;
    color: #fff;
    padding-left: 5px;
    font-family: 'Poppins-Regular';
    font-size: 16px;
}

.accordion-sec .active i,
.accordion-sec .active h5,
.accordion-sec .accordion:hover i,
.accordion-sec .accordion:hover h5 {
    color: white;
}

.accordion-sec .panal {
    padding: 5px 15px;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    text-align: justify;
    overflow: hidden;
    transition: all .5s ease-in;
    max-height: 0;
}

.accordion-sec .panal p {
    color: #475e75!important;
    line-height: 35px;
    padding: 15px 15px;
    border-bottom: 2px solid #80808040;
}

.accordion-sec .panal p a {
    color: #000;
}

.accordion-sec .panal p a img {
    padding-right: 10px;
}

.accordion-sec .panal p span img {
    float: right;
    width: 35px;
    height: 35px;
}


/****contact page***/

.contact-main-before h4 {
    font-size: 36px;
    color: #002333;
    padding-top: 40px;
    padding-bottom: 20px;
}

.contact-main-before p {
    font-size: 16px;
    color: #002333;
    padding-bottom: 30px;
}

.contact-form {
    margin-bottom: 80px;
}

.contact-form form label {
    font-size: 16px;
    margin-bottom: 15px;
    color: #002333;
}

.contact-form form input {
    margin-bottom: 25px;
    border: none;
    background-color: #dfdcdc;
    width: 100%;
    height: 50px;
    padding: 15px 20px;
    resize: none;
}

.contact-form form textarea {
    width: 100%;
    border: none;
    height: 120px;
    background-color: #dfdcdc;
    padding: 15px 20px;
}

.send-btn {
    width: 100%;
    margin-top: 40px;
    display: flex
}

.send-btn a {
    color: #fff;
    height: 60px;
    text-align: center;
    line-height: 60px;
    width: 400px;
    font-family: 'Muli';
    font-size: 20px;
    background-color: #009ae0;
    border-radius: 15px;
}

.send-btn a:hover {
    box-shadow: 0px 5px 8px #2554bc57;
}

.contact-main-after {
    padding-left: 25px;
    padding-top: 60px;
}

.contact-main-before {
    padding-right: 40px;
}


/****/


/*****/

.blog-cnt {
    padding: 70px 0px 50px;
    width: 100%;
    background: #fff;
}

.blog-main {
    width: 100%;
}

.blog-main .row {
    margin-left: -25px;
    margin-right: -25px;
}

.blog-main .row div[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 72px;
}

.blog-cnt-main {
    background-color: #f6f6f6;
    width: 100%;
}

.blog-cnt-main-before {
    padding-bottom: 0px;
}

.blog-cnt-main-after {
    padding: 28px;
}

.blog-details-sidebar-box {
    padding: 20px !important;
}

.blog-cnt-main-after h4 {
    font-size: 21px;
    color: #002333;
    margin-bottom: 10px;
    line-height: 26px;
}

.blog-profile {
    display: inline-flex;
}

.blog-profile img {
    margin-right: 15px;
}

.blog-details-sidebar {
    background-color: rgba(246, 246, 246, 246);
}

.blog-profile p {
    font-size: 16px;
    color: #606060;
    padding: 5px 0px;
}

.blog-cnt-main-after-des {
    padding: 0px;
}

.blog-cnt-main-after-des p {
    font-size: 16px;
    color: #2d2d2d;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more-btn a {
    background-color: #009ae0;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-family: 'Poppins-regular';
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 160px;
}

.b-title:hover {
    color: #009ae0;
}

.read-more-btn a:hover {
    box-shadow: 1px 7px 11px #a717176b;
}


/********/


/***********--my account--**************/

.account-main1 {
    margin-bottom: 100px;
}

.account-left {
    background-color: #f6f6f6;
    margin-right: auto;
    max-width: 353px;
}

.account-left-user {
    width: 100%;
}

.account-left-user img {
    padding: 24px 20px;
    border-radius: 16%;
}

.account-left-menu {
    margin-top: 30px;
    width: 100%;
}

.account-left-menu ul {
    padding: 0px 20px 480px;
}

.account-left-menu ul li {
    padding: 13px 20px 13px 40px;
}

.account-left-menu ul li a {
    font-size: 20px;
    color: #000;
}

.account-left-menu ul li a:hover {
    font-size: 20px;
    color: #fff;
}

.account-select {
    background-color: #002333;
    border-radius: 50px;
}

.account-select a {
    color: #fff !important;
}

.account-right {
    width: 100%;
    padding-left: 25px;
}

.account-right-title {
    width: 100%;
    text-align: center;
    padding: 30px 0px 0;
}

.account-right-title h4 {
    font-size: 36px;
    color: #002333;
    font-weight: 600;
    font-family: "Poppins-Medium";
}

.account-right-text {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #dadbdd;
}

.account-right-text p {
    font-size: 20px;
    color: #2b2b2b;
    font-weight: 400;
    font-family: "Poppins-Regular";
    padding-bottom: 20px;
}

.account-right-subtitle {
    width: 100%;
    padding: 40px 0px 30px;
}

.account-right-subtitle h6 {
    font-size: 20px;
    color: #2b2b2b;
    font-weight: 400;
    font-family: "Poppins-Regular";
}

.account-right-name {
    width: 100%;
}

.account-right-name input {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    border: none;
    background-color: #f6f6f6;
    margin-bottom: 15px;
    font-size: 20px;
    color: #adadad;
    font-weight: 400;
    font-family: "Poppins-Regular";
}

.account-right-last-name input {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    border: none;
    background-color: #f6f6f6;
    font-size: 20px;
    color: #adadad;
    font-weight: 400;
    font-family: "Poppins-Regular";
}

.account-right-bibiography {
    width: 100%;
}

.account-right-bibiography textarea {
    width: 100%;
    height: 180px;
    padding-left: 20px;
    border: none;
    background-color: #f6f6f6;
    font-size: 20px;
    color: #adadad;
    font-weight: 400;
    font-family: "Poppins";
}

.account-right-name input::-webkit-input-placeholder,
.account-right-last-name input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #adadad;
}

.account-right-name input::-moz-placeholder,
.account-right-last-name input::-moz-placeholder {
    /* Firefox 19+ */
    color: #adadad;
}

.account-right-name input:-ms-input-placeholder,
.account-right-last-name input:-ms-input-placeholder {
    /* IE 10+ */
    color: #adadad;
}

.account-right-name input:-moz-placeholder,
.account-right-last-name input:-moz-placeholder {
    /* Firefox 18- */
    color: #adadad;
}

.account-right-last-name select {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    border: none;
    background-color: #f6f6f6;
    font-size: 20px;
    color: #adadad;
    font-weight: 400;
    font-family: "Poppins";
    background-image: url(../images/angle-down.png);
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

.account-right-social-link {
    width: 100%;
    padding-top: 30px;
}

.account-right-social-link input {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    border: none;
    background-color: #f6f6f6;
    font-size: 20px;
    color: #adadad;
    font-weight: 400;
    font-family: "Poppins-Regular";
}

.account-right-required {
    width: 100%;
    padding-top: 20px;
}

.account-right-required p {
    font-size: 14px;
    color: #2b2b2b;
    font-weight: 400;
    font-family: "Poppins-Regular";
}

.account-right-submit {
    width: 100%;
    padding-top: 60px;
}

.account-right-submit button {
    width: 400px;
    height: 60px;
    font-size: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins-Medium";
    text-align: center;
    border-radius: 15px;
    border: none;
    background-color: #009ae0;
}


/**********account-3*************/

.account3-right-title {
    width: 100%;
    text-align: center;
    padding: 30px 0px 5px;
}

.account3-right-title h4 {
    font-size: 24px;
    color: #002333;
    font-weight: 600;
    font-family: "Poppins";
}

.account3-right-img {
    width: 100%;
    text-align: center;
    padding: 30px 0px;
    border-bottom: 2px solid #dadbdd;
}

.account3-right-upload-own {
    width: 100%;
    padding: 30px 0px 50px;
    text-align: center;
}

.account-right-selectfile {
    width: 100%;
}

.account-right-selectfile input {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    padding-top: 15px;
    border: none;
    background-color: #f6f6f6;
    font-size: 20px;
    color: #adadad;
    font-weight: 400;
    font-family: "Poppins";
}


/**********account-4*************/

.account4-right-title {
    width: 100%;
    text-align: center;
    padding: 30px 0px;
}

.account3-right-title h4 {
    font-size: 36px;
    color: #002333;
    font-weight: 600;
    font-family: "Poppins";
}

.account4-right-show {
    width: 100%;
}

.account4-right-show-left {
    float: left;
    padding-bottom: 25px;
}

.account4-right-show-left p {
    font-size: 17px;
    line-height: 32px;
    color: #002333;
    font-weight: 400;
    font-family: "Poppins";
}

.account4-right-show-left input {
    width: 110px;
    height: 60px;
    margin-left: 20px;
    font-size: 17px;
    line-height: 32px;
    color: #002333;
    font-weight: 400;
    font-family: "Poppins";
    background-color: #f6f6f6;
    border: none;
    padding: 20px 0;
}

.account4-right-show-right {
    float: right;
    background-color: #f6f6f6;
}

.account4-right-show-right input {
    width: 250px;
    height: 60px;
    border: none;
    background-color: #f6f6f6;
    font-size: 17px;
    line-height: 32px;
    color: #002333;
    font-weight: 400;
    font-family: "Poppins";
    padding-left: 30px;
}

.account4-right-show-right button {
    width: 50px;
    height: 60px;
    border: none;
    background-color: #f6f6f6;
    color: #8073e0;
}

.account4-right-table {
    width: 100%;
    padding-top: 90px;
}

.account4-right-table table {
    width: 100%;
}

.account4-right-table table th {
    padding: 25px 0px;
    border-top: 3px solid #f5f5f5;
    border-bottom: 3px solid #f5f5f5;
}

.account4-right-table table td {
    padding: 25px 0px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.bio-content-block {
    margin-top: 39px;
    margin-bottom: 0;
}

.bio-content-block {
    width: 100%;
}

.bio-content-block>h3 {
    font-size: 36px;
    color: #002333;
    width: 100%;
    margin-bottom: 20px;
    line-height: 41px;
}

.bio-content-block>h6 {
    font-size: 20px;
    color: #002333;
    width: 100%;
    margin-bottom: 20px;
}

.bio-content-block>p {
    font-size: 16px;
    color: #002333;
    width: 100%;
    margin-bottom: 20px;
}

.bio-social-media {
    display: grid;
    justify-content: center;
    padding-bottom: 60px;
    padding-top: 20px;
}

.bio-content-detail-block {
    margin: 0 -10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 30px;
}

.bio-content-box {
    width: 122px;
    padding: 0 10px;
}

.bio-content-inner {
    width: 100%;
    box-shadow: 0px 0px 3.92px 0.08px rgba(184, 184, 184, 0.5);
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 13px 0;
}

.bio-content-inner h3 {
    width: 100%;
    color: #002333;
    font-size: 21px;
    font-weight: 500;
}

.bio-content-inner p {
    width: 100%;
    font-size: 14px;
    margin: 0;
}

.bio-challage-list {
    margin-top: 80px;
}

.bio-challage-list .title-main {
    padding-bottom: 40px;
}

.ftr-social-icons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ftr-social-icons ul.social-icons {
    margin-top: -32px;
}

ul.social-icons {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

ul.social-icons li {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 5px;
}

ul.social-icons li a {
    width: 100%;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

ul.social-icons li a img {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.entry-content p {
    font-size: 16px;
}


/*****/

.category-sec {
    background: rgba(245, 246, 251);
    padding: 25px 20px;
    margin-bottom: 100px;
}

.category-sec-cnt {
    border-bottom: 1px solid #80808045;
    margin-bottom: 23px;
}

.category-sec-cnt h6 {
    font-size: 20px;
    padding-bottom: 15px;
}

li {
    list-style-type: none !important;
}

.price-sec {
    border-bottom: 1px solid #80808045;
    margin-bottom: 23px;
}

.lab {
    color: #000 !important;
    font-weight: 300;
}

.multi-level nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 1px;
    padding-left: 0px;
}

.multi-level nav ul li a {
    display: block;
    font-size: 14px;
    padding: 6px 0;
    padding-left: 0px;
    color: #464646;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.multi-level nav ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
    color: #a4aab7;
}

.days-sec {
    border-bottom: 1px solid #80808045;
    margin-bottom: 18px;
}

.price-sec {
    border-bottom: 1px solid #80808045;
    margin-bottom: 23px;
}

.price-sec h6 {
    font-size: 20px;
    padding-bottom: 15px;
}

.days-sec h6 {
    font-size: 20px;
    padding-bottom: 15px;
}

.lan-sec {
    border-bottom: 1px solid #80808045;
    margin-bottom: 23px;
}

.lan-sec h6 {
    font-size: 20px;
    padding-bottom: 15px;
}

.ratings-sec {
    margin-bottom: 23px;
}

.ratings-sec h6 {
    font-size: 20px;
    padding-bottom: 15px;
}

.account-left {
    background: rgba(245, 246, 251);
    margin-right: auto;
    max-width: 353px;
}

.account-left-user {
    width: 100%;
    text-align: center;
}

.account-left-menu {
    margin-top: 35px;
    width: 100%;
}

.account-left-menu ul {
    padding: 0px 20px 480px;
}

.tab-panel-slider-sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sdfa li.nav-item {
    padding-left: 0;
    width: 100%;
}

.sdfa li.nav-item a.active {
    background-color: #002333;
    border-radius: 50px;
    color: #fff;
}

.sdfa li.nav-item a.active {
    padding: 13px 20px 13px 40px;
}

.multi-level ul div li:hover {
    background: hsl(0deg 0% 87% / 82%);
}

.multi-level ul .sub-menu:hover {
    background: hsl(0deg 0% 87% / 82%);
}

.filter-menu {
    background-color: #f5f6fb;
}

.filter-menu .filter-menu-block {
    border-top: 1px solid #ced4da;
    padding: 10px;
}

.filter-menu .filter-menu-block-title {
    font-family: Open Sans, Helvetica, Arial, sans-serif!important;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 5px 0;
    cursor: pointer;
}

.multi-level nav ul li a .fa-caret-down {
    margin-top: 4px;
}

.filter-menu .filter-menu-block-title i {
    color: #9884fc;
    margin-right: 5px;
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.filter-menu .filter-menu-title {
    font-family: Open Sans, Helvetica, Arial, sans-serif!important;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px;
}

h6[aria-expanded=true] .fa-angle-up {
    display: none;
}

h6[aria-expanded=false] .fa-angle-down {
    display: none;
}


/* tab menu changes */

@media (min-width:768px) {
    .responsive-tabs .dropdown-arrow {
        display: none;
    }
}

.tab-panel-slider-sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tab-panel-slider-sec ul.nav-tabs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #dadbdd;
}

.tab-panel-slider-sec ul.nav-tabs li.nav-item {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width:767px){
    .tab-panel-slider-sec ul.nav-tabs li.nav-item{
        width: 100%;
    }
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../../../fonts/Poppins-Medium.eot');
    src: url('../../../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../../../fonts/Poppins-Medium.woff2') format('woff2'), url('../../../fonts/Poppins-Medium.woff') format('woff'), url('../../../fonts/Poppins-Medium.ttf') format('truetype'), url('../../../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../../../fonts/Poppins-Bold.eot');
    src: url('../../../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../../../fonts/Poppins-Bold.woff2') format('woff2'), url('../../../fonts/Poppins-Bold.woff') format('woff'), url('../../../fonts/Poppins-Bold.ttf') format('truetype'), url('../../../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

.tab-panel-slider-sec ul.nav-tabs li.nav-item .nav-link {
    border-radius: 0px;
    border: none;
    width: 100%;
    /*display: flex;*/
    padding: 0px 12px 10px;
    padding-bottom: 10px;
    font-size: 16px;
    /*font-family: 'Poppins-SemiBold';*/
    line-height: 20px;
    color: #2b2b2b;
    text-transform: initial;
    text-align: center;
    font-weight: 600;
    border-bottom: 5px solid transparent;
}

.tab-content.tab-panel-sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    margin-top: 16px;

}

.tab-content.tab-panel-sec .tab-pane {
    width: 100%;
}

.tab-content.tab-panel-sec .tab-pane {
    width: 100%;
}

.tab-pane-slider-boxes {
    width: 100%;
}

.tab-pane-slider-box-one {
    width: auto;
    margin: 0;
    padding-bottom: 25px;
    position: relative;
    margin-top: 20px;
}

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

a:focus {
    outline: 0;
}

.slick-slide {
    padding: 0 10px;
}

.tab-pane-slider-align {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    transition: all 0.5s;
    border-radius: 20px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 4px 2px rgb(184 184 184 / 20%);
    -webkit-box-shadow: 0px 0px 4px 2px rgb(184 184 184 / 20%);
    background-color: #fff;
    border-radius: 5px;
}

.tab-pane-slider-img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.tab-pane-slider-img img {
    max-width: 100%;
    width: 100%;
    height: 167px;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tab-pane-slider-cnt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    padding: 15px;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../../../fonts/Poppins-Regular.eot');
    src: url('../../../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../../../fonts/Poppins-Regular.woff2') format('woff2'), url('../../../fonts/Poppins-Regular.woff') format('woff'), url('../../../fonts/Poppins-Regular.ttf') format('truetype'), url('../../../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../../../fonts/Poppins-SemiBold.eot');
    src: url('../../../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../../../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../../../fonts/Poppins-SemiBold.woff') format('woff'), url('../../../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../../../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

.tab-pane-slider-cnt h3 {
    width: 100%;
    color: #002333;
    text-align: left;
    text-transform: initial;
    font-size: 17px;
    line-height: normal;
    padding-bottom: 10px;
    transition: all 0.3s;

    font-weight: 700;
    margin-bottom: 0;
    /*font-family: 'Poppins-SemiBold';*/
    font-family: inherit;
}

.tab-pane-slider-cnt p {
    /*font-family: 'Poppins-SemiBold';*/
    font-family: inherit;

    width: 100%;
    font-size: 14px;
    line-height: normal;
    color: #475e75;
    text-align: left;
    text-transform: initial;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.tab-box-rating-stars {
    width: 100%;
    padding-top: 0px;
    display: flex;
    flex-wrap: wrap;
}

.tab-box-rating-stars ul {
    padding: 0px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tab-box-rating-stars ul li {
    display: inline-block;
    font-size: 14px;
    padding: 0 1px;
}

.tab-box-rating-stars ul li span {
    padding-right: 5px;
    position: relative;
    top: 1px;
    font-family: 'Poppins-Regular';
}

.tab-box-rating-stars ul li img {
    width: 15px;
    cursor: pointer;
}

.tab-box-rating-stars ul li.star.selected img {
    filter: invert(40%) sepia(152%) saturate(4096%) hue-rotate( 198deg) brightness(137%) contrast(92%);
}

.tab-box-rating-stars ul li.change-color.star.selected img {
    filter: unset;
}

.tab-pane-slider-cnt h6 {
    width: auto;
    font-size: 14px;
    line-height: 28px;
    color: #475e75;
    text-align: left;
    text-transform: initial;
    display: flex;
    align-items: center;
    padding-bottom: 0px;
    padding-left: 5px;
    margin: 5px 0 0;
    font-family: 'Poppins-Medium';
}

.tab-pane-slider-cnt h5 {
    width: auto;
    font-size: 22px;
    line-height: 24px;
    font-family: 'Poppins-SemiBold';
    color: #002333;
    text-align: left;
    text-transform: initial;
    padding-bottom: 0px;
    margin-bottom: 0;
}

.tab-box-free-part {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.tab-box-free-clc-icn {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tab-box-free-clc-icn img {
    width: 20px;
}

.tab-box-free-clc-icn span {
    font-size: 14px;
    color: #475e75;
    padding-left: 5px;
    font-family: 'Poppins-Medium';
}

.webui-popover {
    min-width: 50px;
    width: 339px;
    min-height: 32px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 4px 16px rgb(20 23 28 / 25%);
    border-color: transparent;
    border-radius: 2px;
}

#popover-content.hide {
    display: none;
}

.webui-popover .webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
    display: block;
}

.course-popover-content .last-updated {
    margin: 10px 0;
    font-size: 13px;
}

.course-popover-content .course-title a {
    visibility: visible;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: -.3px;
    color: #505763;
    text-transform: capitalize;
}

.course-popover-content .course-meta {
    padding: 5px 0;
}

.course-popover-content .course-meta span {
    margin-right: 10px;
    font-size: 13px;
    color: #7a7d82;
}

.course-popover-content .course-meta span i {
    font-size: 12px;
    margin-right: 5px;
}

.course-popover-content .course-subtitle {
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    visibility: visible;
    font-size: 15px;
    line-height: 1.53;
    letter-spacing: -.2px;
    color: #686f7a;
    padding-top: 10px;
}

.course-popover-content .what-will-learn {
    margin-top: 15px;
}

.course-popover-content .what-will-learn ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-popover-content .what-will-learn ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    max-height: 54px;
    visibility: visible;
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 13px;
    letter-spacing: -.2px;
    color: #686f7a;
}

.course-popover-content .popover-btns {
    margin-top: 50px;
    padding-right: 65px;
    position: relative;
    margin-bottom: 15px;
}


/*.course-popover-content .popover-btns .add-to-cart-btn {
    width: auto;
    padding: 5px 25px;
    line-height: 42px;
    text-align: center;
    background-color: #d7242b;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    display: inline-block;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}*/

.course-popover-content .popover-btns .add-to-cart-btn:hover {
    background-color: #002333;
}

.course-popover-content .popover-btns .wishlist-btn {
    position: absolute;
    right: 8px;
    top: 8px;
    border: none;
    background: none;
    font-size: 24px;
}

.tab-pane-slider-align:hover {
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 15%);
    position: relative;
    margin-top: -5px;
    transition: all 0.3s;
}

.tab-pane-slider-align:hover .tab-pane-slider-cnt h3 {
    color: #009ae0;
}

.view_course_btn .course-btn {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 21px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #fff;
    color: #009ae0;
    border: 1px solid #009ae0;
    font-size: 16px;
    line-height: 24px;
}

.container {
    max-width: 1280px;
}
@media screen and (min-width:1200px) and (max-width:1300px){
    .container {
        max-width: 1170px;
    }
}

.view_course_btn .course-btn:hover {
    background: #009ae0;
    border: 1px solid #009ae0;
    color: #fff;
}

/*icon&text_alignment-3/6/2021*/
.home-clc-modal-bg-part ul li a i {
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-clc-modal-bg-part ul li label {
    padding-left: 17px !important;
}
.home-clc-modal-bg-part.dropdown-menu ul li label i {
    margin-right: 9px !important;
    height: 100%;
    display: flex;
}
.home-clc-modal-bg-part ul li label input[type=checkbox] {

    width: 16px !important;
    height: 16px !important;
}
/*icon&text_alignment-3/6/2021*/



@media screen and (min-width: 1025px) and (max-width: 1240px) {
    .tab-panel-slider-sec ul.nav-tabs li.nav-item .nav-link {
        /*font-size: 18px;*/
        font-size: 14px;
    }
    .tab-pane-slider-cnt h5 {
        font-size: 20px;
    }
}

@media (max-width: 1280px) {
    .tab-pane-slider-box-one {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
    .clistbox{
        max-width: 33.33% !important;
        flex: 0 0 33.33% !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .tab-panel-slider-sec ul.nav-tabs li.nav-item .nav-link {
        /*font-size: 18px;*/
        font-size: 13px;
    }
}

@media (max-width: 1280px) {
    .tab-pane-slider-box-one {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .tab-panel-slider-sec ul.nav-tabs li.nav-item .nav-link {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .home-new-tab-box-design .tab-panel-slider-sec ul.nav-tabs li.nav-item {
        width: 100%;
    }
    .tab-panel-slider-sec ul.nav-tabs li.nav-item .nav-link {
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 16px;
        padding: 10px;
    }
    .clistbox {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

@media (max-width:600px) {
    .tab-pane-slider-box-one {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.no_items {
    font-size: 30px;
    padding: 0 0 40px;
    font-weight: 700;
    line-height: 36px;
}

#courses .tab-pane-slider-box-one {
    margin-top: 20px;
    margin-bottom: 20px;
}

.tab_no_records {
    text-align: center;
    margin: 20px 0px 40px 0px;
}

.latest_challenges_sec .slick-list {
    overflow-y: unset !important;
}

.cptopheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rthreebtn {
    display: flex;
    align-items: center;
}

.rthreebtn .filter-btn {
    border-radius: 0 !important;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    margin-left: 0 !important;
    margin-right: 5px;
    border: 1px solid #009ae0;
}

.rthreebtn .filter-btn i {
    margin-left: 5px;
}

.rthreebtn a {
    transition: all 0.3s;
    border: 1px solid transparent;
}

.rthreebtn a:hover {
    background-color: #fff;
    border: 1px solid #009ae0;
    color: #009ae0;
}

.lshowtxt h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 0;
}

.lshowtxt h2 span {
    color: #009ae0;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .cptopheader {
        flex-wrap: wrap;
    }
    .rthreebtn {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
    .lshowtxt h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .lshowtxt h2 span {
        display: block;
    }
}

#resultcount {
    font-size: 20px;
    line-height: 25px;
}

#resultcount .result_page {
    font-weight: bold;
}

.tabingwraper>.container {
    padding: 0;
}

@media (max-width: 1280px) {
    .tabingwraper .tab-pane-slider-box-one {
        max-width: 33.33%;
        flex: 0 33.33%;
    }
}

@media (max-width: 900px) {
    .tabingwraper .tab-pane-slider-box-one {
        max-width: 50% !important;
        flex: 0 50% !important;
    }
}

@media (max-width: 767px) {
    .tabingwraper .tab-pane-slider-box-one {
        max-width: 100% !important;
        flex: 0 100% !important;
    }
    .tabingwraper>.container {
        padding: 0 15px;
    }
    .boxes-slider1 .tab-pane-slider-box-one {
        margin: 10px 15px !important;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.challenger-sub-page-tab .panel-tab {
    margin-bottom: 0px;
}


/* 25-5-2021 */

#tabs-4 .leader-board-cnt .row,
#tabs-4 .leader-board-sub-cnt .row {
    margin-left: 0 !important;
    margin-right: 0 !important
}

#tabs-4 .leader-board-cnt .col-md-6,
#tabs-4 .leader-board-cnt .col-md-2,
#tabs-4 .leader-board-sub-cnt .col-md-6,
#tabs-4 .leader-board-sub-cnt .col-md-2 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

#tabs-4 .leader-board-header p {
    text-align: center !important;
}

#tabs-4 .leader-board-cnt .col-md-2,
#tabs-4 .leader-board-sub-cnt .col-md-2 {
    text-align: center
}

#tabs-4 .leader-board-cnt {
    padding: 10px 20px !important;
}
/* 
#tabs-4 .col-sm-12 {
    max-width: 50% !important
} */

@media only screen and (max-width:1299px) {
    .earn-cnt .earn-bonus p {
        font-size: 11px !important;
    }
}

@font-face {
    font-family: 'Muli-Bold';
    src: url('../../../fonts/Muli-Bold.eot');
    src: url('../../../fonts/Muli-Bold.eot?#iefix') format('embedded-opentype'), url('../../../fonts/Muli-Bold.woff2') format('woff2'), url('../../../fonts/Muli-Bold.woff') format('woff'), url('../../../fonts/Muli-Bold.ttf') format('truetype'), url('../../../fonts/Muli-Bold.svg#Muli-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@media only screen and (max-width:992px) {
    .panel-tab .other-btn a {
        padding: 0 10px;
    }
    .daily-challenge-main .panel-tab ul.nav-tabs li.nav-item .nav-link {
        font-size: 14px !important;
    }
    /* #tabs-4 .col-sm-12 {
        max-width: 100% !important
    } */
}

@media only screen and (max-width:575px) {
    #tabs-4 .leader-board-cnt .col-md-2,
    #tabs-4 .leader-board-sub-cnt .col-md-2 {
        max-width: 16.66% !important
    }
    #tabs-4 .leader-board-cnt .col-md-6,
    #tabs-4 .leader-board-sub-cnt .col-md-6 {
        max-width: 50% !important
    }
    .chl-leader-brd-first-cnt a {
        font-size: 14px !important;
        height: 40px !important;
        line-height: 40px !important;
    }
    .chl-leader-brd-first-cnt h6 {
        font-size: 20px !important;
    }
    .chl-leader-brd-first-cnt {
        align-items: center !important;
    }

   /* #tabs-4 .leaderboard-main {

        width: 420px
    }
    #tabs-4 .col-md-12 {
        overflow-x: auto;

    }*/

}


.header-res-dtl{
	display: none;
}
.blog-cnt-main{
	height: 100%;
}

.ribbon-wrapper-green {
     width: 85px;
     height: 88px;
     overflow: hidden;
     position: absolute;
     top: -3px;
     left: -3px;
   }
   .ribbon-green {
       text-transform: capitalize;
       text-align: center;
       font-size: 14px;
       font-weight: bold;
       line-height: 14px;
       text-shadow: rgb(255 255 255 / 50%) 0px 1px 0px;
       -webkit-transform: rotate(
   -45deg
   );
       -moz-transform: rotate(-45deg);
       -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
       position: relative;
       padding: 5px 0;
       left: -26px;
       top: 24px;
       width: 120px;
       background-color: #009ae0;
       background-image: -webkit-gradient(linear, left top, left bottom, from(#009ae0), to(#009ae0));
       background-image: -webkit-linear-gradient(top, #009ae0, #009ae0);
       background-image: -moz-linear-gradient(top, #009ae0, #009ae0);
       background-image: -ms-linear-gradient(top, #009ae0, #009ae0);
       background-image: -o-linear-gradient(top, #009ae0, #009ae0);
       color: #fff;
       -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
       -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
       box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
   }
   .ribbon-green:after,
   .ribbon-green:after{
     content: "";
     border-top: 3px solid #009ae0;  
     border-left: 3px solid transparent;
     border-right: 3px solid transparent;
     position:absolute;
     bottom: -3px;
   }
   .ribbon-green:before{
     right: 0;
   }
   .ribbon-green:after{
     left: 0;

   }


/* Ratings css for all pages*/



/*rating Css*/
  .newrating-loading {
  width: 25px;
  height: 25px;
  font-size: 0;
  color: #fff;
  background: url(../img/loading.gif) top left no-repeat;
  border: none;
}

.newrating-container .newrating-stars {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.newrating-container .newrating-input {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  font-size: 1px;
  border: none;
  background: 0 0;
  padding: 0;
  margin: 0;
}

.newrating-disabled .newrating-input, .newrating-disabled .newrating-stars {
  cursor: not-allowed;
}

.newrating-container .star {
  display: inline-block;
  margin: 0 6px;
  text-align: center;
}
.newrating-container .empty-stars {
  color: #aaa;
}
.newrating-container .filled-stars {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  color: #fde16d;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-stroke: 1px #777;
  text-shadow: 1px 1px #999;
}

.newrating-rtl {
  float: right;
}

.newrating-animate .filled-stars {
  transition: width 0.25s ease;
  -o-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
}

.newrating-rtl .filled-stars {
  left: auto;
  right: 0;
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
}
.newrating-rtl.is-star .filled-stars {
  right: 0.06em;
}
.newrating-rtl.is-heart .empty-stars {
  margin-right: 0.07em;
}

.newrating-lg {
  font-size: 3.91em;
}

.newrating-md {
  font-size: 3.13em;
}

.newrating-sm {
  font-size: 2.5em;
}

.newrating-xs {
  font-size: 2em;
}

.newrating-xl {
  font-size: 4.89em;
}

.newrating-container .clear-newrating {
  color: #aaa;
  cursor: not-allowed;
  display: inline-block;
  vertical-align: middle;
  font-size: 60%;
  padding-right: 5px;
}

.clear-newrating-active {
  cursor: pointer !important;
}
.clear-newrating-active:hover {
  color: #843534;
}

.newrating-container .caption {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  font-size: 60%;
  margin-top: -0.6em;
  margin-left: 5px;
  margin-right: 0;
  margin-top: -48%;
  margin-left: 3%;
}

.newrating-rtl .caption {
  margin-right: 5px;
  margin-left: 0;
}

@media print {
  .newrating-container .clear-newrating {
    display: none;
  }
}
.empty-star {
  color: #dee2e6;
}

.newrating-container .filled-stars {
  -webkit-text-stroke: 0;
  text-shadow: none;
  color: #ffca00;
}
.fastar{margin-right: 0%;}
 /*rating Css End*/



        .ratingnewm .modal-dialog {
        max-width: 700px !important;
    }
    .ratingnewm .modal-content{
        width: 100% !important;
    }
    .ratingnewm .modal-header:after {
        display: none !important;
    }
    .ratingnewm .modal-header{
        position: relative;
        border-bottom: 2px solid #8f8f8f2e;
    }
    .ratingnewm .modal-header h5{
        font-size: 20px !important;
        line-height: 20px !important;
    }
    .ratingnewm .modal-header .close {
        padding: 0 10px !important;
        margin: 0 0 0 auto !important;
    }
    .ratingnewm .modal-header .close span{
        font-size: 25px !important;
    }
    .ratingnewm .newrating-container{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }
    .ratingnewm .newrating-container .caption {
        margin-top: 0 !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }
    .ratingnewm form {
        max-width: 280px;
        margin: 0 auto;ss
    }
    .ratingnewm form textarea{
         width: 100%; height: 146px;
    }
    .ratingnewm .content-update-box{
        text-align: center;s
    }
    .ratingnewm .content-update-box button{
        margin: 0 !important;
        font-size: 16px !important;
        line-height: 16px !important;
        width: unset !important; 
    }
    .ratingnewm .thank_you_body{
        text-align: center;
        margin: 50px 0 !important;
    }
    .ratingnewm .thank_you_body h4{
        font-size: 25px;
    }
    .ratingnewm .thank_you_body button{
        margin-top: 30px;
        font-size: 16px;
        padding: 10px 20px;
        width: unset;
        line-height: 16px;
        height: unset;
        margin-left: 0;
    }
    .ratingnewm .thank_you_body button span#savenone{
        line-height: unset !important;
    }
     .ratingnewm .editcub{
        display: flex;
        margin-top: 15px;
        justify-content: space-around;
    }
    .ratingnewm .editcub button{
        font-size: 16px !important;
        width: 100px !important;
    }
    .ratingnewm .edittxtarea{
        margin-top: 15px !important;
    }
    .ratingnewm .yrbtn{
        background-color: #ffaa32 !important;
         border-color: #ffaa32 !important;
    }
    .ratingnewm .yrbtn:hover{
        background-color: #000000 !important;
        border-color: #000000 !important;
     }
    .ratingnewm .drbtn{
        background-color: #e20909 !important;
        border-color: #e20909 !important;
    }
     .ratingnewm .drbtn:hover{
        background-color: #000000 !important;
        border-color: #000000 !important;
     }

     .ratingnewm form input{
        height: 0 !important;
     }
   @media (max-width: 767px) {
        .ratingnewm{
            padding-right: 0 !important;
        }
        .ratingnewm .modal-header h5 {
            font-size: 15px !important;
            line-height: 20px !important;
        }
        .ratingnewm .modal-header {
            padding: 10px 15px !important;
        }
        .ratingnewm .star i{
            font-size: 39px !important
        }
         .ratingnewm .modal-body {
            padding: 0 15px;
            margin-top: 15px;
            margin-bottom: 15px;
        }
        .ratingnewm form textarea{
             width: 100%; height: unset !important;
             min-width: 120px;
        }
        .newrating-container .caption {
            margin-left: 0 !important;
            font-size: 18px !important;
        }
        .ratingnewm .content-update-box{
            margin-left: 0 !important;
        }
        .ratingnewm .content-update-box button{
            font-size: 16px !important;
            line-height: 16px;
            padding: 10px 20px;
            width: 100px !important;
        }
        .ratingnewm .thank_you_body h4 {
            font-size: 20px;
        }
   }


/*home-page-7-6-2021*/
.main-nav-wrap>ul>li>ul>li a:hover i,
.main-nav-wrap>ul>li>ul>li a i,
.main-nav-wrap>ul>li>ul>li a:hover .icon i,
.main-nav-wrap>ul>li>ul>li a .icon i {
    transition: all 0.4s ease-in-out;
}
.main-nav-wrap>ul>li>ul>li a:hover .icon i,
.main-nav-wrap>ul>li>ul>li a:hover i {
    color: #fff;
}
.disableclick{
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}
.tab-panel-slider-sec ul.nav-tabs li.nav-item .nav-link .line-break-for {
    width: auto;
    display: flex;
    justify-content: center;
}
.home-first .home-first-header h4 {
    font-size: 50px!important;
    font-family: 'Poppins-SemiBold';
    color: #002333;
    padding-top: 35px;
    padding-bottom: 0;
}
.home-first .home-first-header p {
    font-size: 20px;
    font-family: 'Poppins-Medium';
    color: #002333;
} 
.back-stars1 {
    display: flex;
    color: #ffc107;
    position: relative;
}
.front-stars {
    display: flex;
    color: #009ae0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.5s;
}
.star-rating {
    padding: 0px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tab-box-rating-stars span {
    padding-right: 5px;
    position: relative;
    top: 6px;
    display: inline-block;
    color: #009ae0;
}
.offer_text{
    color: #686f7a;
    font-weight: 400;
    font-size: 13px;
    margin-right: 5px;
    text-decoration: line-through;
}
.title_twoline{
    min-height: 52px;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
a.drplink:hover{
   color: #00f!important;
}
.scmodel .modal-body input{
   float: left;
}
.scmodel .share_tooltip{
  /* margin-left: 1%;
   width: 14%;*/
   float: left;
}
.course-carousel .ctm-next, .course-carousel .ctm-prev{
    width: 40px;
    height: 40px;
    background-color: #f3f2f2;
    border-radius: 100%;
    color: #009ae0;
    border: none;
    position: absolute;
    -moz-box-shadow:    0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
    top: 180px;
    z-index: 9;
    transition: all 0.5s;
 }
.course-carousel .ctm-next:hover, .course-carousel .ctm-prev:hover{
    background: #009ae0 !important;
    color: #fff !important;
}
.course-carousel .ctm-next{
    right:-20px !important;
}
.course-carousel .ctm-prev{
    left: -20px  !important;
}
.latest_challenges_sec .tab-pane-slider-box-one {
    margin-bottom: 10px !important;
}
.boxes-slider1 .slick-track{
    margin-left: unset !important;
    margin-right: unset !important;
}
.ftr-contain-txt-sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.ftr-contain-txt-sec p {
    margin: 0px auto;
    font-size: 36px;
   /* font-family: 'Poppins-bold';*/
    color: #000;
    text-align: center;
    text-transform: initial;
    line-height: 52px;
}
.ftr-contain-main-sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    min-height: 400px;
    background-color: rgb(255,255,255);
    background-repeat: no-repeat; 
    background-size: auto 350px;
    background-position: center bottom;
}
.ftr-contain-main-sec h3{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.ftr-contain-main-sec p{
    font-size: 20px;
    line-height: normal;
}
.ftr-contain-txt-sec button {
    background: #40b3f5;
    border: none;
    padding: 0 90px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    margin-top: 40px;
    font-family: 'Poppins-Bold';
}
.ftr-contain-txt-sec button:hover {
    border: 1px solid #009ae0;
    background-color: #fff;
    color: #009ae0;
}
.modal-content {
    border-radius: 20px !important;
    width: 927px;
    left: 50%;
    transform: translate(-50%, 20%);
    position: relative;
}
#myModals .modal-body button {    
    background-color: #ffaa32;
    border: none;
    font-family: 'Muli-Bold';
    font-size: 24px;
    color: #fff;
    width: 150px;
    padding: 10px 20px;
    margin-left: 20px;
    border-radius: 5px !important;
}
#myModals .modal-header:after {
    content: '';
    position: absolute;
    top: 25%;
    left: 0%;
    width: 100%;
    border-bottom: 2px solid #8f8f8f2e;
}
#myModals .modal-header {
    padding: 10px 30px 10px;
    border-bottom: 0;
}
.tab-content.tab-panel-sec.new-tab-cnt.home-challanges.tab-pane-height-change {
    margin: 0px !important;
}
.tab-pane-slider-box-one a.has-popover {
    width: 100%;
    display: block;
    cursor: pointer;
}
.tab-panel-slider-sec ul.nav-tabs li.nav-item .nav-link:hover{
    border-color: #0f5699 !important;
    background-color:transparent !important;
}
.tab-panel-slider-sec ul.nav-tabs li.nav-item .nav-link{
    margin-right: 0 !important;
}
body.modal-open {
    padding-right: 0px !important;
}
.star-rating {
    display: flex;
    align-items: center;
    font-size: 1em;
    justify-content: center;
    /* margin-top: 50px; */
}
.back-stars {
    display: flex;
    color: #dddddd;
    position: relative;
    /* text-shadow: 4px 4px 10px #dddddd; */
}
.front-stars {
    display: flex;
    color: #3AB3F5;
    overflow: hidden;
    position: absolute;
    /* text-shadow: 2px 2px 5px #009ae0; */
    top: 0;
    transition: all 0.5s;
}

.tab-panel-slider-sec ul.nav-tabs li.nav-item .nav-link#TotalClasses:hover {
    border-color: transparent !important;
    background-color: transparent !important;
}

.home-clc-modal-bg-part ul li a i{
    width:20px !important;
}
.latest_challenges_sec .container{
    padding: 0 ;
}
.latest_challenges_sec .col{
    padding: 0;
}
.latest_challenges_sec .container .row{
    margin: 0;
}
.latest_challenges_sec .container .slick-list{
    margin: 0 -15px; 
}
.top_challenges_sec .container .row .col{
    padding: 0;
}
.latest_challenges_sec .heading-title{
    margin-bottom: 0 !important;
}
.latest_challenges_sec .container .slick-list{
    padding-top: 20px !important;
}
.course-carousel .course-box-wrap {
    margin: 0 15px !important;
    padding: 0 !important;
}
.course-box-wrap.slick-slide {
    padding: 0 !important;
    margin: 0 15px 10px 15px !important;
}
.course-carousel .tab-pane-slider-img{
    /*width:297.5px;*/
}
.title_twoline{
    min-height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0 !important;
}
.rmodel .modal-content .modal-body{
    margin-top:0 !important;
}
.rmodel .modal-content .modal-body form{
    margin-top:25%;
}
.privacyd a:hover {
    color: #009ae0;
}
.gray-bg .menu-area { background: #002333; }
.gray-bg .top_bar {background : #002333 !important;}
.star-rating {
    display: flex;
    align-items: center;
    /*font-size: 1.4em;*/
    font-size: 1em;
    justify-content: center;
    /* margin-top: 50px; */
}
.start-size-1em .star-rating{
    font-size: 1em;
}
.back-stars {
    display: flex;
    color: #dddddd;
    position: relative;
    /* text-shadow: 4px 4px 10px #dddddd; */
}
.front-stars {
    display: flex;
    /*color: #ef495f;*/
    overflow: hidden;
    position: absolute;
    /* text-shadow: 2px 2px 5px #ef495f; */
    top: 0;
    transition: all 0.5s;
}
/* Appearance */
@import "bourbon";
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:300,400';
/*SHare code css*/
.share_tooltip {
  position: relative;
  display: inline-block;
}
.share_tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}
.share_tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.share_tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/*Links share styler*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
/*----- Social Links -----*/
.social-nav {
    padding: 0;
    list-style: none;
    margin: -10px 0 0 -10px;
}
.social-nav li {
    float: left;
    margin: 10px 0 0 10px;
    list-style: none;
}
.social-nav a {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    background: #000;
    position: relative;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.social-nav a {
    overflow: hidden;
    font-size: 26px;
    border-radius: 4px;
}
.social-nav a:hover {
    background: #fff;
    text-shadow: 0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4, 23px 23px #d4d4d4, 24px 24px #d4d4d4, 25px 25px #d4d4d4, 26px 26px #d4d4d4, 27px 27px #d4d4d4, 28px 28px #d4d4d4, 29px 29px #d4d4d4, 30px 30px #d4d4d4;
}
.social-nav .twitter {
    background: #00ACED;
    text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;
}
.social-nav .twitter:hover {
    color: #00ACED;
}
.social-nav .facebook {
    background: #3B579D;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}
.social-nav .facebook:hover {
    color: #3B579D;
}
.social-nav .google {
    background: #DD4A3A;
    text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
}
.social-nav .google:hover {
    color: #DD4A3A;
}
.social-nav .linkedin {
    background: #007BB6;
    text-shadow: 0px 0px #005983, 1px 1px #005983, 2px 2px #005983, 3px 3px #005983, 4px 4px #005983, 5px 5px #005983, 6px 6px #005983, 7px 7px #005983, 8px 8px #005983, 9px 9px #005983, 10px 10px #005983, 11px 11px #005983, 12px 12px #005983, 13px 13px #005983, 14px 14px #005983, 15px 15px #005983, 16px 16px #005983, 17px 17px #005983, 18px 18px #005983, 19px 19px #005983, 20px 20px #005983, 21px 21px #005983, 22px 22px #005983, 23px 23px #005983, 24px 24px #005983, 25px 25px #005983, 26px 26px #005983, 27px 27px #005983, 28px 28px #005983, 29px 29px #005983, 30px 30px #005983;
}
.social-nav .linkedin:hover {
    color: #007BB6;
}
.social-nav .whatsapp {
    background: #009D28;
    text-shadow:0px 0px #165813, 1px 1px #165813, 2px 2px #165813, 3px 3px #165813, 4px 4px #165813, 5px 5px #165813, 6px 6px #165813, 7px 7px #165813, 8px 8px #165813, 9px 9px #165813, 10px 10px #165813, 11px 11px #165813, 12px 12px #165813, 13px 13px #165813, 14px 14px #165813, 15px 15px #165813, 16px 16px #165813, 17px 17px #165813, 18px 18px #165813, 19px 19px #165813, 20px 20px #165813, 21px 21px #165813, 22px 22px #165813, 23px 23px #165813, 24px 24px #165813, 25px 25px #165813, 26px 26px #165813, 27px 27px #165813, 28px 28px #165813, 29px 29px #165813, 30px 30px #165813;}
.social-nav .whatsapp:hover {
    color: #009D28;
}
.pagination li {
    display: inline-block;
    list-style: none;
}
.pagination li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    color: #252525;
    border-radius: 4px;
    margin: 5px;
    /*box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.5);*/
    transition: all .3s ease;
}
.pagination li a:hover, .pagination li a.active {
    color: #fff;
    background-color: #ff4242;
}
@media (max-width:1500px){
    .ftr-contain-main-sec{min-height: 380px;}
}
@media (max-width:1200px){
    .ftr-contain-main-sec {min-height: 300px;background-size: contain;}
    .ftr-contain-main-sec h3{font-size: 32px;}
    .ftr-contain-main-sec p{font-size: 18px;}
}
@media (max-width:991px){
    .course-carousel .tab-pane-slider-img{
        width:100%;
    }
    .course-carousel .ctm-next {
        right: 0;
    }
    .course-carousel .ctm-prev {
        left: 0;
    }
    .latest_challenges_sec .container .slick-track {
        margin: 0 auto;
    }
    .latest_challenges_sec .container {
        padding: 0 15px;
    }
    .top_challenges_sec .container .row .col {
        padding: 0 15px;
    }
    .ftr-contain-main-sec {min-height: 225px;}
    .ftr-contain-main-sec h3{font-size: 28px;}
    .ftr-contain-main-sec p{font-size: 16px;}
    .ftr-contain-txt-sec button{margin-top:20px;}
}
@media only screen and (max-width:767px) {
    .ftr-contain-txt-sec p {width: 300px}
    .tab-panel-slider-sec ul.nav-tabs li.nav-item .nav-link .line-break-for {width: auto;display: inline-block;justify-content: unset;padding-left: 3.6px;}
    #complete-quiz .modal-content {width: 96%;border-radius: 12px !important;}
    #complete-quiz .modal-header {padding: 10px;}
    .tab-pane-height-change.new-tab-cnt .tab-pane-slider-cnt h3 {font-size: 18px !important;line-height: 28px !important;min-height: fit-content !important;}
    .boxes-slider1 .ctm-next, .boxes-slider1 .ctm-prev {width: 30px !important;height: 30px !important;}
    .boxes-slider1 .ctm-prev {left: 3px !important;}
    .boxes-slider1 .ctm-next {right: 3px !important;}
    .tab-pane-slider-align:hover {margin-top: 0px;}
    .webui-popover.in, .webui-popover.out, .webui-popover {display: none !important;z-index: unset;opacity: 0 !important;min-width: unset;min-height: unset;width: 0px !important;height: 0px;position: unset;padding: 0px;margin: 0px;}
    .ftr-contain-txt-sec button {padding: 0 60px;}
}
@media only screen and (max-width: 479px){
    .ftr-contain-txt-sec button {padding: 0 20px;height: 40px;line-height: 40px;font-size: 14px;}
    .ftr-contain-txt-sec p br{display:none}
}
/*home-page-7-6-2021*/

/*inner-challenge-page-7-6-2021*/
.comment-class1 {
    width: 15% !important;
}
.cmt-img-cnt p {
    margin-right: 4px;
}
.cmt-img-cnt h5 {
    padding-bottom: 0px !important;
}
.cmt-img {
    display: inline-flex;
    border-bottom: 2px solid #dedede;
    margin-bottom: 20px;
    padding-bottom: 10px !important;
}
.cmt-img {
    width: 100% !important;
}
.comment-class2 {
    width: 80% !important;
    background-color: #f6f6f6 !important;
    padding: 10px 30px !important;
    border-radius: 10px !important;
}
.cmt-img-cnt {
    padding-left: 0px !important;

}
p.username {
    font-size: 14px !important;
    margin-bottom: -1%;
    display: flex !important;
}
.scroll-bar-cnt1 {
    background-color: #fff;
   /* border: 1px solid #d2d2d2;*/
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 7px;
    margin-right: 20px;
}
.panel-profile-first-bar1 {
    /*padding: 5px 25px 25px;*/
    border-radius: 5px;
}
form#sedhrvfrm {
    width: 97% !important;
}
.disableclick{
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}
.review-block-sub-main .rating-text {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    flex-direction: column;
   /* margin-top: -20px;*/
}
.cmt-img-cnt {
    background-color: #f6f6f6;
    border-radius: 65px;
}
.kjdkkjsk {
    display: flex;
    margin-bottom: 10px !important;
    /*margin-top: -20px !important;*/
}
.review-box-main {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 3%;
    margin-bottom: 3% !important;
}
.profile-ft-icon2 {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 2px solid #dedede;
}
.commentboxs{
    margin-bottom: 4px !important;
    border-right: 0;
    margin-right: 0px;
    height: 55px;
    border-radius: 50px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    padding: 20px;
    width: 32%;
}
.scrollbars{
    width: 100%;
   /* overflow-y: scroll;*/
    overflow-x: hidden;
}
.modal-content {
    border-radius: 20px !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.fdjhfjks {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.fdjhfjks img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
ul.user-dropdown-menu.list-group li.user-dropdown-menu-item.list-group-item {
    padding: 12px 15px;
}
ul.user-dropdown-menu.list-group li.user-dropdown-menu-item.list-group-item a i {
    margin-left: 0px;
}
ul.user-dropdown-menu.list-group li.user-dropdown-menu-item.list-group-item .drplink {
    display: flex;
    align-items: center;
}
ul.user-dropdown-menu.list-group li.user-dropdown-menu-item.list-group-item label.drplink {
    margin-left: 1.9px !important;
}
ul.user-dropdown-menu.list-group li.user-dropdown-menu-item.list-group-item label.drplink .mr-4 {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px !important;
}
ul.user-dropdown-menu.list-group li.user-dropdown-menu-item.list-group-item label.drplink input[type=checkbox] {
    width: 16px;
    height: 16px;
}
.Feeder-main {
    height: fit-content !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: -ms-fit-content !important;
    height: -o-fit-content !important;
    max-height: 1000px;
    overflow-x: hidden !important;
    position: relative;
}
.Feeder-main::before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: unset;
    width: 5px;
    height: 100%;
    /*background-color: #fff;*/
}
.Feeder-main::-webkit-scrollbar-track{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #e3e3e3;
}
.Feeder-main::-webkit-scrollbar{
    width: 3px;
    background-color: #e3e3e3;
}
.Feeder-main::-webkit-scrollbar-thumb{
    background-color: #686868;
}
.Feeder-main .panel-profile {
    border: 2px solid #d2d2d2;
    padding: 15px 15px 7px 15px !important;
    border-radius: 10px;
    margin-bottom: 38px;
}
.Feeder-main .panel-profile-first-bar1 {
    border-radius: 0px;
}
.Feeder-main .panel-main-cnt p {
    padding-bottom: 6px;
    border-bottom: 2px solid #dddee0;
    margin-bottom: 10px;
}
.Feeder-main .panel-main-sub-cnt p {
    padding-bottom: 14px;
}
.Feeder-main .panel-main-sub-cnt p:nth-last-child(2) {
    padding-bottom: 0px;
}
.Feeder-main .panel-profile-first-bar1 {
    border-radius: 10px;
}
.Feeder-main .panel-profile-first-bar1 .panel-profile-first-bar-cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0px !important;
    padding-bottom: 16px !important;
}
.Feeder-main .panel-profile-first-bar-cnt .panel-profile-first-bar-cnt-before {
    display: flex;
    align-items: flex-start;
    padding: 0px !important;
}
.Feeder-main .panel-profile-first-bar-cnt-before img {
    max-width: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    width: 68px;
    height: 68px;
}
.Feeder-main .panel-profile-first-bar-cnt-before p {
    margin-left: 12px !important;
    line-height: normal;
}
.Feeder-main .panel-profile-first-bar-cnt-before p span {
    line-height: normal;
}
.Feeder-main .panel-profile-first-bar-cnt .profile-menu {
    line-height: unset !important;
    width: fit-content;
    display: flex;
}
.Feeder-main .profile-menu .dropdown, 
.Feeder-main .profile-menu .dropup {
    width: 100%;
    display: flex;
    position: relative;
}
.Feeder-main .panel-profile-first-bar-cnt .profile-menu a {
    padding: 4px !important;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.4s ease-in-out;
}
.Feeder-main .panel-profile-first-bar-cnt .profile-menu a:hover {
    background-color: #ffaa32;
}
.emoji-menu .emoji-items-wrap {
    width: 248px !important;
}
.Feeder-main .panel-profile-first-bar-cnt .profile-menu ul.dropdown-menu {
    position: absolute;
    height: fit-content !important;
    padding: 0px !important;
}
.Feeder-main .panel-profile-first-bar-cnt .profile-menu ul.dropdown-menu li {
    margin-left: 0px !important;
    margin-top: 0px !important;
    width: 100%;
}
.Feeder-main .panel-profile-first-bar-cnt .profile-menu ul.dropdown-menu li a {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 0px;
    margin-left: 0px !important;
    transition: all 0.4s ease-in-out;
}
.Feeder-main .panel-profile-first-bar-cnt .profile-menu ul.dropdown-menu li a:hover {
    background-color: #379ae0;
    color: #fff;
}
.Feeder-main .panel-profile-first-bar1 .force-overflow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.Feeder-main .panel-profile-first-bar1 .force-overflow form {
    width: 100%;
}
.Feeder-main .force-overflow .scroll-bar-cnt1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-radius: unset !important;
    margin: 0px !important;
    padding: 0px 0px 0px 6px !important;
}
.Feeder-main .force-overflow .scroll-bar-cnt1 p {
    width: 100%;
    font-size: 15px;
    line-height: normal;
    color: #000000;
    padding-bottom: 10px;
}
.Feeder-main .force-overflow .scroll-bar-cnt1 .scroll-bar-cnt-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.Feeder-main .scroll-bar-cnt1 .scroll-bar-cnt-main p {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    padding-bottom: 12px;
}
.Feeder-main .panel-profile-first-bar1 .force-overflow form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.Feeder-main form #lineBlock {
    width: 100%;
}
.Feeder-main form .profile-ft-icon {
    width: 100%;
    display: flex;
   /* flex-wrap: wrap;*/
    align-items: center;
    border-top: 2px solid #dedede;
    padding: 2px 0px 2px 4px !important;
    margin-top: 6px;
}
.heart_icon {
    width: 30px;
    height: 30px;
    line-height: normal;
    background-size: 3000px;
    background-position: -36px -37px;
    margin-right: 12px !important;
}
.Feeder-main form .profile-ft-icon p {
    margin-top: 0px !important;
    width: fit-content !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: -ms-fit-content !important;
    width: -o-fit-content !important;
    padding-bottom: 0px !important;
}
.Feeder-main form .profile-ft-icon p span {
    font-size: 15px;
    line-height: normal;
    color: #5e605e;
}
.Feeder-main form .profile-ft-icon p .num_vote {
    margin-left: 0px !important;
}
.Feeder-main form .form-div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.Feeder-main form .form-div img {
    max-width: 100%;
    width:  36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    border: 2px solid #d0d8d6;
    padding: 0px !important;
}
.Feeder-main form #lineBlock .form-div form {
    width: calc(100% - 59px);
}
.Feeder-main form .form-div form {
    width: calc(100% - 59px);
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
}
.Feeder-main form .form-div form .input-group input[type="text"] {
    width: calc(100% - 60px);
    border-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0px;
    background-color: #f6f6f6;
    margin: 0px;
    color: #666;
    font-size: 16px;
}
.Feeder-main form .form-div form .input-group input[type="text"]:hover {
    -webkit-box-shadow: unset !important;
    transition: unset !important;
}
.Feeder-main form .form-div form .input-group .input-group-append, 
.Feeder-main form .form-div form .input-group .input-group-prepend {}
.Feeder-main form .form-div form .input-group .input-group-append .input-group-text, .Feeder-main form .form-div form .input-group .input-group-prepend .input-group-text {
    padding: 5px 35px 5px 0px !important;
    border: 0px !important;
    background-color: #f6f6f6 !important;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.Feeder-main form .form-div form .input-group .input-group-append .input-group-text img, .Feeder-main form .form-div form .input-group .input-group-prepend .input-group-text img {
    position: absolute;
    border: 0px;
    width: 36px !important;
    height: 36px !important;
    bottom: 27px;
    margin-bottom: -24px;
    margin-left: -7px;
}
.Feeder-main form .form-div form .input-group button.btn {
    display: none;
}
.Feeder-main .panel-profile-first-bar1 form .display_comment_media {
    overflow: hidden;
    z-index: unset !important;
    margin-top: 18px;
}
.Feeder-main .panel-profile-first-bar1 form .display_comment_media .cmt-img {
    display: flex !important;
    justify-content: flex-start;
    align-items: flex-start;
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 16px !important;
}
.Feeder-main .panel-profile-first-bar1 form .display_comment_media br {
    display: none;
}
.Feeder-main form .display_comment_media .cmt-img .comment-class1 {
    width: 54px !important;
    display: flex;
    padding-right: 10px;
    padding-top: 3px;
}
.Feeder-main form .display_comment_media .cmt-img .comment-class1 img {
    max-width: 100%;
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
}
.Feeder-main form .display_comment_media .comment-class2 {
    width: calc(100% - 64px) !important;
    border-radius: 25px !important;
    padding: 12px 20px !important;
}
.Feeder-mainform form .display_comment_media .comment-class2 .cmt-img-cnt,
.Feeder-mainform form .display_comment_media .comment-class2 div:first-child {
    width: 100%;
    border-radius: 0px;
    background-color: transparent;
}
.cmt-img-cnt p {
    width: auto !important;
}
.Feeder-mainform form .display_comment_media .comment-class2 p {
    font-family: 'Poppins-Medium';
    line-height: normal;
    margin-right: 22px;
}
.Feeder-mainform form .display_comment_media .comment-class2 h6 {
    padding-bottom: 0px !important;
    color: #666;
}
.Feeder-main form .display_comment_media .comment-class2 p {
    font-size: 17px;
    line-height: normal;
    font-family: 'Open Sans';
    font-weight: bold;
    color: #000;
}
.Feeder-main form .display_comment_media .comment-class2 h6 {
    font-size: 17px;
    line-height: normal;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #666;
    padding-bottom: 0px !important;
}
.Feeder-main form .display_comment_media .comment-class2 h5 {
    width: 100%;
    font-size: 14px;
    line-height: normal;
    color: #000;
    font-family: 'Open Sans';
}
@media screen and (min-width:1025px) and (max-width:1240px) {
    .meet-our-challenger {margin-top: 30px;}
}
@media screen and (min-width:992px) and (max-width:1199px) {
    .di-ch-social-dtls-head h2, .di-ch-social-dtls-head h6 {width: 100%;}
    .Feeder-main {margin-bottom: 60px !important;max-height: 520px;}
}
@media screen and (min-width:992px) and (max-width:1024px) {}
@media screen and (min-width:768px) and (max-width:991px) {
    form#sedhrvfrm {width: 100% !important;}
    .total-review .search-box select {width: 150px !important;margin-top: 0px !important;margin-left: 30px !important;}
    .feedback-first h1 {font-size: 80px;line-height: 85px;}
    .five-star ul {display: flex;flex-flow: row;align-items: center;}
    .five-star ul li {font-size: 17px;margin-right: 3px;}
    .five-star span {padding-top: 0px !important;margin-top: 0;}
    .feedback-main .row .col-md-3:first-child {padding: 0px 4px;}
    .feedback-main .row .col-md-6 {padding: 0px 10px;}
    .feedback-main .row .col-md-3:last-child {padding-left: 4px;}
    .review-block-sub-main .review-box-main .col-lg-1, .review-block-sub-main .review-box-main .col-lg-11 {width: fit-content;width: -webkit-fit-content;width: -moz-fit-content;width: -ms-fit-content;width: -o-fit-content;}
    .meet-our-challenger .about-challenger-main-after {margin-top: 20px;margin-bottom: 15px;}
    .di-ch-social-dtls-head h2, .di-ch-social-dtls-head h6 {width: 100%;}
    .Feeder-main {margin-bottom: 30px !important;max-height: 550px;}
    .Feeder-main .panel-profile .panel-profile-first-bar1 .card {margin-bottom: 44px !important;}
}
@media screen and (max-width: 767px) {
    .review-block-sub-main .review-box-main .col-lg-1, .review-block-sub-main .review-box-main .col-lg-11 {width: fit-content;width: -webkit-fit-content;width: -moz-fit-content;width: -ms-fit-content;width: -o-fit-content;}
    .meet-our-challenger .about-challenger-main-before h6 {font-size: 17px !important;}
    .about-challenger-main-after ul li img {padding-right: 12px;}
    .feedback-main .row {margin: 0px;}
    .five-star ul {display: flex;flex-flow: row;align-items: center;}
    .five-star ul li {margin-right: 4px;}
    .five-star span {padding-top: 0px !important;margin-top: 0;line-height: normal !important;}
    .Average-rating p {padding-bottom: 20px;}
    .di-ch-social-dtls-head h2, .di-ch-social-dtls-head h6 {width: 100%;}
    .daily-challenge-social-dtl .skillshare-copy .skillshare-copy-box input {padding-left: 10px;padding-right: 5px;}
    .top_bar .right_part #challenge_items {display: none;}
    .top_bar .right_part a {padding: 4px 6px 4px;font-size: 14px;}
    .top_bar .right_part .menu-icon-box {margin: 0px 3px;}
    .top_bar .right_part .menu-icon-box:last-child {margin-right: 0px !important;}
    .top_bar .right_part .menu-icon-box .icon a.dropbtn.drpnbtn {margin-left: 0px !important;margin-right: 0px !important;}
    ul.user-dropdown-menu.list-group li.user-dropdown-menu-item.list-group-item {padding: 10px 18px;}
    ul.user-dropdown-menu.list-group li.user-dropdown-menu-item.list-group-item label.drplink .mr-4 {    margin-right: 20px !important;}
    .Feeder-main {margin-bottom: 30px !important;max-height: 580px;padding: 0px !important;}
    .Feeder-main .panel-profile {padding: 10px 10px 15px 10px !important;margin: 20px 10px !important;}
    .Feeder-main .panel-main-cnt p {padding-bottom: 10px;margin-bottom: 14px;}
    .Feeder-main .panel-profile .panel-profile-first-bar1 .card {margin-bottom: 35px !important;}
}
@media screen and (max-width: 650px) {
    .discussion-select-form .discussion-cnt-main.discussion-cnt-tp {flex-direction: column;justify-content: flex-start;align-items: flex-start;}
    .discussion-select-form .discussion-cnt-main.discussion-cnt-tp p {margin-bottom: 5px;font-size: 22px;line-height: 28px;}
    .discussion-select-form .discussion-cnt-main.discussion-cnt-tp a {margin-top: 0px;}
    .discussion-inp-form .discussion-cnt-main.discussion-cnt-tp {flex-direction: column;justify-content: flex-start;align-items: flex-start;}
    .discussion-inp-form .discussion-cnt-main.discussion-cnt-tp p {margin-bottom: 5px;font-size: 22px;line-height: 28px;}
    .discussion-inp-form .discussion-cnt-main.discussion-cnt-tp a {margin-top: 0px;}
}
@media screen and (max-width: 575px) {
    .feedback-main .row .col-lg-6, .feedback-main .row .col-lg-3:last-child {width: 50%;}
    .feedback-main .row .col-lg-6 {padding-left: 0px;padding-right: 5px;}
    .feedback-main .row .col-lg-3:last-child {padding-right: 0px !important;padding-left: 5px !important;}
    .feedback-main .five-star span {margin-left: 4px !important;}
    .feedback-main .five-star ul li {margin-right: 2.5px !important;}
    .five-star {padding-bottom: 3.5px !important;}
    .discussion-cnt-main.discussion-cnt-tp a {height: 46px;line-height: 46px;font-size: 17px;}
    .discussion-select-form form .challenge-inp-main input {height: 44px !important;margin-bottom: 15px;}
    .discussion-select-form form .challenge-inp-main .search-icon-box {width: 44px;height: 44px;}
    .discussion-select-form form .challenge-inp-sec-box .ch-inp {height: 44px !important;margin-bottom: 15px;}
    .discussion-inp-form .discussion-cnt-main.discussion-cnt-tp a {height: 46px;line-height: 46px;font-size: 17px;}
    .discussion-inp-form form input {height: 44px !important;margin-bottom: 15px;}
    .discussion-inp-form form textarea {margin-bottom: 15px;}
    .discussion-inp-form .new-submit a {height: 46px;line-height: 46px;font-size: 17px;}
    .Feeder-main {margin-bottom: 30px !important;max-height: 700px;padding: 0px !important;}
    .Feeder-main::-webkit-scrollbar {width: 2px;}
    .Feeder-main::before {width: 4px;}
    .Feeder-main .panel-profile {padding: 10px 10px 15px 10px !important;margin: 20px 10px !important;}
    .Feeder-main .panel-main-cnt p {padding-bottom: 10px;margin-bottom: 14px;font-size: 18px;line-height: 20px;}
    .panel-main-sub-cnt p {font-size: 16px;line-height: normal;padding-bottom: 7px;}
    .Feeder-main .panel-profile .panel-profile-first-bar1 .card {margin-bottom: 25px !important;}
    .Feeder-main .panel-profile .panel-profile-first-bar1 .card .card-body {font-size: 16px;line-height: normal;}
    .Feeder-main .panel-profile-first-bar-cnt-before img {width: 50px;height: 50px;}
    .Feeder-main .panel-profile-first-bar-cnt-before p {margin-left: 12px !important;font-size: 16px;}
    .Feeder-main .panel-profile-first-bar-cnt-before p span {font-size: 16px;}
    .Feeder-main .panel-profile-first-bar-cnt .profile-menu a {width: 30px;height: 26px;}
    .Feeder-main .panel-profile-first-bar-cnt .profile-menu a img {width: 20px;}
    .Feeder-main .scroll-bar-cnt1 .scroll-bar-cnt-main p {font-size: 16px;line-height: 22px;padding-bottom: 10px;}
    .Feeder-main .force-overflow .scroll-bar-cnt1 p {font-size: 15px;padding-bottom: 9px;}
    .heart_icon {width: 35px;height: 20px;background-size: 2000px;background-position: -24px -24px;margin-right: -3px !important;}
    .Feeder-main form .profile-ft-icon p {padding-right: 20px !important;}
    .Feeder-main form .profile-ft-icon p span {font-size: 14px;}
    .Feeder-main form .form-div img {width: 40px !important;height: 40px !important;}
    .Feeder-main form #lineBlock .form-div form {width: calc(100% - 40px);}
    .Feeder-main form .form-div form {width: calc(100% - 40px);padding-left: 10px;}
    .Feeder-main form .form-div form .input-group input[type="text"] {width: calc(100% - 36px);padding: 6px 12px;font-size: 15px;height: 40px !important;}
    .Feeder-main form .form-div form .input-group .input-group-append .input-group-text, .Feeder-main .force-overflow form .form-div form .input-group .input-group-prepend .input-group-text {    padding: 1px 10px 1px 0px !important;}
    .Feeder-main form .form-div form .input-group .input-group-append .input-group-text img, .Feeder-main .force-overflow form .form-div form .input-group .input-group-prepend .input-group-text img {width: 26px !important;height: 26px;}
    .Feeder-main form .display_comment_media .cmt-img .comment-class1 {width: 45px !important;}
    .Feeder-main form .display_comment_media .cmt-img .comment-class1 img {width: 35px;height: 35px;}
    .Feeder-main form .display_comment_media .comment-class2 {width: calc(100% - 45px) !important;padding: 8px 14px !important;}
    .Feeder-main form .display_comment_media .comment-class2 .cmt-img-cnt {flex-wrap: wrap;}
    .Feeder-main form .display_comment_media .comment-class2 p,
    .Feeder-main form .display_comment_media .comment-class2 h6 {width: 100%;}
    .Feeder-main form .display_comment_media .comment-class2 p {margin-right: 0px !important;margin-bottom: 2px;}
    .cmt-img-cnt p {font-size: 16px;line-height: normal;}
    .Feeder-main form .display_comment_media .comment-class2 h6 {font-size: 15px !important;padding-bottom: 5px !important;}
    .Feeder-main form .display_comment_media .comment-class2 h5 {font-size: 18px;line-height: normal;}
    .Feeder-main .panel-profile-first-bar-cnt .profile-menu ul.dropdown-menu {min-width: 140px;}
    .Feeder-main .panel-profile-first-bar-cnt .profile-menu ul.dropdown-menu li a {font-size: 15px;}
    .accordion-sec {margin: 20px 0px 30px;}
    .inner-page-challenge-table.accordion-sec .panal {margin: 0px 10px;}
    .accordion-sec .panal p {line-height: normal;padding: 10px;}
    .accordion-sec .panal p span img {width: 28px;height: 28px;}
    h6.mobiletime1{font-size: 12px !important;float: right !important; margin-top: 0% !important;
    width: 31% !important;}    
}
@media screen and (max-width: 481px) {
    .discussion-cnt h6, .about-challenger h6 {padding-bottom: 13px !important;}
    .meet-our-challenger .about-challenger-main-after {margin-top: 20px;margin-bottom: 15px;}
    .about-challenger-user-pic {width: 85px;height: 85px;}
    .about-challenger-user-pic img {height: 100%;}
    .about-challenger-main-after ul li {font-size: 15px;}
    .about-challenger-main {padding-bottom: 25px;margin-bottom: 20px;}
    .feedback-first h1 {font-size: 64px !important;line-height: 64px !important;}
    .Average-rating p {font-size: 15px;}
    .rating-line {margin-top: 0px;}
    .feedback-main .rating-line .rating-color {margin-bottom: 10px !important;height: 15px;}
    .feedback-main .row .pr-0 {padding: 0px 15px !important;}
    .feedback-main .five-star-after {margin-left: 0px !important;}
    .review-block-sub-main .rating-text .discussion-cnt h6 {font-size: 18px !important;}
    .di-ch-social-dtls-head h2, .di-ch-social-dtls-head h6 {font-size: 17px !important;}
    .two-btn .share-btn label {margin-top: 10px;}
    .total-review .total-review-title h6, .meet-our-challenger .about-challenger-main-before h6 {padding-bottom: 0px !important;}
    .review-block-sub-main .review-box-main .rating-text h6 {padding-bottom: 0px !important;margin-bottom: 3px !important;font-size: 19px !important;}
    .panel-tab ul.nav-tabs li.nav-item .nav-link {padding: 10px 0px;}
    .challenger-sub-page-tab .panel-tab ul.nav-tabs .dropdown-arrow {top: 16px;}
}
@media screen and (max-width: 460px) {
    .menu-icon-box .dropdown.tdotsdrop1 {left: unset !important;right: -10px !important;}
    .menu-icon-box .dropdown.tdotsdrop1::before,
    .menu-icon-box .dropdown.tdotsdrop1:after {left: unset !important;right: 10px;}
    .top_bar .right_part.without-rating .menu-icon-box .dropdown-menu {margin-left: 0px !important;}
    .without-rating .menu-icon-box .dropdown.tdotsdrop1 {left: unset !important;right: -110px !important;}
    .without-rating .menu-icon-box .dropdown.tdotsdrop1::before, .without-rating .menu-icon-box .dropdown.tdotsdrop1::after {right: 0px;left: 0px !important;margin-left: auto;margin-right: auto;}
    .discussion-select-form .discussion-cnt-main.discussion-cnt-tp p {font-size: 19px;line-height: 25px;}
    .discussion-inp-form .discussion-cnt-main.discussion-cnt-tp p {font-size: 19px;line-height: 25px;}
    .discussion-inp-form .discussion-cnt-main.discussion-cnt-tp a {height: 44px;line-height: 44px;font-size: 16px;}
    .discussion-cnt-main.discussion-cnt-tp a {height: 44px;line-height: 44px;font-size: 16px;}
    .discussion-inp-form .new-submit a {height: 44px;line-height: 44px;font-size: 16px;}
}
@media screen and (max-width: 380px) {
    .top_bar .right_part .menu-icon-box .dropdown-menu.show {margin-left: -94% !important;}
    .top_bar .right_part.without-rating .menu-icon-box .dropdown-menu {margin-left: 0px !important;}
}
@media screen and (max-width: 360px) {
    .counter-section h4 {font-size: 9px;}
    #statistics.counter-section .cell {padding: 10px 2px !important;}
}
/*inner-challenge-page-7-6-2021*/

/*8-6-2021*/
ul.pagination .page-item a:hover, 
ul.pagination .page-item .page-link:hover {
    color: #009ae0;
}
 
.input-alignment .custom-radio:checked+label:before, 
.input-alignment .custom-radio:not(:checked)+label:before {
    top: 2px;
}
.input-alignment .custom-radio:checked+label:after, 
.input-alignment .custom-radio:not(:checked)+label:after {
    top: 5px;
}
.review-block.new-cls-subdtil ul {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.review-block.new-cls-subdtil ul li {
    margin-right: 6px;
}
/*8-6-2021*/ 


@media (max-width: 767px)
{
    .emptystar {
    font-size: 39px !important;
}
.fontstar{
font-size: 39px !important;
 }

}


.emptystar{
font-size: 39px !important;
}
 
 .fontstar{
font-size: 39px !important;
 }
 
/*9-6-2021*/
.five-star ul li i.fa:hover {
    color: unset;
}
.five-star ul li span:first-child, .five-star ul li span {
    margin-left: 10px;
}
/*.feedback-main.fbr-main .review-block-star ul .back-stars {
    justify-content: center;
}*/
a.res-two-line {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/*.new-counter-sec p.txt-img-alignment {
    width: 100%;
    display: unset;
    float: left;
    text-align: center;
}*/
.new-counter-sec p.txt-img-alignment {
    width: 100%;
    text-align: center;
}
.new-counter-sec p.txt-img-alignment img {
    padding-left: 5px;
}
/*9-6-2021*/

/*10-6-2021*/
.blog-cnt-main-after .read-more-btn a:hover {
    box-shadow: 1px 7px 11px rgba(0,154,224,0.3);
}
@media screen and (min-width:1199px) and (max-width:1240px) {
    .new-counter-sec p.txt-img-alignment img {width: 12px;height: 12px;margin-top: -3px;}
}
@media screen and (max-width: 767px) {
    a.res-two-line p.txt-img-alignment {display: unset;float: left;}
    .new-counter-sec p.txt-img-alignment .text-alignment {float: unset !important;}
    .new-counter-sec p.txt-img-alignment img {padding-left: 1px;}
}
@media screen and (min-width:638px) and (max-width:767px) {
    a.res-two-line {width: 100%;display: flex;justify-content: center;text-align: center;}
    a.res-two-line p.txt-img-alignment {width: 40%;margin: 0px auto;}
}
@media screen and (min-width:541px) and (max-width:637px) {
    a.res-two-line {width: 100%;display: flex;justify-content: center;text-align: center;}
    a.res-two-line p.txt-img-alignment {width: 50%;margin: 0px auto;}
}
@media screen and (min-width:371px) and (max-width:540px) {
    a.res-two-line {width: 100%;display: flex;justify-content: center;text-align: center;}
    a.res-two-line p.txt-img-alignment {width: 60%;margin: 0px auto;}
}
@media screen and (max-width: 481px) {
    .new-counter-sec p.txt-img-alignment {padding-bottom: 5px;}
}
@media screen and (max-width: 370px) {
    a.res-two-line {width: 100%;display: flex;justify-content: center;text-align: center;}
    a.res-two-line p.txt-img-alignment {width: 89%;margin: 0px auto;}
}
.bg-lightsky {
    background-color: #f6f6f6;
}
.about-us-banner .home-banner-wrap {
    width: 60%;
}
.about-lft-rit-list {
    width: 100%;
    display: flex;
    flex-flow: column;
    padding: 0px;
    margin: 0px;
}
.about-lft-rit-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0px;
}
.about-lft-rit-item .row {
    align-items: center;
}
.title-main {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
}
.title-main h1 {
    width: 100%;
    font-size: 44px;
    line-height: 44px;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 400;
    margin-bottom: 10px;
    color: #002333;
    text-transform: capitalize;
}
.about-txt-sec {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: rgba(255,255,255,0.5);
    padding: 30px;
    position: relative;
    z-index: 9;
}
.about-txt-sec h4 {
    font-size: 30px;
    line-height: 32px;
    font-family: 'Open Sans';
    font-weight: bolder;
    margin-bottom: 6px;
    color: #002333;
}
.about-txt-sec h2 {
    font-size: 36px;
    line-height: normal;
    font-weight: 500;
    font-family: 'Open Sans';
    margin-bottom: 8px;
    color: #002333;
}
.about-txt-sec p {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Open Sans';
    font-weight: normal;
    color: #002333;
}
.about-txt-sec p:last-child {
    margin-bottom: 0px;
}
.about-img-sec {
    width: 100%;
    display: flex;
}
.about-img-sec img {
    max-width: 100%;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    object-position: 0% 13%;
}
.about-lft-rit-item .margin-minus {
    margin-right: -100px;
}
/*10-6-2021*/

.pagidot {
    padding: 0;
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
}


 .cmc-main{
    margin-bottom:20px; 
}
.cmc-head{
    padding: 10px 20px;
    background: #3722d3;
}
.cmc-head h3{
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins-Regular';
    text-transform: capitalize;
}
.cmc-wraper{
    border-bottom: 2px solid #dadbdd;
    border-left: 2px solid #dadbdd;
    border-right: 2px solid #dadbdd;
    padding: 20px;
}
.cmc-cont{
    
}
.cmc-cont p{
    font-size: 14px;
    line-height: 18px;
    font-family: 'Poppins-Regular';
    color: #002333;
}
.cmc-foot{
    padding-top: 20px;
}
.cmc-foot button{
    background: #d9534f;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins-Regular';
    border:none;
    outline: none;
    height: 45px;
    line-height: 45px;
    padding: 0px 15px;
    width: 100%;
    text-transform: capitalize;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cmc-foot button i{
    margin-right: 5px;
}
.cmc-foot button:hover{
    background: #000;
}
@media (max-width: 767px){
    .cmc-head{
        padding: 10px 15px;
        background: #3722d3;
    }
    .cmc-wraper{
        padding: 15px;
    }
    .cmc-foot{
        padding-top: 15px;
    }
}

 
.filter-menu .filter-menu-block  .allcategories {
    font-family: Open Sans, Helvetica, Arial, sans-serif!important;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 5px 0;
    cursor: pointer;
}


@media only screen and (max-width:768px) {
    .Feeder-main form .display_comment_media .comment-class2 .cmt-img-cnt {
        flex-wrap: unset !important;
    }
    .cmt-img-cnt {
        background-color: #F6F6F6;
        border-radius: 65px;
        display: flex !important;
    }
    p.username {
        width: 100% !important;
    }
    h6.hours {
        margin-top: 1px !important;
        width: 10% !important;
    }
}


.PasswordError{
    color:red;
}
.profile_pass_addons .input-group-addon{
   position: absolute;
    right: 0;
    top: 8px;
    z-index: 3;
}
.error_full{
    display: block;
    width: 100%;

}

.profile_pass_addons  a{ 
padding:7px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.final_certificate{
    width: 125px;
}

.purchase_certificate{
    width: 150px;
}

.sign-in-box .btn-sign-up:hover,Â .sign-in-box .btn-sign-up:focusÂ {
    background-color: #fff;
    border-color: #009ae0;
    color: #009ae0;
    transition: all 0.4s ease-in-out;
}
.sign-in-box .btn-sign-in:hover,Â .sign-in-box .btn-sign-in:focusÂ {
    background-color: #686f7a;
    color: #fff;
    transition: all 0.4s ease-in-out;
}


.report_feedabuselink a:hover{
 color:#ffaa32;
}
.newreport {
    transition: all 0.4s ease-in-out;
}
.newreport:hover {
    color: #f7aa31;
}
