.banner-section {
  /* height: calc(100vh - 50px); */
  font-family: "Mulish", sans-serif;
  /* max-width: 1150px;
    margin: 0 auto; */
  overflow: hidden;
  position: relative;
}

.banner-container {
  display: flex;

}

.content-area h3 {
  color: #004a80;
  font-size: 2rem;
  text-align: center;
  width: 90%;
  font-style: italic !important;
}

.content-area p {
  color: rgb(242, 101, 34);
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
}

.content-area a {
  padding: 0;
  width: 200px;
  height: 55px;
  line-height: 55px;
  box-shadow: 0 .5rem 1rem rgba(242, 101, 34, 0.4);
  color: #fff;
  background-color: #f26522;
  border-color: #dc5c1f;
  border: unset;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Mulish';
  text-align: center;
}
.ban-wsp {
  background: white !important;
  color: rgb(0, 74, 128) !important;
  box-shadow: unset !important;
  font-size: 24px !important;
  font-family: 'mulish-bold' !important;
  cursor: unset;
}
.content-area {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

/* .banner-image-section {
    width: 50%;
    height: 100%;
    background: url(carouselNew/css/images/banner_600.png);
    background-repeat: no-repeat;
    height: 500px;
    background-position: left;
} */
.banner-image-section {
  width: 100%;
}

.banner-image-section img {
  width: 100%;
  /* max-height: calc(100vh - 0); */
  height: 500px;
}

/* .banner-container{
    background: url(carouselNew/css/images/banner_1.webp);
    background-position: right;
    background-repeat: no-repeat;
    height: 500px;
} */

/* for picture tag  */
.banner-container {
  position: relative;
  height: 500px;
  width: 100%;
  margin-top: 4rem;
}
.pagination-points-newtabs {
  width: 200px !important;
}
.content-area {
  z-index: 1;
}

.control-btns-newtabs {
    position: absolute;
    bottom: 0;
    width: 50%;
}

.banner-image-section img {
  max-width: 1250px;
}

.banner-image-section {
  right: 0;
  position: absolute;
  width: unset;
}

@media (max-width: 767px) {
  .banner-image-section {
    position: relative;
  }

  .banner-container {
    height: unset;
    flex-direction: column-reverse;
    padding-bottom: 20px;

  }

  .banner-image-section img {
    height: unset;
  }

  .content-area {
    width: 100%;
    padding: 1rem;
  }
  .control-btns-newtabs {
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .content-area p{
    line-height: 1.2;
    padding: 0 0 10px 0;
    font-size: 16px;
  }
  .content-area h3{
    line-height: 1.2;
    font-size: 20px;
    width: 100%;
  }
    .ban-wsp {
      display: block !important;
      box-shadow: 0 .5rem 1rem rgba(242, 101, 34, 0.4) !important;
      color: #fff !important;
      background-color: #f26522 !important;
      margin-top: 10px;
      font-size: 20px !important;
  }
}