.input-wrapp {
  position: relative;
}
.input-wrapp .map-icon {
  position: absolute;
  left: 15px;
  z-index: 1;
  max-width: 26px;
  top: 10px;
}

/** Date Field **/
.ui-widget.ui-widget-content {
  background-color: #00a3b7;
}
#ui-datepicker-div {
  width: 400px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #707070;
  z-index: 9 !important;
}
.ui-datepicker .ui-datepicker-header {
  background: #fff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
  background-color: #daebef !important;
  color: #388a9d !important;
}
.ui-state-default.ui-state-active.ui-state-hover {
  background-color: #388a9d;
  color: #fff;
}
.ui-state-default.ui-state-active {
  background-color: #00a3b7;
  color: #fff;
}
.ui-datepicker-calendar {
  border: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker {
  width: 17em !important
  padding: 0.2em 0.2em 0 !important;
}
#estimated_hatching_date {
  margin: 0px;
  color: #fff;
  font-size: 25px;
}
.estimate-date {
  width: 45%;
} 
.estimate-date h4 {
  background-color: #ea7718;
  padding: 10px;
  margin-top: 15px;
  text-align: center;
}
.head--one{
  width: 65%;
  font-weight: 600;
  text-align: left;
}
.sorry-content span{
  color: #fff;
  font-size: 18px;
}
.sorry-content{
  background: #f79122;
  padding: 10px;
}
.inner-txt{
  width: 315px;
  font-size: 14px;
}
.date-schedule {
  text-align: center;
  background-color: #fff;
  padding: 20px;
  position: absolute;
  border: 1px solid #707070;
  padding-top: 50px;
  font-family: "Open Sans", Sans-serif;
  transition: all 0.3s ease;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
}
.date-schedule.active {
  visibility: visible;
  z-index: 7;
  opacity: 1;
}
.date-schedule .dissmiss-btn {
  background-color: transparent;
  color: #333;
  font-size: 20px;
  padding: 10px;
  position: absolute;
  right: 10px;
  top: 5px;
}
.date-schedule h4 {
  margin: 0px;
  font-size: 24px;
  color: #464749;
  margin-bottom: 10px;
}
.date-schedule p {
  font-size: 14px;
}
.estimate-date h4 {
  color: #fff;
  margin-bottom: 8px;
}

.date-schedule h4 span.colored-txt {
  font-size: 135%;
  color: #00a3b7;
}

/** End: Date Field **/

@media only screen and (min-width: 1025px) {
  .input-wrapp .map-icon {
    top: 10px;
  }
  #selectdate-form .input-wrapp .map-icon {
    top: 12px;
  }
  .input-wrapp input {
    padding: 15px 15px;
    padding-left: 50px;
  }
  .elementor-section .elementor-container .elementor-button {
    padding: 5px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .input-wrapp input {
    padding: 10px 15px;
    padding-left: 50px;
  }

  #selectdate-form .input-wrapp .map-icon {
    top: 12px;
    max-width: 22px;
  }

  .input-wrapp .map-icon {
    max-width: 20px;
    top: 7px;
  }
  #dateOpen .elementor-button {
    padding: 0px;
  }
  #z-open-btn .elementor-button {
    padding: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .input-wrapp input {
    font-size: 14px;
    padding: 10px;
    padding-left: 40px;
  }
  .input-wrapp .map-icon {
    max-width: 16px;
    top: 10px;
  }
  #selectdate-form .input-wrapp .map-icon {
    max-width: 20px !important;
    top: 7px;
  }
  .footer-social-menu ul li:first-child {
    display: block;
  }
  #dateOpen .elementor-button {
    padding: 0px;
  }
  #z-open-btn .elementor-button {
    padding: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .input-wrapp input {
    font-size: 13px;
    padding: 15px;
    padding-left: 40px;
  }
  .input-wrapp .map-icon {
    max-width: 16px;
    top: 15px;
  }
  #selectdate-form .input-wrapp .map-icon {
    top: 15px !important;
    max-width: 25px !important;
  }
  input::placeholder, input{
    font-size: 16px !important;
  }
  input::placeholder{
    padding-left: 5px !important;
  }
  .header-banner a svg{
    width: 90%;
    margin-top: 7px;
    margin-left: 5px;
  }
  .date-schedule h4 {
    font-size: 23px;
  }
  #estimated_hatching_date {
    font-size: 22px;
  }
  #dateOpen .elementor-button {
    padding: 0px;
  }
  #z-open-btn .elementor-button {
    padding: 0px;
  }
}

#zip-date-fr .elementor-container,
#zip-date-en .elementor-container {
  padding: 0px;
}

/** Dev **/

/* Change font weight and size of input placeholder */
input::placeholder{
  font-weight: 500; /* Adjust font weight as needed */
  font-size: 20px; /* Adjust font size as needed */
  padding-left: 10px;
  color: #00a3b7 !important;
}

#selectdate-form .input-wrapp .map-icon {
  position: absolute;
  left: 15px;
  z-index: 9;
  max-width: 35px;
  top: 15px;
}

.header-banner{
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.d-flex{
  display: flex;
  justify-content: center;
}
.header-banner .input-wrapp{
  width: 84.956%;
}
.input-wrapp input {
  position: relative;
  border-radius: 30px;
  color: #00a3b7 !important;
  font-size: 20px;
  font-weight: 500; /* Adjust font weight as needed */
  padding: 15px;
  padding-left: 50px;
  border: 0;
}

/** modal Popup **/
.popup-custom {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-popup-content {
  background-color: white;
  max-width: 450px;
  margin: 100px auto;
  padding: 70px 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  position: relative;
}

.custom-popup-content:nth-child(1){
  max-width: 700px !important;
}

.close.close-icon {
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
  font-size: 25px;
  color: #000;
  font-weight: 700;
}
.date-schedule h4 span.colored-txt {
  font-size: 135%;
  color: #00a3b7;
}
/* .information_container{
  display: none;
} */
.ml-1{
  margin-left: 0.75rem;
}
.heading-title{
  color: var( --e-global-color-primary );
  font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
  font-size: var( --e-global-typography-secondary-font-size );
  padding: 0;
  margin: 0;
  line-height: normal;
}
.inner-content{
  padding: 20px 40px 0px 40px;
}
.inner-content p {
  line-height: normal;
  padding: 0 0 1em 0;
  color: var( --e-global-color-text );
  font-family: var( --e-global-typography-text-font-family ), Sans-serif;
  font-size: var( --e-global-typography-text-font-size );
}
.colored-txt{
  font-size: 135%;
  color: #00a3b7;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-weight: 700;
  letter-spacing: -0.0415625em;
  line-height: 1.25;
}
/** End Modal Popup **/
/** End Dev **/

/** Stay connected **/
.stay_connect_form_div {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: opacity 0.3s ease-out, visibility 0s linear 0.3s, transform 0.3s ease-out; /* Add transform to the transition */
  transform: translateY(100%);
  z-index: 9999;
  padding: 0px;
}

.stay_connect_form_div.open, .stay_connect_form_div.default-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition: opacity 0.3s ease-out, visibility 0s linear, transform 0.3s ease-out; /* Add transform to the transition */
}
.stay-con{
  cursor: pointer;
}
.fsmfe-wrapper .menu-overlay{
  overflow-y: auto;
}
/** End: Stay connected **/