.banner-top {
}
.bg-banner {
  background: linear-gradient(180.77deg, #132348 37.51%, #004a61 126.89%);
  height: 70vh;
  margin-bottom: 60px;
  overflow-x: clip;
}
.banner-slider {
  padding-top: 30px;
}
.banner-padding {
  padding: 0px 100px;
}
.banner-slider h3 {
  font-family: Public Sans;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 0em;
  color: white;
}
.banner-slider p {
  font-family: Public Sans;
  font-size: 18px;
  font-weight: 500;
  color: white;
}
.banner-slick {
  padding-left: 70px;
  position: relative;
}
.banner-slick .slick-dots {
  padding-bottom: 15px;
}
.banner-slick .slick-next {
  display: none !important;
}
.banner-slick .slick-prev {
  display: none !important;
}
.banner-slick .slick-slider .slick-dots button::before {
  width: 70%;
  height: 70%;
  color: transparent;
  background: #7dddb759;
  display: inline-block;
  font-size: 0px;
  line-height: 0px;
  -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 0px;
  opacity: 1;
}
.banner-slick .slick-dots li.slick-active button::before {
  background: white;
}
.arrow-img {
  position: absolute;
  width: 300px;
}

.pipe {
  position: absolute;
  left: 0px;
  top: 70px;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 525px;
}

.pipe-style {
  fill-rule: evenodd;
  fill: transparent;
  stroke-width: 45px;
}

.draw-pipe {
  stroke-dasharray: 10000;
  stroke-dashoffset: 10000;
  animation: draw 10s linear forwards;
  stroke: #32b993;
}

/* Transaction start here */
.trans-box {
  position: absolute;
  width: 590px;
  /* height: 240px; */
  top: 250px;
  background-color: white;
  border-radius: 10px;
}
.btn-box {
  width: 100%;
  height: 47px;
  border-radius: 28.5px;
  background: #e0e0e0a8;
}
.transaction-btn {
  border-radius: 21px;
  background: #f6ed4d;
  box-shadow: 0px 4px 4px 0px #00000040;
  font-family: Public Sans;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  color: #000000;
  border: none;
  outline: none;
  width: 47%;
  height: 100%;
}
.transaction-btn1 {
  border-radius: 21px;
  font-family: Public Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #9c9898;
  border: none;
  outline: none;
  width: 47%;
  height: 100%;
}
.btn-box span {
  color: #000000;
  font-size: 30px;
  margin-bottom: 0px;
  font-weight: 100;
}
.trans-h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 16px;
  color: #3d3a3a;
  margin-top: 20px;
  margin-bottom: 12px;
}

.dropdown {
  border: 1px solid #979292;
  position: relative;
  user-select: none;
  border-radius: 5px;
  width: 260px;
  cursor: pointer;
}
.dropdown .dropdown-btn {
  padding: 12px;
  font-family: Public Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: #00000075;
}
.parent .dropdown:focus {
  border: 1px solid #32b993 !important;
}
.dropdown .dropdown-content {
  position: absolute;
  top: 48px;
  left: 0px;
  padding: 10px;
  background-color: white;
  font-weight: 500;
  color: #000000;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #0000001a;
  box-shadow: 0px 1px 12px 0px #00000017;
  z-index: 9;
  max-height: 145px;
  overflow-y: scroll;
}
.dropdown-content1 {
  position: absolute;
  top: 48px;
  left: 0px;
  padding: 10px;
  background-color: white;
  font-weight: 500;
  color: #000000;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #0000001a;
  box-shadow: 0px 1px 12px 0px #00000017;
  z-index: 9;
}
.dropdown .dropdown-content .dropdown-item {
  padding: 10px;
  cursor: pointer;
  transition: all 0.2s;
}
.dropdown .dropdown-content .dropdown-item:hover {
  background-color: white;
  color: #b6944e;
}
.dropdown .dropdown-content1 .dropdown-item {
  padding: 10px;
  cursor: pointer;
  transition: all 0.2s;
}
.dropdown .dropdown-content1 .dropdown-item:hover {
  background-color: white;
  color: #b6944e;
}

.trans-text {
  margin-left: 12px;
}
.btn-transaction {
  background: #01bb8b;
  box-shadow: 0px 4px 4px 0px #00000040;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 15px 20px;
}
.rera-trans-heading{
  font-family: Public Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 16px;
    color: #3d3a3a;
    margin-top: 20px;
    margin-bottom: 12px;
}
.rera-search-input{
  font-size: 18px;
  padding: 10px;
  border: 1px solid #01bb8b;
  border-radius: 5px;
  width: 100%;
}

.rera-search-input::placeholder{
  opacity: 0.5;
}
.rera-search-input-icon{
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-color: white;
}
.rera-search-input-box .cross-icon:hover{
  cursor: pointer;
}
.rera-search-input:focus{
  border: none;
  outline: none;
  border: 1px solid #01bb8b;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.mainPulseline {
  width: 100% !important;
  height: 75vh !important;
}

@media only screen and (max-width: 390px) {
  .bg-banner {
    height: 50vh !important;
  }
}

@media only screen and (max-width: 768px) {
  .banner-slick {
    padding: 0px 35px;
  }
  .banner-slider {
    padding-top: 30px;
  }
  .banner-slider h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
  }
  .banner-slider p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
  }
  .banner-slick .slick-slider .slick-dots li button::before {
    width: 10px;
    height: 10px;
    font-size: 10px;
  }
  .bg-banner {
    height: 55vh;
    margin-bottom: 0px;
  }
  .banner-padding {
    padding: 0px 0px;
  }

  .banner-slick .slick-dots {
    padding-bottom: 0px !important;
  }
  .dropdown .dropdown-btn {
    padding: 8px 12px;
    font-size: 12px;
  }
  .trans-text {
    margin-left: 10px;
    font-size: 11px;
  }
  /* .trans-box {
    width: 350px;
    top: 180px;
    left: 5%;
  } */

  .transaction-btn {
    font-size: 12px;
    width: 45%;
  }
  .transaction-btn1 {
    font-size: 12px;
    width: 45%;
  }
  .btn-box {
    height: 25px;
  }
  .btn-box span {
    font-size: 15px;
  }
  .dropdown {
    width: 155px;
  }
  .trans-h5 {
    font-size: 15px;
    margin-top: 16px;
    margin-bottom: 10px;
  }
  .btn-transaction {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
  }
  .trans-box {
    width: 350px;
    margin: 0 auto;
    position: absolute;
    /* top: 160%;  */
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .banner-slider h3 {
    font-size: 38px !important;
    font-weight: 600;
  }
  .banner-slider p {
    font-size: 16px;
    font-weight: 500;
  }
  .banner-slick {
    padding-left: 0px !important;
  }
  .banner-slick .slick-dots {
    padding-bottom: 0px !important;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1500px) {
  .banner-slider h3 {
    font-size: 60px !important;
    font-weight: 600;
  }
  .banner-slider p {
    font-size: 15px;
    font-weight: 500;
  }
  .banner-slick {
    padding-left: 40px;
  }
  .banner-slick .slick-dots {
    padding-bottom: 0px;
  }

  .pipe {
    top: 34px !important;
  }
  .mainPulseline {
    width: 100% !important;
    height: 85vh !important;
  }
}

@media only screen and (max-width: 1024px) {
  .pipe {
    position: absolute;
    left: 0px;
    top: 160px;
    z-index: 0;
  }
}

@media only screen and (max-width: 900px) {
  .pipe {
    display: none !important;
  }
}

@media only screen and (min-width: 1538px) and (max-width: 2560px) {
  .pipe {
    width: 100vw !important;
    height: auto !important;
  }
}
