@charset "UTF-8";
.edubin-course-filter-buttons {
display: inline-block;
font-size: 14px;
font-weight: 500;
border: 1px solid #d2d5d6;
padding: 0 20px;
border-radius: 100px;
background: #f9f9f9;
color: var(--edubin-content-color);
line-height: 30px;
}
.edubin-course-filter-buttons:hover {
border: 1px solid var(--edubin-primary-color);
}
.edubin-course-filter-buttons:hover a {
color: var(--edubin-primary-color);
}
.edubin-course-filter-buttons:hover path {
fill: var(--edubin-primary-color);
}
.edubin-course-filter-buttons svg {
width: 20px;
position: relative;
top: 4px;
} .widget-area.course-filter .widget-area-wrapper {
background-color: #f9f9f9;
border-radius: 5px;
padding: 38px 30px 38px 30px;
}
.widget-area.course-filter h5.widget-title {
margin-bottom: 20px;
position: relative;
cursor: pointer;
}
.widget-area.course-filter h5.widget-title:after {
content: "\f141";
font-family: 'flaticon_edubin';
font-size: 10px;
position: absolute;
top: 4px;
right: 0;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
}
.widget-area.course-filter .collapsed h5.widget-title:after {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.widget-area.course-filter .filter-widget+.filter-widget {
border-top: 1px solid var(--edubin-color-border);
padding-top: 25px;
margin-top: 25px;
}
.filter-widget.widget label {
display: block;
margin-bottom: 15px;
}
.filter-widget.widget label:last-child {
margin-bottom: 0;
}
.filter-widget input[type="checkbox"] {
position: relative;
width: 17px;
height: 17px;
margin: 4px 15px 0 0;
border: 1px solid #d2d5d6;
border-radius: 2px;
background-color: var(--edubin-color-white);
vertical-align: top;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.filter-widget input[type="checkbox"]:checked:before {
position: absolute;
content: '\f147';
font-family: 'flaticon_edubin';
font-size: 11px;
height: 17px;
width: 17px;
border-radius: 2px;
line-height: 17px;
padding-left: 3px;
left: -1px;
top: -1px;
color: var(--edubin-color-white);
background: var(--edubin-primary-color);
}
.filter-widget label {
position: relative;
font-size: 15px;
line-height: 26px;
color: var(--edubin-heading-color);
cursor: pointer;
margin-bottom: 0;
}
.filter-widget label .filter-count {
margin-left: 4px;
}
.filter-widget .edubin-radio-filter {
display: flex;
margin-bottom: 15px;
}
.filter-widget.widget-lp_price .edubin-radio-filter:last-child {
margin-bottom: 0px;
}
.filter-widget input[type="radio"] {
-webkit-appearance: none;
appearance: none;
background-color: var(--edubin-color-white);
width: 17px;
height: 17px;
margin: 5px 15px 0 0;
border: 1px solid #d2d5d6;
border-radius: 50%;
transform: translateY(-0.075em);
display: grid;
place-content: center;
}
.filter-widget input[type="radio"]::before {
content: "";
width: 11px;
height: 11px;
border-radius: 50%;
transform: scale(0);
background-color: var(--edubin-primary-color);
}
.filter-widget input[type="radio"]:checked::before {
transform: scale(1);
}
.edubin-course-filter-buttons {
margin-top: 30px;
}
.edubin-course-filter-buttons .edu-btn {
width: 100%;
}
.edubin-course-filter-buttons .edubin-filter-reset, .edubin-course-filter-buttons .edubin-filter-clear {
margin-top: 15px;
}
.filter-left-align .filter-course-column .filtered-courses {
padding-left: 15px;
}
.filter-right-align .filter-sidebar-column {
order: 2;
}
.filter-right-align .filter-course-column .filtered-courses {
padding-left: 0px;
padding-right: 20px;
}
@media screen and (max-width: 1199px) {
.filter-left-align .filter-course-column .filtered-courses, .filter-right-align .filter-course-column .filtered-courses {
padding-left: 0px;
padding-right: 0px;
}
} .edu-top-sorting-area {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 30px;
}
.edu-top-sorting-area .course-found {
margin-bottom: 0;
}
.edu-top-sorting-area .course-found span.count {
color: var(--edubin-primary-color);
}
.edu-top-sorting-area .edu-top-sorting-right {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher label {
font-family: var(--edubin-font-secondary);
font-size: 16px;
font-weight: 600;
color: var(--edubin-heading-color);
margin-top: 4px;
cursor: pointer;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: -5px;
padding-left: 10px;
list-style: none;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li {
margin: 5px;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li a {
display: inline-block;
border: 1px solid var(--edubin-color-border);
border-radius: 3px;
padding: 8px;
color: #d1d1d1;
font-size: 16px;
line-height: 1;
cursor: pointer;
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li a:hover, .edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li a.active {
border-color: var(--edubin-primary-color);
color: var(--edubin-primary-color);
}
.edu-top-sorting-area .edu-course-sorting {
position: relative;
margin-left: 30px;
}
.edu-top-sorting-area .edu-course-sorting .icon {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 22px;
font-size: 14px;
color: var(--edubin-heading-color);
}
.edu-top-sorting-area .edu-course-sorting .course-orderby {
min-width: 225px;
-webkit-transition: 0.3s;
transition: 0.3s;
height: 50px;
padding: 10px 20px;
padding-left: 44px;
outline: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
border: 0 none;
border-radius: 3px;
color: var(--edubin-heading-color);
font-family: var(--edubin-font-secondary);
font-size: 15px;
font-weight: 600;
background: url(//www.mabed.org.in/wp-content/themes/edubin/assets/images/icons/arrow-down.png) 88% center no-repeat transparent;
background-color: #f9f9f9;
cursor: pointer;
}
.tpc-filter-type-text, .display-layout-grid, .display-layout-list {
display: none;
}
.tpc-filter-type-text.active, .display-layout-grid.active, .display-layout-list.active {
display: flex;
}
.tpc-sidebar-toggle-activated .tpc-course-filter-toggle {
display: none;
font-size: 16px;
font-weight: 600;
font-family: var(--edubin-font-secondary);
color: var(--edubin-heading-color);
cursor: pointer;
}
.tpc-sidebar-toggle-activated .tpc-course-filter-toggle i {
font-size: 20px;
margin-right: 5px;
position: relative;
top: 3px;
}
.edubin-filter-close-trigger {
display: none;
}
@media only screen and (max-width: 991px) {
.edu-top-sorting-area {
display: block;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher {
margin-top: 20px;
}
.edu-top-sorting-area .edu-course-sorting {
margin-top: 20px;
}
.filter-right-align .filter-sidebar-column {
order: 1;
}
.filter-right-align .edubin-col-lg-9.filter-course-column {
order: 2;
}
.tpc-sidebar-toggle-activated aside#secondary.widget-area {
margin-top: 0;
margin-bottom: 20px !important;
}
.tpc-sidebar-toggle-activated .tpc-course-filter-toggle {
display: block;
}
.tpc-sidebar-toggle-activated .course-filter-form-wrapper {
position: fixed;
overflow-y: auto;
top: 0;
width: 350px;
padding: 0px;
height: 100%;
display: block;
z-index: 0;
box-shadow: 0px 10px 30px rgb(0 0 0 / 6%);
background: var(--edubin-color-white);
opacity: 0;
left: -150px;
transition: all .5s ease-out;
pointer-events: none;
}
.tpc-sidebar-toggle-activated .course-filter-form-wrapper form {
padding: 0 20px;
}
.tpc-sidebar-toggle-activated .course-filter-form-wrapper.tpc-filter-sidebar-active {
opacity: 1;
left: 0;
overflow-y: auto;
z-index: 1020;
pointer-events: all;
}
body.admin-bar .tpc-sidebar-toggle-activated .course-filter-form-wrapper.tpc-filter-sidebar-active {
padding: 32px 0px 0px;
}
.tpc-sidebar-toggle-activated .edubin-filter-close-trigger {
display: flex;
justify-content: flex-end;
padding: 10px 10px 0 0;
margin-bottom: 20px;
}
.tpc-sidebar-toggle-activated .edubin-filter-close-trigger a {
position: relative;
z-index: 2;
top: -2px;
left: 0;
background: var(--edubin-color-white);
border: 0 none;
color: var(--edubin-heading-color);
width: 40px;
height: 40px;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
}
@media only screen and (max-width: 782px) {
body.admin-bar .tpc-sidebar-toggle-activated .course-filter-form-wrapper.tpc-filter-sidebar-active {
padding: 46px 0px 0px;
}
}
@media only screen and (max-width: 479px) {
.edu-top-sorting-area .edu-top-sorting-right {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: initial;
align-items: center;
justify-content: space-between;
}
.edu-top-sorting-area .edu-course-sorting {
margin-left: 0px;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher {
margin-right: 0;
}
}
@media only screen and (max-width: 380px) {
.tpc-sidebar-toggle-activated .course-filter-form-wrapper {
width: 100%;
}
} .edubin-course-single-header-meta-01 {
display: flex;
align-items: center;
margin-bottom: 0;
font-size: 15px;
font-weight: 600;
}
.edubin-rating-wrap {
display: flex;
justify-content: center;
align-items: center;
}
.edubin-ratings-total {
margin-left: 8px;
}
.edubin-course-single-header-meta-01>div+div {
margin-left: 25px;
padding-left: 25px;
position: relative;
}
.edubin-course-single-header-meta-01>div+div:before {
background: #64768e;
height: 25px;
width: 1px;
position: absolute;
left: 0;
top: 0;
content: "";
}
@media (max-width:991.98px) {
.edubin-course-single-header-meta-01 {
display: inline-block;
}
.edubin-course-single-header-meta-01>div+div {
margin-top: 10px;
margin-left: 0;
padding-left: 0;
}
.edubin-course-single-header-meta-01>div+div:before {
display: none;
}
}
.edubin-course-single-header-meta-02 {
position: relative;
padding-top: 30px;
}
.edubin-course-single-header-meta-02:before {
width: 95%;
height: 1px;
content: "";
background: #3d4c66;
left: 0;
top: 0;
position: absolute;
}
body.single .edubin-course-top-info .edubin-breadcrumb-wrapper {
margin-top: 0;
margin-bottom: 20px;
}
.edubin-course-top-info .edubin-breadcrumb-wrapper ul li, .edubin-course-top-info .edubin-breadcrumb-wrapper ul li a {
font-size: 15px;
}
.edubin-breadcrumb-style-1.course-header-style--2 .edubin-breadcrumb-wrapper ul li span.active {
color: #fff;
}
.edubin-breadcrumb-style-1.course-header-style--2 .edubin-course-single-header-meta-01 {
color: #fff;
}
.edubin-course-top-info .edubin-breadcrumb-wrapper ul li a:hover {
color: var(--edubin-primary-color);
}
.edubin-course-top-info .post-author img {
width: 32px;
height: 32px;
vertical-align: middle;
border-radius: 50%;
display: inline-block;
border: 2px solid #fff;
}
.edubin-course-top-info .meta-icon {
font-size: 14px;
margin-right: 6px;
color: var(--edubin-primary-color);
}
.edubin-course-top-info .course-title {
font-size: 40px;
} .edubin-course-top-info.dark {
background: #13181C;
}
.edubin-course-top-info.dark .course-title {
color: #fff;
}
.edubin-course-top-info.dark .course-short-text p {
color: #fff;
font-size: 18px;
line-height: 30px;
}
.edubin-course-top-info.dark .edubin-course-single-header-meta-01 {
color: #fff;
} #secondary.widget-area .widget.course__widget {
border-radius: 5px;
background: #fff;
overflow: hidden;
border: 1px solid #ededed;
padding: 30px;
margin-top: 30px;
}
.course-sidebar-preview {
border-radius: 5px;
background: #fff;
border: 1px solid #ededed;
box-shadow: 0 0 30px rgb(0 0 0 / 5%);
}
.widget-area .widget.edubin-course-widget {
border-radius: 5px;
background: #fff;
overflow: hidden;
border: 1px solid #ededed;
padding: 30px;
margin-top: 30px;
}
.intro-video-sidebar {
margin-bottom: 35px;
}
.edubin-course .intro-video-sidebar {
margin-bottom: 0;
}
.intro-video-sidebar.full__preview {
margin-bottom: 35px;
margin-left: -30px;
margin-top: -30px;
margin-right: -30px;
}
.widget.edubin-ld-widget>.intro-video-sidebar {
margin-bottom: 0;
}
.intro-video-sidebar .intro-video {
background-size: cover;
background-repeat: no-repeat;
text-align: center;
border-radius: 3px;
width: 100%;
height: 150px;
display: flex;
justify-content: center;
align-items: center;
}
.intro-video-sidebar.intro-video-content .intro-video {
padding: 190px 0;
}
.intro-video-sidebar.is__sidebar .intro-video {
padding: 0;
}
@media (max-width:991.98px) {
.intro-video-sidebar .intro-video {
padding: 160px 0;
}
.intro-video-sidebar.intro-video-content .intro-video {
padding: 180px 0;
}
}
@media (max-width:768.98px) {
.intro-video-sidebar .intro-video {
padding: 120px 0;
}
.intro-video-sidebar.intro-video-content .intro-video {
padding: 150px 0;
}
}
@media (max-width:575.98px) {
.intro-video-sidebar .intro-video {
padding: 60px 0;
}
.intro-video-sidebar.intro-video-content .intro-video {
padding: 60px 0;
}
}
.intro-video-sidebar .intro-video .edubin-popup-videos {
background: #fff;
width: 52px;
display: inline-block;
height: 52px;
line-height: 60px;
border-radius: 50%;
font-size: 18px;
box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
}
.edubin-course.layout__5 .intro-video-sidebar .intro-video .edubin-popup-videos {
top: -24px;
position: relative;
}
.intro-video-sidebar .intro-video .edubin-popup-videos span {
top: 1px;
left: 2px;
position: relative
}
.intro-video-sidebar .intro-video .edubin-popup-videos:hover {
opacity: .9
} .pxcv-rr-item-widget {
margin-left: 0;
padding: 0;
list-style: none;
}
.widget ul.pxcv-rr-item-widget li {
border-bottom: 1px solid #e5e5e5;
padding-bottom: 30px;
display: flex;
}
.widget ul.pxcv-rr-item-widget li:last-child {
border-bottom: none;
}
.pxcv-rr-item-widget li {
padding: 0;
line-height: inherit;
}
.widget.edubin-lp-widget.widget_pxcv_posts ul li {
border-top: none;
padding: 25px 0;
}
.pxcv-rr-item-widget li img {
min-width: 92px;
width: 92px;
}
.pxcv-rr-item-widget .pxcv-rr-item-image_wrapper {
margin: 1px 19px 0 0;
border-radius: 100px;
overflow: hidden;
}
.pxcv-rr-item-widget .pxcv-rr-item-image_wrapper img {
overflow: hidden;
border-radius: 100px;
transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}
.pxcv-rr-item-widget .pxcv-rr-item-image_wrapper:hover img {
transition: all 1.5s cubic-bezier(0, 0, .2, 1);
transform: scale3d(1.1, 1.1, 1.1);
border-radius: 100px;
overflow: hidden;
}
.pxcv-rr-item-widget .meta-data {
margin-top: 6px;
font-size: 14px;
line-height: 1.5;
font-weight: 400;
margin-bottom: -3px;
}
.pxcv-rr-item-widget .meta-data span {
font-weight: 400;
line-height: 24px;
font-size: 15px;
}
.pxcv-rr-item-widget .pxcv-rr-item-content_wrapper {
width: calc(100% - 20px);
align-self: center;
}
.pxcv-rr-item-widget .pxcv-rr-item-content {
margin-top: 3px;
font-size: 0.9rem;
line-height: 1.8;
}
.pxcv-rr-item-widget .post__title {
font-size: 16px;
line-height: 24px;
font-weight: 700;
transition: 0.4s;
margin-top: 0;
margin-bottom: 8px;
}
.pxcv-rr-item-widget .post__title:hover {
color: var(--edubin-primary-color);
}
.widget_rt_posts .pxcv-rr-item-widget {
margin-top: 0;
margin-bottom: -7px;
}
.pxcv-rr-item-widget .course-price>.price>span:nth-child(1) {
color: var(--edubin-primary-color);
}
.pxcv-rr-item-widget span>.price {
color: var(--edubin-primary-color);
font-size: 16px !important;
font-weight: 500;
}
.pxcv-rr-item-widget .price__link {
color: var(--edubin-primary-color);
}
.widget_pxcv_posts.style__square .pxcv-rr-item-widget .pxcv-rr-item-image_wrapper {
min-width: 100px;
width: 100px;
height: 80px;
border-radius: 5px;
}
.widget_pxcv_posts.style__square .pxcv-rr-item-widget .pxcv-rr-item-image_wrapper img {
min-width: 100px;
width: 100px;
border-radius: 5px;
}
.widget_pxcv_posts.style__square .pxcv-rr-item-widget .pxcv-rr-item-image_wrapper:hover img {
border-radius: 5px;
} .edubin-course-info {
padding: 0 32px 0 32px;
margin-bottom: 30px;
background: #fff;
}
.edubin-course-info ul {
list-style: none;
}
.edubin-course-info ul.edubin-course-info {
padding-left: 0;
margin-bottom: 0;
}
.edubin-course-info ul.course-info-list {
padding-left: 0;
margin-bottom: 30px;
}
.edubin-course-info ul li {
font-size: 15px;
overflow: hidden;
border-top: 1px solid rgba(204, 204, 204, 0.3);
padding: 15px 0;
}
#secondary .edubin-course-info ul li {
margin-bottom: 0;
}
.edubin-course-info ul li span.language-tag.value {
display: inline-grid;
line-height: 28px;
}
.edubin-course-info ul li:first-child {
border-top: none;
}
.course-sidebar-preview .entry-post-share {
border-top: 1px solid rgba(204, 204, 204, 0.3);
padding-top: 25px;
padding-bottom: 25px;
}
.edubin-course-info ul li i {
margin-right: 5px;
font-size: 16px !important;
line-height: inherit;
color: var(--edubin-primary-color);
}
.edubin-course-info ul li span.value {
float: right;
}
.edubin-course-info ul li span.label {
font-weight: 500;
color: var(--edubin-content-color);
}
.edubin-course-info ul li .language-tag.value>span:not(:first-child) {
display: none;
}
.edubin-course-info ul li span.lp_course_cat.value>a:not(:first-child) {
display: none;
}
.edubin-course-info ul li span.lp_course_cat.value>a {
color: var(--edubin-content-color);
}
.edubin-course-info ul li span.lp_course_cat.value>a:hover {
color: var(--edubin-primary-color);
}
.edubin-course-info ul li span.value a:nth-child(n+2) {
display: none;
}
body .course-sidebar-preview .edubin-price-value {
color: var(--edubin-primary-color-alt);
font-weight: 700;
font-size: 24px;
}
.edubin-course-info button, .edubin-course-info .button {
width: 100%;
} .course__container {
overflow: hidden;
border-radius: 5px;
box-shadow: 0 6px 12px rgb(0 0 0 / 6%);
background: #ffffff;
}
.course__container:hover .course__media-link:before {
opacity: 0.2;
}
.course__media .course__media-link:before {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
transition: 0.4s;
background: #1C1F27;
opacity: 0;
}
.edubin-course .course__content--info {
position: relative;
z-index: 1;
padding: 20px 30px;
}
.e-c-layout-3 .edubin-course {
margin-bottom: 0;
}
.edubin-course .course__content-meta span {
font-size: 13px;
}
.edubin-course .course__content--meta>span {
margin-right: 10px;
}
.edubin-course .course__content-meta>span i {
margin-right: 2px;
}
.edubin-course .course__content--info+.course__content--meta {
font-size: 15px;
position: relative;
padding: 14px 30px 14px 30px;
}
.edubin-course .course-meta {
font-size: 15px;
margin-top: 12px;
}
.edubin-course .course-meta span {
margin-right: 8px;
}
.edubin-course .course-meta i {
margin-right: 4px;
font-size: 14px;
color: var(--edubin-primary-color);
}
.edubin-course .course-meta span i {
margin-right: 4px;
font-size: 14px;
color: var(--edubin-primary-color);
}
.edubin-course .course__border {
border-top: 1px solid #ebebeb;
margin-left: 30px;
margin-right: 30px;
}
.edubin-course .course__content--meta {
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 30px;
}
.edubin-course .course__content--meta:empty {
display: none;
}
.edubin-course .course__content--meta>span:last-child {
margin-right: 0;
}
.edubin-course .course__content--meta>span {
margin-right: 10px;
}
.edubin-course .course__content--meta .price {
font-weight: 700;
}
.edubin-course .course__content--meta .price.see__more {
font-weight: 500;
}
.edubin-course .course__content--meta span i {
margin-right: 5px;
font-size: 14px;
color: var(--edubin-primary-color);
}
.edubin-course .course__content--meta>.price {
display: inline-block;
text-align: right;
float: right;
color: var(--edubin-heading-color);
}
.edubin-course .course__media {
position: relative;
}
.edubin-course .course__media img {
object-fit: cover;
height: 200px;
}
.edubin-course.col__4 .course__media img {
object-fit: cover;
height: 200px;
}
.intro-video-sidebar .intro-video {
height: 220px;
}
.edubin-course.col__4 .intro-video-sidebar .intro-video {
height: 180px;
}
.edubin-course.col__3 .intro-video-sidebar .intro-video {
height: 220px;
}
.edubin-course.col__2 .intro-video-sidebar .intro-video {
height: 300px;
}
.edubin-course.layout__5 .intro-video-sidebar .intro-video {
height: 250px;
}
.edubin-course.layout__5.col__6 .intro-video-sidebar .intro-video {
height: 300px;
}
.edubin-course .author__name img {
width: 32px;
height: 32px;
border-radius: 100px;
margin-right: 5px;
display: inline-block;
border: 2px solid #cccccc;
}
.col-lg-4 .edubin-course .author__name img.avatar, .col-lg-6 .edubin-course .author__name img.avatar {
border: 0;
}
.edubin-course .course-price {
font-size: 14px;
font-weight: 800;
min-width: 62px;
height: 62px;
border-radius: 100px;
text-transform: uppercase;
box-shadow: 5px 4px 13px 0px rgb(0 0 0 / 11%);
padding: 8px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: absolute;
z-index: 1;
top: -30px;
right: 0;
margin-right: 30px;
color: #fff;
background: var(--edubin-primary-color);
}
.edubin-course .course__content--meta span {
font-size: 15px;
font-style: inherit;
}
.edubin-course .course__content--meta span+span {
margin-left: 10px;
}
.edubin-course .course__content--meta span.origin-price {
font-size: 0.85em;
margin-bottom: 4px;
text-decoration: line-through;
margin-right: 5px;
}
.edubin-course .course__media+.course__content .course__categories {
margin-top: -15px;
}
.edubin-course .course__media+.course__content .course__content--info {
padding: 0 28px 20px 28px;
}
.edubin-course-style-4 .edubin-course .course__media+.course__content .course__content--info {
padding: 0 28px 20px 28px;
}
.edubin-course.layout__2.col__3 .course__media+.course__content .course__content--info {
padding-top: 20px;
}
.edubin-course .course__categories {
position: absolute;
top: 25px;
left: 30px;
max-width: 70%;
}
.edubin-course .course__categories a {
font-size: 13px;
font-weight: 400;
border-radius: 3px;
padding: 0 11px;
line-height: 29px;
margin-right: 10px;
margin-bottom: 10px;
display: inline-block;
color: #fff;
white-space: nowrap;
background: var(--edubin-primary-color);
box-shadow: -1px 0px 20px 1px rgb(149 149 149 / 22%);
}
.edubin-course .course__categories a:nth-child(n+2) {
display: none;
}
.edubin-course .course__level {
position: absolute;
top: 25px;
left: 30px;
max-width: 70%;
}
.edubin-course .course__level span {
font-size: 13px;
font-weight: 400;
border-radius: 3px;
padding: 0 11px;
line-height: 29px;
margin-right: 10px;
margin-bottom: 10px;
display: inline-block;
color: var(--edubin-color-secondary);
white-space: nowrap;
background: var(--edubin-primary-color);
box-shadow: 5px 4px 13px 0px rgb(0 0 0 / 22%);
}
.edubin-course.layout__6 .course__level span {
border-radius: 100px;
padding: 0 15px;
}
.edubin-course .course__wishlist {
position: absolute;
top: 25px;
right: 30px;
max-width: 70%;
}
.edubin-course .course__title {
padding-top: 18px;
line-height: 18px;
overflow: hidden;
margin-bottom: 0;
}
.edubin-course .course__title a {
color: inherit;
font-size: 22px;
font-weight: 700;
line-height: 32px;
}
.edubin-course.col__6 .course__title a {
font-size: 28px;
line-height: 37px;
}
.edubin-col-lg-3 .edubin-course .course__title a {
font-size: 18px;
line-height: 27px;
font-weight: 500;
}
.filtered-courses .edubin-col-xl-4 .edubin-course .course__title a {
font-size: 20px;
line-height: 29px;
font-weight: 500;
}
.filtered-courses .edubin-col-xl-6 .edubin-course .course__title a {
font-size: 22px;
font-weight: 700;
line-height: 32px;
}
.filtered-courses .edubin-course .course__title a {
font-size: 18px;
line-height: 27px;
font-weight: 500;
}
body.archive.post-type-archive .edubin-course.col__4 .course__title a {
font-size: 22px;
line-height: 32px;
}
.edubin-carousel-activation .edubin-course .course__title a {
font-size: 22px;
line-height: 32px;
}
.edubin-course .course__title a:hover {
color: var(--edubin-primary-color);
}
.edubin-course .author__name a:hover {
color: var(--edubin-primary-color);
}
.edubin-course .updating-icon:before {
margin-right: 0;
}
.edubin-course .course-excerpt p {
margin-bottom: 15px;
padding-top: 15px;
} .edubin-course .price__1 {
color: var(--edubin-heading-color)
}
.edubin-course .price__1 span, .edubin-course .price__1 {
font-weight: 700;
font-size: 16px;
color: var(--edubin-heading-color)
}
.edubin-course .price__2 {
position: absolute;
right: 40px;
bottom: -29px;
font-size: 14px;
color: #ffffff;
font-weight: 600;
width: 60px;
height: 60px;
border-radius: 50%;
background-color: var(--edubin-primary-color);
text-align: center;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
}
.edubin-course .price__2 .origin-price {
text-decoration: line-through;
margin-right: 2px;
font-weight: 400
}
.edubin-course .price__2 del {
margin-right: 2px;
font-weight: 400
}
.edubin-course .price__4 {
font-size: 14px;
color: #fff;
font-weight: 600;
background-color: var(--edubin-primary-color);
text-align: center;
display: block;
padding: 5px 15px;
border-radius: 4px;
position: absolute;
right: 20px;
top: 20px
}
.edubin-course .price__4 .origin-price {
text-decoration: line-through;
margin-right: 2px;
font-weight: 400
} .edubin-course.layout__5 .course__media>a>img {
height: 250px;
}
.course__content--meta.layout__5 {
background-color: rgb(0 0 0 / 77%);
padding: 15px 30px;
bottom: 0px;
position: absolute;
left: 0;
right: 0;
display: block;
}
.edubin-course.layout__5 .author__name {
color: #fff;
}
.edubin-course.layout__5 .price__2 {
position: absolute;
right: 40px;
bottom: 36px;
z-index: 1;
}
.edubin-course.layout__5.review__show .price__2 {
position: absolute;
right: 40px;
bottom: 70px;
z-index: 1;
}
.edubin-course.layout__5 .course-rating {
color: #fff;
}
.edubin-course .edubin-course-rate {
padding-top: 20px;
display: flex;
align-items: center;
}
.elementor-editor-active .edubin-course .edubin-course-rate .review-stars-rated {
display: flex;
align-items: center;
}
.edubin-course .review-stars-rated {
margin-bottom: 0;
}
.edubin-course.layout__2 .edubin-course-rate {
padding-top: 10px;
}
.edubin-course.layout__5 .edubin-course-rate {
padding-top: 10px;
}
.edubin-course.layout__5 .course__content--meta span:last-child {
margin-right: 5px;
}
.edubin-course .edubin-course-rate .course-reviews-text {
font-size: 14px;
margin-left: 4px;
}
.edubin-course.layout__5 .edubin-course-rate .course-reviews-text {
color: #fff;
}
.edubin-course.layout__5 .author__name img.avatar {
width: 35px;
height: 35px;
}
.edubin-course.layout__5 .course__content--meta span {
color: #fff;
}
.edubin-course.layout__5 .edubin-course-rate {
margin-top: 10px;
} .edubin-course.layout__3 .course__container {
box-shadow: none;
background: transparent;
}
.edubin-course .price__3 {
font-size: 14px;
color: #07294d;
font-weight: 600;
background-color: var(--edubin-primary-color);
text-align: center;
display: block;
padding: 8px 15px;
border-top-left-radius: 3px
}
.edubin-course.layout__3 .course__media+.course__content .course__content--info {
padding: 0 0 0 0;
}
.edubin-course .price__3 .origin-price {
text-decoration: line-through;
margin-right: 2px;
font-weight: 400
}
.edubin-course.layout__3 .price__0 {
font-weight: 700;
color: var(--edubin-color-01);
}
.edubin-course.layout__3 .course__content--info+.course__content--meta {
padding: 7px 0 7px 0;
}
.edubin-course.layout__3 .author__name {
margin-bottom: 5px;
font-size: 15px;
}
.edubin-course.layout__3 .course__title {
margin-bottom: 5px;
}
.edubin-course.layout__3 .course__categories__2 {
background: #ff48301c;
display: inline-block;
border-radius: 3px;
padding: 2px 10px;
margin-top: 20px;
}
.edubin-course.layout__3 .course__categories__2 a {
color: var(--edubin-color-01);
font-size: 14px;
}
.edubin-course.layout__3 .course__categories__2 {
background: color-mix(in srgb, var(--edubin-color-01) 15%, transparent);
display: inline-block;
border-radius: 3px;
padding: 2px 10px;
margin-top: 20px;
}
.edubin-col-sm-12:nth-child(4n+2) .course__categories__2, .edubin-slider-item:nth-child(4n+2) .course__categories__2 {
background: color-mix(in srgb, var(--edubin-color-02) 15%, transparent);
}
.edubin-col-sm-12:nth-child(4n+2) .course__categories__2 a, .edubin-slider-item:nth-child(4n+2) .course__categories__2 a {
color: var(--edubin-color-02);
}
.edubin-col-sm-12:nth-child(4n+3) .course__categories__2, .edubin-slider-item:nth-child(4n+3) .course__categories__2 {
background: color-mix(in srgb, var(--edubin-color-03) 15%, transparent);
}
.edubin-col-sm-12:nth-child(4n+3) .course__categories__2 a, .edubin-slider-item:nth-child(4n+3) .course__categories__2 a {
color: var(--edubin-color-03);
}
.edubin-col-sm-12:nth-child(4n+4) .course__categories__2, .edubin-slider-item:nth-child(4n+4) .course__categories__2 {
background: color-mix(in srgb, var(--edubin-primary-color) 15%, transparent);
}
.edubin-col-sm-12:nth-child(4n+4) .course__categories__2 a, .edubin-slider-item:nth-child(4n+4) .course__categories__2 a {
color: var(--edubin-primary-color);
}
.edubin-col-sm-12:nth-child(4n+4) .course__categories__2, .edubin-slider-item:nth-child(4n+4) .course__categories__2 {
background: color-mix(in srgb, var(--edubin-color-04) 15%, transparent);
}
.edubin-col-sm-12:nth-child(4n+4) .course__categories__2 a, .edubin-slider-item:nth-child(4n+4) .course__categories__2 a {
color: var(--edubin-color-04);
}
.edubin-course.layout__3 .course__levels {
position: absolute;
top: 25px;
left: 25px;
background: var(--edubin-color-01);
padding: 1px 14px;
color: #fff;
border-radius: 2px;
font-size: 14px;
text-transform: capitalize;
}
.edubin-course.layout__3 span.author--name {
color: var(--edubin-color-06);
}
.edubin-course.layout__3 .edubin-course-rate {
padding-top: 0;
margin-bottom: 5px;
} .edubin-course.layout__4 .course__media {
padding: 12px;
}
.edubin-course.layout__4 .course__container {
box-shadow: none;
border: 1px solid #ebebeb;
border-radius: 12px;
}
.edubin-course.layout__4 .price__4 {
top: 32px;
font-weight: 500;
padding: 0 15px;
border-radius: 100px;
font-size: 13px;
line-height: 29px;
left: 30px;
right: auto;
}
.edubin-course.layout__4 .course__categories a {
border-radius: 100px;
font-weight: 500;
}
.edubin-course.layout__4 .course__media>.course-thumb>img {
border-radius: 10px 10px 0 0;
overflow: hidden;
}
.edubin-course.layout__4 .course__media .author__name {
bottom: -10px;
position: absolute;
right: 32px;
}
.edubin-course.layout__4 .author__name img {
width: 45px;
height: 45px;
border: 2px solid #ffffff;
box-shadow: 0 10px 40px #0000000d;
}
.edubin-course.layout__4 .course__media+.course__content .course__content--info {
padding: 0 20px 20px 20px;
}
.edubin-course.layout__4 .course__content--meta {
padding: 15px 20px;
}
.edubin-course.layout__4 .course__border {
margin-left: 0;
margin-right: 0;
}
.edubin-course.layout__4 .edubin-wishlist-wrapper {
top: 30px;
right: 30px;
}
.view-more-btn a {
font-size: 15px;
font-weight: 700;
color: var(--edubin-primary-color);
}
.view-more-btn:hover a {
color: inherit;
} .edubin-course.layout__6 .course__container {
border-radius: 20px;
}
.edubin-course.layout__6 .course__content--meta {
padding: 25px 25px;
}
.edubin-course.layout__6 .top--title {
position: absolute;
top: 5px;
padding: 0 65px 0 25px;
color: #fff;
font-size: 22px;
font-weight: 700;
line-height: 32px;
}
.edubin-course.layout__6 .top--title a {
color: #fff;
}
.edubin-course.layout__6 .top--title:hover a {
color: color-mix(in srgb, #ffffff 80%, transparent);
}
.edubin-course.layout__6 .no-course-thumb {
height: 200px;
width: auto;
display: block;
background: #e5572e;
position: relative;
}
.edubin-course.layout__6 .course__media+.course__content .course__content--info {
padding: 0 25px 20px 25px;
}
.edubin-col-sm-12:nth-child(4n+2) .edubin-course.layout__6 .no-course-thumb {
background: #2bc183;
}
.edubin-col-sm-12:nth-child(4n+3) .edubin-course.layout__6 .no-course-thumb {
background: #0870da;
}
.edubin-col-sm-12:nth-child(4n+4) .edubin-course.layout__6 .no-course-thumb {
background: #7044b3;
}
.edubin-col-sm-12:nth-child(4n+5) .edubin-course.layout__6 .no-course-thumb {
background: #ea9c0b;
}
.edubin-triangle-up {
width: 0;
height: 0;
border-left: 90px solid transparent;
border-right: 90px solid transparent;
border-bottom: 135px solid #ffffff1f;
right: -58px;
bottom: 0;
position: absolute;
}
.edubin-circle {
height: 180px;
width: 180px;
background-color: #ffffff1f;
border-radius: 50%;
right: -34px;
top: -33px;
position: absolute;
}
.edubin-rectangle {
height: 120px;
width: 200px;
background-color: #ffffff1f;
right: -34px;
bottom: -33px;
position: absolute;
}
.edubin-circle-border {
left: -27px;
bottom: -38px;
position: absolute;
border: 2px solid #ffffff3d;
height: 80px;
border-radius: 50%;
width: 80px;
}
.edubin-col-sm-12:nth-child(4n+1) .edubin-course.layout__6 .edubin-circle {
display: none;
}
.edubin-col-sm-12:nth-child(4n+1) .edubin-course.layout__6 .edubin-triangle-up {
border-left: 100px solid transparent;
border-right: 100px solid transparent;
border-bottom: 180px solid #ffffff1f;
right: -78px;
top: -32px;
}
.edubin-col-sm-12:nth-child(4n+2) .edubin-course.layout__6 .edubin-triangle-up {
display: none;
}
.edubin-col-sm-12:nth-child(4n+2) .edubin-course.layout__6 .edubin-rectangle {
right: -34px;
top: 0;
}
.edubin-col-sm-12:nth-child(4n+2) .edubin-course.layout__6 .edubin-circle {
right: -55px;
top: 77px;
}
.edubin-col-sm-12:nth-child(4n+3) .edubin-course.layout__6 .edubin-rectangle {
display: none;
}
.edubin-col-sm-12:nth-child(4n+4) .edubin-course.layout__6 .edubin-rectangle {
right: -86px;
top: 100px;
transform: skew(341deg);
}
.edubin-col-sm-12:nth-child(4n+4) .edubin-course.layout__6 .edubin-triangle-up {
display: none;
}
.edubin-course.layout__6 .view-more-btn a {
font-size: 15px;
font-weight: 500;
color: #ffffff;
background: #2bc183;
padding: 6px 14px;
border-radius: 5px;
}
.edubin-course.layout__6 .view-more-btn:hover a {
background: color-mix(in srgb, #2bc183 75%, transparent);
color: #ffffff;
}
.edubin-course.layout__6 .edubin-wishlist-wrapper {
z-index: 1;
} .related-post-wrap.related_course {
margin-bottom: -50px;
}
.related-post-wrap.related_course .related-title {
font-size: 28px;
margin-bottom: 45px;
}
.related-post-wrap.related_course .post-thumbnail {
margin-left: inherit;
margin-right: inherit;
max-height: 200px;
border-radius: 0;
}
.related-post-wrap.related_course .post-thumbnail img {
height: inherit;
object-fit: inherit;
}
.related-post-wrap.related_course .entry-title {
font-size: 20px;
line-height: 30px;
margin-top: 10px;
}
.related-post-wrap.related_course .price {
color: var(--edubin-heading-color);
font-size: 15px;
font-weight: 700;
display: block;
}
.related-post-wrap.related_course .price__2 .price {
color: #fff;
}
.related-post-wrap.related_course .course-item-wrap {
overflow: hidden;
border-radius: 5px;
box-shadow: 0 14px 12px rgb(0 0 0 / 6%);
background: #ffffff;
margin-bottom: 30px;
}
.related-post-wrap.related_course .entry-desc {
padding: 25px 30px 35px;
}
.widget ul.pxcv-rr-item-widget li {
border-bottom: 1px solid #e5e5e5;
padding-bottom: 25px;
display: flex;
padding-top: 25px;
}
.widget ul.pxcv-rr-item-widget li:first-child {
padding-top: 0;
}
.widget ul.pxcv-rr-item-widget li:last-child {
padding-bottom: 0;
} .intro-video-sidebar.intro-video-content {
margin-bottom: 0;
}
.edubin-course-single-wrap {
margin-right: 20px;
}
@media (max-width:991.98px) {
.edubin-course-single-wrap {
margin-right: 0;
}
}
.edubin-course-top-info.light ul li {
color: var(--edubin-color-body);
}
.edubin-course-top-info.light ul li a {
color: var(--edubin-color-body);
}
.edubin-course-top-info.light ul li:after {
color: var(--edubin-color-body) !important;
}
.edubin-course-top-info .post-author img {
border: 2px solid var(--edubin-color-body);
}
.edubin-course-top-info .course-short-text {
margin-top: 25px;
margin-bottom: 25px;
padding-right: 150px;
}
@media (max-width:991.98px) {
.edubin-course-top-info .course-short-text {
padding-right: 0;
}
} .single-course-layout-01 aside#secondary.widget-area, .single-course-layout-02 aside#secondary.widget-area, .single-course-layout-03 aside#secondary.widget-area, .single-course-layout-04 aside#secondary.widget-area {
margin-bottom: 70px;
}
.single-course-layout-0default {
background: #edf0f2
}
.single-course-layout-0default #learn-press-course-tabs ul.learn-press-nav-tabs {
position: relative;
margin-bottom: 0;
font-size: 0;
border: 0;
padding-bottom: 2px;
background: none;
display: inherit;
background: #fff;
padding-left: 45px;
padding-right: 45px;
}
.single-course-layout-0default .course-tab-panels .course-tab-panel {
padding-top: 30px;
padding: 40px 45px;
}
.single-course-layout-0default #learn-press-course-tabs ul.learn-press-nav-tabs .course-nav label {
padding: 15px 20px;
font-size: 16px;
} body.single-course-layout-01 .page-header {
text-align: center;
}
.single-course-layout-01 {
background: #f9f9f9;
}
.single-course-layout-01 .post-wrapper {
background: #fff;
padding: 45px 45px 45px 45px
}
.single-lp_course.single-course-layout-01 .course-summary {
padding: 90px 0;
}
.single-course-layout-01 #learn-press-course-tabs ul.learn-press-nav-tabs {
position: relative;
margin-bottom: 0;
font-size: 0;
border: 0;
padding-bottom: 2px;
background: none;
display: inherit;
background: #fff;
padding-left: 45px;
padding-right: 45px;
}
.single-course-layout-01 .course-tab-panels .course-tab-panel {
padding-top: 30px;
padding: 40px 45px;
}
.single-course-layout-01 #learn-press-course-tabs ul.learn-press-nav-tabs .course-nav label {
padding: 20px 20px;
font-size: 16px;
}
body.single-course-layout-01 .tpc-site-content {
padding-bottom: 100px;
padding-top: 0 !important;
} .single-course-layout-02 .course-sidebar-preview {
margin-top: -260px;
}
@media (max-width:991.98px) {
.single-course-layout-02 .course-sidebar-preview {
margin-top: 45px;
}
}
.single-course-layout-02 .edubin-single-course-lead-meta-01 {
margin-bottom: 20px;
}
.single-course-layout-02 .edubin-page-title-area {
text-align: left;
}
.single-course-layout-02 .header-breadcrumb ul li, .single-course-layout-02 .header-breadcrumb ul li a {
color: #fff;
}
.single-course-layout-02 .edubin-course-top-info .course-short-text, .single-course-layout-02 .edubin-course-top-info .course-short-text p {
color: #fff;
}
.single-course-layout-02 .edubin-course-top-info .lead-meta-item .lead-meta-value {
color: #fff;
}
body.single-course-layout-02 .tpc-site-content {
padding-bottom: 100px;
padding-top: 0!important;
} .single-course-layout-03 .edubin-course-single-wrap {
width: 80%;
margin: 0 auto;
}
.single-course-layout-03 .page-header {
text-align: center;
}
.single-course-layout-03 .course-bottom-wrap {
text-align: center;
border-top: 1px solid #e0e0e0;
padding-top: 50px;
margin: 0 auto;
max-width: 970px;
}
.single-course-layout-03 .course-tab-panels {
padding: 20px 0 0 0;
}
.single-course-layout-03 #learn-press-pmpro-notice.purchase-course {
width: inherit;
margin-bottom: 0;
}
.single-course-layout-03 #learn-press-pmpro-notice.purchase-course a {
display: inherit;
margin-bottom: 0;
}
.single-course-layout-03 .lp-course-buttons {
display: inline-block;
}
.single-course-layout-03 .form-button {
margin-top: 0;
}
.single-course-layout-03 .lp-button {
margin: 0 20px;
}
.single-course-layout-03 .entry-post-share {
text-align: inherit;
display: inline-block;
padding-left: 30px;
}
.single-course-layout-03 .related-post-wrap {
padding-top: 60px;
}
.single-course-layout-03 .single-lp_course .post-share.style-02 {
padding: 0 0 35px 0;
}
.single-course-layout-03 .edubin-course-top-info .edubin-single-course-lead-meta {
position: relative;
z-index: 1;
justify-content: center;
margin-top: 25px;
}
.single-course-layout-03 .edubin-course-top-info .edubin-course-single-header-meta-02 div span {
color: #fff;
}
.single-course-layout-03 .course-header-style--1 .edubin-course-single-header-meta-02 div span {
color: var(--edubin-heading-color);
}
.single-course-layout-03 .edubin-course-top-info .post-author img {
border: 2px solid var(--edubin-heading-color);
}
.single-course-layout-03 .edubin-course-single-header-meta-01 {
justify-content: center;
position: relative;
z-index: 1;
}
body.single-course-layout-03 .tpc-site-content {
padding-bottom: 100px;
padding-top: 0 !important;
} .single-course-layout-04 .course-sidebar-preview {
margin-top: -260px;
}
@media (max-width:991.98px) {
.single-course-layout-04 .course-sidebar-preview {
margin-top: 45px;
}
}
.single-course-layout-04 .edubin-course-top-info {
text-align: left;
background: #eff1f6;
}
.single-course-layout-04 .edubin-single-course-lead-meta-01 {
margin-bottom: 20px;
}
body.single-course-layout-04 .tpc-site-content {
padding-bottom: 100px;
padding-top: 0 !important;
}
body.single-course-layout-04 .edubin-breadcrumb-wrapper ul li span.active {
color: var(--edubin-color-body);
} .single-course-layout-05 .edubin-course-top-info .course-title {
font-size: 38px;
color: #fff;
}
.single-course-layout-05 .edubin-single-course-lead-info {
padding-right: 40px;
}
.single-course-layout-05 .edubin-course-top-info .top__meta {
padding: 0 25px;
background: #1f2838;
border-radius: 100px;
height: 40px;
line-height: 40px;
}
.single-course-layout-05 .edubin-course-top-info .top__meta+.top__meta {
margin-left: 20px;
}
.single-course-layout-05 .edubin-course-top-info .post-author img {
width: 35px;
height: 35px;
}
.single-course-layout-05 .edubin-course-top-info .edubin-course-single-header-meta-02 .entry-post-share {
padding: 0;
display: inline-block;
width: 40px;
height: 40px;
}
.single-course-layout-05 .edubin-course-top-info li a {
color: rgb(243, 244, 246);
}
.single-course-layout-05 .edubin-course-top-info {
padding-top: 80px;
background: #111827;
padding-bottom: 80px;
color: rgb(243, 244, 246);
}
.single-course-layout-05 .edubin-course-top-info .edubin-single-course-lead-meta {
border-top: 1px solid #374152;
padding-top: 25px;
margin: 0;
}
.single-course-layout-05 .edubin-course-top-info .edubin-course-single-header-meta-02 {
font-size: 15px;
display: flex;
}
.single-course-layout-05 .edubin-course-top-info .lead-meta-item+.lead-meta-item:before {
top: 6px;
left: -13px;
}
.single-course-layout-05 .edubin-single-course-top-meta {
padding-bottom: 20px;
font-size: 15px;
}
.single-course-layout-05 .review-stars-rated {
margin-bottom: 0;
bottom: -2px;
}
.single-course-layout-05 .review-stars-rated svg {
width: 14px;
}
.single-course-layout-05 .edubin-course-top-info .lead-meta-item:first-child {
padding-left: 0;
}
.single-course-layout-05 .intro-video-sidebar.is__sidebar .intro-video {
padding: 0;
overflow: hidden;
border: 7px solid rgb(243, 244, 246);
border-radius: 15px;
box-shadow: 1px 0 30px rgba(0, 0, 0, .38);
}
.single-course-layout-05 .intro-video-sidebar.is__sidebar .tutor-video-player {
padding: 0;
overflow: hidden;
border: 7px solid rgb(243, 244, 246);
border-radius: 15px;
box-shadow: 1px 0 30px rgba(0, 0, 0, .38);
}
.single-course-layout-05 .content-area {
padding-top: 0;
padding-bottom: 100px;
}
.single-course-layout-05 .intro-video-sidebar {
margin-bottom: 0;
}
@media (max-width: 991.98px) {
.single-course-layout-05 .intro-video-sidebar {
margin-top: 40px;
}
}
@media (max-width: 1200px) {
.single-course-layout-05 .edubin-course-top-info .edubin-course-single-header-meta-02 {
display: inline-block;
}
.single-course-layout-05 .edubin-course-top-info .top__meta {
float: left;
margin-bottom: 15px;
}
}
.single-course-layout-05 .intro-video-sidebar .intro-video {
height: 260px;
}
.single-course-layout-05 .header-breadcrumb ul {
display: inline-block;
background: #202837;
padding: 8px 25px;
border-radius: 100px
}
.single-course-layout-05 .edubin-page-title-area {
text-align: left;
}
.single-course-layout-05 .edubin-course-single-header-meta-02 .post-author {
margin-right: 20px;
}
.single-course-layout-05 .edubin-course-single-header-meta-02 .course-language a {
color: #fff;
}
body.single-course-layout-05 .tpc-site-content {
padding-top: 0 !important;
} .edubin-course.layout-list-01 .course__content--meta {
padding: 0;
}
.edubin-course.layout-list-01 {
overflow: hidden;
border-radius: 5px 0 0 5px;
box-shadow: 0px 0px 16px 1px rgb(0 0 0 / 6%);
}
.edubin-course.layout-list-01 .course__container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.edubin-course.layout-list-01 .course__title {
padding-top: 10px;
}
.filtered-courses .edubin-course.layout-list-01 .course__title a {
font-size: 22px;
line-height: 32px;
}
.edubin-course.layout-list-01 .course__media {
width: 265px;
height: 265px;
border-radius: 50%;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
margin: 0 30px 0 0;
}
.edubin-course.layout-list-01 .course__media a, .edubin-course.layout-list-01 .course__media a img {
border-radius: 5px 0 0 5px;
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.edubin-course.layout-list-01 .course__media a:after {
background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 575.98px) {
.edubin-course .course__media img {
object-fit: cover;
height: auto;
}
.edubin-course.layout-list-01 .course__media {
width: inherit;
height: inherit;
margin: 0;
}
.edubin-course.layout-list-01 .course__content {
padding: 28px;
}
.edubin-course.layout-list-01 .course__container {
display: inherit;
display: inherit;
display: inherit;
display: inherit;
-webkit-box-align: inherit;
-webkit-align-items: inherit;
-ms-flex-align: inherit;
align-items: inherit;
}
} .edubin-wishlist-wrapper {
pointer-events: all;
font-size: 0px;
cursor: pointer;
width: 32px;
height: 32px;
line-height: 1;
text-align: center;
border-radius: 100%;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 25px;
right: 20px;
border-color: #fff;
background: #fff;
color: var(--edubin-heading-color);
}
.edubin-wishlist-wrapper:before {
content: "\f139" !important;
font-family: 'flaticon_edubin' !important;
margin-right: 0px !important;
font-weight: 400 !important;
font-style: normal;
visibility: visible;
font-size: 16px;
}
.is-processing .edubin-wishlist-wrapper:before, .edubin-wishlist-wrapper.ajaxload_wishlist:before {
content: "\f138" !important;
font-family: 'flaticon_edubin' !important;
-webkit-animation: 1s linear 0s normal none infinite running edubin-spin;
animation: 1s linear 0s normal none infinite running edubin-spin;
cursor: auto;
display: inline-block;
font-size: 20px;
}
.tpc-wishlisted .edubin-wishlist-wrapper, .edubin-wishlist-wrapper.on, .edubin-wishlist-wrapper:hover {
border-color: var(--edubin-color-secondary);
background: var(--edubin-color-secondary);
color: var(--edubin-color-white);
}@font-face{font-family:qlwapp-whatsapp;src:url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAYEAAsAAAAABbgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIFKmNtYXAAAAFoAAAAVAAAAFQXVtKHZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAAfwAAAH8pb7IGGhlYWQAAAPAAAAANgAAADYUXm9HaGhlYQAAA/gAAAAkAAAAJAfAA8ZobXR4AAAEHAAAABQAAAAUCgAAA2xvY2EAAAQwAAAADAAAAAwAKAESbWF4cAAABDwAAAAgAAAAIAAJAJluYW1lAAAEXAAAAYYAAAGGmUoJ+3Bvc3QAAAXkAAAAIAAAACAAAwAAAAMDAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QADwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOkA//3//wAAAAAAIOkA//3//wAB/+MXBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAwAD/8AD/gPAACcATwCWAAABJicuAScmIyIHDgEHBhUUFhcDJR4BMzE4ATEyNz4BNzY1NCcuAScmATEiJi8BBzcnLgE1NDc+ATc2MzIXHgEXFhcWFx4BFxYVFAcOAQcGIxMuAScmIgcOAQcOAScuAScuAScmNjc+ATc+ATc2JicuAScuASMmIiMiBgcOARUUFhcWFx4BFxYXHgEXHgE3PgE3PgEnLgEnA2kkKSpbMTEzaVxdiSgoIiJIAQ03e0BpXF2KKCgKCiYbHP51OW0xD6ArCiAhIiFyTU1XKygpTCIjHh0XFyAICCEick1NV+cJRAkJDQcGHAYGDAkKOCQdJAYGBwUECgUEBQMDAQMCHQgHEAUGDAcGEwgJJC8FAhEQOCcnMBYkDhcoERI7CAgCAgMMCgMrJBwcJQoKKCiKXFxpQ4E6/vlHHx8oKIldXGkzMTFbKin9Fx4dCSmbEDJzPFdNTHMhIQgIHxcXHh4jIkwpKCtXTU1yISIBPAUhBAMKCSIHBgIFBRogGTYJCQwFBAwGBgkGBgwEBUcTEgMBBwkJMi8vTgYDFxY8IB8UCg0EBwEDAyMWFiIEBAcEAAAAAAEAAAABAAAmrdZpXw889QALBAAAAAAA2KCVZQAAAADYoJVlAAD/wAP+A8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA/4AAQAAAAAAAAAAAAAAAAAAAAUEAAAAAAAAAAAAAAACAAAABAAAAwAAAAAACgAUAB4A/gABAAAABQCXAAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");font-weight:normal;font-style:normal}.qlwapp__icon{all:unset;font-family:qlwapp-whatsapp,serif,sans-serif !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.qlwapp__icon::before{content:""}.qlwapp__previous,.qlwapp__close{font-family:"Source Serif Pro",serif,sans-serif;font-style:unset;font-size:24px;font-weight:bold;cursor:pointer;text-align:center;line-height:1em;z-index:1;fill:var(--qlwapp-scheme-text);display:flex}.qlwapp__button{display:inline-flex;position:relative;align-items:center;justify-content:center;gap:12px;text-decoration:none;white-space:nowrap;pointer-events:all;margin:24px auto;height:40px;box-shadow:0 1px 6px 0 rgba(0,0,0,.06),0 2px 32px 0 rgba(0,0,0,.16);cursor:pointer}.qlwapp__button,.qlwapp__button:active,.qlwapp__button:focus,.qlwapp__button:hover{outline:none !important;text-decoration:none !important;color:var(--qlwapp-scheme-text) !important;background-color:var(--qlwapp-scheme-brand) !important}.qlwapp__button .qlwapp__label,.qlwapp__button .qlwapp__time{position:absolute;bottom:-2em;color:initial;font-size:10px;display:inline-block;top:auto;width:120px}.qlwapp__button .qlwapp__close{font-size:var(--qlwapp-scheme-icon-font-size)}.qlwapp__button .qlwapp__icon{display:flex;align-items:baseline;font-size:var(--qlwapp-scheme-icon-font-size)}.qlwapp__button img.qlwapp__icon{width:var(--qlwapp-scheme-icon-font-size);height:var(--qlwapp-scheme-icon-font-size);object-fit:contain}.qlwapp__button--button{padding:var(--qlwapp-padding-xs) var(--qlwapp-padding-md)}.qlwapp__button--image{width:auto;height:auto}.qlwapp__button--bubble{right:auto;width:var(--qlwapp-scheme-icon-size);height:var(--qlwapp-scheme-icon-size)}.qlwapp__button--bubble .qlwapp__icon{margin:0}.qlwapp__button--bubble .qlwapp__text{position:absolute;right:var(--qlwapp-scheme-icon-size);height:var(--qlwapp-scheme-icon-size);margin:0 24px;display:flex;align-items:center;justify-content:flex-end;font-weight:bold;white-space:pre;color:var(--qlwapp-scheme-text-secondary)}.qlwapp__button--disabled{pointer-events:none;opacity:.5}.qlwapp__notification-bubble{position:absolute;top:-4px;right:-4px;background-color:#dc3545;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:bold;line-height:1;z-index:10;border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.2);animation-duration:1.5s;animation-timing-function:ease-in;animation-iteration-count:1;--qlwapp-pulse-color: rgb(220 53 69 / 70%);--qlwapp-pulse-size: 4px}.qlwapp__notification-bubble--bounce{animation-name:bounce}.qlwapp__notification-bubble--flash{animation-name:flash}.qlwapp__notification-bubble--pulse{animation-name:pulse}.qlwapp__notification-bubble--shakeX{animation-name:shakeX}.qlwapp__notification-bubble--shakeY{animation-name:shakeY}.qlwapp__notification-bubble--none{animation:none}.qlwapp__avatar__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.qlwapp__avatar{position:relative;width:62px;height:62px}.qlwapp__avatar .qlwapp__avatar__type-badge{position:absolute;top:-2px;right:-4px;width:18px;height:18px;border-radius:50%;background-color:var(--qlwapp-scheme-brand);color:var(--qlwapp-scheme-text);display:flex;align-items:center;justify-content:center;z-index:5;box-shadow:0 0 0 2px #fff}.qlwapp__avatar .qlwapp__avatar__type-badge svg{width:11px;height:11px;min-width:11px;min-height:11px}.qlwapp__avatar .qlwapp__avatar__container{overflow:hidden;width:inherit;height:inherit;border-radius:50%;box-shadow:0 0 0 2px #eee;display:flex;align-items:center;justify-content:center}.qlwapp__avatar .qlwapp__avatar__container--icon{background-color:var(--qlwapp-scheme-brand);color:var(--qlwapp-scheme-text);font-weight:bold;font-size:30px}.qlwapp__avatar .qlwapp__avatar__container svg{width:50%}.qlwapp__avatar .qlwapp__avatar__container img{width:100%;height:auto}.qlwapp__contact-list{height:100%;overflow:auto;overscroll-behavior:contain}.qlwapp__contact{display:flex;align-items:center;gap:var(--qlwapp-padding-sm);padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);color:inherit;position:relative;cursor:pointer;width:100%;text-decoration:none;height:auto}.qlwapp__contact:only-child{height:100%;text-align:center;flex-direction:column;justify-content:center}.qlwapp__contact:not(:first-child){border-top:1px solid rgba(0,0,0,.1)}.qlwapp__contact:hover,.qlwapp__contact:focus-visible{background-color:rgba(0,0,0,.05)}.qlwapp__contact:active{background-color:rgba(0,0,0,.1)}.qlwapp__contact:nth-child(1):nth-last-child(2),.qlwapp__contact:nth-child(2):nth-last-child(1){height:50%}.qlwapp__contact--disabled{pointer-events:none;opacity:.5}.qlwapp__status{display:flex;align-items:center;gap:3px}.qlwapp__status__indicator{width:10px;height:10px;border-radius:50%;border:1px solid #fff}.qlwapp__status__indicator--online{background-color:#00d084}.qlwapp__status__indicator--offline{background-color:#e63946}.qlwapp__status__text{font-size:10px;color:#666}.qlwapp__contact-list__empty{display:flex;height:134px;justify-content:center;align-items:center}.qlwapp__container{pointer-events:none;box-sizing:border-box;font-size:var(--qlwapp-scheme-font-size);font-family:var(--qlwapp-scheme-font-family);display:flex;flex-direction:column;width:430px}.qlwapp__container *{box-sizing:border-box}.qlwapp__container.qlwapp-hide,.qlwapp__container .qlwapp__contact.qlwapp-hide{display:none}.qlwapp__container.mobile .qlwapp__contact.qlwapp-desktop,.qlwapp__container.mobile.qlwapp-desktop{display:none}.qlwapp__container.desktop .qlwapp__contact.qlwapp-mobile,.qlwapp__container.desktop.qlwapp-mobile{display:none}.qlwapp__container.qlwapp__container--middle-left,.qlwapp__container.qlwapp__container--bottom-left,.qlwapp__container.qlwapp__container--middle-right,.qlwapp__container.qlwapp__container--bottom-right{position:fixed;z-index:9999999}.qlwapp__container.qlwapp__container--middle-left,.qlwapp__container.qlwapp__container--bottom-left{right:auto;left:0}.qlwapp__container.qlwapp__container--middle-left .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--middle-left .qlwapp__button .qlwapp__time,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button .qlwapp__time{left:0;right:auto}.qlwapp__container.qlwapp__container--middle-left .qlwapp__button,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button{margin-left:20px}.qlwapp__container.qlwapp__container--middle-left .qlwapp__button--bubble .qlwapp__text,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button--bubble .qlwapp__text{right:auto;left:var(--qlwapp-scheme-icon-size)}.qlwapp__container.qlwapp__container--middle-left .qlwapp__modal::before,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__modal::before{right:auto;left:20px}.qlwapp__container.qlwapp__container--middle-right,.qlwapp__container.qlwapp__container--bottom-right{left:auto;right:0}.qlwapp__container.qlwapp__container--middle-right .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--middle-right .qlwapp__button .qlwapp__time,.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button .qlwapp__time{left:auto;right:0}.qlwapp__container.qlwapp__container--middle-right .qlwapp__button,.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button{margin-right:20px}.qlwapp__container.qlwapp__container--middle-left,.qlwapp__container.qlwapp__container--middle-right{transition:top .3s ease;top:auto;bottom:0}.qlwapp__container.qlwapp__container--middle-left:not(.qlwapp__container--closing,.qlwapp__container--opening,.qlwapp__container--open),.qlwapp__container.qlwapp__container--middle-right:not(.qlwapp__container--closing,.qlwapp__container--opening,.qlwapp__container--open){top:40%;bottom:auto}.qlwapp__container.qlwapp__container--bottom-left,.qlwapp__container.qlwapp__container--bottom-right{top:auto;bottom:0}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--bubble img.qlwapp__icon{border-radius:200px;overflow:hidden}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--bubble{border-radius:200px}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--button{border-radius:50px}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--button img.qlwapp__icon{border-radius:200px;max-height:28px;width:auto}.qlwapp__container.qlwapp__container--rounded .qlwapp__modal{border-radius:8px}.qlwapp__container.qlwapp__container--rounded .qlwapp__modal .qlwapp__message{border-radius:4px}.qlwapp__container.qlwapp__container--rounded .qlwapp__modal .qlwapp__message::before{background-color:inherit}.qlwapp__container p:last-child{margin:0}.qlwapp__container time{opacity:.8;font-style:italic;font-size:10px}.qlwapp-is-mobile{width:auto}.qlwapp-is-mobile.qlwapp__container--rounded .qlwapp__modal{border-radius:0}.qlwapp{font-weight:normal;font-size:12px;font-family:Inter,sans-serif}.qlwapp--woocommerce .qlwapp__container{display:block;width:auto}.qlwapp--woocommerce .qlwapp__container .qlwapp__button--button.qlwapp__button,.qlwapp--woocommerce .qlwapp__container .qlwapp__button--bubble.qlwapp__button{margin:0}.qlwapp--woocommerce .qlwapp__container .qlwapp__button--button.qlwapp__button{width:100%}.qlwapp--shortcode .qlwapp__container{width:auto}@keyframes pulse{0%{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.5, 1.5, 1.5)}100%{transform:scale3d(1, 1, 1)}}.qlwapp__footer,.qlwapp__response{position:relative;bottom:0;left:0;right:0;height:auto;width:100%;overflow:hidden}.qlwapp__footer pre,.qlwapp__footer input,.qlwapp__footer textarea,.qlwapp__response pre,.qlwapp__response input,.qlwapp__response textarea{max-height:160px;color:inherit;background-color:inherit}.qlwapp__footer::before,.qlwapp__response::before{pointer-events:none;position:absolute;content:"";height:100%;background:linear-gradient(315deg, transparent 0%, rgba(0, 0, 0, 0.025) 100%);top:0;left:0;right:0}.qlwapp__footer::after,.qlwapp__response::after{content:" ";height:1px;background-color:rgba(0,0,0,.075);position:absolute;top:0;left:0;right:0}.qlwapp__footer{display:flex;justify-content:center;flex-direction:column;align-items:center;text-align:center;min-height:56px;width:100%;font-size:12px;padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg)}.qlwapp__footer>*{width:100%;white-space:pre-wrap}.qlwapp__footer img{max-width:100px}.qlwapp__footer *{color:var(--qlwapp-scheme-text-secondary)}.qlwapp__footer p{padding:0;font-size:inherit;width:100%;white-space:pre-wrap}.qlwapp__footer p:last-child{margin-bottom:0}.qlwapp__footer h1,.qlwapp__footer h2,.qlwapp__footer h3,.qlwapp__footer h4,.qlwapp__footer h5,.qlwapp__footer h6{display:block;font-weight:600;margin:0;padding:0;white-space:pre-wrap;color:inherit;font-family:inherit}.qlwapp__footer h1{font-size:2.5em}.qlwapp__footer h2{font-size:2em}.qlwapp__footer h3{font-size:1.5em}.qlwapp__footer h4{font-size:1.25em}.qlwapp__footer h5{font-size:1em}.qlwapp__footer h6{font-size:.75em}.qlwapp__response,.qlwapp__response pre,.qlwapp__response textarea,.qlwapp__response .qlwapp__response__buttons{min-height:56px}.qlwapp__response pre,.qlwapp__response input,.qlwapp__response textarea{width:100%;height:100%;resize:none;border:none;color:var(--qlwapp-scheme-text-secondary);padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);padding-right:calc(var(--qlwapp-padding-sm) + var(--qlwapp-button-width, 32px));font-family:var(--qlwapp-scheme-font-family);font-size:1em !important;font-weight:normal;line-height:20px;white-space:pre-wrap;word-wrap:break-word;border-radius:inherit;margin:0}.qlwapp__response pre{visibility:hidden}.qlwapp__response input,.qlwapp__response textarea{position:absolute;bottom:0;left:0}.qlwapp__response input:focus,.qlwapp__response textarea:focus{outline:none}.qlwapp__response input::placeholder,.qlwapp__response textarea::placeholder{opacity:.5;color:inherit}.qlwapp__response .qlwapp__response__buttons{position:absolute;top:0;right:21px;display:flex;align-items:center}.qlwapp__response .qlwapp__response__buttons svg{width:18px}.qlwapp__response .qlwapp__response__buttons>i{opacity:.4}.qlwapp__response .qlwapp__response__buttons>i,.qlwapp__response .qlwapp__response__buttons>a{cursor:pointer;margin:0 0 0 10px;display:flex;font-size:18px;align-items:center;text-decoration:none}.qlwapp__response .qlwapp__response__buttons .qlwapp__reply--button-label{margin-right:5px}.qlwapp__response .qlwapp__response__buttons .qlwapp__reply--disabled{pointer-events:none;opacity:.5}.qlwapp__response .qlwapp__response__buttons.active>i{display:none}.qlwapp__response .qlwapp__response__buttons.active>i.qlwf-emoji{display:block}.qlwapp__response--end-conversation pre{opacity:.5;visibility:visible;text-align:center}.qlwapp__response .qlwapp__country-selector{position:absolute;top:0;left:0;height:100%;border:none;border-right:1px solid rgba(0,0,0,.1);background:rgba(0,0,0,0);color:inherit;font-size:.875em;padding:0 var(--qlwapp-padding-sm);cursor:pointer;appearance:none;outline:none;z-index:1;max-width:90px;white-space:nowrap;overflow:hidden}.qlwapp__response .qlwapp__country-selector:focus{outline:none}.qlwapp__response .qlwapp__country-selector:disabled{opacity:.5;cursor:default}.qlwapp__response .qlwapp__response__input--phone{padding-left:calc(90px + var(--qlwapp-padding-sm))}.qlwapp__response input[type=date],.qlwapp__response input[type=datetime-local]{width:100%;height:100%;border:none;padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);padding-right:calc(var(--qlwapp-padding-sm) + var(--qlwapp-button-width, 32px));font-family:var(--qlwapp-scheme-font-family);font-size:1em !important;font-weight:normal;line-height:20px;border-radius:inherit;margin:0;background-color:rgba(0,0,0,0);color:inherit;display:flex;align-items:center}.qlwapp__response input[type=date]:focus,.qlwapp__response input[type=datetime-local]:focus{outline:none}.qlwapp__response input[type=date]::-webkit-calendar-picker-indicator,.qlwapp__response input[type=datetime-local]::-webkit-calendar-picker-indicator{margin-right:calc(var(--qlwapp-button-width, 32px) + 8px);cursor:pointer;opacity:.7;transition:opacity .2s}.qlwapp__response input[type=date]::-webkit-calendar-picker-indicator:hover,.qlwapp__response input[type=datetime-local]::-webkit-calendar-picker-indicator:hover{opacity:1}.qlwapp__response .qlwapp__response__date-range{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:3px var(--qlwapp-padding-sm);width:100%;padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);padding-right:calc(var(--qlwapp-padding-sm) + var(--qlwapp-button-width, 32px));box-sizing:border-box}.qlwapp__response .qlwapp__response__date-range input[type=date],.qlwapp__response .qlwapp__response__date-range input[type=datetime-local]{position:static;display:flex;justify-content:space-between;width:100%;min-width:0;height:auto;min-height:0;padding:1px 0;padding-right:0;border-radius:0;font-size:.875em !important}.qlwapp__response .qlwapp__response__date-range input[type=date]::-webkit-calendar-picker-indicator,.qlwapp__response .qlwapp__response__date-range input[type=datetime-local]::-webkit-calendar-picker-indicator{margin-right:0;flex-shrink:0}.qlwapp__response .qlwapp__response__date-range__label{font-size:.75em;opacity:.6;white-space:nowrap;line-height:1.2}.qlwapp__response:has(.qlwapp__response__date-range) .qlwapp__response__buttons{top:50%;transform:translateY(-50%);min-height:auto}.qlwapp__consent{padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);border-top:1px solid rgba(0,0,0,.075);background-color:rgba(0,0,0,.025)}.qlwapp__consent .qlwapp__consent-label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-size:13px;line-height:1.4;color:var(--qlwapp-scheme-text-secondary);margin:0}.qlwapp__consent .qlwapp__consent-checkbox{margin:0;margin-top:2px;flex-shrink:0;width:16px;height:16px;cursor:pointer;accent-color:var(--qlwapp-scheme-brand)}.qlwapp__consent .qlwapp__consent-text{flex:1;user-select:none}.qlwapp__general-consent{text-align:start;font-size:12px;padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);border-top:1px solid rgba(0,0,0,.075);background-color:rgba(0,0,0,.025);animation:fadeIn .3s ease-in-out}.qlwapp__general-consent--required{background-color:rgba(255,235,200,.4);border-top:1px solid rgba(255,152,0,.2)}.qlwapp__general-consent .qlwapp__general-consent-label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-size:13px;line-height:1.4;color:var(--qlwapp-scheme-text-secondary);margin:0}.qlwapp__general-consent .qlwapp__general-consent-checkbox{margin:0;margin-top:2px;flex-shrink:0;width:16px;height:16px;cursor:pointer;accent-color:var(--qlwapp-scheme-brand)}.qlwapp__general-consent .qlwapp__general-consent-text{flex:1;user-select:none}.qlwapp__general-consent .qlwapp__general-consent-text br{display:block;content:"";margin-top:.5em}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.qlwapp__general-consent--accepted{animation:fadeOut 1s ease-in-out forwards}@keyframes fadeOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.qlwapp__header{background-color:var(--qlwapp-scheme-brand);color:var(--qlwapp-scheme-text);position:relative;overflow:hidden;height:auto}.qlwapp__header::before{content:"";position:absolute;inset:0;background:linear-gradient(315deg, transparent 0%, rgba(0, 0, 0, 0.05) 100%)}.qlwapp__header .qlwapp__close{position:absolute;top:12px;right:12px}@media(width >= 430px){.qlwapp__header .qlwapp__close{position:absolute;top:7px;right:7px;font-size:18px}}.qlwapp__header .qlwapp__header-description{align-items:center;font-size:12px}.qlwapp__header .qlwapp__header-description p{padding:0;font-size:inherit;width:100%;color:inherit;font-family:inherit;margin:0}.qlwapp__header .qlwapp__header-description p:last-child{margin-bottom:0}.qlwapp__header .qlwapp__header-description h1,.qlwapp__header .qlwapp__header-description h2,.qlwapp__header .qlwapp__header-description h3,.qlwapp__header .qlwapp__header-description h4,.qlwapp__header .qlwapp__header-description h5,.qlwapp__header .qlwapp__header-description h6{display:block;font-weight:600;margin:0;padding:0;white-space:pre-wrap;color:inherit;font-family:inherit}.qlwapp__header .qlwapp__header-description h1{font-size:2.5em}.qlwapp__header .qlwapp__header-description h2{font-size:2em}.qlwapp__header .qlwapp__header-description h3{font-size:1.5em}.qlwapp__header .qlwapp__header-description h4{font-size:1.25em}.qlwapp__header .qlwapp__header-description h5{font-size:1em}.qlwapp__header .qlwapp__header-description h6{font-size:.75em}.qlwapp__header .qlwapp__header-description img{max-width:100px}.qlwapp__header .qlwapp__header-description *{color:var(--qlwapp-scheme-text) !important}.qlwapp__header .qlwapp__header-description,.qlwapp__header .qlwapp__header-contact{padding:calc(var(--qlwapp-padding-xs) + 2px) var(--qlwapp-padding-lg);min-height:100%}.qlwapp__header .qlwapp__header-contact{display:flex;justify-content:flex-end;align-items:center;gap:var(--qlwapp-padding-sm)}.qlwapp__header .qlwapp__header-contact .qlwapp__header-contact-buttons{display:flex;margin-right:auto;align-items:center;flex-shrink:0}.qlwapp__header .qlwapp__header-contact .qlwapp__header-contact-buttons .qlwapp__previous{width:100%;height:100%}.qlwapp__header .qlwapp__header-contact .qlwapp__header-contact-buttons .qlwapp__previous--disabled{opacity:.5;pointer-events:none !important}.qlwapp__header .qlwapp__header-contact .qlwapp__header-contact-buttons .qlwapp__reset{margin-left:15px;color:var(--qlwapp-scheme-text) !important}.qlwapp__header .qlwapp__header-contact .qlwapp__info{text-align:end;color:var(--qlwapp-scheme-text) !important;overflow:hidden;min-width:0}.qlwapp__header .qlwapp__header-contact .qlwapp__info .qlwapp__name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qlwapp__header .qlwapp__header-contact .qlwapp__info .qlwapp__time{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qlwapp__header .qlwapp__header-contact .qlwapp__avatar{width:42px;height:42px;flex-shrink:0}.qlwapp__message-list{display:flex;align-items:center;flex-direction:column;gap:var(--qlwapp-padding-sm);padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);overflow:hidden auto;overscroll-behavior:contain;max-height:min(var(--qlwapp-scheme-box-max-height),100dvh - 220px)}.qlwapp__message{padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-md);position:relative;align-self:flex-start;word-wrap:break-word;max-width:calc(100% - var(--qlwapp-padding-sm)*2);background-color:#eee;color:#111}.qlwapp__message::before{content:"";position:absolute;top:0;width:20px;height:20px;right:auto;left:0;transform:matrix(1, 0, 1, 1, -2, 0)}.qlwapp__message--image{width:100%;height:100%}.qlwapp__message--video,.qlwapp__message--audio,.qlwapp__message--embed{position:relative;max-width:100%}.qlwapp__message--video video,.qlwapp__message--video audio,.qlwapp__message--audio video,.qlwapp__message--audio audio,.qlwapp__message--embed video,.qlwapp__message--embed audio{display:block;max-width:100%;border-radius:inherit}.qlwapp__message--video video,.qlwapp__message--audio video,.qlwapp__message--embed video{max-height:300px;object-fit:contain}.qlwapp__message--video audio,.qlwapp__message--audio audio,.qlwapp__message--embed audio{height:40px}.qlwapp__message--video iframe,.qlwapp__message--audio iframe,.qlwapp__message--embed iframe{display:block;width:100%;height:157px;border:none;border-radius:inherit}.qlwapp__message--user{place-self:end flex-end;margin-top:0;word-break:var(--qlwapp-scheme-box-message-word-break);color:var(--qlwapp-scheme-text) !important;background-color:var(--qlwapp-scheme-brand) !important}.qlwapp__message--user::before{right:0;left:auto;transform:matrix(1, 0, 1, -1, 2, 0)}.qlwapp__message--user a{color:var(--qlwapp-scheme-text) !important;text-decoration:underline}.qlwapp__message--user:first-child::before{top:-6px;right:10%;transform:rotate(45deg)}.qlwapp__message--user,.qlwapp__message--choice-input{width:auto;color:var(--qlwapp-scheme-text) !important;background-color:var(--qlwapp-scheme-brand) !important}.qlwapp__message--choice-input{place-self:end flex-end;cursor:pointer;transition:all .2s ease}.qlwapp__message--choice-input::before{content:none}.qlwapp__message--choice-input:hover{box-shadow:0 2px 8px rgba(0,0,0,.3)}.qlwapp__message--error{background-color:#ffbfbf !important;color:#750000 !important}.qlwapp__message--error::before{background-color:#ffbfbf !important}.qlwapp__rating-form{display:flex;flex-direction:column;gap:var(--qlwapp-padding-sm);width:100%;padding:0 var(--qlwapp-padding-sm)}.qlwapp__rating-label{font-size:.875rem;color:#666}.qlwapp__rating-label--left{text-align:start;width:100%}.qlwapp__rating-label--right{text-align:end;width:100%;padding-right:var(--qlwapp-padding-sm)}.qlwapp__rating-buttons{display:flex;flex-wrap:wrap;justify-content:space-between;gap:4px;padding:var(--qlwapp-padding-sm) 0;width:100%}.qlwapp__rating-number{width:calc((100% - 16px)/5);aspect-ratio:1;max-width:50px;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:.9rem;cursor:pointer;user-select:none;transition:all .2s ease-in-out;border-radius:50%;border-width:2px;border-style:solid;border-color:rgba(37,211,102,.25);background-color:rgba(37,211,102,.05);color:var(--qlwapp-scheme-brand);flex-shrink:0}.qlwapp__rating-number:hover,.qlwapp__rating-number--selected{background-color:rgba(37,211,102,.25);border-color:var(--qlwapp-scheme-brand)}.qlwapp__rating-icon{transition:all .2s ease;border-radius:50%;padding:5px;display:flex;align-items:center;justify-content:center;cursor:pointer;width:calc((100% - 16px)/5);aspect-ratio:1;max-width:50px;flex-shrink:0}.qlwapp__rating-icon>svg{stroke:var(--qlwapp-scheme-brand);transition:all .2s ease;width:20px;height:20px}.qlwapp__rating-icon--selected{background-color:rgba(37,211,102,.04)}.qlwapp__rating-icon--selected>svg{fill:var(--qlwapp-scheme-brand)}.qlwapp__rating-icon:hover{background-color:rgba(37,211,102,.06)}.qlwapp__rating-icon:hover>svg{fill:rgba(37,211,102,.15)}.qlwapp__rating-submit{display:flex;justify-content:flex-end;padding-top:var(--qlwapp-padding-sm)}.qlwapp__rating-submit button{border:none;outline:none;cursor:pointer}.qlwapp__modal{pointer-events:all;position:relative;inset:auto;z-index:99999;box-shadow:0 8px 25px -5px rgba(45,62,79,.15);background-color:#fff;margin:24px 24px 12px}.qlwapp__modal::before{background-color:#fff;content:"";position:absolute;bottom:-6px;right:24px;width:13px;height:13px;transform:rotate(45deg)}.qlwapp__modal .qlwapp__header{border-top-left-radius:inherit;border-top-right-radius:inherit}.qlwapp__modal .qlwapp__header .qlwapp__carousel{position:relative}.qlwapp__modal .qlwapp__body{overflow:hidden}.qlwapp__modal .qlwapp__body .qlwapp__carousel{position:relative;max-height:min(var(--qlwapp-scheme-box-max-height),100dvh - 220px)}.qlwapp__modal .qlwapp__footer,.qlwapp__modal .qlwapp__response{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.qlwapp__modal .qlwapp__time,.qlwapp__modal .qlwapp__label,.qlwapp__modal .qlwapp-offline-text{font-size:12px;line-height:1.5em;opacity:.6;display:block}.qlwapp__modal .qlwapp__time{font-size:11px;font-style:italic;color:var(--qlwapp-scheme-contact-availability-color);text-align:justify}.qlwapp__modal .qlwapp__name{display:block;font-weight:bold;line-height:1.5em;color:var(--qlwapp-scheme-contact-name-color);text-align:justify}.qlwapp__modal .qlwapp__label{color:var(--qlwapp-scheme-contact-role-color);text-align:justify}.qlwapp-is-mobile .qlwapp__modal{position:fixed;bottom:0;left:0;right:0;box-shadow:0 5px 20px 5px rgba(0,0,0,.5);margin:0}.qlwapp-is-mobile .qlwapp__modal::before{content:none}.qlwapp-is-mobile .qlwapp__modal .qlwapp__header{border-top-left-radius:0;border-top-right-radius:0}.qlwapp-is-mobile .qlwapp__modal .qlwapp__footer,.qlwapp-is-mobile .qlwapp__modal .qlwapp__response{border-bottom-left-radius:0;border-bottom-right-radius:0}@keyframes closeModal{from{opacity:1;visibility:visible;transform:translateY(0) scale(1)}to{opacity:0;visibility:hidden;transform:translateY(50px)}}@keyframes openModal{from{opacity:0;visibility:hidden;transform:translateY(50px)}to{visibility:visible;opacity:1;transform:translateY(0) scale(1)}}@keyframes closeModalInMobile{from{opacity:1;visibility:visible;transform:translateY(0) scale(1)}to{opacity:0;visibility:hidden;transform:translateY(50px) scale(0.9)}}@keyframes openModalInMobile{from{opacity:0;visibility:hidden;transform:translateY(50px) scale(0.9)}to{visibility:visible;opacity:1;transform:translateY(0) scale(1)}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes bounce{0%,20%,53%,80%,100%{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0)}90%{transform:translate3d(0, -4px, 0)}}@keyframes pulse{0%{box-shadow:0 calc(var(--qlwapp-pulse-size, 12px)*.083) calc(var(--qlwapp-pulse-size, 12px)*.5) 0 rgba(0,0,0,.06),0 calc(var(--qlwapp-pulse-size, 12px)*.167) calc(var(--qlwapp-pulse-size, 12px)*2.667) 0 rgba(0,0,0,.16),0 0 0 0 var(--qlwapp-pulse-color, rgba(37, 211, 102, 0.7))}70%{box-shadow:0 calc(var(--qlwapp-pulse-size, 12px)*.083) calc(var(--qlwapp-pulse-size, 12px)*.5) 0 rgba(0,0,0,.06),0 calc(var(--qlwapp-pulse-size, 12px)*.167) calc(var(--qlwapp-pulse-size, 12px)*2.667) 0 rgba(0,0,0,.16),0 0 0 var(--qlwapp-pulse-size, 12px) var(--qlwapp-pulse-color, rgba(37, 211, 102, 0))}100%{box-shadow:0 calc(var(--qlwapp-pulse-size, 12px)*.083) calc(var(--qlwapp-pulse-size, 12px)*.5) 0 rgba(0,0,0,.06),0 calc(var(--qlwapp-pulse-size, 12px)*.167) calc(var(--qlwapp-pulse-size, 12px)*2.667) 0 rgba(0,0,0,.16),0 0 0 0 var(--qlwapp-pulse-color, rgba(37, 211, 102, 0))}}@keyframes shakeX{0%,100%{transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}@keyframes shakeY{0%,100%{transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.qlwapp__modal{opacity:0;visibility:hidden}.qlwapp__modal .qlwapp__carousel{display:flex;width:200%;height:100%}.qlwapp__modal .qlwapp__carousel .qlwapp__carousel-slide{width:50%;transition:max-height 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms,transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms,opacity 500ms ease-in 500ms}.qlwapp__modal .qlwapp__header .qlwapp__name,.qlwapp__modal .qlwapp__header .qlwapp__avatar{opacity:0;transition:transform cubic-bezier(0.215, 0.61, 0.355, 1) .3s,opacity ease-in .3s}.qlwapp__modal .qlwapp__header .qlwapp__name{transform:translateX(56px)}.qlwapp__modal .qlwapp__header .qlwapp__avatar{transform:scale(0.5)}.qlwapp__modal .qlwapp__header .qlwapp__name{transition-delay:800ms}.qlwapp__modal .qlwapp__header .qlwapp__header-description{transition-delay:850ms}.qlwapp__modal .qlwapp__header .qlwapp__avatar{transition-delay:900ms}.qlwapp__modal .qlwapp__response,.qlwapp__modal .qlwapp__previous,.qlwapp__modal .qlwapp__message{transition:transform cubic-bezier(0.215, 0.61, 0.355, 1) 600ms,opacity ease-in 200ms}.qlwapp__modal .qlwapp__previous,.qlwapp__modal .qlwapp__message{opacity:0}.qlwapp__modal .qlwapp__response{pointer-events:none;display:none;opacity:0}.qlwapp__modal .qlwapp__previous{transform:translateX(56px)}.qlwapp__modal .qlwapp__message{transform:translateY(56px);transition-delay:200ms}.qlwapp__modal .qlwapp__close{transition:opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1)}.qlwapp__modal .qlwapp__header-description{transition:opacity 900ms cubic-bezier(0.215, 0.61, 0.355, 1)}.qlwapp__modal .qlwapp__previous{transition-delay:800ms}.qlwapp__modal .qlwapp__close,.qlwapp__modal .qlwapp__header-description{transition-delay:900ms}.qlwapp__modal .qlwapp__contact{transition:transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1),opacity 150ms ease-in}.qlwapp__modal .qlwapp__contact:nth-of-type(1){transition-delay:100ms}.qlwapp__modal .qlwapp__contact:nth-of-type(2){transition-delay:200ms}.qlwapp__modal .qlwapp__contact:nth-of-type(3){transition-delay:300ms}.qlwapp__modal .qlwapp__contact:nth-of-type(4){transition-delay:400ms}.qlwapp__modal .qlwapp__contact:nth-of-type(5){transition-delay:500ms}.qlwapp__modal .qlwapp__contact:nth-of-type(6){transition-delay:600ms}.qlwapp__modal .qlwapp__header-contact{opacity:0}.qlwapp__modal .qlwapp__message{opacity:0;transform:translateY(-56px)}.qlwapp__modal--response .qlwapp__carousel .qlwapp__carousel-slide{transform:translateX(-100%)}.qlwapp__modal--response .qlwapp__carousel .qlwapp__carousel-slide .qlwapp__header-contact{opacity:1}.qlwapp__modal--response .qlwapp__close{transition-delay:0ms}.qlwapp__modal--response .qlwapp__close,.qlwapp__modal--response .qlwapp__header-description,.qlwapp__modal--response .qlwapp__contact{opacity:0}.qlwapp__modal--response .qlwapp__contact{transform:translateY(-33.333%);border-top-color:rgba(0,0,0,0) !important}.qlwapp__modal--response .qlwapp__message{display:block}.qlwapp__modal--response .qlwapp__message,.qlwapp__modal--response .qlwapp__previous{opacity:1}.qlwapp__modal--response .qlwapp__footer{display:none}.qlwapp__modal--response .qlwapp__response{pointer-events:all;display:block;opacity:1}.qlwapp__modal--response .qlwapp__message,.qlwapp__modal--response .qlwapp__previous{transform:translate(0)}.qlwapp__modal--response .qlwapp__header .qlwapp__carousel-slide{max-height:84px}.qlwapp__modal--response .qlwapp__header .qlwapp__name,.qlwapp__modal--response .qlwapp__header .qlwapp__avatar{opacity:1}.qlwapp__modal--response .qlwapp__header .qlwapp__header-description{opacity:0}.qlwapp__modal--response .qlwapp__header .qlwapp__name,.qlwapp__modal--response .qlwapp__header .qlwapp__header-description{transform:translateX(0)}.qlwapp__modal--response .qlwapp__header .qlwapp__avatar{transform:scale(1)}.qlwapp__modal--opening .qlwapp__response,.qlwapp__modal--opening .qlwapp__close,.qlwapp__modal--opening .qlwapp__previous,.qlwapp__modal--opening .qlwapp__header .qlwapp__name,.qlwapp__modal--opening .qlwapp__header-description{visibility:visible}.qlwapp__modal--closing .qlwapp__info,.qlwapp__modal--closing .qlwapp__avatar__container{transform:translateX(100px);opacity:0;transition:transform cubic-bezier(0.215, 0.61, 0.355, 1) 300ms,opacity ease-out 200ms}.qlwapp__modal--closing .qlwapp__message{transition:all .4s;transform:translateY(100%);opacity:0}.qlwapp__modal--closing .qlwapp__previous{transform:translateX(-24px);opacity:0;transition:transform cubic-bezier(0.215, 0.61, 0.355, 1) 300ms,opacity ease-out 200ms;transition-delay:0ms}.qlwapp__modal--open .qlwapp__icon{display:none;transform:scale(0, 0) !important;opacity:0 !important}.qlwapp__modal--open .qlwapp__close{display:none;transform:scale(1, 1) !important;opacity:1 !important}.qlwapp__button{animation-duration:1.5s;animation-timing-function:ease-in;animation-name:var(--qlwapp-button-animation-name, "none");animation-delay:var(--qlwapp-button-animation-delay, 0);animation-iteration-count:1;transform-origin:center;background-image:unset !important}.qlwapp__button--bubble .qlwapp__close{transform:scale(0, 0);opacity:0;position:absolute}.qlwapp__button--bubble .qlwapp__icon{transform:scale(1, 1);opacity:1}.qlwapp__button--bubble .qlwapp__icon,.qlwapp__button--bubble .qlwapp__close{transition:transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1),opacity 300ms ease-in}.qlwapp__container--open .qlwapp__button--bubble .qlwapp__close{transform:scale(1, 1);opacity:1}.qlwapp__container--open .qlwapp__button--bubble .qlwapp__icon{transform:scale(0, 0);opacity:0}.qlwapp__container .qlwapp__modal{animation:openModal .4s forwards}.qlwapp__container--closing .qlwapp__modal{animation:closeModal .4s forwards}.qlwapp-is-mobile .qlwapp__modal{animation:openModalInMobile .4s forwards}.qlwapp-is-mobile.qlwapp__container--closing .qlwapp__modal{animation:closeModalInMobile .4s forwards}.rtl .qlwapp__modal{direction:ltr !important;unicode-bidi:bidi-override}.rtl .qlwapp__header-description,.rtl .qlwapp__footer,.rtl .qlwapp__response{direction:rtl !important}:root{--qlwapp-padding-xs: 8px;--qlwapp-padding-sm: 16px;--qlwapp-padding-md: 24px;--qlwapp-padding-lg: 32px;--qlwapp-padding-xl: 40px}
@-webkit-keyframes rotating4{from{-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating4{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes animation4{from{left:-40%;width:40%}to{left:100%;width:10%}}@keyframes animation4{from{left:-40%;width:40%}to{left:100%;width:10%}}:root{--lp-cotainer-max-with:var(--lp-container-max-width)}.wp-block-group{--lp-container-max-width:var(--wp--style--global--wide-size)}@font-face{font-family:"lp-icon";src:url(//www.mabed.org.in/wp-content/plugins/learnpress/assets/src/css/vendor/fonts/lp-icon/lp-icon.woff2?v=136) format("woff2");font-weight:normal;font-style:normal;font-display:swap}[class^=lp-icon-],[class*=" lp-icon-"]{font-family:"lp-icon";speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;font-display:swap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lp-icon-plus:before{content:"\f067"}.lp-icon-question:before{content:"\f128"}.lp-icon-minus:before{content:"\f068"}.lp-icon-search:before{content:"\f002"}.lp-icon-envelope-o:before{content:"\f003"}.lp-icon-heart:before{content:"\f004"}.lp-icon-star:before{content:"\f005"}.lp-icon-star-o:before{content:"\f006"}.lp-icon-user:before{content:"\f007"}.lp-icon-th-large:before{content:"\f009"}.lp-icon-th:before{content:"\f00a"}.lp-icon-th-list:before{content:"\f00b"}.lp-icon-check:before{content:"\f00c"}.lp-icon-close:before{content:"\f00d"}.lp-icon-remove:before{content:"\f00d"}.lp-icon-times:before{content:"\f00d"}.lp-icon-signal:before{content:"\f012"}.lp-icon-cog:before{content:"\f013"}.lp-icon-gear:before{content:"\f013"}.lp-icon-trash-o:before{content:"\f014"}.lp-icon-home:before{content:"\f015"}.lp-icon-file-o:before{content:"\f016"}.lp-icon-clock-o:before{content:"\f017"}.lp-icon-download:before{content:"\f019"}.lp-icon-play-circle-o:before{content:"\f01d"}.lp-icon-refresh:before{content:"\f021"}.lp-icon-lock:before{content:"\f023"}.lp-icon-flag:before{content:"\f024"}.lp-icon-book:before{content:"\f02d"}.lp-icon-bookmark:before{content:"\f02e"}.lp-icon-video-camera:before{content:"\f03d"}.lp-icon-edit:before{content:"\f044"}.lp-icon-pencil-square-o:before{content:"\f044"}.lp-icon-check-square-o:before{content:"\f046"}.lp-icon-arrows:before{content:"\f047"}.lp-icon-chevron-left:before{content:"\f053"}.lp-icon-chevron-right:before{content:"\f054"}.lp-icon-check-circle:before{content:"\f058"}.lp-icon-question-circle:before{content:"\f059"}.lp-icon-arrow-left:before{content:"\f060"}.lp-icon-arrow-right:before{content:"\f061"}.lp-icon-expand:before{content:"\f065"}.lp-icon-compress:before{content:"\f066"}.lp-icon-exclamation-circle:before{content:"\f06a"}.lp-icon-gift:before{content:"\f06b"}.lp-icon-eye:before{content:"\f06e"}.lp-icon-eye-slash:before{content:"\f070"}.lp-icon-exclamation-triangle:before{content:"\f071"}.lp-icon-warning:before{content:"\f071"}.lp-icon-calendar:before{content:"\f073"}.lp-icon-comment:before{content:"\f075"}.lp-icon-chevron-up:before{content:"\f077"}.lp-icon-chevron-down:before{content:"\f078"}.lp-icon-shopping-cart:before{content:"\f07a"}.lp-icon-bar-chart:before{content:"\f080"}.lp-icon-bar-chart-o:before{content:"\f080"}.lp-icon-key:before{content:"\f084"}.lp-icon-cogs:before{content:"\f085"}.lp-icon-gears:before{content:"\f085"}.lp-icon-thumbs-o-up:before{content:"\f087"}.lp-icon-thumbs-o-down:before{content:"\f088"}.lp-icon-heart-o:before{content:"\f08a"}.lp-icon-sign-out:before{content:"\f08b"}.lp-icon-linkedin-square:before{content:"\f08c"}.lp-icon-sign-in:before{content:"\f090"}.lp-icon-phone:before{content:"\f095"}.lp-icon-square-o:before{content:"\f096"}.lp-icon-bookmark-o:before{content:"\f097"}.lp-icon-twitter:before{content:"\f099"}.lp-icon-facebook:before{content:"\f09a"}.lp-icon-facebook-f:before{content:"\f09a"}.lp-icon-unlock:before{content:"\f09c"}.lp-icon-bullhorn:before{content:"\f0a1"}.lp-icon-bell-o:before{content:"\f0a2"}.lp-icon-certificate:before{content:"\f0a3"}.lp-icon-briefcase:before{content:"\f0b1"}.lp-icon-arrows-alt:before{content:"\f0b2"}.lp-icon-copy:before{content:"\f0c5"}.lp-icon-files-o:before{content:"\f0c5"}.lp-icon-pinterest-square:before{content:"\f0d3"}.lp-icon-google-plus-square:before{content:"\f0d4"}.lp-icon-google-plus:before{content:"\f0d5"}.lp-icon-money-bill-alt:before{content:"\f0d6"}.lp-icon-caret-down:before{content:"\f0d7"}.lp-icon-caret-up:before{content:"\f0d8"}.lp-icon-caret-left:before{content:"\f0d9"}.lp-icon-caret-right:before{content:"\f0da"}.lp-icon-linkedin:before{content:"\f0e1"}.lp-icon-comment-o:before{content:"\f0e5"}.lp-icon-file-text-o:before{content:"\f0f6"}.lp-icon-angle-double-left:before{content:"\f100"}.lp-icon-angle-double-right:before{content:"\f101"}.lp-icon-angle-double-up:before{content:"\f102"}.lp-icon-angle-double-down:before{content:"\f103"}.lp-icon-angle-left:before{content:"\f104"}.lp-icon-angle-right:before{content:"\f105"}.lp-icon-angle-up:before{content:"\f106"}.lp-icon-angle-down:before{content:"\f107"}.lp-icon-desktop:before{content:"\f108"}.lp-icon-mobile:before{content:"\f10b"}.lp-icon-mobile-phone:before{content:"\f10b"}.lp-icon-circle-o:before{content:"\f10c"}.lp-icon-spinner:before{content:"\f110"}.lp-icon-code:before{content:"\f121"}.lp-icon-puzzle-piece:before{content:"\f12e"}.lp-icon-calendar-o:before{content:"\f133"}.lp-icon-ellipsis-h:before{content:"\f141"}.lp-icon-ellipsis-v:before{content:"\f142"}.lp-icon-file:before{content:"\f15b"}.lp-icon-file-alt:before{content:"\f15c"}.lp-icon-youtube-play:before{content:"\f16a"}.lp-icon-instagram:before{content:"\f16d"}.lp-icon-dot-circle-o:before{content:"\f192"}.lp-icon-graduation-cap:before{content:"\f19d"}.lp-icon-mortar-board:before{content:"\f19d"}.lp-icon-google:before{content:"\f1a0"}.lp-icon-language:before{content:"\f1ab"}.lp-icon-database:before{content:"\f1c0"}.lp-icon-file-pdf:before{content:"\f1c1"}.lp-icon-file-word:before{content:"\f1c2"}.lp-icon-file-excel:before{content:"\f1c3"}.lp-icon-file-powerpoint:before{content:"\f1c4"}.lp-icon-file-image:before{content:"\f1c5"}.lp-icon-file-photo:before{content:"\f1c5"}.lp-icon-file-picture:before{content:"\f1c5"}.lp-icon-file-archive:before{content:"\f1c6"}.lp-icon-file-zip:before{content:"\f1c6"}.lp-icon-file-audio:before{content:"\f1c7"}.lp-icon-file-sound:before{content:"\f1c7"}.lp-icon-file-movie:before{content:"\f1c8"}.lp-icon-file-video:before{content:"\f1c8"}.lp-icon-file-code:before{content:"\f1c9"}.lp-icon-circle-thin:before{content:"\f1db"}.lp-icon-share-alt:before{content:"\f1e0"}.lp-icon-pie-chart:before{content:"\f200"}.lp-icon-line-chart:before{content:"\f201"}.lp-icon-user-secret:before{content:"\f21b"}.lp-icon-television:before{content:"\f26c"}.lp-icon-tv:before{content:"\f26c"}.lp-icon-question-circle-o:before{content:"\f29c"}.lp-icon-google-plus-circle:before{content:"\f2b3"}.lp-icon-google-plus-official:before{content:"\f2b3"}.lp-icon-user-circle:before{content:"\f2bd"}.lp-icon-user-graduate:before{content:"\f501"}.lp-icon-user-edit:before{content:"\f4ff"}.lp-icon-my-courses:before{content:"\e900"}.lp-icon-clock:before{content:"\e901"}.lp-icon-stopwatch:before{content:"\f2f2"}.lp-icon-file-download:before{content:"\f56d"}.lp-icon-list:before{content:"\f03a"}.lp-icon-students:before{content:"\e902"}.lp-icon-courses:before{content:"\e903"}.lp-icon-tiktok-alt:before{content:"\e908"}.lp-icon-alarm-clock:before{content:"\e909"}.lp-icon-art-and-design:before{content:"\e90a"}.lp-icon-best-customer-experience:before{content:"\e90b"}.lp-icon-certificate-o:before{content:"\e90c"}.lp-icon-community:before{content:"\e90d"}.lp-icon-online-education:before{content:"\e90e"}.lp-icon-concierge-bell:before{content:"\e90f"}.lp-icon-target:before{content:"\e910"}.lp-icon-content-marketing:before{content:"\e911"}.lp-icon-dollar-sign:before{content:"\e912"}.lp-icon-website:before{content:"\e913"}.lp-icon-worldwide-security:before{content:"\e914"}.lp-icon-educational-programs:before{content:"\e915"}.lp-icon-online-class:before{content:"\e916"}.lp-icon-monitor:before{content:"\e917"}.lp-icon-lucide:before{content:"\e918"}.lp-icon-ebook:before{content:"\e919"}.lp-icon-co-instructor:before{content:"\e904"}.lp-icon-close-circle:before{content:"\e907"}.lp-icon-layers:before{content:"\e91a"}.lp-icon-filter:before{content:"\e91c"}.lp-icon-in_progress_course:before{content:"\e91d"}.lp-icon-finished_courses:before{content:"\e91e"}.lp-icon-failed_courses:before{content:"\e91f"}.lp-icon-passed_courses:before{content:"\e920"}.lp-icon-student_in_progress:before{content:"\e924"}.lp-icon-student_completed:before{content:"\e925"}.lp-icon-published_course:before{content:"\e926"}.lp-icon-pending_course:before{content:"\e927"}.lp-icon-list-check:before{content:"\e929"}.lp-icon-icon-h5p:before{content:"\e92a"}.lp-icon-comment-written:before{content:"\e921"}.lp-icon-book-open:before{content:"\f518"}.lp-icon-pinterest-p:before{content:"\f231"}.lp-icon-dropbox:before{content:"\e905"}.lp-icon-edit-square:before{content:"\e923"}.lp-icon-drag:before{content:"\e922"}.lp-icon-map-pin:before{content:"\e91b"}.lp-icon-map-marker:before{content:"\e91b"}.lp-icon-box:before{content:"\e906"}.lp-ico-ai{display:inline-block;width:13px;height:13px;background-image:url(//www.mabed.org.in/wp-content/plugins/learnpress/images/icons/ico-ai.svg);background-size:contain;background-repeat:no-repeat}.lp-icon-course-builder{display:inline-block;width:18px;height:18px;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6422 16.0228C21.7413 16.1947 21.7682 16.3988 21.717 16.5905C21.6659 16.7822 21.5409 16.9458 21.3694 17.0456L12.3694 22.2956C12.2547 22.3624 12.1243 22.3977 11.9916 22.3977C11.8588 22.3977 11.7284 22.3624 11.6138 22.2956L2.61376 17.0456C2.44472 16.944 2.3225 16.7799 2.27354 16.5889C2.22459 16.3978 2.25284 16.1952 2.3522 16.0249C2.45155 15.8545 2.614 15.7301 2.80438 15.6787C2.99476 15.6272 3.19774 15.6528 3.36938 15.7499L11.9983 20.5004L20.6194 15.7499C20.7913 15.6509 20.9954 15.624 21.1871 15.6751C21.3788 15.7262 21.5425 15.8512 21.6422 16.0228ZM20.6194 11.2499L11.9916 16.0228L3.36938 11.2499C3.19861 11.1649 3.00186 11.1482 2.81917 11.2031C2.63648 11.258 2.48159 11.3805 2.38602 11.5456C2.29044 11.7107 2.26138 11.906 2.30473 12.0918C2.34809 12.2776 2.46061 12.4398 2.61938 12.5456L11.6194 17.7956C11.7341 17.8624 11.8644 17.8977 11.9972 17.8977C12.13 17.8977 12.2603 17.8624 12.375 17.7956L21.375 12.5456C21.4615 12.4967 21.5373 12.4311 21.5982 12.3526C21.6591 12.2741 21.7038 12.1844 21.7297 12.0885C21.7556 11.9926 21.7622 11.8925 21.7492 11.7941C21.7361 11.6956 21.7036 11.6007 21.6536 11.515C21.6035 11.4292 21.5369 11.3542 21.4577 11.2943C21.3784 11.2344 21.2881 11.1909 21.1919 11.1663C21.0957 11.1416 20.9955 11.1363 20.8972 11.1507C20.799 11.165 20.7045 11.1988 20.6194 11.2499ZM2.24438 7.39775C2.24468 7.26639 2.27948 7.13741 2.34529 7.02372C2.4111 6.91003 2.50562 6.81562 2.61938 6.74994L11.6194 1.49994C11.7341 1.43306 11.8644 1.39783 11.9972 1.39783C12.13 1.39783 12.2603 1.43306 12.375 1.49994L21.375 6.74994C21.4882 6.81599 21.5822 6.91056 21.6474 7.02423C21.7127 7.13789 21.7471 7.26668 21.7471 7.39775C21.7471 7.52883 21.7127 7.65762 21.6474 7.77128C21.5822 7.88494 21.4882 7.97951 21.375 8.04557L12.375 13.2956C12.2603 13.3624 12.13 13.3977 11.9972 13.3977C11.8644 13.3977 11.7341 13.3624 11.6194 13.2956L2.61938 8.04557C2.50562 7.97988 2.4111 7.88547 2.34529 7.77178C2.27948 7.6581 2.24468 7.52912 2.24438 7.39775ZM4.99439 7.39783L11.9944 11.5456L18.9944 7.39783L11.9944 3.39783L4.99439 7.39783Z' fill='black'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6422 16.0228C21.7413 16.1947 21.7682 16.3988 21.717 16.5905C21.6659 16.7822 21.5409 16.9458 21.3694 17.0456L12.3694 22.2956C12.2547 22.3624 12.1243 22.3977 11.9916 22.3977C11.8588 22.3977 11.7284 22.3624 11.6138 22.2956L2.61376 17.0456C2.44472 16.944 2.3225 16.7799 2.27354 16.5889C2.22459 16.3978 2.25284 16.1952 2.3522 16.0249C2.45155 15.8545 2.614 15.7301 2.80438 15.6787C2.99476 15.6272 3.19774 15.6528 3.36938 15.7499L11.9983 20.5004L20.6194 15.7499C20.7913 15.6509 20.9954 15.624 21.1871 15.6751C21.3788 15.7262 21.5425 15.8512 21.6422 16.0228ZM20.6194 11.2499L11.9916 16.0228L3.36938 11.2499C3.19861 11.1649 3.00186 11.1482 2.81917 11.2031C2.63648 11.258 2.48159 11.3805 2.38602 11.5456C2.29044 11.7107 2.26138 11.906 2.30473 12.0918C2.34809 12.2776 2.46061 12.4398 2.61938 12.5456L11.6194 17.7956C11.7341 17.8624 11.8644 17.8977 11.9972 17.8977C12.13 17.8977 12.2603 17.8624 12.375 17.7956L21.375 12.5456C21.4615 12.4967 21.5373 12.4311 21.5982 12.3526C21.6591 12.2741 21.7038 12.1844 21.7297 12.0885C21.7556 11.9926 21.7622 11.8925 21.7492 11.7941C21.7361 11.6956 21.7036 11.6007 21.6536 11.515C21.6035 11.4292 21.5369 11.3542 21.4577 11.2943C21.3784 11.2344 21.2881 11.1909 21.1919 11.1663C21.0957 11.1416 20.9955 11.1363 20.8972 11.1507C20.799 11.165 20.7045 11.1988 20.6194 11.2499ZM2.24438 7.39775C2.24468 7.26639 2.27948 7.13741 2.34529 7.02372C2.4111 6.91003 2.50562 6.81562 2.61938 6.74994L11.6194 1.49994C11.7341 1.43306 11.8644 1.39783 11.9972 1.39783C12.13 1.39783 12.2603 1.43306 12.375 1.49994L21.375 6.74994C21.4882 6.81599 21.5822 6.91056 21.6474 7.02423C21.7127 7.13789 21.7471 7.26668 21.7471 7.39775C21.7471 7.52883 21.7127 7.65762 21.6474 7.77128C21.5822 7.88494 21.4882 7.97951 21.375 8.04557L12.375 13.2956C12.2603 13.3624 12.13 13.3977 11.9972 13.3977C11.8644 13.3977 11.7341 13.3624 11.6194 13.2956L2.61938 8.04557C2.50562 7.97988 2.4111 7.88547 2.34529 7.77178C2.27948 7.6581 2.24468 7.52912 2.24438 7.39775ZM4.99439 7.39783L11.9944 11.5456L18.9944 7.39783L11.9944 3.39783L4.99439 7.39783Z' fill='black'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.lp-skeleton-animation{margin:0;padding:0;list-style:none}.lp-skeleton-animation>li{width:100%;height:16px;margin-top:15px;border-radius:2px;background:linear-gradient(90deg,hsla(0,0%,74.5%,0.2) 25%,hsla(0,0%,50.6%,0.24) 37%,hsla(0,0%,74.5%,0.2) 63%);background-size:400% 100%;list-style:none;animation:lp-skeleton-loading 1.4s ease infinite}@keyframes lp-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.lp-loading-circle{width:15px;height:15px;border:2px solid #ccc;border-radius:50%;border-top-color:rgba(0,0,0,0.76);animation:spin 1s infinite linear;display:inline-block}.lp-loading-circle.hide{display:none}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.lp-form-course-filter__title{font-weight:500;margin-bottom:12px}.lp-form-course-filter__content{position:relative}.lp-form-course-filter__content .lp-course-filter__field *{cursor:pointer}.lp-form-course-filter__content .lp-course-filter__field{position:relative;display:flex;align-items:center;gap:10px;cursor:pointer}.lp-form-course-filter__content .lp-course-filter__field input:focus{outline:0}.lp-form-course-filter__content .lp-course-filter__field input[disabled]{cursor:not-allowed}.lp-form-course-filter__content .lp-course-filter__field label{margin:0;text-transform:capitalize;line-height:inherit;flex:1}.lp-form-course-filter__content .lp-course-filter__field .count{color:#999}.lp-form-course-filter__content .lp-course-filter-search-field{position:relative;display:flex;align-items:center}.lp-form-course-filter__content .lp-course-filter-search-field input{width:100%;line-height:2rem;border:1px solid #eee;padding:8px}.lp-form-course-filter__content .lp-course-filter-search-field input:focus{outline:0}.lp-form-course-filter__content .lp-course-filter-search-field .lp-loading-circle{position:absolute;right:10px}.lp-form-course-filter__content .lp-course-filter-search-result{position:absolute;z-index:10;background:white;width:100%;border:1px solid #eee;max-height:300px;overflow-y:auto;padding:0}.lp-form-course-filter__content .lp-course-filter-search-result:empty{border:0}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list{padding:0 10px}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list .item-course-suggest{display:flex;gap:8px;padding:10px 0;align-items:center;border-bottom:1px solid #f5f5f5}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list .item-course-suggest:last-child{border-bottom:0}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list .course-img{width:50px}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list .course-img img{width:50px;height:auto;display:block}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list a{font-size:.875em;line-height:1em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list a span{font-size:.875em;line-height:1em}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-info{border-top:1px solid #eee;padding:10px;background:#e8f0fe;font-weight:500;display:flex;justify-content:space-between}.lp-form-course-filter .course-filter-submit,.lp-form-course-filter .course-filter-reset{padding:12px 24px;text-transform:capitalize;width:calc(50% - 4px);border:1px solid #ccc;border-radius:4px;background-color:var(--lp-button-background-color);color:var(--lp-button-color)}.lp-form-course-filter .course-filter-submit:focus,.lp-form-course-filter .course-filter-reset:focus{outline:0}.lp-form-course-filter .course-filter-submit:hover,.lp-form-course-filter .course-filter-reset:hover{color:#fff;background:var(--lp-primary-color)}.lp-form-course-filter .course-filter-reset{margin-left:4px}.lp-form-course-filter .course-filter-submit{margin-right:4px}.lp-form-course-filter .lp-form-course-filter__item{margin-bottom:12px;border-bottom:1px solid #ccc;padding-bottom:12px}.lp-form-course-filter .lp-form-course-filter__item .lp-cate-parent .lp-cate-child{margin-left:1rem}#learn-press-become-teacher-form .become-teacher-fields{list-style:none;padding:0}.lp-form-course-filter__close,.elementor-widget-container .lp-form-course-filter__close{display:none}.elementor-widget-container .learnpress-widget-wrapper{position:unset}@media(max-width:768px){.widget_course_filter{position:fixed !important;right:0;top:0;bottom:0;z-index:999999;width:400px;height:100%;background-color:#fff;transition:.3s;display:block;overflow-y:auto;border:none !important;border-radius:0 !important;transform:translate3d(100%,0,0);margin:0;opacity:0;visibility:hidden;padding:20px}.widget_course_filter .lp-form-block-course-filter .course-filter-submit,.widget_course_filter .lp-form-course-filter .course-filter-submit{width:100%;margin:0}.widget_course_filter .lp-form-block-course-filter .course-filter-reset,.widget_course_filter .lp-form-course-filter .course-filter-reset{width:100%;margin:12px 0 0 0}.widget_course_filter .widget-title{display:flex;gap:16px;align-items:center;font-size:calc(var(--lp-font-size-base, 1em) * 1.25)}.show-lp-course-filter-mobile{overflow:hidden}.show-lp-course-filter-mobile .widget_course_filter{transform:none;opacity:1;visibility:visible}.show-lp-course-filter-mobile .lp-archive-courses-sidebar::after{position:fixed;top:0;right:0;width:100%;height:100%;background:rgba(0,0,0,0.9);content:"";-webkit-transition:opacity .5s,width .1s .5s,height .1s .5s;transition:opacity .5s,width .1s .5s,height .1s .5s;z-index:99999}.show-lp-course-filter-mobile .learnpress-widget-wrapper{position:unset}.lp-form-course-filter__close,.elementor-widget-container .lp-form-course-filter__close{display:flex;position:absolute;right:0;top:20px;left:auto;align-items:center;justify-content:center;gap:4px;padding:0 20px}.lp-form-course-filter__close i,.elementor-widget-container .lp-form-course-filter__close i{font-size:1rem}}@media(max-width:500px){.widget_course_filter{width:100%;left:0;right:0;box-sizing:border-box}}@keyframes lp-rotating{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes lp-rotating{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.lp-loading-change{position:absolute;width:100%;height:100%;background:rgba(255,255,255,0.38);top:0}.lp-load-ajax-element{position:relative}@media(min-width:1024px){body.theme-divi{--lp-cotainer-padding:0}}.learnpress.widget{margin-bottom:30px}.learnpress.widget h3{margin-bottom:20px}.learnpress.widget a{text-decoration:none}.learnpress-widget-wrapper{margin-top:16px;position:relative}.learnpress-widget-wrapper .lp-widget-loading-change{display:none;position:absolute;width:100%;height:100%;background:rgba(255,255,255,0.38);top:0;z-index:10}.learnpress-widget-wrapper .lp-widget-course{margin:0 0 30px 0;border:1px solid #eee}.learnpress-widget-wrapper .lp-widget-course__image img{height:auto;width:100%;display:block}.learnpress-widget-wrapper .lp-widget-course__title{margin-bottom:20px;font-size:1em;font-weight:600}.learnpress-widget-wrapper .lp-widget-course__content{margin:0;padding:16px;border-top:1px solid #eee}.learnpress-widget-wrapper .lp-widget-course__title{margin:4px 0 16px 0}.learnpress-widget-wrapper .lp-widget-course__meta{display:grid;margin:16px 0 0 0;grid-template-columns:repeat(2,1fr);justify-content:space-between;align-items:center;gap:24px}.learnpress-widget-wrapper .lp-widget-course__meta .course-price{margin-bottom:0}.learnpress-widget-wrapper .lp-widget-course__meta .course-price .course-item-price{display:flex;flex-direction:column}.learnpress-widget-wrapper .lp-widget-course__description{color:#666;font-size:.875em}.learnpress-widget-wrapper .lp-widget-course__price{color:#444;font-size:.875em;font-weight:600}.learnpress-widget-wrapper .lp-widget-course__instructor{display:flex;align-items:center}.learnpress-widget-wrapper .lp-widget-course__instructor__avatar{margin-right:5px}.learnpress-widget-wrapper .lp-widget-course__instructor__avatar img{width:20px;border-radius:20px;height:20px;display:block}.learnpress-widget-wrapper .lp-widget-course__instructor>a{color:#777;font-size:.875em}.learnpress.widget_course_progress .lp_widget_course_progress,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp_widget_course_progress{margin:0;padding:20px;border:1px solid #eee}.learnpress.widget_course_progress .course-results-progress,.elementor-widget-wp-widget-learnpress_widget_course_progress .course-results-progress{margin-top:10px;font-size:.8em}.learnpress.widget_course_progress .course-results-progress .items-progress,.elementor-widget-wp-widget-learnpress_widget_course_progress .course-results-progress .items-progress{display:flex;margin-bottom:7px;justify-content:space-between;align-items:center}.learnpress.widget_course_progress .course-results-progress .items-progress__heading,.elementor-widget-wp-widget-learnpress_widget_course_progress .course-results-progress .items-progress__heading{font-weight:400}.learnpress.widget_course_progress .lp-course-progress,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress{width:100%}.learnpress.widget_course_progress .lp-course-progress.learn-press-progress,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress.learn-press-progress{position:relative}.learnpress.widget_course_progress .lp-course-progress.learn-press-progress .progress-bg,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress.learn-press-progress .progress-bg{overflow:hidden;position:relative;height:6px;background:#ccc;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.learnpress.widget_course_progress .lp-course-progress.learn-press-progress .progress-bg .progress-active,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress.learn-press-progress .progress-bg .progress-active{position:absolute;left:50%;width:100%;height:100%;margin-left:-100%;background:var(--lp-primary-color);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.learnpress.widget_course_progress .lp-course-progress.learn-press-progress .lp-passing-conditional,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress.learn-press-progress .lp-passing-conditional{position:absolute;top:0;width:3px;height:6px;margin-left:-1px;background:var(--lp-secondary-color)}.lp_widget_course_info{margin:0;padding:20px;border:1px solid var(--lp-border-color,#e2e0db)}.lp_widget_course_info h3{margin-bottom:15px}.lp_widget_course_info ul{margin:0;padding:0}.lp_widget_course_info ul li{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.lp_widget_course_info ul label{font-size:var(--lp-font-size-base,1em);margin:0}.lp-widget-course-extra{margin:0}.lp-widget-course-extra h3{margin-bottom:20px;font-size:var(--lp-font-size-base,1em)}.lp-widget-course-extra__content h4.course-extras__title{margin:0;margin-bottom:15px;font-size:var(--lp-font-size-base,1em);font-weight:600}.lp-widget-course-extra__content ul{margin:0;padding:0}.lp-widget-course-extra__content ul li{margin-bottom:10px}.lp-widget-course-extra__content .course-extras{display:block}.lp-widget-course-extra__content .course-extras .course-extras__content ul{list-style:none}.lp-widget-course-extra__content .course-extras .course-extras__content ol{list-style-position:inside}.lp-widget-course-extra__content .course-extras .course-extras__content ul li,.lp-widget-course-extra__content .course-extras .course-extras__content ol li{position:relative;border:0}.lp-widget-course-extra__content .course-extras.style-checks ul li,.lp-widget-course-extra__content .course-extras.style-checks ol li{padding-left:20px}.lp-widget-course-extra__content .course-extras.style-checks ul li::before,.lp-widget-course-extra__content .course-extras.style-checks ol li::before{display:inline-block;position:absolute;top:50%;left:0;width:12px;height:7px;border:2px solid #8794b9;border-top:0;border-right:0;content:"";transform:rotate(-54deg) translateY(-50%)}.lp-widget-course-extra__content .course-extras.style-radios ul li,.lp-widget-course-extra__content .course-extras.style-radios ol li{padding-left:20px}.lp-widget-course-extra__content .course-extras.style-radios ul li::before,.lp-widget-course-extra__content .course-extras.style-radios ol li::before{display:inline-block;position:absolute;top:50%;left:0;width:12px;height:7px;border:2px solid #8794b9;border-top:0;border-right:0;content:"";transform:rotate(-54deg) translateY(-50%)}.learnpress.widget_course_featured .lp-widget-featured-courses__footer,.elementor-widget-wp-widget-learnpress_widget_course_featured .lp-widget-featured-courses__footer{margin-top:20px;padding-top:10px;border-top:1px solid #eee}.learnpress.widget_course_featured .lp-widget-featured-courses__footer__link,.elementor-widget-wp-widget-learnpress_widget_course_featured .lp-widget-featured-courses__footer__link{font-size:1rem;line-height:1}.learnpress.widget_course_featured .lp-widget-featured-courses__footer__link::before,.elementor-widget-wp-widget-learnpress_widget_course_featured .lp-widget-featured-courses__footer__link::before{content:"←"}.learnpress.widget_course_popular .lp-widget-popular-courses__footer,.elementor-widget-wp-widget-learnpress_widget_course_popular .lp-widget-popular-courses__footer{margin-top:20px;padding-top:10px;border-top:1px solid #eee}.learnpress.widget_course_popular .lp-widget-popular-courses__footer__link,.elementor-widget-wp-widget-learnpress_widget_course_popular .lp-widget-popular-courses__footer__link{font-size:1rem;line-height:1}.learnpress.widget_course_popular .lp-widget-popular-courses__footer__link::before,.elementor-widget-wp-widget-learnpress_widget_course_popular .lp-widget-popular-courses__footer__link::before{content:"←"}.learnpress.widget_course_recent .lp-widget-recent-courses__footer,.elementor-widget-wp-widget-learnpress_widget_course_recent .lp-widget-recent-courses__footer{margin-top:20px;padding-top:10px;border-top:1px solid #eee}.learnpress.widget_course_recent .lp-widget-recent-courses__footer__link,.elementor-widget-wp-widget-learnpress_widget_course_recent .lp-widget-recent-courses__footer__link{font-size:1rem;line-height:1}.learnpress.widget_course_recent .lp-widget-recent-courses__footer__link::before,.elementor-widget-wp-widget-learnpress_widget_course_recent .lp-widget-recent-courses__footer__link::before{content:"←"}.learnpress-widget-wrapper__restapi .lp-skeleton-animation{min-width:250px}.learnpress-widget-wrapper__restapi ul{padding:0}.focus .ts-control,.ts-control{box-shadow:none}.ts-control,.ts-dropdown{width:100%;box-sizing:border-box}.ts-control{border:1px solid #d0d0d0;padding:8px;overflow:hidden;position:relative;z-index:1;border-radius:3px;display:flex;flex-wrap:wrap}.ts-wrapper.multi.has-items .ts-control{padding:calc(8px - 2px - 0) 8px calc(8px - 2px - 3px - 0)}.full .ts-control{background-color:#fff}.disabled .ts-control,.disabled .ts-control *{cursor:default!important}.ts-control>*{vertical-align:baseline;display:inline-block}.ts-wrapper.multi .ts-control>div{cursor:pointer;margin:0 3px 3px 0;padding:2px 6px;background:#f2f2f2;color:#303030;border:0 solid #d0d0d0}.ts-wrapper.multi .ts-control>div.active{background:#e8e8e8;color:#303030;border:0 solid #cacaca}.ts-wrapper.multi.disabled .ts-control>div,.ts-wrapper.multi.disabled .ts-control>div.active{color:#7d7d7d;background:#fff;border:0 solid #fff}.ts-control>input{flex:1 1 auto;min-width:7rem;display:inline-block!important;padding:0!important;min-height:0!important;max-height:none!important;max-width:100%!important;margin:0!important;text-indent:0!important;border:0!important;background:0 0!important;line-height:inherit!important;-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important;box-shadow:none!important}.ts-control>input::-ms-clear{display:none}.ts-control>input:focus{outline:0!important}.has-items .ts-control>input{margin:0 4px!important}.ts-control.rtl.single .ts-control:after{left:15px;right:auto}.ts-control.rtl .ts-control>input{margin:0 4px 0 -2px!important}.disabled .ts-control{opacity:.5;background-color:#fafafa}.input-hidden .ts-control>input{opacity:0;position:absolute;left:-10000px}.ts-dropdown{position:absolute;top:100%;left:0;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:.25rem 0 0;border-top:0;box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:0 0 3px 3px}.ts-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.ts-dropdown [data-selectable] .highlight{background:rgba(125,168,208,.2);border-radius:1px}.ts-dropdown .create,.ts-dropdown .no-results,.ts-dropdown .optgroup-header,.ts-dropdown .option{padding:5px 8px}.ts-dropdown .option,.ts-dropdown [data-disabled],.ts-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.ts-dropdown [data-selectable].option{opacity:1;cursor:pointer}.ts-dropdown .optgroup:first-child .optgroup-header,.ts-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0}.ts-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.ts-dropdown .active{background-color:#f5fafd;color:#495c68}.ts-dropdown .active.create{color:#495c68}.ts-dropdown .create{color:rgba(48,48,48,.5)}.ts-dropdown .spinner{display:inline-block;width:30px;height:30px;margin:5px 8px}.ts-dropdown .spinner::after{content:" ";display:block;width:24px;height:24px;margin:3px;border-radius:50%;border:5px solid #d0d0d0;border-color:#d0d0d0 transparent;animation:1.2s linear infinite lds-dual-ring}@keyframes lds-dual-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.ts-dropdown-content{overflow:hidden auto;max-height:200px;scroll-behavior:smooth}.ts-wrapper.plugin-drag_drop .ts-dragging{color:transparent!important}.ts-wrapper.plugin-drag_drop .ts-dragging>*{visibility:hidden!important}.plugin-checkbox_options:not(.rtl) .option input{margin-right:.5rem}.plugin-checkbox_options.rtl .option input{margin-left:.5rem}.plugin-clear_button{--ts-pr-clear-button:1em}.plugin-clear_button .clear-button{opacity:0;position:absolute;top:50%;transform:translateY(-50%);right:calc(8px - 6px);margin-right:0!important;background:0 0!important;transition:opacity .5s;cursor:pointer}.plugin-clear_button.form-select .clear-button,.plugin-clear_button.single .clear-button{right:max(var(--ts-pr-caret),8px)}.plugin-clear_button.focus.has-items .clear-button,.plugin-clear_button:not(.disabled):hover.has-items .clear-button{opacity:1}.ts-wrapper .dropdown-header{position:relative;padding:10px 8px;border-bottom:1px solid #d0d0d0;background:color-mix(#fff,#d0d0d0,85%);border-radius:3px 3px 0 0}.plugin-dropdown_input .dropdown-input,.plugin-dropdown_input.focus.dropdown-active .ts-control{border:1px solid #d0d0d0;box-shadow:none}.ts-wrapper .dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px!important}.ts-wrapper .dropdown-header-close:hover{color:#000}.plugin-dropdown_input .dropdown-input{border-width:0 0 1px;display:block;padding:8px;width:100%;background:0 0}.plugin-dropdown_input .items-placeholder{border:0!important;box-shadow:none!important;width:100%}.plugin-dropdown_input.dropdown-active .items-placeholder,.plugin-dropdown_input.has-items .items-placeholder{display:none!important}.ts-wrapper.plugin-input_autogrow.has-items .ts-control>input{min-width:0}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input{flex:none;min-width:4px}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::-ms-input-placeholder{color:transparent}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::placeholder{color:transparent}.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content{display:flex}.ts-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0;flex-grow:1;flex-basis:0;min-width:0}.ts-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0}.ts-dropdown.plugin-optgroup_columns .optgroup::before{display:none}.ts-wrapper.plugin-remove_button .item{display:inline-flex;align-items:center}.ts-wrapper.plugin-remove_button .item .remove{color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:0 6px;border-radius:0 2px 2px 0;box-sizing:border-box}.ts-wrapper.plugin-remove_button .item .remove:hover{background:rgba(0,0,0,.05)}.ts-wrapper.plugin-remove_button.disabled .item .remove:hover{background:0 0}.ts-wrapper.plugin-remove_button .remove-single{position:absolute;right:0;top:0;font-size:23px}.ts-wrapper.plugin-remove_button:not(.rtl) .item{padding-right:0!important}.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove{border-left:1px solid #d0d0d0;margin-left:6px}.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove{border-left-color:#cacaca}.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove{border-left-color:#fff}.ts-wrapper.plugin-remove_button.rtl .item{padding-left:0!important}.ts-wrapper.plugin-remove_button.rtl .item .remove{border-right:1px solid #d0d0d0;margin-right:6px}.ts-wrapper.plugin-remove_button.rtl .item.active .remove{border-right-color:#cacaca}.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove{border-right-color:#fff}:root{--ts-pr-clear-button:0;--ts-pr-caret:0;--ts-pr-min:.75rem}.ts-wrapper.single .ts-control,.ts-wrapper.single .ts-control input{cursor:pointer}.ts-control:not(.rtl){padding-right:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret))!important}.ts-control.rtl{text-align:right;padding-left:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret))!important}.ts-wrapper{position:relative}.ts-control,.ts-control input,.ts-dropdown{color:#303030;font-family:inherit;font-size:13px;line-height:18px}.ts-control,.ts-wrapper.single.input-active .ts-control{background:#fff;cursor:text}.ts-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}