.home-banner-section {
}

.home-banner-section .banner_div {
  position: relative;
}

.home-banner-section .slider-section .banner-slide-div {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-banner-section .slider-section .banner-slide-div .image-div .banner-img {
  width: 100%;
  height: 100%;
}

.home-banner-section
  .slider-section
  .banner-slide-div
  .banner-content-div
  .prop-title {
  font-weight: bold;
  font-size: 56px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.home-banner-section .slider-section .banner-slide-div .banner-content-div {
  position: absolute;
  top: 28%;
  left: 8%;
  z-index: 99;
}

.home-banner-section
  .slider-section
  .banner-slide-div
  .banner-content-div
  .subtitle {
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.home-banner-section
  .slider-section
  .banner-slide-div
  .banner-content-div
  .subcontent {
  background: linear-gradient(90deg, #ff8600, #0000);
  font-size: 20px;
  color: #fff;
  padding: 10px;
  margin-top: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.home-banner-section .slider-section .swiper-pagination {
  text-align: left;
  left: 8% !important;
  bottom: 9% !important;
}

.home-banner-section .slider-section .swiper-pagination-bullet-active {
  background: #fff;
  width: 20px !important;
  border-radius: 5px;
  height: 4px;
}

.home-banner-section
  .slider-section
  .swiper-pagination-clickable
  .swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 4px;
  border-radius: 5px;
  margin: 2px !important;
}

@media (min-width: 0px) and (max-width: 400px) {


  .home-banner-section
    .slider-section
    .banner-slide-div
    .banner-content-div
    .prop-title {
    font-size: 22px;
  }

  .home-banner-section
    .slider-section
    .banner-slide-div
    .banner-content-div
    .subtitle {
    font-size: 14px;
  }

  .home-banner-section
    .slider-section
    .banner-slide-div
    .banner-content-div
    .subcontent {
    font-size: 11px;
    padding: 4px;
    margin-top: 15px;
  }

  .home-banner-section .slider-section .banner-slide-div .banner-content-div {
    top: 20%;
  }
}

@media (min-width: 401px) and (max-width: 575px) {


  .home-banner-section
    .slider-section
    .banner-slide-div
    .banner-content-div
    .prop-title {
    font-size: 25px;
  }

  .home-banner-section
    .slider-section
    .banner-slide-div
    .banner-content-div
    .subtitle {
    font-size: 16px;
  }

  .home-banner-section
    .slider-section
    .banner-slide-div
    .banner-content-div
    .subcontent {
    font-size: 12px;
    padding: 4px;
    margin-top: 15px;
  }

  .home-banner-section .slider-section .banner-slide-div .banner-content-div {
    top: 20%;
  }
}

@media (min-width: 576px) and (max-width: 768px) {


  .home-banner-section
    .slider-section
    .banner-slide-div
    .banner-content-div
    .prop-title {
    font-size: 35px;
  }

  .home-banner-section
    .slider-section
    .banner-slide-div
    .banner-content-div
    .subtitle {
    font-size: 20px;
  }

  .home-banner-section
    .slider-section
    .banner-slide-div
    .banner-content-div
    .subcontent {
    font-size: 16px;
    padding: 6px;
    margin-top: 30px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {


  .home-banner-section
    .slider-section
    .banner-slide-div
    .banner-content-div
    .prop-title {
    font-size: 42px;
  }

  .home-banner-section
    .slider-section
    .banner-slide-div
    .banner-content-div
    .subtitle {
    font-size: 22px;
  }

  .home-banner-section
    .slider-section
    .banner-slide-div
    .banner-content-div
    .subcontent {
    font-size: 17px;
    padding: 7px;
    margin-top: 32px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
 
  .home-banner-section
    .slider-section
    .banner-slide-div
    .banner-content-div
    .prop-title {
    font-size: 45px;
  }

  .home-banner-section
    .slider-section
    .banner-slide-div
    .banner-content-div
    .subtitle {
    font-size: 25px;
  }

  .home-banner-section
    .slider-section
    .banner-slide-div
    .banner-content-div
    .subcontent {
    font-size: 18px;
    padding: 8px;
    margin-top: 35px;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
}

@media (min-width: 992px) and (max-width: 1600px) {
  .home-banner-section .banner-div .image-div {
    height: 500px;
  }
}

.Homebanner .banner-img-main .banner-img {
  width: 100%;
  height: auto;
  background: no-repeat;
}
.Homebanner .heading_holder {
  padding-right: 35%;
}
.Homebanner .heading_holder h1 {
  font-size: 54px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 3%;
}

.Homebanner .heading_holder h2 {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5%;
}

.Homebanner .heading_holder ul {
  padding-bottom: 5%;
  padding-left: 0px;
}

.Homebanner .heading_holder ul li {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  list-style: none;
}

.Homebanner .heading_holder .orange_btn {
  background: #ff8600;
  border: 1px solid #ff8600;
  color: #fff;
  border-radius: 0px;
  font-size: 20px;
  font-weight: 500;
}

.Homebanner .heading_holder .orange_btn:hover,
.Homebanner .heading_holder .orange_btn:active,
.Homebanner .heading_holder .orange_btn.active {
  background: #ff8600;
  border: 1px solid #ff8600;
  color: #fff;
}

.Homebanner .form_holder {
  margin-top: 5%;
  display: flex;
  justify-content: end;
}

.Homebanner .form_holder .button-holder {
  text-align: center;
}

@media (min-width: 0px) and (max-width: 575px) {
  .Homebanner .heading_holder {
    padding-right: 0%;
  }

  .Homebanner .heading_holder h1 {
    font-size: 20px;
  }

  .Homebanner .heading_holder h2 {
    font-size: 15px;
  }

  .Homebanner .heading_holder ul li {
    font-size: 15px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .Homebanner .heading_holder {
    padding-right: 0%;
  }

  .Homebanner .heading_holder h1 {
    font-size: 35px;
  }

  .Homebanner .heading_holder h2 {
    font-size: 18px;
  }

  .Homebanner .heading_holder ul li {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .Homebanner .heading_holder {
    padding-right: 0%;
  }

  .Homebanner .heading_holder h1 {
    font-size: 35px;
  }

  .Homebanner .heading_holder h2 {
    font-size: 18px;
  }

  .Homebanner .heading_holder ul li {
    font-size: 18px;
  }
}

@media (min-width: 1024px) and (max-width: 1299px) {
  .Homebanner .heading_holder {
    padding-right: 18%;
  }

  .Homebanner .heading_holder h1 {
    font-size: 40px;
  }

  .Homebanner .heading_holder h2 {
    font-size: 20px;
  }

  .Homebanner .heading_holder ul li {
    font-size: 18px;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  .Homebanner .heading_holder {
    padding-right: 18%;
  }

  .Homebanner .heading_holder h1 {
    font-size: 40px;
  }

  .Homebanner .heading_holder h2 {
    font-size: 20px;
  }

  .Homebanner .heading_holder ul li {
    font-size: 18px;
  }
}

@media (min-width: 1400px) and (max-width: 1499px) {
  .Homebanner .heading_holder {
    padding-right: 18%;
  }

  .Homebanner .heading_holder h1 {
    font-size: 45px;
  }

  .Homebanner .heading_holder h2 {
    font-size: 25px;
  }

  .Homebanner .heading_holder ul li {
    font-size: 19px;
  }
}
