.e-brochure {
  position: relative;
  background-image: url("/assets/images/admission/broucher.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}
.e-brochure .Main_heading_holder h1 span {
  color: #fff;
}
.e-brochure .text-holder-brochure h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
.e-brochure .text-holder-brochure p {
  font-size: 16px;
  text-align: center;
  color: #000000;
}
.e-brochure .brochure-banner-img {
  width: 100%;
}
.e-brochure .error-msg {
  font-size: 13px;
}
.e-brochure .text-danger {
  margin-bottom: 0px;
  font-size: 12px;
}

/* Form CSS */
.e-brochure .enquiry-form {
  top: 23%;
  left: 0;
  right: 0px;
}

.e-brochure .enquiry-form .inquiry_form_div {
  background: #b4afaa;
  padding: 20px;
  border-radius: 5px;
}

.e-brochure .enquiry-form .apply-online-title h2 {
  color: #000;
  font-size: 25px;
  font-weight: bold;
}

.e-brochure .enquiry-form .apply-online-title {
  margin-bottom: 20px;
}

.e-brochure .enquiry-form .apply-online-title h2 span {
  text-decoration: underline;
}

.e-brochure .enquiry-form .submit-btn-enquiry-form {
  margin-top: 3%;
  background: #ff8600;
  border-radius: 0px;
  color: #fff;
  border: none;
  font-size: 16px;
  padding: 5px 15px;
}

.e-brochure .enquiry-form .resend-otp span {
  font-size: 10px;
  color: #ff2424;
}

.e-brochure .enquiry-form .resend-otp {
  font-size: 10px;
  color: #fff;
}

.e-brochure .enquiry-form .input-group {
  display: flex;
  align-items: center;
  padding: 0.25rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
}

.get-otp-btn {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #03a84e;
  border-radius: 0px;
  border: none;
  padding: 3px 8px;
  position: absolute;
  right: 10px;
  top: 7px;
}

.e-brochure .enquiry-form .black-border-input {
  width: 100%;
  border-radius: 6px;
}

.e-brochure .enquiry-form .black-border-input input {
  border: 1px solid;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  border: none;
  padding-bottom: 8px;
  outline: none;
}

.e-brochure .enquiry-form .send-otp-text {
  position: relative;
}

.e-brochure .enquiry-form .send-otp-text .resend-otp {
  position: absolute;
  right: 0px;
}

.getotop-main {
  position: relative;
}

/* Media */

@media (min-width: 0px) and (max-width: 320px) {
  .e-brochure .brochure-banner-img {
    display: none;
  }

  .e-brochure .enquiry-form {
    position: unset;
    padding: 0% 4%;
  }

  .e-brochure .enquiry-form input {
    border: 1px solid #ccc;
    width: 100%;
  }

  .e-brochure .enquiry-form select {
    width: 80%;
    border: 1px solid;
    margin: 2% 8%;
  }

  .e-brochure .enquiry-form .black-border-input input {
    /* width: 163px; */
    /* padding: 2px; */
    /* margin-left: 5px; */
  }

  .e-brochure .enquiry-form .black-border-input {
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 5%;
  }

  .e-brochure .enquiry-form .resend-otp {
    color: #000;
  }

  .e-brochure .enquiry-form .send-otp-text .resend-otp {
    right: 41px;
  }

  .e-brochure .error-msg {
    margin-left: 8%;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .e-brochure .brochure-banner-img {
    display: none;
  }

  .e-brochure .enquiry-form {
    position: unset;
    padding: 0% 4%;
  }

  .e-brochure .enquiry-form input {
    border: 1px solid #ccc;
    width: 100%;
  }

  .e-brochure .enquiry-form .black-border-input input {
    /* width: 175px; */
    /* padding: 2px; */
  }

  .e-brochure .enquiry-form .black-border-input {
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 5%;
  }

  .e-brochure .enquiry-form .resend-otp {
    color: #000;
  }

  .e-brochure .enquiry-form .send-otp-text .resend-otp {
    right: 61px;
  }

  .e-brochure .error-msg {
    margin-left: 8%;
  }
}

@media (min-width: 376px) and (max-width: 485px) {
  .e-brochure .enquiry-form .black-border-input {
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 5%;
  }

  .e-brochure .brochure-banner-img {
    display: none;
  }

  .e-brochure .enquiry-form {
    position: unset;
    padding: 0% 4%;
  }

  .e-brochure .enquiry-form input {
    border: 1px solid #ccc;
    width: 100%;
  }

  .e-brochure .enquiry-form select {
    width: 80%;
    border: 1px solid;
    margin: 2% 8%;
  }

  .e-brochure .enquiry-form .black-border-input input {
    /* width: 206px; */
    /* padding: 2px; */
  }

  .e-brochure .enquiry-form .resend-otp {
    color: #000;
  }

  .e-brochure .enquiry-form .send-otp-text .resend-otp {
    right: 61px;
  }

  .e-brochure .error-msg {
    margin-left: 8%;
  }
}

@media (min-width: 486px) and (max-width: 576px) {
  .e-brochure .brochure-banner-img {
    display: none;
  }

  .e-brochure .enquiry-form {
    position: unset;
    padding: 0% 4%;
  }

  .e-brochure .enquiry-form input {
    border: 1px solid #ccc;
    width: 100%;
  }

  .e-brochure .enquiry-form select {
    width: 80%;
    border: 1px solid;
    margin: 2% 8%;
  }

  .e-brochure .enquiry-form .black-border-input input {
    /* width: 234px; */
    /* margin: 0px !important; */
  }

  .e-brochure .enquiry-form .black-border-input {
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 5%;
  }

  .e-brochure .enquiry-form .resend-otp {
    color: #000;
  }

  .e-brochure .enquiry-form .send-otp-text .resend-otp {
    right: 72px;
  }

  .e-brochure .error-msg {
    margin-left: 8%;
  }
}

@media (min-width: 0px) and (max-width: 576px) {
  .e-brochure .enquiry-form input {
    font-size: 14px !important;
  }

  .css-1lpq5kz-placeholder {
    font-size: 14px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .e-brochure .brochure-banner-img {
    display: none;
  }

  .e-brochure .enquiry-form {
    position: unset;
    padding: 0% 4%;
  }

  .e-brochure .enquiry-form input {
    border: 1px solid #ccc;
    width: 100%;
  }

  .e-brochure .enquiry-form select {
    width: 80%;
    border: 1px solid;
    margin: 2% 8%;
  }

  .e-brochure .enquiry-form .black-border-input input {
    /* width: 71%; */
    /* height: 17px; */
  }

  .e-brochure .enquiry-form .black-border-input {
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 5%;
  }

  .e-brochure .enquiry-form .resend-otp {
    color: #000;
  }

  .e-brochure .enquiry-form .send-otp-text .resend-otp {
    right: 122px;
  }

  /* .e-brochure .enquiry-form .black-border-input input {
          width: 78%;
          padding: 2px;
          height: 16px;
          margin-left: 1%;
      } */

  .e-brochure .error-msg {
    margin-left: 8%;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .e-brochure .brochure-banner-img {
    display: none;
  }

  .e-brochure .enquiry-form {
    position: unset;
    /* margin: 20px; */
    box-shadow: 0px 0px 5px #ccc;
    padding: 20px;
  }

  .e-brochure .enquiry-form select {
    width: 80%;
    border: 1px solid;
    margin: 2% 8%;
  }

  .e-brochure .enquiry-form .black-border-input input {
    /* width: 82%; */
    /* padding: 2px; */
    /* height: 16px; */
    /* margin-left: 1%; */
  }

  .e-brochure .enquiry-form .black-border-input {
    border: 1px solid;
    /* width: 80%; */
    /* margin-left: 8%; */
    /* height: 46px; */
  }

  .e-brochure .enquiry-form .resend-otp {
    color: #000;
  }

  .e-brochure .enquiry-form .send-otp-text .resend-otp {
    right: 122px;
  }

  .e-brochure .error-msg {
    margin-left: 8%;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .e-brochure .text-holder-brochure h2 {
    font-size: 20px;
  }

  .e-brochure .text-holder-brochure p {
    font-size: 14px;
  }

  .e-brochure .enquiry-form .apply-online-title h2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
  }

  .e-brochure .enquiry-form .submit-btn-enquiry-form {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .e-brochure .enquiry-form {
    /* position: absolute;
      top: 23%;
      left: 61%; */
  }

  .e-brochure .text-holder-brochure h2 {
    font-size: 25px;
  }

  .e-brochure .brochure-banner-img {
    aspect-ratio: 3/2;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .e-brochure .enquiry-form {
    /* position: absolute;
      top: 23%;
      left: 61%; */
  }

  .e-brochure .text-holder-brochure h2 {
    font-size: 25px;
  }

  .e-brochure .brochure-banner-img {
    aspect-ratio: 4/2;
  }
}
