.main-ifta {
	background: #712B63;
	color: #fff;
	padding: 30px;
	/* box-shadow: none; */
}

input,
select {
	border-bottom: 2px solid #fff;
	border-top: 1px solid #00000000;
	border-left: 1px solid #00000000;
	border-right: 1px solid #00000000;
	background-color: transparent;
	padding: 10px 10px;
	border-radius: 0px;
	box-shadow: none;
	color: #ffffff;
	width: 95%;
}

select option {
	color: #000;
}

.fa {
	color: #f6eff4 !important;
}


.main-cal {
	padding: 22px 12px 22px 7%;
	background: #F6F6FC;
	color: #000;
	border-radius: 10px;
	margin: 0 auto;
	border-color: #8F3A7E;
	border-style: solid;
	border-width: 1px;
}

input,
select {
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #00000000;
	border-left: 1px solid #00000000;
	border-right: 1px solid #00000000;
	background-color: transparent;
	padding: 10px 0px;
	border-radius: 0px;
	box-shadow: none;
	color: #ffffff;
	width: 100%;
}

select option {
	color: #000000;
}





.cal-height {
	color: #000;
}

input[type="text"]::placeholder {
	color: #ffffff;
	/* Change to the desired color */
}


.Proceed-cancel {
	padding: 10px 20px;
}

.email-text {
	font-size: 16px;
}


@media (resolution:1.25dppx) {

	.select-logging-zoom-width {
		width: 18%;
	}

}

@media (max-width:576px) {
	.cal-estimated-responsive {
		width: 100%;
		flex-wrap: wrap;
	}

	.select-month {
		width: 45%;
	}

	.select-logging-zoom-width {
		width: 50%;
	}

	.cal-button,
	.select-weight {
		width: 50%;
	}

	.btn-secoundry {
		padding: 10px 20px;
	}

	.enter-your-email {
		width: 100%;
	}


	.emial-section {
		flex-wrap: wrap;
	}
}

.email-subscribe-box {
  background-color: #f6f6fc;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 1px 2px;
  border-radius: 46px;
  margin: 0 auto;
}

.email-input {
  flex: 1;
  border: none;
  padding: 0 20px;
  font-size: 18px;
  border-radius: 46px 0 0 46px;
  outline: none;
  font-family: 'Hanken Grotesk', sans-serif;
  color: #333;
  height: 50px;
  min-width: 0;
}

.email-button {
  background-color: #00ab52;
  color: #fff;
  border: none;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 46px;
  cursor: pointer;
  font-family: 'Hanken Grotesk', sans-serif;
  letter-spacing: 0.5px;
  height: 48px;
  white-space: nowrap;
}

@media (max-width: 80px) {
  .email-subscribe-box {
    flex-direction: column;
    border-radius: 20px;
    padding: 10px;
  }

  .email-input {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    height: 50px;
  }

  .email-button {
    width: 100%;
    border-radius: 20px;
    height: 50px;
    font-size: 16px;
  }
}
