.main-screen {
  background-color: #f9ad1c33;
  padding: 100px 105px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-modal-container {
  display: flex;
  height: 650px;
}

.right-side {
  border-bottom-right-radius: 32px;
  border-top-right-radius: 32px;
  background-color: white;
  padding: 80px 40px;
  justify-content: center;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  gap: 64px;
  width: 60%;
  align-items: center;
  height: 784px;
  position: relative;
}
.right-side-contact {
  position: relative;
  border-radius: 32px;
  background-color: white;
  padding: 80px 32px;
  justify-content: center;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  gap: 64px;
  /* width: 631px; */
  /* height: 752px; */
  min-width: 631px;
  max-width: 100%;
  min-height: 50vh;
  max-height: 90vh;
}

.inner-1 {
  display: flex;
  gap: 8px;
}
.error {
  font-weight: 600;
  /* margin-bottom: 10px; */
  position: absolute;
  font-size: 12px !important;
  color: red;
  bottom: -20px;
  left: 195px;
}

.ellipse .strike {
  display: inline-flex;
  background: #f9ad1c;
  height: 2px;
  width: 50px;
  margin-left: 8px;
}
.centered {
  cursor: pointer;
  text-align: center;
}
.detail-head-contact label {
  color: #333;
  font-family: "Metropolis";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.input-inner label {
  color: #333;
  font-family: "Metropolis";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.input-inner-contact label {
  margin: 0;
  color: #333;
  font-family: "Metropolis";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.number {
  position: absolute;
  transform: translate(19px, 15px);
  color: var(--Secondary-Font, #fff);
  text-align: center;
  font-family: "Metropolis";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.number-outline {
  position: absolute;
  transform: translate(19px, 15px);
  color: #f9ad1c;
  text-align: center;
  font-family: "Metropolis";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.input-inner {
  justify-content: flex-end;
  gap: 75px;
  display: flex;
  align-items: center;
  position: relative;
}

.input-inner-contact {
  justify-content: space-between;
  gap: 31px;
  display: flex;
  align-items: center;
  position: relative;
}

.detail-head {
  color: var(--Headline-Font, #333);
  font-family: Metropolis;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.detail-head-contact {
  text-align: center;
  color: var(--Headline-Font, #333);
  font-family: "Metropolis";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.label-field {
  justify-content: space-evenly;
  display: flex;
  flex-direction: column;
  gap: 50px;
  font-family: Metropolis;
  font-size: 18px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  color: #333;
}
.label-field label {
  font-weight: 500 !important;
}
.input-field {
  gap: 32px;
  display: flex;
  flex-direction: column;
}

.input-field input {
  display: flex;
  height: 50px;
  align-items: center;
  border-radius: 8px;
  background: #e9ebf8;
  border: none;
  padding: 20px;
  color: #333;
  width: 100%;
  outline: none;
}
.input-field .button {
  display: flex;
  justify-content: center;
}
.inner-date {
  padding: 0 32px !important;
}
.input-field .button input[type="button"] {
  color: var(--Secondary-Font, #fff);
  font-family: "Metropolis";
  font-size: 16px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  line-height: normal;
  background-color: #f9ad1c;
  border-radius: 8px;
  height: 48px !important;
  width: 222px !important;
  display: flex;
  padding: 16px 80px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-left: 25px;
}
.image-circle {
  cursor: pointer;
}

/* Mobile Specific */
@media only screen and (max-width: 767px) {
  box {
    height: 25px;
    width: 25px;
  }
  .react-responsive-modal-container {
    height: 100% !important;
    outline: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
  }
  .detail-head-contact {
    text-align: left;
  }
  .right-side-contact button {
    right: 5px !important;
    top: 38px !important;
  }
  .customOverlay {
    background: papayawhip !important;
  }
  .customModal {
    max-width: 1200px !important;
    padding: 0px !important;
    overflow: hidden !important;
    border-radius: 8px !important;
  }
  .inner-3-mobile {
    width: 100%;
    /* padding: 16px; */
  }
  .left-side {
    display: none;
  }
  .inner-date {
    padding: 16px !important;
  }
  .main-screen {
    padding: 0px;
  }
  .right-side {
    /* margin-top: 40px; */
    gap: 32px;
    border-radius: 8px !important;
    padding: 0px 16pxP;
    height: 600px;
    max-width: 100%;
    width: 768px;
    border-radius: 8px !important;
  }

  .ReactModal__Overlay.ReactModal__Overlay--after-open {
    overflow: hidden;
  }

  .inner-3 {
    display: none;
  }

  .label-field {
    gap: 16px;
  }
  .inner-3-mobile input[type="button"] {
    color: var(--Secondary-Font, #fff);
    font-family: "Metropolis";
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
    line-height: normal;
    background-color: #f9ad1c;
    border-radius: 8px;
    height: 48px;
    width: 100%;
    display: flex;
    padding: 16px 80px;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .Overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rebeccapurple;
  }
  .ReactModal__Content.ReactModal__Content--after-open {
    padding: 0px !important;
    inset: 12px !important;
  }
  .inner-1 {
    padding-top: 10px;
  }
  .ReactModal__Content.ReactModal__Content--after-open {
    border: none !important;
    background: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .react-datepicker__header {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .react-datepicker__header {
    background-color: transparent !important;
    border-bottom: none !important;
  }
  /* .react-datepicker__day-names{
      width: 300px;
        height: 18.809px;
    } */
  .error-mobile {
    color: red;
    font-size: 12px !important;
  }
  .react-datepicker__day-names {
    font-size: 9px;
  }
  .react-datepicker__current-month,
  .react-datepicker-time__header,
  .react-datepicker-year-header {
    font-size: 11px !important;
  }

  .react-datepicker__day-name,
  .react-datepicker__day,
  .react-datepicker__time-name {
    font-size: 10px !important;
    width: 4.4rem !important;
    height: 3.7rem !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .react-datepicker {
    border-radius: 15px !important;
    border: 0.5px solid #b9b9b9 !important;
  }
  .react-datepicker__day--selected,
  .react-datepicker__day--in-selecting-range,
  .react-datepicker__day--in-range,
  .react-datepicker__month-text--selected,
  .react-datepicker__month-text--in-selecting-range,
  .react-datepicker__month-text--in-range,
  .react-datepicker__quarter-text--selected,
  .react-datepicker__quarter-text--in-selecting-range,
  .react-datepicker__quarter-text--in-range,
  .react-datepicker__year-text--selected,
  .react-datepicker__year-text--in-selecting-range,
  .react-datepicker__year-text--in-range {
    background-color: #f9ad1c !important;
  }
  .success-modal .ReactModal__Content.ReactModal__Content--after-open {
    background-color: white !important;
  }
  #suc-text {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 24px;
    color: #333;
  }
  #sp {
    display: flex;
    align-items: center;
    height: 100%;
  }

  #contact-us-modal-wrapper {
    background: rgba(51, 51, 51, 0.4);
    z-index: 95;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .right-side-contact {
    border-radius: 0px;
    height: 100% !important;
    width: 100% !important;
    position: relative;
    background-color: white;
    padding: 42px 16px;
    justify-content: center;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    gap: 34px;
    min-width: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
  }
  .inner-3-mobile input {
    padding: 10px;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    background: #e9ebf8;
    border: none;
  }
  .inner-3-mobile input:focus {
    outline: none;
  }
  textarea {
    padding: 10px;
    width: 100%;
    height: 100px;
    border-radius: 8px;
    background: #e9ebf8;
    padding: 10px;
    border: none;
  }
  textarea:focus {
    outline: none;
  }
  .outer-label {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}

/* Tablets Specific  */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  /* .inner-3{
        display: flex;
        padding:10px;
    } */

  .inner-3-mobile {
    display: none;
  }
  .right-side {
    border-radius: 32px;
    background-color: white;
    padding: 40px;
    justify-content: center;
    flex-direction: column;
    display: flex;
    width: 100%;
    align-items: center;
    height: 784px;
    position: relative;
  }
  .react-responsive-modal-container {
    background: papayawhip !important;
  }
  .ReactModal__Content.ReactModal__Content--after-open {
    display: flex;
    inset: 15px !important;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    margin-right: -50% !important;
    padding: 0px !important;
  }
  .ellipse-no-selection {
    border-radius: 50px;
    border: 1px solid #f9ad1c;
    width: 50px;
    height: 50px;
    color: #f9ad1c;
  }
  .input-field input {
    width: 393px !important;
  }
  .left-side {
    display: none;
  }
  .ReactModal__Content.ReactModal__Content--after-open {
    border: none !important;
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .react-datepicker__header {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .react-datepicker__header {
    background-color: transparent !important;
    border-bottom: none !important;
  }
  /* .react-datepicker__day-names{
      width: 477.447px;
        height: 40px;
    } */
  .react-datepicker__current-month,
  .react-datepicker-time__header,
  .react-datepicker-year-header {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333 !important;
  }

  .react-datepicker__day-name,
  .react-datepicker__day,
  .react-datepicker__time-name {
    font-size: 13px !important;
    width: 6.8rem !important;
    height: 6rem !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .react-datepicker {
    border-radius: 15px !important;
    border: 0.5px solid #b9b9b9 !important;
  }
  .react-datepicker__day--selected,
  .react-datepicker__day--in-selecting-range,
  .react-datepicker__day--in-range,
  .react-datepicker__month-text--selected,
  .react-datepicker__month-text--in-selecting-range,
  .react-datepicker__month-text--in-range,
  .react-datepicker__quarter-text--selected,
  .react-datepicker__quarter-text--in-selecting-range,
  .react-datepicker__quarter-text--in-range,
  .react-datepicker__year-text--selected,
  .react-datepicker__year-text--in-selecting-range,
  .react-datepicker__year-text--in-range {
    background-color: #f9ad1c !important;
  }

  .success-modal {
    height: 100% !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
  }
  .success-modal-1 {
    height: 100% !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
  }

  #suc-wrapper {
    width: 514px;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-top: 22px;
    margin-bottom: 24px;
    margin-right: 46px;
    margin-left: 46px;
    text-align: center;
    background: #fff;
    position: relative;
  }
  .success-modal .ReactModal__Content.ReactModal__Content--after-open {
    background-color: white !important;
  }

  #suc-text {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #333;
  }
  .confirm-btn-container {
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: space-evenly;
  }

  .btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 0 2px 2px 0 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-left: 1px solid #000;
  }
  .main_venue_btn {
    color: #f9ad1c;
    border: 1px solid #f9ad1c !important;
    padding: 17px !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    width: 250px;
  }

  .this_venue_btn {
    color: white;
    border: 1px solid #f9ad1c !important;
    padding: 17px !important;
    font-size: 16px !important;
    background-color: #f9ad1c;
    border-radius: 5px !important;
  }
  .inner-3-mobile {
    display: none;
  }
  .ReactModal__Content.ReactModal__Content--after-open {
    display: flex;

    padding: 32px !important;
  }
  .ReactModal__Content.ReactModal__Content--after-open.success-modal-1 {
    display: flex;
    inset: 15px !important;
    transform: translate(0, 0) !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    margin-right: -50% !important;
    padding: 0px !important;
    background: rgba(51, 51, 51, 0.4) !important;
  }
  .ellipse-no-selection {
    border-radius: 50px;
    border: 1px solid #f9ad1c;
    width: 50px;
    height: 50px;
    color: #f9ad1c;
  }
  /* .ReactModal__Overlay.ReactModal__Overlay--after-open{
      background-color: rgba(51, 51, 51, 0.40)!important;
    } */
  .react-responsive-modal-container {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
  }
  #contact-us-modal-wrapper {
    background: rgba(51, 51, 51, 0.4);
    z-index: 95;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  textarea {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #e9ebf8;
    border: none;
    padding: 20px;
    color: #333;
    width: 393px;
    outline: none;
    height: 120px;
    resize: none;
  }
}

/* Desktop changes */

@media screen and (min-width: 1200px) {
  .laoding69 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(51, 51, 51, 0.4);
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
  }
  .box {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px solid;
    border-color: orange transparent;
    animation: spin 1s infinite ease-out;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .react-responsive-modal-container {
    height: 100%;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .input-field input {
    width: 393px !important;
  }
  .ReactModal__Content.ReactModal__Content--after-open {
    border: none !important;
    background: transparent !important;
  }
  .react-datepicker__header {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .react-datepicker__header {
    background-color: transparent !important;
    border-bottom: none !important;
  }
  /* .react-datepicker__day-names{
    width: 477.447px;
      height: 40px;
  } */
  .react-datepicker__current-month,
  .react-datepicker-time__header,
  .react-datepicker-year-header {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333 !important;
  }

  .react-datepicker__day-name,
  .react-datepicker__day,
  .react-datepicker__time-name {
    font-size: 13px !important;
    width: 6.8rem !important;
    height: 3.755rem !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .react-datepicker {
    border-radius: 15px !important;
    border: 0.5px solid #b9b9b9 !important;
  }
  .react-datepicker__day--selected,
  .react-datepicker__day--in-selecting-range,
  .react-datepicker__day--in-range,
  .react-datepicker__month-text--selected,
  .react-datepicker__month-text--in-selecting-range,
  .react-datepicker__month-text--in-range,
  .react-datepicker__quarter-text--selected,
  .react-datepicker__quarter-text--in-selecting-range,
  .react-datepicker__quarter-text--in-range,
  .react-datepicker__year-text--selected,
  .react-datepicker__year-text--in-selecting-range,
  .react-datepicker__year-text--in-range {
    background-color: #f9ad1c !important;
  }

  .success-modal {
    height: 100% !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
  }
  .success-modal-1 {
    height: 100% !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
  }

  #suc-wrapper {
    width: 514px;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-top: 22px;
    margin-bottom: 24px;
    margin-right: 46px;
    margin-left: 46px;
    text-align: center;
    background: #fff;
    position: relative;
  }
  .success-modal .ReactModal__Content.ReactModal__Content--after-open {
    background-color: white !important;
  }

  #suc-text {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #333;
  }
  .confirm-btn-container {
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: space-evenly;
  }

  .btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 0 2px 2px 0 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-left: 1px solid #000;
  }
  .main_venue_btn {
    color: #f9ad1c;
    border: 1px solid #f9ad1c !important;
    padding: 17px !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    width: 250px;
  }

  .this_venue_btn {
    color: white;
    border: 1px solid #f9ad1c !important;
    padding: 17px !important;
    font-size: 16px !important;
    background-color: #f9ad1c;
    border-radius: 5px !important;
  }
  .inner-3-mobile {
    display: none;
  }
  .ReactModal__Content.ReactModal__Content--after-open {
    display: flex;
    inset: 15px !important;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    margin-right: -50% !important;
    padding: 0px !important;
  }
  .ReactModal__Content.ReactModal__Content--after-open.success-modal-1 {
    display: flex;
    inset: 15px !important;
    transform: translate(0, 0) !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    margin-right: -50% !important;
    padding: 0px !important;
    background: rgba(51, 51, 51, 0.4) !important;
  }
  .ellipse-no-selection {
    border-radius: 50px;
    border: 1px solid #f9ad1c;
    width: 50px;
    height: 50px;
    color: #f9ad1c;
  }
  /* .ReactModal__Overlay.ReactModal__Overlay--after-open{
    background-color: rgba(51, 51, 51, 0.40)!important;
  } */
  #contact-us-modal-wrapper {
    background: rgba(51, 51, 51, 0.4);
    z-index: 95;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  textarea {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #e9ebf8;
    border: none;
    padding: 20px;
    color: #333;
    width: 393px;
    outline: none;
    height: 120px;
    resize: none;
  }
  .customOverlay {
    background: papayawhip;
  }
  .customModal {
    background: papayawhip !important;
    /* max-width: 500px; */
    max-width: 1200px !important;
    /* width: 100%; */
    height: auto;
    padding: 0px !important;
    overflow-y: hidden !important;
    border-radius: 32px !important;
  }
  .react-responsive-modal-container {
    background: papayawhip !important;
  }
  /* .react-responsive-modal-containerCenter{
    background: transparent !important ;
  
  } */
}

/* review section new*/

.head-cls {
  font-family: Metropolis;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.review-head {
  display: flex;
  justify-content: center;
  color: var(--Headline-Font, #333);
  font-family: Metropolis;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* padding: 16px; */
  margin: 0px;
}
.react-responsive-modal-modal {
  border-radius: 32px;
  /* animation: none !important; */
 
 
}


.space-star {
  display: flex;
  gap: 33px;
}
.input-inner-contact1 {
  display: flex;
  gap: 100px;
}

.input-inner-contact1 label {
  padding-top: 6px;
  margin-bottom: 12px !important;
  margin: 0;
  color: #333;
  font-family: "Metropolis";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.input-inner-contact-new {
  justify-content: space-between;
  gap: 31px;
  display: flex;
  position: relative;
  align-items: normal;
}
.input-inner-contact-new label {
  margin: 0;
  color: #333;
  font-family: "Metropolis";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* .disabled-button {
  background-color: grey;
  cursor: not-allowed;
} */
#ty-modal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: papayawhip;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
#suc-img {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .input-inner-contact-mob label {
    color: var(--Headline-Font, #333);
    /* Desktop/H2 */
    font-family: Metropolis;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
  }
  .space-star {
    margin-bottom: 17px;
    display: flex;
    gap: 33px;
  }
  .react-responsive-modal-modal {
    border-radius: 0px;
    /* display: block !important;
    margin: 0 !important ; */
    /* animation: none !important; */
  }
  .custom-modal {
    display: block !important;
    margin: 0 !important ;
    height: 100%;
    padding: 1.2rem !important;
  }
  .custom-modal-container {
    display: block !important;
  }
  .review-head {
    display: flex;
    justify-content: flex-start;
    padding: 0px !important;
    margin-bottom: 20px;
  }
  .react-responsive-modal-closeButton {
    top: 31px !important;
  }
  .inner-3-mobile input[type="button"]:disabled {
    background-color: #ccc;
    cursor: not-allowed;
  }
  .head-cls {
    padding-left: 16px;
  }
  .custom-modal .react-responsive-modal-closeButton {
    top: 14px !important;
  }
  /* .custom-modal-closeButton{
  top:14px
} */
}
#suc-wrapper-new {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  margin-top: 22px;
  margin-bottom: 24px;
  margin-right: 46px;
  margin-left: 46px;
  text-align: center;
}

.custom-modal-container {
  background: transparent !important ;
}

.input-field .button input[type="button"]:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.custom-modal-pop .react-responsive-modal-closeButton {
  display: none !important;
}
.custom-modal-pop {
  background: #f9ad1c !important;
  padding: 2.2rem !important;
}
.custom-modal-pop .react-responsive-modal-root {
  background: papayawhip !important;
}
.custom-overlay-class {
  background: papayawhip !important;
}

@media only screen and (max-width: 768px) {
  .custom-modal-pop {
    position: absolute !important;
    top: 15% !important;
  }
  .custom-modal-pop {
    width: 93%;
  }
  .main-modal-container {
    height: 700px;
  }
}
.custom-modal {
  padding: 0rem !important ;
}
#padd-sht {
  padding: 24px;
}
.gap-red {
  height: 70px;
}
.txt-wid {
  height: 40px !important;
}
