/*=== BANNER AREA CSS ===*/
.cooking_lms .banner_area {
  background-color: var(--frontend-extra-light-sky2, #F7FCFF);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .banner_area .owl-dots {
    bottom: 15px;
  }
}

@media only screen and (min-width: 1581px) {
  .cooking_lms .banner_area_content {
    padding-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .banner_area_content {
    padding-top: 50px;
    padding-bottom: 40px;
    padding-right: 30%;
  }
}

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

.cooking_lms .banner_area_content h3 {
  font-size: 40px;
  line-height: 1.625;
  margin-bottom: 20px;
}

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .banner_area_content h3 {
    font-size: 28px;
    line-height: 1.3125;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .cooking_lms .banner_area_content h3 {
    margin-bottom: 10px;
    font-size: 26px;
  }
}

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

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

.cooking_lms .banner_area_content p {
  margin-bottom: 50px;
}

@media only screen and (min-width: 1581px) {
  .cooking_lms .banner_area_content p {
    padding-right: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cooking_lms .banner_area_content p {
    margin-bottom: 40px;
  }
}

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

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

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

.cooking_lms .banner_area_content a {
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .banner_area_content a {
    width: 170px;
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .banner_area_content a {
    display: inline-block;
    width: auto;
    height: auto;
  }
}

.cooking_lms .banner_area_content .input-control {
  width: 90%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .banner_area_content .input-control {
    width: 95%;
  }
}

@media only screen and (max-width: 991px) {
  .cooking_lms .banner_area_content .input-control {
    width: 100%;
  }
}

.cooking_lms .banner_area_img {
  width: 100%;
  height: 700px;
}

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .banner_area_img {
    height: 350px;
    padding: 35px;
    padding-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .banner_area_img {
    height: 250px;
    padding: 30px;
    padding-top: 0px;
  }
}

.cooking_lms .banner_area_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cooking_lms .banner_slider .owl-dots {
  bottom: 15px;
}
