.new-review-left-banner {
  display: flex;
  padding: 2% 6%;
  border-radius: "10px";
  width: 550px;
  height: 430px;
  flex-direction: column;
  border: 1px solid #cecece;
  border-radius: 10px;

  gap: 8px;
}

.new-review-left-banner:hover,
.new-review-banner-form:hover {
  box-shadow: 0px 4px 20px 0px #00000040;
}

/* .new-review-clinic-add {
  color: "#333333"!important;

} */

.new-review-clinic-add h2,
.new-review-timing h2 {
  font-size: 22px;
  color: "#333333";
  font-weight: 600;
}
.new-review-clinic-add p,
.new-review-timing p {
  text-align: left;
  line-height: 30px;
  font-size: 18px;
  color: #555;
  margin: 0 !important;
  padding: 0 24px 0px 1px;
  /* color: "#333333 !important" !important; */
}

.new-review-email {
  margin-bottom: 5px;
}

.new-review-phone,
.new-review-email {
  display: flex;
  align-items: center;
  gap: 3%;
  padding: 1% 0px;
}

.new-review-phone span,
.new-review-email span {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  /* color: "#333333 !important" !important; */
}

.new-review-left-banner-ban-style {
  background: #ffffff;
  padding: 15px 0px;
  width: 100%;
  font-size: 16px;
  color: #f9ad1c;
  /* color: #ffffff; */
  font-weight: 700;
  border: none;
  border-radius: 8px;
  border: 1px solid #f9ad1c;
}

.new-review-banner-form {
  /* position: absolute;
  top: 72px;
  right: 52px; */
  width: 550px;
  height: 430px;
  background: #ffffff;
  border: 1px solid #cecece;
  border-radius: 10px;
  /* box-shadow: 0px 4px 4px 0px #00000040; */
}

.new-review-form-img {
  padding: 50px 54px 40px 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.new-review-form-clix {
  font-family: Metropolis;
  font-size: 28px;
  font-weight: 700;
  line-height: 22.8px;
  text-align: center;
  color: #5d6b2f;
}

.new-review-form-main-banner {
  padding: 10px 70px 24px 70px;
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.new-review-name-style {
  width: 100%;
  height: 58px;
  border-radius: 4px;
  border: 1px solid #00000020;
  outline: none;
  padding: 18px 0px 18px 16px;
}

.new-review-num-style {
  width: 100%;
  height: 58px;
  border-radius: 4px;
  border: 1px solid #00000020;
  outline: none;
  padding: 18px 0px 18px 16px;
}

.new-review-ban-style {
  background: #f9ad1c;
  padding: 15px 0px;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  border: none;
  border-radius: 8px;
}

.new-review-banner-lst {
  padding: 0px 39px;
}

.new-review-click-my-new {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}

.new-review-input-error {
  border: 1px solid red !important;
  border-radius: 8px;
}

.new-review-spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #1a73e8;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.new-review-banner-button {
  margin-top: 15px;
  font-size: 18px;
}
.new-review-left-banner-button {
  font-size: 18px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Media Queries for Mobile */
@media only screen and (max-width: 768px) {
.new-review-main-section {
  padding: 3rem 4% 3rem !important;
}
  .new-review-main-section {
    flex-direction: column-reverse;
    position: relative;
    bottom: 130px;
    margin-bottom: -40%;
  }

  .new-review-left-banner {
    width: 100%;
    height: fit-content;
    padding: 5% 7% 10%;
    gap: 0;
  
  }
  .new-review-banner-form {
    width: 100%;
    height: 345px;
  }
  .new-review-clinic-add h2,
  .new-review-timing h2 {
    font-size: 16px;
  }

  .new-review-left-section {
    position: relative;
  }

  .new-review-form-img {
    padding: 30px 22px 25px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
  .new-review-banner-button {
    margin-top: 0;
  }

  .new-review-form-clix {
    font-size: 18px;
  }

  .new-review-form-main-banner {
    padding: 10px 29px 24px 29px;
  }

  .new-review-name-style {
    height: 49px;
  }

  .new-review-num-style {
    height: 49px;
  }

  .new-review-ban-style {
    background: #f9ad1c;
    /* padding: 13px 0px; */
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    border: 1px solid #F9AD1C !important;
  }
  .new-review-left-banner-ban-style{
    border: 1px solid #F9AD1C;
  }

  .new-review-click-my-new {
    margin-top: 0px !important;
  }
  .new-review-clinic-add p {
    font-size: 14px;
    line-height: 22px;
  }
  .new-review-timing p{
    font-size: 14px;
    line-height: 22px;
  }
  .new-review-phone span,
  .new-review-email span {
    font-size: 16px;
    line-height: 35px;

  }
  .new-review-phone img{
    width: 25px;
    height: 25px;
  }
  .new-review-left-banner-button{
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #F9AD1C;
  }
  .new-review-phone, .new-review-email{
    padding: 2% 0;
  }
  .new-review-email{
    margin-bottom: 10px;
  }
}
