* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Suisse Intl";
}

@font-face {
  font-family: "Open Sans";
  src: url("https://ilumina.health/wp-content/themes/astra/ilumina_campaign/fonts/OpenSans-Bold.woff2") format("woff2"),
    url("https://ilumina.health/wp-content/themes/astra/ilumina_campaign/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("https://ilumina.health/wp-content/themes/astra/ilumina_campaign/fonts/SuisseIntl-Thin.woff2") format("woff2"),
    url("https://ilumina.health/wp-content/themes/astra/ilumina_campaign/fonts/SuisseIntl-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("https://ilumina.health/wp-content/themes/astra/ilumina_campaign/fonts/SuisseIntl-Medium.woff2") format("woff2"),
    url("https://ilumina.health/wp-content/themes/astra/ilumina_campaign/fonts/SuisseIntl-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("https://ilumina.health/wp-content/themes/astra/ilumina_campaign/fonts/SuisseIntl-Regular.woff2") format("woff2"),
    url("https://ilumina.health/wp-content/themes/astra/ilumina_campaign/fonts/SuisseIntl-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Suisse Intl Book";
  src: url("https://ilumina.health/wp-content/themes/astra/ilumina_campaign/fonts/SuisseIntl-Book.woff2") format("woff2"),
    url("https://ilumina.health/wp-content/themes/astra/ilumina_campaign/fonts/SuisseIntl-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("https://ilumina.health/wp-content/themes/astra/ilumina_campaign/fonts/SuisseIntl-Bold.woff2") format("woff2"),
    url("https://ilumina.health/wp-content/themes/astra/ilumina_campaign/fonts/SuisseIntl-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("https://ilumina.health/wp-content/themes/astra/ilumina_campaign/fonts/SuisseIntl-Light.woff2") format("woff2"),
    url("https://ilumina.health/wp-content/themes/astra/ilumina_campaign/fonts/SuisseIntl-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("https://ilumina.health/wp-content/themes/astra/ilumina_campaign/fonts/SuisseIntl-SemiBold.woff2") format("woff2"),
    url("https://ilumina.health/wp-content/themes/astra/ilumina_campaign/fonts/SuisseIntl-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.container {
  max-width: 1200px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

/* Banner CSS */
.banner-area-campaign {
  position: relative;
  width: 100%;
  /* min-height: 100vh; */
}

.banner-area-campaign img {
  width: 100%;
  height: auto;
}

.banner-area-campaign .banner-form-area {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  background: #fff;
  padding: 20px 30px;
  border-radius: 30px;
  width: 400px;
  max-width: 100%;
  border: 3px solid #75767a;
}

.banner-area-campaign .banner-form-area .form-heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: left;
  color: #75767a;
}

.banner-area-campaign .banner-form-area .quote-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.banner-area-campaign .banner-form-area .quote-form .form-group {
  display: flex;
  flex-direction: column;
}

.banner-area-campaign .banner-form-area .quote-form .form-group input,
.banner-area-campaign .banner-form-area .quote-form .phone-input input,
.banner-area-campaign .banner-form-area .quote-form .phone-input select {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 0px;
  font-size: 20px;
  font-weight: 200;
}

.banner-area-campaign .banner-form-area .quote-form .phone-input {
  display: flex;
  gap: 5px;
}

/* .banner-area-campaign .banner-form-area .quote-form .phone-input select {
  width: 35%;
} */

.banner-area-campaign .banner-form-area .quote-form .phone-input input {
  flex: 1;
}

.banner-area-campaign .banner-form-area .quote-form .submit-btn {
  background-color: #f97316;
  color: #fff;
  font-size: 16px;
  border: none;
  padding: 6px 30px;
  border-radius: 0px;
  cursor: pointer;
  text-transform: uppercase;
  width: fit-content;
  margin: auto;
  margin-bottom: -20px;
}

.banner-area-campaign .banner-form-area .quote-form .submit-btn:hover {
  background-color: #e55d0e;
}

/* Heading CSs */

.allheading-area {
  text-align: center;
  margin-bottom: 25px;
}

.allheading-area h2 {
  font-weight: 200;
  font-size: 30px;
  margin-bottom: 50px;
}

.allheading-area p {
  font-weight: 300;
  font-size: 16px;
}

.allMainHeading h2 {
  margin-bottom: 25px;
  text-align: center;
  font-weight: 500;
  color: #29476d; font-size:30px;
}
.allMainHeading p {
  color: #29476d;
  text-align: center;
  font-size: 16px;
  margin: 8px 0 0 0;
}
/* Teams Health Area CSS */

.teamsHealth-area {
  padding: 40px 0 60px 0;
}

.teamsHealth-area .teamsHealth-area-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  justify-content: center;
}

.teamsHealth-area .teamsHealth-items {
  text-align: center;
  border: 1px solid #f26f25;
  border-radius: 20px;
  padding: 20px;
  margin: 0 0px;
  display: flex;
  flex-direction: column;
  justify-content: top;
}

.teamsHealth-area .teamsHealth-items:hover {
  background: #f26f25;
  border: 1px solid transparent;
  transition: all ease 0.5s;
}

.teamsHealth-area .teamsHealth-items:hover .teamsHealth-title {
  color: #fff;
}

.teamsHealth-area .teamsHealth-items:hover p {
  color: #fff;
}

.teamsHealth-area .teamsHealth-items:hover img {
  filter: brightness(0) invert(1);
}

.teamsHealth-area .teamsHealth-icon img {
  width: 100px;
  height: auto;
  margin-bottom: 15px;
}

.teamsHealth-area .teamsHealth-title {
  font-size: 18px;
  font-weight: 600;
  color: #29476d;
  margin-bottom: 10px;
}

.teamsHealth-area .teamsHealth-description {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

/* Health Plan CSS */

.healthPlan-area {
  padding: 60px 0;
  background: #feebe4;
}

.healthPlan-area .healthPlan-area-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  justify-content: center;
}

.healthPlan-area .healthPlan-items {
  text-align: center;
  border: 3px solid #ffeee6;
  background-color: #fff;
  border-radius: 20px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

.healthPlan-area .healthPlan-icon img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.healthPlan-area .healthPlan-title {
  font-size: 18px;
  font-weight: 600;
  color: #29476d;
  margin-bottom: 10px;
}

.healthPlan-area .healthPlan-description {
  font-size: 16px;
  color: #000;
  line-height: 1.6; margin-bottom:0px;
}

.healthPlan-content {
  padding: 20px 15px 20px 15px;
}

.healthPlan-icon {
  line-height: 0;
}

/* Testimonial CSS */

.testimonial-area {
  padding: 60px 0;
}

.testimonial-inner {
  background-color: #f2f2f2;
  padding: 25px 74px;
  border-radius: 15px;
}

.testimonial-slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-image-slider {
  width: 25%;
  margin-right: 20px;
  position: relative;
}

.testimonial-image-slider img {
  width: 100%;
  height: 100%;
}

.testimonial-text-slider {
  width: 75%;
  padding-left: 100px;
  position: relative;
}

.testimonial-text-slider::before {
  content: url("./assets/images/comma.png");
}

.testimonial-text-slider div {
  text-align: left;
}

.testimonial-text-slider h2 {
  font-size: 24px;
  color: #2b2b2b;
}

.testimonial-text-slider p {
  color: #29476d;
  line-height: 1.6;
  margin: 10px 0 30px 0;
  font-weight: 300;
  font-size: 20px;
}

.testimonial-area h3.useName {
  font-weight: 500;
  color: #29476d;
  font-size: 24px;
}

.testimonial-area .user-ratings span {
  font-size: 25px;
  color: #f8581d;
}

/* Styling for arrows */
.testimonial-image-slider .slick-arrow {
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #2b2b2b;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-image-slider .slick-prev {
  left: -15px;
}

.testimonial-image-slider .slick-next {
  right: -15px;
}

.testimonial-image-slider .slick-prev:before {
  content: "<";
  color: #2b2b2b !important;
  font-family: "Poppins", serif;
}

.testimonial-image-slider .slick-next:before {
  content: ">";
  color: #2b2b2b !important;
  font-family: "Poppins", serif;
}

/* Access Area CSS  */

.access-area {
  padding: 60px 0;
  background: #feebe4;
  background: rgb(255, 250, 249);
  background: linear-gradient(
    270deg,
    rgba(255, 250, 249, 1) 0%,
    rgba(253, 225, 213, 1) 100%
  );
}
.access-content {
  margin-top: 20px;
}

.access-area .access-area-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
  justify-content: center;
}

.access-area .access-items {
  text-align: center;
  padding: 0;
  margin: 0 auto;
}

.access-area .access-icon img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

.access-area .access-title {
  font-size: 18px;
  font-weight: 600;
  color: #29476d;
  margin-bottom: 10px;
}

.access-area .access-description {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

/* Faq Area CSS */
.faq-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.faq-heading {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.faq-item {
  background: #ffffff;
  margin-bottom: 15px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid #ccc;
  background: #f2f2f2;
}

.faq-question {
  padding: 13px 25px;
  font-size: 20px;
  font-weight: 300;
  color: #2b2b2b;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-toggle {
  font-size: 28px;
  font-weight: 200;
  color: #555;
  transition: transform 0.3s ease, color 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  /* Adjust based on the answer length */
  padding: 15px 25px;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #ff5722;
}

/* Resonsive CSS */

@media (max-width: 480px) {
  .banner-area-campaign .banner-form-area {
    left: 50%;
    right: inherit !important;
    transform: translate(-50%, -50%);
    width: 330px;
  }
}

@media (max-width: 768px) {
  .teamsHealth-area .teamsHealth-area-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .teamsHealth-area .teamsHealth-title {
    font-size: 16px;
  }

  .teamsHealth-area .teamsHealth-description {
    font-size: 13px;
  }

  .teamsHealth-area .teamsHealth-items {
    margin: 0;
  }

  .healthPlan-area .healthPlan-area-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .healthPlan-area .healthPlan-title {
    font-size: 16px;
  }

  .healthPlan-area .healthPlan-description {
    font-size: 13px;
  }

  .access-area .access-area-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .access-area .access-title {
    font-size: 16px;
  }

  .access-area .access-description {
    font-size: 13px;
  }

  .testimonial-slider-container {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }

  .testimonial-text-slider {
    width: 100%;
    padding: 0;
  }

  .testimonial-inner {
    padding: 20px 30px;
  }

  .banner-area-campaign img {
    height: 100vh;
    object-fit: cover;
  }
  .testimonial-image-slider {
    width: 40%;
    margin: 0;
  }
}

@media (min-width: 1300px) and (max-width: 1400px) {
  .banner-area-campaign .banner-form-area {
    right: 20px;
  }
}

@media (max-width:900px) {
.teamsHealth-area .teamsHealth-items {
    text-align: center;
    border: 1px solid #f26f25;
    border-radius: 20px;
    padding: 20px;
    margin: 0 0px;}
    .allMainHeading h2 {
    font-size: 24px;
}
.allheading-area h2 {
    font-size: 24px;
}
    }
@media (max-width: 576px) {
  .teamsHealth-area .teamsHealth-area-inner {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .teamsHealth-area .teamsHealth-items {
    padding: 15px;
  }

  .teamsHealth-area .teamsHealth-icon img {
    width: 60px;
    margin-bottom: 10px;
  }

  .teamsHealth-area .teamsHealth-title {
    font-size: 14px;
  }

  .teamsHealth-area .teamsHealth-description {
    font-size: 12px;
  }

  .healthPlan-area .healthPlan-area-inner {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .healthPlan-area .healthPlan-title {
    font-size: 14px;
  }

  .healthPlan-area .healthPlan-description {
    font-size: 12px;
  }

  .access-area .access-area-inner {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .access-area .access-title {
    font-size: 14px;
  }

  .access-area .access-description {
    font-size: 12px;
  }
}
.phone-input span:first-child{
  width: 35%;
}
.wpcf7-not-valid-tip , .wpcf7-response-output{
font-size: 12px !important;;
padding-top: 1px ;
margin-top: 0px!important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  border-color: red !important;
  font-size:10px !important;
}
.phone-input select{ padding: 8px 5px !important;  }




.dstp__bnr {display:block;}
.mbl__bnr {display:none;}

@media (max-width: 800px) {
.dstp__bnr {display:none;}
.mbl__bnr {display:block;}
.mbl__bnr img {width:100%;}

    .banner-area-campaign img {
        height: inherit;
        object-fit: inherit;
    }
    .banner-area-campaign .banner-form-area {
    position: static;
    top: 50%;
    right: 60px;
    transform: translateY(0%);
    background: #fff;
    padding: 20px 30px;
    border-radius: 30px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #75767a;
    margin-top: 20px;
}
    html {
        margin-top: 0px !important;
    }
}
@media (max-width: 580px) {
.faq-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0px;
}
.faq-question {font-size:18px;}
}
.faq-question {
    padding: 13px 25px 13px 15px;
    font-size: 16px;}

}

.allheading-area.blue h2 { color: #29476d;   font-weight: 500;}
	.allheading-area.blue p { color: #29476d;}
	.testimonial-new-slider  { padding: 0px 150px; margin: 0px 100px;}
	.testimonial-new-slider .slick-next { background: url("https://ilumina.health/wp-content/themes/astra/ilumina_campaign/images/nxt.png") no-repeat left top; background-size: 100%; width: 36px; height: 36px; right:30px;}
	.testimonial-new-slider .slick-prev{  background: url("https://ilumina.health/wp-content/themes/astra/ilumina_campaign/images/prev.png") no-repeat left top; background-size: 100%; width: 36px; height: 36px;  left:30px;}
	.testimonial-new-slider .slick-next:before, .testimonial-new-slider .slick-prev:before {display: none;}
	.testmnl__inr { display: inline-block; width: 100%; background: #f1f1f1; text-align: center;width: 100%; border-radius: 30px;  position: relative;}
	.star__bx { position: absolute; left:0; top:-10px; width: 100%;    text-align: center;}
	.testimonial-new-slider .slick-list {padding-top: 40px;}
	.user-ratings {display: inline-block;   background: #fff;   border-radius: 100px;  min-width: 180px;   text-align: center;}
	.user-ratings span {padding:0px 3px;}
	.testimnl_quote { display: inline-block;width:60%; margin-top: 80px; margin-bottom: 60px; text-align: left;}
	.testimnl_quote_inr { display: inline-block; width: 100%; position: relative; margin-bottom: 25px; padding:0px 10px;}
	.testimnl_quote_inr:before { content:''; position: absolute; left:-30px; background:url('https://ilumina.health/wp-content/themes/astra/ilumina_campaign/images/tstmnl1.png') no-repeat left top; top: -10px; width:30px; height:25px; background-size: 100%; }
	.testimnl_quote_inr:after { content:''; position: absolute; right:-30px; background:url('https://ilumina.health/wp-content/themes/astra/ilumina_campaign/images/tstmnl2.png') no-repeat left top; bottom: -10px; width:30px; height:25px; background-size: 100%;}
	.tstmn_txt { font-size: 18px; color: #29476d; line-height: 28px; text-align: center;}
	.tstmn_nm { font-size: 20px; color: #29476d; text-align: center;  }
	
	@media only screen and (max-width: 1200px) {
		
		.testimonial-new-slider  { padding: 0px 30px; margin: 0px 0px;}
		.testimnl_quote { display: inline-block;width:80%; margin-top: 80px; margin-bottom: 60px; text-align: left;}
	}
	
		@media only screen and (max-width: 580px) {
			.testimnl_quote_inr:before { content:''; position: absolute; left:-20px; top: -10px; width:20px; height:25px; background-size: 100%; }
	.testimnl_quote_inr:after { content:''; position: absolute; right:-20px;bottom: -10px; width:20px; height:25px; background-size: 100%;}
			.testimonial-new-slider  { padding: 0px 0px; margin: 0px 0px;}
			.testimonial-new-slider .slick-prev {
    
    left: auto;
    top: inherit;
    left: 30px;
    z-index: 99;
    bottom: -60px;
}
			.testimonial-new-slider .slick-next {
   
    right: 30px;
    top: inherit;
    bottom: -60px;
}
			.testimonial-area_nw { padding-bottom: 30px;}
	}
    
    .allheading-area.blue h2 { color: #29476d;    margin-bottom:10px;}
	.allheading-area.blue p { color: #29476d;}
    .faq-section .allMainHeading h2 {color:#000;}
    @media only screen and (max-width: 900px) {
    .tstmn_txt {
    font-size: 14px;
    color: #29476d;
    line-height: 22px;
    text-align: center;
}
.tstmn_nm {
    font-size: 16px;
    color: #29476d;
    text-align: center;
}
    }
    
    .testimonial-new-slider .slick-slide {padding:0px 10px;}
    .testimonial-new-slider .slick-prev {z-index:9;}