.cooking_lms {
  /*==== INSTRUCTOR AREA CSS ====*/
  /*==== INSTRUCTOR CSS ====*/
}

.cooking_lms .tutor_cta_inner {
  border-radius: 10px;
  background-color: var(--frontend-primary, #f28054);
  background-size: cover;
  background-position: center;
  position: relative;
  --lms-tutor-finder-home: 50px;
  padding: var(--lms-tutor-finder-home) 0px;
}

@media only screen and (max-width: 767px) {
  .cooking_lms .tutor_cta_inner {
    padding: 30px !important;
  }
}

.cooking_lms .tutor_cta_inner::before {
  content: "";
  width: 25%;
  height: 85%;
  position: absolute;
  bottom: 0;
  left: 60px;
  z-index: 1;
  background-image: var(--bg-shape);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}

html[dir="rtl"] .cooking_lms .tutor_cta_inner::before {
  right: 60px;
  left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .tutor_cta_inner::before {
    width: 25%;
    bottom: -18px;
    left: 10px;
  }
  html[dir="rtl"] .cooking_lms .tutor_cta_inner::before {
    right: 10px;
    left: auto;
  }
}

@media only screen and (max-width: 991px) {
  .cooking_lms .tutor_cta_inner::before {
    display: none;
  }
}

.cooking_lms .tutor_cta_inner span {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: var(--frontend-text-color, #687083);
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .tutor_cta_inner span {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .tutor_cta_inner span {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .cooking_lms .tutor_cta_inner span {
    font-weight: 500;
  }
}

.cooking_lms .tutor_cta_inner h3 {
  font-size: 30px;
  line-height: 1.33333;
  margin-bottom: 0px;
  color: var(--frontend-primary-2, #4D3222);
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cooking_lms .tutor_cta_inner h3 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .tutor_cta_inner h3 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .tutor_cta_inner h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .tutor_cta_inner h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 479px) {
  .cooking_lms .tutor_cta_inner h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .tutor_cta_inner h3 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .tutor_cta_inner h3 {
    margin-bottom: 20px;
  }
}

.cooking_lms .tutor_cta_inner a {
  text-transform: uppercase;
  background-color: var(--frontend-white, #ffffff);
  color: var(--frontend-primary, #f28054);
}

.cooking_lms .tutor_cta_inner a:hover {
  background-color: var(--frontend-primary-2, #4D3222);
}

.cooking_lms .ins_cta_inner {
  background-image: url(../img/shapes/insta_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: var(--ins-py);
  padding-bottom: var(--ins-py);
  position: relative;
  z-index: 1;
  --ins-py: 71px;
  border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .ins_cta_inner {
    --ins-py: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .ins_cta_inner {
    --ins-py: 50px;
    padding-left: 35px;
  }
  html[dir="rtl"] .cooking_lms .ins_cta_inner {
    padding-right: 35px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .ins_cta_inner {
    padding: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .cooking_lms .ins_cta_inner {
    padding: 25px;
  }
}

.cooking_lms .ins_cta_inner::before {
  content: "";
  width: 100%;
  height: 92%;
  position: absolute;
  bottom: 0;
  right: 10%;
  z-index: -1;
  background-image: var(--backgorund);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cooking_lms .ins_cta_inner::before {
    right: 5%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .ins_cta_inner::before {
    right: 5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .ins_cta_inner::before {
    right: 0%;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .ins_cta_inner::before {
    display: none;
  }
}

html[dir="rtl"] .cooking_lms .ins_cta_inner::before {
  left: 10%;
  right: auto;
  right: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  html[dir="rtl"] .cooking_lms .ins_cta_inner::before {
    left: 5%;
    right: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  html[dir="rtl"] .cooking_lms .ins_cta_inner::before {
    left: 5%;
    right: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  html[dir="rtl"] .cooking_lms .ins_cta_inner::before {
    left: 0%;
    right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .ins_cta_inner_text {
    text-align: center;
  }
}

.cooking_lms .ins_cta_inner_text span {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: var(--frontend-white, #ffffff);
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .cooking_lms .ins_cta_inner_text span {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .cooking_lms .ins_cta_inner_text span {
    font-weight: 500;
  }
}

.cooking_lms .ins_cta_inner_text h3 {
  font-size: 30px;
  line-height: 1.33333;
  margin-bottom: 30px;
  color: var(--frontend-white, #ffffff);
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cooking_lms .ins_cta_inner_text h3 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .ins_cta_inner_text h3 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .ins_cta_inner_text h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .ins_cta_inner_text h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 479px) {
  .cooking_lms .ins_cta_inner_text h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .ins_cta_inner_text h3 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .ins_cta_inner_text h3 {
    margin-bottom: 15px;
  }
}

.cooking_lms .ins_cta_inner_text a {
  background-color: var(--frontend-white, #ffffff);
  color: var(--frontend-primary, #f28054);
  text-transform: uppercase;
}

.cooking_lms .ins_cta_inner_text a:hover {
  background-color: var(--frontend-primary-2, #4D3222);
}

.cooking_lms .instructor_slider {
  margin-top: 45px;
  margin-bottom: -10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cooking_lms .instructor_slider {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .instructor_slider {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_slider {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .cooking_lms .instructor_slider {
    margin-top: 25px;
  }
}

.cooking_lms .instructor_slider .owl-stage-outer {
  padding-bottom: 30px;
}

.cooking_lms .instructor_slider .owl-nav button {
  margin-top: -10px;
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .cooking_lms .instructor_slider .owl-nav button {
    --owl-button-position: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cooking_lms .instructor_slider .owl-nav button {
    --owl-button-position: 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .instructor_slider .owl-nav button {
    --owl-button-position: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .instructor_slider .owl-nav button {
    --owl-button-position: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_slider .owl-nav button {
    --owl-button-position: 0px;
    --owl-button: 30px;
  }
}

.cooking_lms .instructor_item {
  padding: 30px 20px;
  padding-bottom: 40px;
  border: 1px solid var(--frontend-border, #E3E6EF);
  border-radius: 10px;
  background-color: var(--frontend-white, #ffffff);
  text-align: center;
  box-shadow: 5px 5px 10px rgba(var(--frontend-black, #000000), 0.02);
  display: block;
  position: relative;
  cursor: pointer;
  transition: all .4s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .instructor_item {
    padding: 20px 15px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_item {
    padding: 15px;
    padding-bottom: 25px;
  }
}

.cooking_lms .instructor_item:hover {
  border-color: var(--frontend-primary, #f28054);
}

.cooking_lms .instructor_item:hover a {
  opacity: 1;
  visibility: visible;
}

.cooking_lms .instructor_item:hover span {
  background-color: var(--frontend-primary, #f28054);
  border-color: var(--frontend-primary, #f28054);
  color: var(--frontend-white, #ffffff);
}

.cooking_lms .instructor_item_img {
  --ins-img: 100px;
  width: var(--ins-img);
  height: var(--ins-img);
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
  margin-bottom: 20px;
  background-color: var(--frontend-extra-light-sky, #F4F9FF);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .instructor_item_img {
    margin-bottom: 15px;
    --ins-img: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_item_img {
    margin-bottom: 10px;
    --ins-img: 70px;
  }
}

.cooking_lms .instructor_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cooking_lms .instructor_item h4 {
  font-size: 20px;
  line-height: 1.5;
  line-height: 1.15;
  transition: all .4s ease-in-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cooking_lms .instructor_item h4 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .instructor_item h4 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .cooking_lms .instructor_item h4 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .cooking_lms .instructor_item h4 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_item h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.cooking_lms .instructor_item p {
  line-height: 1;
  color: var(--frontend-text-color, #687083);
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_item p {
    font-size: 14px;
  }
}

.cooking_lms .instructor_item span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  border: 1px solid var(--frontend-border, #E3E6EF);
  border-radius: 5px;
  padding: 7px 10px;
  margin-top: 15px;
  background-color: var(--frontend-extra-light-gray, #EFF5F7);
  color: var(--frontend-text-color, #687083);
  transition: all .4s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_item span {
    font-weight: 500;
    padding: 5px 8px;
  }
}

.cooking_lms .instructor_item .boxed_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  border-radius: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0;
  visibility: visible;
}

.cooking_lms .instructor_item .boxed_btn::before {
  border-radius: 100px;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor .col-sm-6 {
    max-width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .cooking_lms .instructor .col-sm-6 {
    max-width: 100%;
  }
}

.cooking_lms .instructor_member {
  display: block;
  border: 1px solid var(--frontend-border, #E3E6EF);
  border-radius: 10px;
  background-color: transparent;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.02);
  margin-bottom: 30px;
  transition: all .4s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_member {
    margin-bottom: 20px;
  }
}

.cooking_lms .instructor_member:hover {
  border-color: transparent;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.08);
  background-color: var(--frontend-extra-light-sky, #F4F9FF);
}

.cooking_lms .instructor_member:hover h4 {
  color: var(--frontend-primary, #f28054);
}

.cooking_lms .instructor_member:hover img {
  transform: scale(1.1);
}

.cooking_lms .instructor_member_inner {
  padding: 30px 0px;
  color: var(--frontend-text-color, #687083);
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cooking_lms .instructor_member_inner {
    padding: 20px 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .instructor_member_inner {
    padding: 20px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_member_inner {
    padding: 15px 0px;
  }
}

@media only screen and (max-width: 479px) {
  .cooking_lms .instructor_member_inner {
    padding: 20px 0px;
  }
}

.cooking_lms .instructor_member_inner_img {
  --lms-ins-img: 160px;
  width: var(--lms-ins-img);
  height: var(--lms-ins-img);
  overflow: hidden;
  border-radius: 100%;
  background-color: var(--frontend-extra-light-sky, #F4F9FF);
  margin: auto;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cooking_lms .instructor_member_inner_img {
    --lms-ins-img: 130px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .instructor_member_inner_img {
    --lms-ins-img: 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .instructor_member_inner_img {
    --lms-ins-img: 150px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_member_inner_img {
    --lms-ins-img: 100px;
    margin-bottom: 10px;
  }
}

.cooking_lms .instructor_member_inner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all .4s ease-in-out;
}

.cooking_lms .instructor_member_inner h4 {
  font-size: 24px;
  line-height: 1.41667;
  line-height: 1.16667;
  transition: all .4s ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .instructor_member_inner h4 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .instructor_member_inner h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_member_inner h4 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .instructor_member_inner h4 {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_member_inner h4 {
    margin-bottom: 5px;
  }
}

.cooking_lms .instructor_member_inner p {
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .instructor_member_inner p {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_member_inner p {
    margin-bottom: 8px;
    font-size: 14px;
  }
}

.cooking_lms .instructor_member_inner .star span {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_member_inner .star span {
    margin-left: 5px;
  }
}

html[dir="rtl"] .cooking_lms .instructor_member_inner .star span {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  html[dir="rtl"] .cooking_lms .instructor_member_inner .star span {
    margin-right: 5px;
  }
}

.cooking_lms .instructor_member_bottom {
  color: var(--frontend-text-color, #687083);
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid var(--frontend-border, #E3E6EF);
  padding: 15px 0px;
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_member_bottom {
    padding: 10px 0px;
  }
}

.cooking_lms .instructor_member_bottom p {
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_member_bottom p {
    font-size: 12px;
  }
}

.cooking_lms .instructor_member_bottom p i {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_member_bottom p i {
    margin-right: 5px;
  }
}

html[dir="rtl"] .cooking_lms .instructor_member_bottom p i {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  html[dir="rtl"] .cooking_lms .instructor_member_bottom p i {
    margin-left: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_details .row {
    flex-direction: column-reverse;
  }
}

.cooking_lms .instructor_details_content {
  --lms-ins-sp: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cooking_lms .instructor_details_content {
    --lms-ins-sp: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .instructor_details_content {
    --lms-ins-sp: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .instructor_details_content {
    --lms-ins-sp: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_details_content {
    --lms-ins-sp: 10px;
  }
}

.cooking_lms .instructor_details_content h3 {
  font-size: 30px;
  line-height: 1.33333;
  font-weight: 800;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cooking_lms .instructor_details_content h3 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .instructor_details_content h3 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .instructor_details_content h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_details_content h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 479px) {
  .cooking_lms .instructor_details_content h3 {
    font-size: 20px;
  }
}

.cooking_lms .instructor_details_content p {
  margin-top: var(--lms-ins-sp);
  line-height: 1.875;
}

.cooking_lms .instructor_details_content ul {
  margin-top: var(--lms-ins-sp);
}

.cooking_lms .instructor_details_content ul li {
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  line-height: 1.875;
}

html[dir="rtl"] .cooking_lms .instructor_details_content ul li {
  padding-right: 20px;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_details_content ul li {
    padding-left: 15px;
  }
  html[dir="rtl"] .cooking_lms .instructor_details_content ul li {
    padding-right: 15px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 479px) {
  .cooking_lms .instructor_details_content ul li {
    line-height: 1.75;
  }
}

.cooking_lms .instructor_details_content ul li:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cooking_lms .instructor_details_content ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .instructor_details_content ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_details_content ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}

.cooking_lms .instructor_details_content ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: var(--frontend-primary-2, #4D3222);
  position: absolute;
  top: 11px;
  left: 0px;
  z-index: -1;
}

html[dir="rtl"] .cooking_lms .instructor_details_content ul li::before {
  right: 0px;
  left: auto;
}

.cooking_lms .instructor_details_user {
  padding-left: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cooking_lms .instructor_details_user {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .instructor_details_user {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .instructor_details_user {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_details_user {
    padding-left: 0;
    margin-bottom: 40px;
  }
}

html[dir="rtl"] .cooking_lms .instructor_details_user {
  padding-right: 70px;
  padding-left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  html[dir="rtl"] .cooking_lms .instructor_details_user {
    padding-right: 30px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  html[dir="rtl"] .cooking_lms .instructor_details_user {
    padding-right: 30px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  html[dir="rtl"] .cooking_lms .instructor_details_user {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  html[dir="rtl"] .cooking_lms .instructor_details_user {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 479px) {
  .cooking_lms .instructor_details_user {
    margin-bottom: 25px;
  }
}

.cooking_lms .instructor_details_user_inner {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--frontend-border, #E3E6EF);
}

.cooking_lms .instructor_details_user_inner_img {
  width: 100%;
  height: 300px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cooking_lms .instructor_details_user_inner_img {
    height: 250px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .instructor_details_user_inner_img {
    height: 210px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .instructor_details_user_inner_img {
    height: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_details_user_inner_img {
    height: 280px;
  }
}

@media only screen and (max-width: 479px) {
  .cooking_lms .instructor_details_user_inner_img {
    height: 210px;
  }
}

@media only screen and (max-width: 374px) {
  .cooking_lms .instructor_details_user_inner_img {
    height: 170px;
  }
}

.cooking_lms .instructor_details_user_inner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cooking_lms .instructor_details_user_inner_content {
  padding: 30px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cooking_lms .instructor_details_user_inner_content {
    padding: 20px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .instructor_details_user_inner_content {
    padding: 20px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .instructor_details_user_inner_content {
    padding: 15px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_details_user_inner_content {
    padding: 20px;
  }
}

.cooking_lms .instructor_details_user_inner_content h4 {
  font-size: 24px;
  line-height: 1.41667;
  line-height: 1.16667;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .instructor_details_user_inner_content h4 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .instructor_details_user_inner_content h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_details_user_inner_content h4 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 479px) {
  .cooking_lms .instructor_details_user_inner_content h4 {
    margin-bottom: 5px;
  }
}

.cooking_lms .instructor_details_user_inner_content p {
  color: var(--frontend-primary-2, #4D3222);
  line-height: 1.1875;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .instructor_details_user_inner_content p {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .instructor_details_user_inner_content p {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .cooking_lms .instructor_details_user_inner_content p {
    margin-bottom: 10px;
  }
}

.cooking_lms .instructor_details_user_inner_content > ul {
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .instructor_details_user_inner_content > ul {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .instructor_details_user_inner_content > ul {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_details_user_inner_content > ul {
    margin-bottom: 15px;
  }
}

.cooking_lms .instructor_details_user_inner_content > ul li {
  display: inline-block;
}

.cooking_lms .instructor_details_user_inner_content > ul li:not(:last-child) {
  margin-bottom: 5px;
}

.cooking_lms .instructor_details_user_inner_content > ul li span {
  display: block;
  border: 1px solid var(--frontend-border, #E3E6EF);
  border-radius: 100px;
  background-color: var(--frontend-extra-light-sky, #F4F9FF);
  text-align: center;
  width: 200px;
  padding: 5px;
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 600;
  color: var(--frontend-primary-2, #4D3222);
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .cooking_lms .instructor_details_user_inner_content > ul li span {
    width: 190px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cooking_lms .instructor_details_user_inner_content > ul li span {
    width: 180px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .instructor_details_user_inner_content > ul li span {
    width: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .instructor_details_user_inner_content > ul li span {
    width: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_details_user_inner_content > ul li span {
    font-size: 12px;
    width: auto;
    padding: 5px 15px;
  }
}

@media only screen and (max-width: 479px) {
  .cooking_lms .instructor_details_user_inner_content > ul li span {
    font-size: 10px;
  }
}

.cooking_lms .instructor_details_user_inner_content .rating {
  font-size: 14px;
  margin-bottom: 30px;
  color: var(--frontend-primary-2, #4D3222);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .instructor_details_user_inner_content .rating {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .instructor_details_user_inner_content .rating {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_details_user_inner_content .rating {
    margin-bottom: 15px;
  }
}

.cooking_lms .instructor_details_user_inner_content .rating span {
  font-weight: 400;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_details_user_inner_content .rating span {
    margin-left: 5px;
  }
}

html[dir="rtl"] .cooking_lms .instructor_details_user_inner_content .rating span {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  html[dir="rtl"] .cooking_lms .instructor_details_user_inner_content .rating span {
    margin-right: 5px;
  }
}

.cooking_lms .instructor_details_user_inner_content .rating span:first-child {
  margin-left: 0;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor_details_user_inner_content .rating span:first-child {
    margin-right: 5px;
  }
}

html[dir="rtl"] .cooking_lms .instructor_details_user_inner_content .rating span:first-child {
  margin-left: 10px;
  margin-right: 0px;
}

@media only screen and (max-width: 767px) {
  html[dir="rtl"] .cooking_lms .instructor_details_user_inner_content .rating span:first-child {
    margin-left: 5px;
  }
}

.cooking_lms .instructor_details_user_inner_content_social ul li {
  display: inline-block;
}

.cooking_lms .instructor_details_user_inner_content_social ul li:not(:last-child) {
  margin-right: 5px;
}

html[dir="rtl"] .cooking_lms .instructor_details_user_inner_content_social ul li:not(:last-child) {
  margin-left: 5px;
  margin-right: 0;
}

.cooking_lms .instructor_details_user_inner_content_social ul li a {
  --lms-social: 50px;
  display: block;
  width: var(--lms-social);
  height: var(--lms-social);
  line-height: var(--lms-social);
  border-radius: 100%;
  background-color: var(--frontend-extra-light-gray, #EFF5F7);
  color: var(--frontend-white, #ffffff);
  font-size: 16px;
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .cooking_lms .instructor_details_user_inner_content_social ul li a {
    --lms-social: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cooking_lms .instructor_details_user_inner_content_social ul li a {
    --lms-social: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .instructor_details_user_inner_content_social ul li a {
    --lms-social: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .cooking_lms .instructor_details_user_inner_content_social ul li a {
    --lms-social: 35px;
    font-size: 14px;
  }
}

.cooking_lms .instructor_details_user_inner_content_social ul li a[data-social="facebook"] {
  background-color: #395799 !important;
}

.cooking_lms .instructor_details_user_inner_content_social ul li a[data-social="facebook"]:hover {
  background-color: #0e3da5 !important;
}

.cooking_lms .instructor_details_user_inner_content_social ul li a[data-social=twitter] {
  background-color: #03ABF0 !important;
}

.cooking_lms .instructor_details_user_inner_content_social ul li a[data-social=twitter]:hover {
  background-color: #00b7ff !important;
}

.cooking_lms .instructor_details_user_inner_content_social ul li a[data-social=pinterest] {
  background-color: #C92128 !important;
}

.cooking_lms .instructor_details_user_inner_content_social ul li a[data-social=pinterest]:hover {
  background-color: #86060a !important;
}

.cooking_lms .instructor_details_user_inner_content_social ul li a[data-social=linkedin] {
  background-color: #0477B5 !important;
}

.cooking_lms .instructor_details_user_inner_content_social ul li a[data-social=linkedin]:hover {
  background-color: #01507a !important;
}

.cooking_lms .instructor .course_item,
.cooking_lms .instructor .pricing_item {
  margin-top: 0px;
}

@media only screen and (max-width: 767px) {
  .cooking_lms .instructor .course_item {
    margin-top: 20px;
  }
}

.cooking_lms .sponsor-slider .instructor_item_img {
  --ins-img: 87px;
  border-radius: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .sponsor-slider .instructor_item_img {
    --ins-img: 67px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .sponsor-slider .instructor_item_img {
    --ins-img: 50px;
  }
}

.cooking_lms .sponsor-slider .instructor_item p {
  white-space: nowrap;
}
