.myprofile-banner-section {
  border-radius: 0 0 30px 30px;
  height: 440px;
}
.myprofile-banner-section::after {
  content: unset;
}
.myprofile-banner-section::before {
  border-radius: 0 0 30px 30px;
}
.profile-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  padding-left: 14px;
  width: 100%;
}
.myprofile-banner-section
  .myprofile-banner-content
  .banner-bottom
  .my-prfile-div {
  width: 70%;
  display: flex;
  align-items: start;
  background-color: #fff;
  backdrop-filter: blur(64px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 24px;
  border-radius: 24px;
}
.myprofile-banner-section
  .myprofile-banner-content
  .banner-bottom
  .my-prfile-div
  .profile-image {
  height: 80px !important;
  width: 80px !important;
  position: relative;
  min-width: unset;
  flex-shrink: 0;
  border-radius: 50%;
  min-height: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.myprofile-banner-section
  .myprofile-banner-content
  .banner-bottom
  .my-prfile-div
  .profile-image
  .online {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #f3f9ec;
  border: 1px solid var(--Green-Green-1, #dbecc4);
  padding: 2px 7px;
  font-size: 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8ac142;
}
.myprofile-banner-section .myprofile-banner-content .banner-top {
  padding-top: 0;
  margin-top: -90px;
}
.myprofile-banner-section
  .myprofile-banner-content
  .banner-bottom
  .my-prfile-div
  .text-prfile
  h3 {
  color: #000;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
}

.myprofile-banner-section
  .myprofile-banner-content
  .banner-bottom
  .my-prfile-div
  .text-prfile
  p {
  color: #000;
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
}
.top-details {
  display: flex;
  align-items: center;
}
.myprofile-banner-section
  .myprofile-banner-content
  .banner-bottom
  .my-prfile-div
  .text-prfile {
  padding: 0;
}
.myprofile-banner-section .profile-info h3 {
  color: #020e1d;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 8px;
}
.myprofile-banner-section .profile-info p {
  color: #576a82;
  font-size: 16px;
  line-height: 100%;
  margin: 0;
}
.myprofile-banner-section .bottom-details {
  padding-bottom: 20px;
  margin-bottom: 26px;
  border-bottom: 1px solid #e6e9ec;
  width: 100%;
}
.myprofile-banner-section .top-details {
  width: 100%;
}
.myprofile-banner-section
  .myprofile-banner-content
  .banner-bottom
  .my-prfile-div
  .text-prfile {
  margin-right: 20px;
  border-right: 1px solid #e6e9ec;
  width: 100px;
}
/* .myprofile-banner-section .myprofile-banner-content .banner-bottom .my-prfile-div .text-prfile:last-child{
    border-right: 0;
} */
.myprofile-banner-section
  .myprofile-banner-content
  .banner-bottom
  .my-prfile-div
  .text-prfile:last-of-type {
  border: unset;
}
.top-details .btn-review {
  border: 1px solid var(--Green-Green-1, #dbecc4);
  background: var(--Green-Green-0, #f3f9ec);
  padding: 12px 16px;
  border-radius: 12px;
  margin-left: auto;
}
.top-details .btn-review h3 {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  line-height: 100%;
  margin-bottom: 4px;
}
.top-details .btn-review h3 i {
  color: #8ac142;
}
.top-details .btn-review span {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #576a82;
}
.myprofile-banner-section
  .myprofile-banner-content
  .banner-bottom
  .my-prfile-div
  .verified {
  position: relative;
  border-radius: 30px;
  bottom: unset;
  top: unset;
  left: unset;
}
.reverse-hire-contents-stepper {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 20px;
}
.reverse-hire-contents-stepper .hire-me-box.preview-video-box {
  width: 100%;
}
.myprofile-banner-section .myprofile-banner-content .banner-bottom {
  gap: 22px;
}
.reverse-hire-contents-stepper .hire-me li {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  gap: 10px;
  border-bottom: 1px solid #e6e9ec;
}
.reverse-hire-contents-stepper .hire-me li:last-child {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
.reverse-hire-contents-stepper .hire-me li p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #020e1d;
}
.reverse-hire-contents-stepper .hire-me li p span {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: right;
  color: #020e1d;
}
.reverse-hire-contents-stepper .btn {
  margin: 16px auto 0;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  padding: 11px 10px;
  text-align: center;
}
.myprofile-banner-section .myprofile-banner-content {
  top: 200px;
}
.myprofile-detail-section {
  padding: 180px 0 50px;
  background-color: #e6ebf1;
}
.myprofile-detail-section .br-1:after {
  content: unset;
}
.instructre-left-details {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #ffffff80;
}
.myprofile-detail-section .instructre-left-details .education-box {
  border: 0;
  padding-top: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e9ec;
}
.myprofile-detail-section .instructre-left-details .education-box h3,
.myprofile-detail-section .instructre-left-details .experiance-box h3,
.myprofile-detail-section .instructre-left-details .social-box h3 {
  margin-bottom: 12px;
  color: #020e1d;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}
.myprofile-detail-section .instructre-left-details .education-box h4 {
  margin-bottom: 12px;
  color: #020e1d;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.myprofile-detail-section .instructre-left-details .education-box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #020e1d;
  margin: 0;
}
.myprofile-detail-section
  .instructre-left-details
  .social-box
  ul.social-media
  li
  a {
  border-radius: 50%;
  border: 1px solid #bdc5d4;
  background: #fff;
  transition: 0.3s ease-in-out;
  width: 35px;
  height: 35px;
}
.myprofile-detail-section
  .instructre-left-details
  .social-box
  ul.social-media
  li
  a:hover {
  background: linear-gradient(99.56deg, #0d92f4 0%, #0a74c2 100%);
  color: #fff;
  border: 1px solid transparent;
}
.myprofile-detail-section .profile-tab-section {
  margin-top: 0;
}
.profile-tabs .nav-tabs {
  background: #ffffff80;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  margin-bottom: 16px;
}
.profile-tabs .nav-tabs li {
  margin-right: 12px;
}
.profile-tabs .nav-tabs li:last-child {
  margin: 0;
}

.myprofile-detail-section
  .profile-tab-section
  .profile-tabs
  ul.nav-tabs
  li
  button {
  padding: 10px 16px !important;
  font-size: 14px !important;
  line-height: normal !important;
  color: #042145b2 !important;
  cursor: pointer;
  border-radius: 20px;
}
.myprofile-detail-section
  .profile-tab-section
  .profile-tabs
  ul.nav-tabs
  li:first-child
  button {
  padding-left: 16px !important;
}
.myprofile-detail-section
  .profile-tab-section
  .profile-tabs
  ul.nav-tabs
  li
  .active {
  color: #ffffff !important;
  background: linear-gradient(99.56deg, #0d92f4 0%, #0a74c2 100%);
  border: 1px solid transparent;
}
.myprofile-detail-section
  .profile-tab-section
  .profile-tabs
  ul.nav-tabs
  li
  button:hover {
  background: linear-gradient(99.56deg, #0d92f4 0%, #0a74c2 100%);
  color: #fff !important;
  border: 1px solid transparent;
}
.myprofile-detail-section .overview-contnet .features-box {
  border-top: 0;
  padding: 10px 0 10px;
}
.myprofile-detail-section .overview-contnet .expertise-box ul li {
  font-weight: 500;
  font-size: 12px;
  padding: 2px 14px;
  line-height: 24px;
  border-radius: 30px;
  color: #1b1e22;
  background: var(--Neutral-Blue-neutral-blue-1, #ffffff);
  border: 1px solid var(--Neutral-Blue-neutral-blue-5, #d9dce2);
  transition: 0.3s ease-in-out;
}
.myprofile-detail-section .overview-contnet .expertise-box ul li:hover {
  color: #ffffff;
  background: linear-gradient(99.56deg, #0d92f4 0%, #0a74c2 100%);
  border: 1px solid transparent;
}
.myprofile-detail-section .profile-tab-section .tab-content {
  padding: 20px 20px 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #ffffff80;
}
.myprofile-detail-section .overview-contnet .student-say-box .slick-list {
  padding-bottom: 60px;
}
.myprofile-detail-section .overview-contnet .student-say {
  border: 1px solid var(--Neutral-Blue-neutral-blue-5, #d9dce2);
  background: var(--Neutral-Blue-neutral-blue-1, #ffffff);
  padding: 20px;
  flex-direction: column-reverse;
  justify-content: center;
  text-align: center;
}
.myprofile-detail-section .overview-contnet .student-say .student-img {
  margin: 0 auto;
  height: unset;
  width: unset;
  min-width: unset;
}
.myprofile-detail-section .overview-contnet .student-say .student-img img {
  border-radius: 50%;
  object-fit: cover;
  height: 48px;
  width: 48px;
  min-width: unset;
}
.myprofile-detail-section .overview-contnet .student-say .student-content h3 {
  color: #020e1d;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
}
.myprofile-detail-section .overview-contnet .student-say .student-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.myprofile-detail-section .overview-contnet .student-say .student-content p {
  color: #020e1d;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 16px;
}
.myprofile-detail-section .overview-contnet .about-box {
  padding-top: 10px;
}
.availibility-contnet .fc .fc-toolbar-chunk h2 {
  color: #020e1d;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}
.availibility-contnet #calendar {
  margin-top: 0;
}
.availibility-contnet .fc-button-group {
  background-color: unset;
  border: unset;
  padding: 0;
}
.availibility-contnet .fc .fc-button .fc-icon {
  height: 20px;
  width: 30px;
}
/* .availibility-contnet .fc-toolbar-chunk  .fc-button-primary{
    color: #020E1D !important;
    font-weight: 400 !important; 
    font-size: 12px !important;
    line-height: 100% ;
    background-color: #fff !important;
    border: 1px solid #E6E9EC !important;
    border-radius: 60px !important;
    padding: 7.5px 12px !important;
} */
.availibility-contnet .fc .fc-button-primary:not(:disabled).fc-button-active {
  color: #020e1d !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 100%;
  background-color: #fff !important;
  border: 1px solid #e6e9ec !important;
  border-radius: 60px !important;
  padding: 7.5px 12px !important;
}
.myprofile-banner-section .myprofile-banner-content .banner-top .btn-back,
.myprofile-banner-section
  .myprofile-banner-content
  .banner-top
  .dropdown-more
  .btn-more {
  color: #576a82;
  box-shadow: 0px 1.88px 1.88px 0px #0000000d;
  background: var(--Neutral-White, #ffffff);
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.94px solid var(--Neutral-Neutral-0, #e6e9ec);
}
.myprofile-banner-section .myprofile-banner-content .banner-top .btn-back img {
  filter: grayscale(100%) brightness(0.8);
}
.myprofile-banner-section .profile-info .location {
  margin-top: 10px;
}
.res-slots-list.radio-group {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: start;
}
.res-slots-list.radio-group .form-check {
  padding-left: 8px;
}
.res-slots-list.radio-group .form-group {
  margin: 0;
}
.res-slots-list.radio-group .input-res-slots-list {
  border: 1px solid var(--Neutral-Neutral-1, #b1bac5);
  background: #ffffffb2;
  padding: 2px 8px;
  border-radius: 24px;
}

#edu-settings-content .modal-body .btn {
  width: 100%;
}
#frm_educast_appointments {
  margin-top: 16px;
}
#edu-settings-content .modal-header {
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
}
#edu-settings-content .modal-header h3 {
  color: #020e1d;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 0;
}
#edu-settings-content .modal-header .close {
  background: unset;
  background-image: url(../../org-images/modal-icon.svg);
  height: 40px;
  width: 40px;
  background-size: 40px 40px;
  opacity: 1;
  background-position: right;
  background-repeat: no-repeat;
  padding: 0;
  border: 0;
}
#video-modal .video-js {
  width: 100%;
}
#video-modal .modal-content .btn-close {
  background-position: right;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
#video-modal .modal-body {
  padding-top: 50px;
}

.myprofile-detail-section .overview-contnet .student-say-box .slick-arrow {
  font-size: 0;
  background-color: unset;
  height: 35px;
  width: 35px;
  background-color: #ffffff80;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  font-size: 0;
  border: 0;
  position: absolute;
  bottom: 00px;
  transform: translateX(-48%);
  left: 48%;
}
.myprofile-detail-section
  .overview-contnet
  .student-say-box
  .slick-next:before {
  content: "";
  background-image: url(../../org-images/arrow-back.svg);
  background-size: 12px 12px;
  height: 12px;
  width: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  background-position: center;
  background-repeat: no-repeat;
}
.myprofile-detail-section .overview-contnet .student-say-box .slick-next {
  left: calc(50% - -25px);
}
.myprofile-detail-section .overview-contnet .student-say-box .slick-prev {
  z-index: 9;
}
.myprofile-detail-section
  .overview-contnet
  .student-say-box
  .slick-prev:before {
  content: "";
  background-image: url(../../org-images/arrow-back.svg);
  background-size: 12px 12px;
  height: 12px;
  width: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
}
/* marketplace list */
.my-profile-middle
  .myprofile-detail-section
  .overview-contnet
  .course-card
  .card {
  padding: 12px !important;
  margin-bottom: 10px;
}

.myprofile-detail-section .overview-contnet .course-card .card .card-image img {
  border-radius: 10px;
}
.myprofile-detail-section .overview-contnet .course-card .card .card-image {
  margin-bottom: 8px;
}
.myprofile-detail-section .overview-contnet .course-card .card h2 {
  color: #1b1e22 !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 140% !important;
}
.myprofile-detail-section .overview-contnet .course-card .card .views span,
.myprofile-detail-section .overview-contnet .course-card .card .reviews span {
  width: unset;
  height: unset;
  background-color: unset;
  padding: unset;
  border-radius: unset;
}
.myprofile-detail-section .overview-contnet .course-card .card .views,
.myprofile-detail-section .overview-contnet .course-card .card .reviews {
  color: #020e1d;
  font-weight: 400;
  grid-area: 6px;
  font-size: 12px;
  line-height: 100%;
}
.myprofile-detail-section .overview-contnet .course-card .card .view-section {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 18px;
}
.myprofile-detail-section .overview-contnet .course-card .card .reviews {
  justify-content: end;
}
.myprofile-detail-section .overview-contnet .course-card .card .views span img,
.myprofile-detail-section
  .overview-contnet
  .course-card
  .card
  .reviews
  span
  img {
  height: 16px;
  width: 16px;
}
.my-profile-middle
  .myprofile-detail-section
  .overview-contnet
  .course-card
  .card
  .subscribe-btn-div
  .subscribe-btn {
  min-height: unset !important;
  height: unset;
  line-height: normal;
  background: #ffffff;
  border: 1px solid #09366f1a;
  border-radius: 60px;
  color: #576a82;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  padding: 9.3px 15px !important;
  transition: 0.3s ease-in-out;
}
.my-profile-middle
  .myprofile-detail-section
  .overview-contnet
  .course-card
  .card
  .subscribe-btn-div
  .subscribe-btn:hover {
  background: linear-gradient(99.56deg, #0d92f4 0%, #0a74c2 100%);
  color: #fff;
}
/* marketplace end */
@media screen and (max-width: 992px) {
  .myprofile-banner-section .myprofile-banner-content .banner-top .btn-back,
  .myprofile-banner-section
    .myprofile-banner-content
    .banner-top
    .dropdown-more
    .btn-more {
    height: 36px;
    width: 36px;
  }
  .myprofile-banner-section {
    height: 340px;
  }
  .myprofile-banner-section .myprofile-banner-content {
    top: 150px;
  }
  .myprofile-banner-section
    .myprofile-banner-content
    .banner-bottom
    .my-prfile-div
    .profile-image {
    height: 60px;
    width: 60px;
  }
  .myprofile-banner-section .profile-info h3 {
    font-size: 20px;
  }
  .myprofile-banner-section
    .myprofile-banner-content
    .banner-bottom
    .my-prfile-div {
    padding: 16px;
  }
  .myprofile-banner-section .profile-info p {
    font-size: 14px;
  }
  .reverse-hire-contents-stepper {
    padding: 16px;
  }
  .top-details .btn-review h3 {
    font-size: 16px;
  }
  .reverse-hire-contents-stepper .hire-me li p span {
    font-size: 14px;
  }
  .reverse-hire-contents-stepper .hire-me li p {
    font-size: 13px;
  }
  .reverse-hire-contents-stepper .hire-me li {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .myprofile-detail-section {
    padding-top: 160px;
  }
  .instructre-left-details {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .myprofile-banner-section .myprofile-banner-content .banner-bottom {
    flex-direction: column;
  }
  .myprofile-banner-section
    .myprofile-banner-content
    .banner-bottom
    .my-prfile-div {
    width: 100%;
    margin-top: 100px;
  }
  .reverse-hire-contents-stepper {
    width: 100%;
  }
  .myprofile-detail-section {
    padding-top: 320px;
  }
  .myprofile-detail-section
    .overview-contnet
    .features-box.feautre-box-img
    .small-view {
    height: auto !important;
  }
  .myprofile-detail-section
    .overview-contnet
    .features-box.feautre-box-img
    .col-12:last-child
    .small-view {
    margin-top: 15px;
  }
  .myprofile-detail-section
    .overview-contnet
    .features-box
    .feature-img-view::after {
    height: 40px;
    width: 40px;
  }
  .myprofile-banner-section
    .myprofile-banner-content
    .banner-bottom
    .my-prfile-div {
    flex-direction: column;
  }
  .myprofile-banner-section
    .myprofile-banner-content
    .banner-bottom
    .my-prfile-div {
    margin-top: 70px;
  }

  .profile-content {
    padding: 0;
  }
  .myprofile-detail-section {
    padding-top: 360px;
  }
  .myprofile-banner-section .myprofile-banner-content .banner-top {
    padding-top: 0;
    margin-top: -30px;
  }
  .myprofile-banner-section {
    height: 440px;
  }
  .myprofile-banner-section .profile-info h3 {
    font-size: 18px;
    margin-top: 10px;
  }
  .myprofile-banner-section
    .myprofile-banner-content
    .banner-bottom
    .my-prfile-div
    .text-prfile
    h3 {
    font-size: 16px;
  }
  .myprofile-banner-section .bottom-details {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .myprofile-detail-section .overview-contnet .student-say-box .slick-list {
    padding-bottom: 40px;
  }
}

@media (max-width: 441px) {
  .student-say-box .slick-arrow {
    position: absolute;
    bottom: -50px;
    transform: translateX(-50%);
    left: 50%;
    top: unset;
  }
}
