
.hero-form {
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 999;
  background: #fff;
  padding: 32px 21px;
  display: flex;
  flex-direction: column;
  max-width: 480px;
  transform: translateY(-50%);
}

.hero-form h5 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  color: #000000;
  margin: 0 0 17px 0;
  text-align: center;
}

label.form-label {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  margin: 0 0 6px 0;
}

input.form-control::placeholder, textarea.form-control::placeholder {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.42);
}

input.form-control, textarea.form-control {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(0, 0, 0, 0.5);
  /* height: 100%; */
  min-height: 45px;
}

.form-control:focus {
  border-color: rgba(0, 0, 0, 0.5);
}

.form-group {
  margin: 0 0 12px 0;
}

textarea.form-control {
  height: 100%;
  min-height: 134px;
  resize: unset;
}

.hero-form .btn-submit {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #6D30A7;
  border: 2px solid #6D30A7;
  padding: 12px;
  display: inline-block;
  margin: 20px auto 0;
  max-width: 220px;
  width: 100%;
  text-align: center;
}

label.form-label span {
  color: #E94235;
}
/*******************************************project-detail-carousel-form close **********************************************************/

/******************************************* registration **********************************************************/
section.registration {
  background: #2F2F2F;
  padding: 60px 15px;
}

form.hero-form.registration-form {
  position: relative;
  background: transparent;
  margin: 0 auto;
  padding: 0;
  max-width: 560px;
  top: 0;
  transform: unset;
}

form.hero-form.registration-form h5 {
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  margin: 0 0 70px 0;
}

form.hero-form.registration-form label.form-label {
  color: #fff;
}

form.hero-form.registration-form input.form-control, form.hero-form.registration-form textarea.form-control {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  background: transparent;
  color: #fff;
}

form.hero-form.registration-form input.form-control::placeholder, form.hero-form.registration-form textarea.form-control::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.btn-submit.btn-submit-white {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}

form.hero-form.registration-form .form-control:focus {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.project-detail-carousel .swiper-button-next, .project-detail-carousel .swiper-button-prev {
  display: none;
}
.dial-code.position-relative select {
  height: 45px !important;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  font-size: 14px;
}

.phone-number .phone-input {
  width: calc(100% - 60px);
  margin-left: -1px;
}

.dial-code.position-relative {
    width: 80px;
    min-height: 45px;
}

form.banner-form .select2-selection__rendered {
    line-height: 43px !important;
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
    border-radius: 0.25rem;
    padding-left: 10px !important;
    color: rgba(0, 0, 0, 0.42);
}
form.details-form.registration-form .dial-code.position-relative .select2-selection__rendered  {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    line-height: 43px !important;
    border-radius: 0.25rem;
    padding-left: 10px !important;
}



form.banner-form .select2-container .select2-selection--single {
    height: 100% !important;
}

form.banner-form .select2-selection__arrow {
    height: 100% !important;
}


form.details-form .select2-container .select2-selection--single {
    height: 100% !important;
}

form.details-form .select2-selection__arrow {
    height: 100% !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets {
  bottom: 100px;
  height: 20px !important;
  z-index: 9999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet-active {
  background: #6d30a7 !important;
  box-shadow: 0 0 0 2px #fff;
}
.swiper-pagination-bullet{opacity: 1;background:#fff;box-shadow: 0 0 0 2px #fff;}
