.fodwp-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 320px) and (max-width: 767px) {
  .fodwp-popup {
    left: 5% !important;
    width: 80% !important;
  }
}
.fodwp-popup {
  position: fixed;
  left: 25%;
  top: 10%;
  min-width: 320px;
  max-width: 648px;
  margin: 0 auto;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 0 10px 0 #222;
  height: auto;
  width: 50%;
}
.fodwp-title {
  background-color: #b4d0d9;
}
.fodwp-title {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
}
.fodwp-gifts {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.fodwp-gift-thumbnail {
  height: 150px;
  width: 150px;
  border-radius: 3px;
}
.fodwp-gift-item {
  float: left;
  width: 33.33%;
  text-align: center;
  display: block;
}
.fodwp-checkbox {
  float: left;
  margin-top: 2px;
  margin-left: 5px;
}
.fodwp-gift-item h4 {
  white-space: normal;
  text-transform: uppercase;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
}
.fodwp-items-wrap {
  margin: 11px 0 0;
  overflow-y: auto;
  max-height: 60vh;
}
.fodwp-gifts input {
  background-color: #d2d2d2;
  font-weight: 700;
  border-radius: 3px;
  padding: 0.618em 1em;
  border: 0;
  color: black;
}
.fodwp-gifts .fodwp-actions {
  text-align: center;
  margin-top: 5px;
}
.meter {
  height: 30px; /* Can be anything */
  position: relative;
  margin: 60px 0 20px 0; /* Just for demo spacing */
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 5px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.meter > span {
  display: block;
  height: 100%;
  border-radius: 15px;
  background: #3092d9;
  position: relative;
}
.meter > span:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  background: url(cart.png) top right no-repeat;
  border-color: transparent transparent #33a8dd transparent;
  content: "";
  position: absolute;
  top: -7px;
  right: 10px;
}
.meter > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 100%,
    color-stop(0.25, rgba(255, 255, 255, 0.2)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.2)),
    color-stop(0.75, rgba(255, 255, 255, 0.2)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.animate > span:after {
  display: none;
}
@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.title {
  cursor: pointer;
}
#fodwp-hide {
  width: 100%;
  padding: 0px 0;
  text-align: center;
  margin-top: 20px;
  border: #eee solid 1px;
}
#fodwp-label {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 12px;
  background: url(cart.png) top center no-repeat;
  width: 32px;
  height: 80px;
  line-height: 150px;
}
#fodwp-wrap {
  width: 100%;
  max-width: 600px;
  margin: 50px auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/*mohit css */
.qc-form-parent {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}
.qc-form-parent .qc-eligilbity-msg-true {
  background-color: #05baca;
  color: #ffff;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 24px;
}
.qc-form-parent .qc-eligilbity-msg-false {
  background-color: #ff8b41;
  color: #ffffff;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 24px;
}
.qc-form-parent label {
  color: #000;
  font-size: 20px;
}
.qc-eligilbity-msg-parent{
    padding-bottom: 25px;
}
.qc-eligilbity-msg-parent a {
  color: #005259;
  text-decoration: underline;
}
.page-id-43285 .website-wrapper {
  margin: 0px !important;
}
.page-id-43285 .row.content-layout-wrapper.align-items-start {
  display: block !important;
}
.qc-form-parent input {
  border-radius: 0;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
}
.qc-form-parent button {
  background-color: #239c9e;
  color: #fff;
  padding: 6px 23px !important;
  margin-left: 10px;
  border-radius: 4px;
  font-size: 17px;
  font-family: 'Open Sans';
}
.qc-form-parent button:hover {
  background-color: #239c9e;
  color: #fff !important;
}

/* Header message banner - START */

.fodw-header-message {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.qc-header-message-close {
  font-size: 35px;
  float: inline-end;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-top: -3px !important;
}
.qc-email-parent{
	margin-top:20px;
}
@media (max-width: 767px) {

	.fodw-header-message {
		text-align: left !important;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 55px;
		padding: 10px !important;
	  }

	.fodw-header-message a {
		line-height: 21px;
		overflow: hidden;
		display: -webkit-box !important;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	  }
	  /* Header message banner - END */

	footer .elementor-section.wd-negative-gap > .elementor-container {
		margin-left: 0 !important;
		margin-right: 0 !important;
	  }

	footer .elementor-element > .elementor-element-populated {
		padding: 0 !important;
		margin-bottom: 20px;
	  }

	h1.wd-entities-title.title.post-title {
		margin-left: 8px;
	  }
	.qc-form-parent {
		max-width: 1260px;
		margin: 0 auto;
		padding: 0;
	}
/* 	.qc-email-parent {
		margin-left: 40px;
	} */
}

@media (max-width: 600px) {
  .qc-form-parent button {
    margin-left: 0;
    margin-top: 10px;
  }
}
