.class-details .lesson-title {
    margin: 0px 0 10px;
}
.description .lesson-title {
    margin-top: 24px;
}
.description-block .title-details {
    margin: 0 0 15px;
    line-height: 1;
}
.description-block .description-details {
    margin: 0 0 15px;
}
.description-block .topic-block {
    margin: 10px 0;
}
.class-details-heading {
    display: flex;
    justify-content: space-between;
}
.select-topic-btn-group {
    border-bottom: 1px solid rgb(9, 9, 9, 0.2);
    padding-bottom: 40px;
}
.class-details .container-60.border-b {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.profile-img{
    margin-bottom: 15px;
}
.speaker-profile .select-topic-btn-group {
    border-bottom: 0;
    padding-bottom: 0;
}
.select-topic.speaker-profile {
    padding: 30px 20px;
}
.speaker-profile .select-topic-view-more {
    height: auto;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    align-self: baseline;
}
.video-block-bottom .attend-btn-bottom {
  align-self: initial; 
  text-align: right;
  align-items: flex-end;
  margin-top: 0;
}
.video-block-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    position: relative;
    min-height: 80px;
}
.class-details .video_source-custom,
.no-video-block img {
    max-width: 450px;
}
.description-details {
    margin-bottom: 0;
}
.description-bio {
    margin-top: 30px;
    text-align: left;
    display: inline-block;
    width: 100%;
}
.description-bio p {
    margin-bottom: 0;
}
.description-bio .title-bio,
.profile-info .profile-name,
.title-video {
    margin: 0;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}
.title-video {
    margin-bottom: 24px;
}
.video-block-bottom .title-video {
    width: 100%;
}
.title-video.mt-30 {
    margin-top: 30px;
}
.speaker-details-block .spk-vdo {
    margin-top: 0px;
}
.select-topic-view-more .vid-model-btn {
    padding: 0;
    min-height: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.class-details-left {
    width: calc(100% - 580px);
}
.speaker-details-left {
    width: calc(100% - 0px);
    width: 36%;
}
.class-details-heading .profile-details-speaker {
    width: 58%;
}
.select-topic .select-topic-btn-group {
    border-bottom: 0;
}
.select-topic .select-topic-btn-group .class-details-left .profile-img img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: top center;
    border-radius: 50%;
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    display: grid;
    width: 100%;
}
.profile-details p {
    margin: 0;
    text-align: left;
}
.class-details .class-details-heading .star-ratings {
    justify-content: flex-start;
}
.dash-total-class-details  {
    margin-top: 30px;
}
.dash-total-class-details .dash-box-details .total-title {
    display: inline-block;
    width: 100%;
    min-height: 50px;
    margin-bottom: 0;
    font-size: 18px;
}
.dash-total-class-details .total-sub-title {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 24px;
}
.dash-total-class-details .total-sub-title span {
    font-weight: 400;
}
.dash-total-class-details-box .dash-box-details {
    box-shadow: 0 0 30px 0px rgb(0 0 0 / 10%);
    padding: 20px 20px 15px;
    background-color: #fff;
    border-radius: 15px;
}
.dash-total-class-details-box .svg-icon {
    margin-bottom: 15px;
}
.dash-total-class-details-box .svg-icon svg {
    height: 60px;
    fill: #333;
}
.dash-total-class-details-box .taught-details-box {
    background: #3f6eed;
}
.dash-total-class-details-box .dash-total-class-details-box {
    background: #00af87;
}
.dash-total-class-details-box .total-attendance-details-box {
   background: #00af87;
}
.dash-total-class-details-box .average-details-box {
    background: #ffb229;
}
.dash-total-class-details-box .rating-details-box {
    background: var(--primary-color);
}
.dash-total-class-details .taught-details-box .total-title,
.dash-total-class-details .rating-details-box .total-title,
.dash-total-class-details .taught-details-box .total-sub-title,
.dash-total-class-details .rating-details-box .total-sub-title  {
    color: #fff;
}
.dash-total-class-details-box .taught-details-box .svg-icon svg,
.dash-total-class-details-box .rating-details-box .svg-icon svg  {
    fill: #fff;
}
.class-details .date-time {
    gap: 24px;
}
.class-details .date-time .date-block,
.class-details .date-time .date-block,
.class-details .date-time .time-block,
.class-details .date-time .time-zone-block{
    padding-left: 40px;
}
.class-details .date-time .timer-block {
    padding-left: 28px;
}
/* Speaker Profile CSS */
.tech-name h2 {
    color: var(--primary-color);
    font-size: 38px;
    text-transform: none;
    font-weight: 600;
    margin: 0px 0 24px 0;
    margin-bottom: 24px;
    display: inline-flex;
    width: 100%;
}
.tech-btn {
	display: inline-block;
	width: 100%;
	margin: 30px 0;
}
.tech-btn a + a {
	margin-left: 20px;
}
.tech-btn .rounded-red-btn {
	width: 200px;
}
.tech-btn .rounded-red-btn span {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: sub;
	margin-right: 5px;
}
.tech-btn .rounded-red-btn span svg {
    display: inline-block;
    width: 20px;
    height: 20px;
    fill: #fff;
}
.tech-share {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.tech-share a.share-btn {
	border-radius: 25px;
	background-color: transparent;
	font-size: 20px;
	color: var(--primary-color);
	font-weight: 500;
	min-height: 51px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	margin-left: 100px;
}
.tech-share a.share-btn span {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: sub;
	margin-right: 5px;
}
.tech-share a.share-btn span svg {
	display: inline-block;
	width: 20px;
	height: 20px;
	fill: var(--primary-color);
    transition:0.3s;
}
.tech-share a.share-btn:hover {
	color: rgba(9, 9, 9);
}
.tech-share a.share-btn:hover span svg {
    fill:rgba(9, 9, 9);
}
.speaker-details-left .tech-name p {
    margin: 0 0 15px;
}
.speaker-details-left .tech-name h2 {
    display: inline-block;
}
.speaker-details-left .star-ratings {
    gap: 5px;
    justify-content: flex-start;
}
.spk-vdo {
	display: inline-block;
	width: 100%;
	margin: 40px 0 0;
}
.spk-vdo video#video_source,
.video_source-custom {
	width: 100%;
    height: 250px;
    border-radius: 20px;
    aspect-ratio: 16 / 9;
}
.item .no-video-block img,
.no-video-block img {
    border-radius: 20px;
}
.select-topic.classes-section.speaker-profile .spk-profile .class-details-heading .class-details-left,
.select-topic.classes-section.speaker-profile .spk-profile .class-details-heading .select-topic-view-more {
	width: 50%;
}
.speaker-details-block, .container-60 {
   width: 65%;
   margin: 0 auto; 
}
.speaker-details-block .speaker-details-in {
   display: flex;
   flex-wrap: wrap;
}
.speaker-details-block .left-image-block,
.speaker-details-block .left-image-block img {
    width: 200px;
    margin: 0 auto;
}
.speaker-details-block .left-image-block img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center top;
    border-radius: 50%;
    margin: 0 auto;
}
.speaker-details-block .left-image-block .star-ratings {
    flex-wrap: wrap;
    margin: 10px 0 0;
}
.speaker-details-block .right-content-block {
    width:calc(100% - 200px);
    padding-left: 40px;
}
.speaker-details-block .right-content-block .tech-name {
    margin-top: 0;
}
.speaker-details-block .details-title {
    margin: 0 0 0px;
    font-size: 24px;
    text-align: left;
}
.speaker-details-block .details-subtitle {
    margin: 0 0 15px;
    text-align: left;
}
.speaker-details-block .profile-info{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.speaker-details-block .profile-info {
    margin-top: 10px;    
}
.speaker-details-block .profile-info .profile-name {
    width: 150px;
}
.speaker-details-block .profile-info .profile-info-name {
    width: calc(100% - 150px);
    margin: 0;
}
.border-top {
    border-top: 1px solid #e6e6e6;
}
.pt-22 {
    padding-top: 22px;
}
.class-details .container-60 .class-details-heading  .attend-btn .rounded-red-btn {
    padding: 0 30px ;
    white-space: nowrap;
    margin-top: 10px;
}
.class-details .container-60 .class-details-heading .attend-btn-mt-none .rounded-red-btn {
    margin-top: 0;
}
.class-details .video-block-bottom .attend-btn-bottom,
.class-details .container-60 .class-details-heading .attend-btn .rounded-red-btn {
    position: absolute;
    right: 0;   
}
.restart-button-style .restart-button{
    position: relative !important;
}
.restart-button-style .restart-button .select-topic-view-more {
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
.attend-btn-bottom .rounded-red-btn {
    padding: 0 30px;
}
.class-details .container-60 .class-details-heading  .attend-btn {
    position: relative;
}
.profile-info .profile-name,
.title-video,
.upcoming-classes-details-block .title-view-block .title,
.completed-classes-details-block .title-view-block .title,
.description-block-topic .title-topics,
.date-time-block .title-details,
.speaker-details-block .title-details {
    margin-top: 0;
    font-size: 28px;
}
.description-block .title-details,
.date-time-block .title-details,
.description-block-class .title-details,
.description-block-topic .title-topics,
.description-bio .title-bio {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}
.speaker-details-block .title-details,
.no-video-block .title-video,
.description-bio .title-video,
.description-bio .title-bio {
    margin-bottom: 15px;
}
.description-bio .title-video {
    font-size: 20px;
    font-weight: 700;
}
.description-block-class .description-details,
.speaker-details-block .description-bio p {
    color: #535353;
    line-height: 28px;
    margin: 0 0 24px;
}
.description-block-class .title-details {
    margin-bottom: 15px;
}
.description-block-class .description-details:last-child,
.speaker-details-block .description-bio p:last-child,
.speaker-details-block .description-bio p:last-child,
.speaker-details-block .description-bio p:empty {
    margin-bottom: 0;
}
.description-block .description-details,
.class-details-heading .date-time,
.description-block-class .description-details,
.speaker-details-block .description-bio p {
    font-size: 15px;
}
.speaker-details-block .video-block-bottom .attend-btn-bottom {
    margin-top: 0;
    width: auto; 
}
.description-class-title {
    padding-right: 210px;
}
.description-block .description-details.description-class-title {
    margin-top: 0;
    font-size: 26px;
    font-weight: 700;
}
.description-block.big-text .description-class-title {
    margin-top: 10px;
}
.class-details-heading .attend-btn-mt-none .rounded-red-btn {
    margin-top: 0;
}
.description-block-class .description-details,
.class-details-heading .date-time,
.topic-block span,
.speaker-details-block .profile-info .profile-info-name,
.speaker-details-block .profile-info .profile-name,
.speaker-details-block .title-details,
.speaker-details-block .description-bio p,
.speaker-details-block .profile-info p {
    font-size: 20px;
}
.description-block-class .description-details {
    line-height: 1.6;
}
/*.date-time .time-block {
    border-left: 1px solid #979797;
    padding-left: 10px;
}*/
.class-details .date-time-block .date-time {
    justify-content: start;
}
.about-the-instructor .speaker-details-block .description-bio .attend-btn-bottom {
    width: 100%;
}
.about-the-instructor .speaker-details-block .description-bio .attend-btn-bottom .rounded-red-btn {
    margin-top: 8px;
}
/*--Responsive --*/
@media (max-width: 1280px) {
    .speaker-details-block .left-image-block img,
    .upcoming-classes-details-block .owl-item .item .user-img-block img {
        width: 200px;
        height: 200px;
    }
    .speaker-details-block, .container-60 {
        width: 70%;
    }
}
@media (min-width: 1026px) and (max-width: 1220px) { 
    .grid-cols-custom-responsive {
        display: flex;
        justify-content: space-between;
    }
    .grid-cols-custom-responsive .date-w,
    .grid-cols-custom-responsive .time-w {
        width: 100%;
    }
    .grid-cols-custom-responsive .select-box {
        width: 30%;
    }
}
@media (max-width: 1199px) {
    .speaker-profile .class-details-heading {
        flex-wrap: wrap;
    }
    .speaker-profile .class-details-left {    
        width: 100%;
        margin-bottom: 28px;
    }
    .speaker-profile .speaker-details-left {
        width: 36%;
    }
    .speaker-profile .select-topic-view-more {
        width: 100%;    
        background-size: cover;
        margin-bottom: 28px;
        width: 40%;
        margin-bottom: 13px;
    }
    .speaker-profile-form.update-profile .contact-inner-form,
    .class-details-heading .profile-details-speaker {
        width: 55%;
    }
    .update-profile .contact-inner-form.profile-inner-form {
         width: 90%;  
    }
    .speaker-profile .select-topic-view-more {
        width: 60%;    
        background-size: cover;
        margin-bottom: 0;
    }
    .profile-g-btn .rounded-red-btn, 
    .profile-g-btn .file-upload__label,
    .speaker-profile-form.update-profile .profile-g-btn .upload-btn label.file-upload__label {
        font-size: 16px;
    }
}
@media (max-width: 1040px) { 
    .grid-cols-2.profile-g-btn {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .select-topic.speaker-profile {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .speaker-details-block, 
    .container-60 {
        width: 80%;
    }
}
@media (max-width: 991px) {
    .select-topic.classes-section.speaker-profile .spk-profile .class-details-heading .class-details-left,
    .select-topic.classes-section.speaker-profile .spk-profile .class-details-heading .select-topic-view-more,
    .class-details-heading .profile-details-speaker,
    .speaker-details-block,
    .container-60 {
        width: 100%;
    }
    .class-details .container-60 .class-details-heading  .attend-btn .rounded-red-btn {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .class-details .select-topic-btn-group .class-details-heading .attend-btn-mt-none .rounded-red-btn {
        margin-top: 0;
    }
    .select-topic.classes-section.speaker-profile .spk-profile .class-details-heading .select-topic-view-more {
        padding: 0;
        height: auto;
    }
    .speaker-profile-form.update-profile .contact-inner-form,
    .speaker-profile .class-details-left {
        width: 100%;
    }
    .grid-cols-2.profile-g-btn {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .profile-thumbnail-block, .up-vdo,
    .speaker-profile .speaker-details-left {
        margin: 0 auto;
        max-width: 470px;
        text-align: center;
    }
    .speaker-details-left .star-ratings {
        justify-content: center;
    }
    .class-details-left .up-vdo {
        width: 100%;
        max-width: 100%;
    }
    .speaker-profile .class-details-left,
    .speaker-profile .select-topic-view-more,
    .update-profile .class-details-heading .class-details-left {
        width: 100%;
    }
    .update-profile .class-details-heading .class-details-left {
        padding-right: 0;
    }
    .speaker-profile-form.update-profile .up-vdo video {
        width: 80%;
    }
    .profile-details-speaker {
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    .class-details-heading {
        flex-direction: column; 
        justify-content: center;
        margin-bottom: 0;
        align-items: center;
        text-align: center;
    }
    .class-details-heading .title-video {
        text-align: center;
    }
    .class-details.update-profile {
        text-align: left;
    }
    .speaker-profile .select-topic-view-more {
        height: auto;
    }
    .speaker-profile.select-topic.classes-section.class-details .select-topic-view-more {
        padding-bottom: 0;
        padding-top: 0;
    }
    .tech-name {
        display: inline-block;
    }
    .star-ratings.tech-rate {
        justify-content: center;
    }
    .tech-share a.share-btn {
        margin-left: 0;
    }
    .tech-btn a + a {
        margin-left: 5px;
    }
    .tech-btn .rounded-red-btn {
        width: 140px;
    }
    .tech-name h2 {
        margin:0;
    }
    .speaker-profile {
        text-align: center;
    }
    .speaker-profile-form.update-profile .contact-inner-form {
        margin-bottom: 0;
    }
    .speaker-profile .class-details-left,
    .speaker-profile .select-topic-view-more,
    .speaker-profile-form.update-profile .up-vdo video,
    .speaker-details-block .video-block-bottom .attend-btn-bottom {
        width: 100%;
        margin-bottom: 0;
    }
    .speaker-details-block .video-block-bottom .attend-btn-bottom {
        justify-content: center;
    }
    .speaker-profile .select-topic-view-more {
        margin-top: 30px;
        margin-bottom: 30px;
        display: flex;
    }
    .speaker-profile-form.update-profile .img-guide p {
        margin-top: 15px;
        text-align: center;
    }
    .no-video-block, .profile-details-speaker {
        margin-top: 30px;
    }
    .class-details-heading .select-topic-view-more-custom a {
        margin: 10px 0;
    }
    .class-details .container-60 .class-details-heading  .attend-btn .rounded-red-btn,
    .class-details .video-block-bottom .attend-btn-bottom {
        position: relative;
    }
    .description-class-title {
        padding-right: 0;
    }
    .description-block-topic.mt-30 .topic-block {
        margin-top: 10px;
    }
    .description-bio .title-bio{
        text-align: center;
    }
    .class-details .description-bio .title-bio {
        text-align: left;
    }
    .class-details .class-details-heading .star-ratings,
    .date-time-block .date-time {
        justify-content:  center;
    }
    .attend-btn-bottom .rounded-red-btn {
        margin: 0 auto;
        margin-top: 30px;
    }
    .dash-total-class-details .total-sub-title {
        font-size: 20px;
    }
    .dash-total-class-details-box .svg-icon {
        margin-bottom: 8px;
    }
    .dash-total-class-details-box .dash-box-details {
        padding: 20px;
    }
    .class-details .container {
        padding-left: 0;
        padding-right: 0;
    }
    .class-details .class-details-heading .topic-block {
        justify-content: center;
    }
    .class-details .select-topic-btn-group .class-details-heading .attend-btn-mt-none .rounded-red-btn {
        margin-top: 30px;
        font-size: 20px;
    }
    .class-details .speaker-details-in .description-bio .attend-btn-bottom {
        margin-top: 0;
    }
    .class-details .speaker-details-in .description-bio .attend-btn-bottom .rounded-red-btn {
        margin-top: 20px;
        font-size: 20px;
    }
    .class-details .date-time-block .date-time {
        justify-content: center;
    }
    .about-the-instructor .speaker-details-block .description-bio .attend-btn-bottom .rounded-red-btn {
        margin-top: 0;
    }
    .about-the-instructor .description-bio .title-bio {
        text-align: left;
    }
    .class-details .description-bio .attend-btn-bottom {
        margin-bottom: 0;
    }
}
@media (max-width: 640px) {
    .class-details .dash-total-class-details-box.grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .dash-total-class-details .dash-box-details .total-title {
        min-height: auto;
        margin-bottom: 8px;
    }
}
@media (max-width: 575px) {

    .speaker-details-block .right-content-block,
    .speaker-details-block {
        width: calc(100% - 0px);
        padding-left: 0;
    }
    .speaker-details-block .profile-details-speaker {
        margin-top: 0;
    }
    .speaker-details-block .details-title,
    .speaker-details-block .details-subtitle {
        text-align: left;
    }
    .speaker-details-block .left-image-block .star-ratings {
        min-height: auto;
    }
    .description-block-class .title-details {
        margin-bottom: 10px;
    }
    .video-block-bottom .title-video.mt-30 {
        margin-top: 10px;
    }
    .speaker-profile .select-topic-view-more {
        margin-top: 10px;
    }
    .description-block-class .description-details, 
    .class-details-heading .date-time, 
    .topic-block span, 
    .speaker-details-block .profile-info .profile-info-name, 
    .speaker-details-block .profile-info .profile-name, 
    .speaker-details-block .title-details,
    .speaker-details-block .description-bio p,
    .speaker-details-block .profile-info p {
        font-size: 18px;
    }
    .dash-total-class-section .dash-total-class-details-box {
        margin-top: 0;
    }
}
@media (max-width: 540px) {
    .date-time {
        gap: 16px;
        justify-content: center;
    }
    .time-block,
    .date-block{
        padding-left: 38px;
    }
    .topic-block {
        flex-wrap: wrap;
        justify-content: center;
    }
    .profile-details-speaker .grid-cols-2,
    .profile-details.grid-cols-2, {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 0;
    }
    .profile-details-speaker .grid-cols-2 .profile-info,
    .profile-details.grid-cols-2 .profile-info{
        display: flex;
        justify-content: space-between;
    }
    .profile-details-speaker .grid-cols-2 .profile-info,
    .profile-details.grid-cols-2 .profile-info {
        margin-top: 15px;
    }
    .profile-details-speaker .grid-cols-2 .profile-info p,
    .profile-details.grid-cols-2 .profile-info p{
        flex: 0 0 50%;
        margin: 0;
    }
    .spk-vdo video#video_source, .video_source-custom {
        height: 240px;
    }
}
@media (max-width: 480px) {
    .select-topic-btn-group{
        padding-bottom: 6px;
    }
    .profile-img,
    .select-topic.speaker-profile.update-profile .class-details-heading {
        margin-bottom: 0;
    }
    .profile-details {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .grid-cols-2,
    .grid-cols-2.profile-g-btn {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .grid-cols-2.profile-g-btn .upload-btn label.file-upload__label {
        margin-bottom: 0;
    }
    .completed-classes-details-block .featured-classes-in-block {
        padding-bottom: 20px;
    }
    .upcoming-classes-details-block .featured-classes-in-block {
        padding-bottom: 30px;
    }
    .class-details .video_source-custom,
    .no-video-block img  {
        max-width: 100%;
    }
    .spk-vdo video#video_source,
    .video_source-custom {
        height: 210px;
     }
}
@media (max-width: 399px) {
    .spk-vdo video#video_source,
    .video_source-custom {
        height: auto;
    }
}
@media (max-width: 320px) {
    .tech-btn .rounded-red-btn {
        width: 120px;
        font-size: 14px;
    }
    .time-block, .date-block,
    .time-zone-block {
        padding-left: 32px;
    }
}
