@charset "UTF-8";


/*-----------------
	2. General
-----------------------*/
html {
    scroll-behavior: smooth;
  }
  body.healthyher {
    font-family:  "Titillium Web", sans-serif !important;
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    font-weight: 400;
    line-height: 1.5;
    
  }

   #main-wrapperr {
    float: left;
    width: 100%;
    overflow: clip;
    background: rgba(243, 243, 243, 1);
  }

  body.healthyher ul {
    margin: 0;
    padding: 0;
  }

  body.healthyher ul li {
    list-style: none;
  }

  a {
    color: #1A2A5D;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }

  .healthy-top-main {
    position: relative;
    border:  1px solid rgba(233, 233, 233, 1);
    margin-bottom: 80px;
  }

  .healthy-banner {
    min-height: 768px;
    /* display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center; */
  }

  .healthy-banner-img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 50%; 
  }

  .healthy-banner-content {
    margin-top: 25px;
  }

  .healthy-banner-content h1 {
    font-size: 32px;
    font-weight: 700 !important;
    color: rgba(48, 48, 48, 1);
    margin-bottom: 24px;
  }

  .healthy-banner-content h1 span {
    color: rgba(22, 77, 146, 1);
  }

  .healthy-banner-content p {
    font-size: 20px;
  }

  .chall-content {
    font-size: 20px;
    font-weight: 700 !important;
  }

  .banner-form .form-control {
    height: 50px;
    padding: 12px 15px;
    margin: 0 0px 28px 0;
    border: 1px solid rgba(213, 213, 213, 1);
    border-radius: 1px;
    box-shadow: none;
  }

  .check-in {
    margin-bottom: 24px;
  }
  
  .check-in .form-check-input {
    border: 1px solid rgba(213, 213, 213, 1);
    color: rgba(255, 255, 255, 1);
    border-radius: 1px;
    height: 20px;
    width: 20px;
    margin: 0 10px 0 0;
    box-shadow: none;
  }

  .check-in .form-label {
    margin-bottom: 0;
    margin-left: 30px;
  }

  .joinchallenge {
    background: rgba(0, 180, 141, 1);
    padding: 12px 28px;
    border:1px solid rgba(0, 180, 141, 1);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 28px;
  }

  .healthy-bottom-content h5 {
    font-weight: 700 !important;
    margin-bottom: 16px;
  }

  .Challenge-point {
    padding-left: 0px;
    border-bottom: 1px solid rgba(203, 203, 203, 1);
    padding-bottom: 16px !important;
  }

  .Challenge-point li{
    display: flex;
    align-items: baseline;
    list-style: none;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
  }

.Challenge-point li p{
	margin: 0;
}


  .Challenge-point li i {
    color: rgba(22, 77, 146, 1);
    margin-right: 10px;
  }

  .Challenge-point li:last-child {
    margin-bottom: 0;
  }

  .challenges-col {
    margin-bottom: 16px;
  }

  .complete-col h5 {
    max-width: 500px;
  }
  .free-pack {
    text-align: center;
    padding: 12px 20px;
    width: 172px;
    border: 1px solid rgba(213, 213, 213, 1);
    background: #ffffff;
    border-radius: 10px;
    margin-right: 16px;
  }
  .free-pack h6{
    font-weight: 500 !important;
}

  .section-heading h2 {
    color: rgba(22, 77, 146, 1);
    font-size: 40px;
    font-weight: 700 !important;
    margin-bottom: 20px;
  }

  .section-heading p {
    font-size: 20px;
    font-weight: 400;
    color: rgba(48, 48, 48, 1);
    margin-bottom: 48px;
  }

  .healthyher-accordion .accordion-button::after {
    background-image: url("https://www.asterhospitals.in/themes/custom/aster/images/inner-img/plus.svg");
    transition: all 0.5s;
    background-size: 32px 32px; /* Set width and height */
    background-repeat: no-repeat;
    background-position: left center;
    width: 32px;
    height: 32px;
  }
  .healthyher-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("https://www.asterhospitals.in/themes/custom/aster/images/inner-img/minus.svg");
    background-size: 32px 32px; /* Set width and height */
    background-repeat: no-repeat;
    background-position: left center;
    width: 32px;
    height: 32px;
  }
  .healthyher-accordion .accordion-button::after {
    transition: all 0.5s;
  }

  .healthyher-accordion .accordion-item {
    margin-bottom: 8px;
    border-radius: 10px;
  }

  .healthyher-accordion .accordion-item .accordion-header {
    border-radius: 10px;
  }
  
  .healthyher-accordion .accordion-header .accordion-button {
    padding: 24px;
    font-size: 24px;
    font-weight: 700;
    background: #ffffff;
    box-shadow: none;
    outline: none;
  }

  .healthyher-accordion .accordion-body {
    padding: 0 20px 20px;
  }

  .healthyher-accordion .accordion-body ul {
    margin: auto;
    padding: 0 10px 0px 24px;
  }

  .healthyher-accordion .accordion-body ul li{
    list-style: square  ;
    margin-bottom: 12px;
    font-size: 20px;
  }

  .healthy-green {
    color: rgba(0, 180, 141, 1);
  }

  .healthyher-accordion h5 {
    font-size: 20px;
    font-weight: 700 !important;
    color: rgba(22, 77, 146, 1);
  }

  .challenge-guidelines {
    margin-bottom: 80px;
  }

  .healthy-footer {
    padding: 32px 0;
    text-align: center;
    background: rgba(22, 77, 146, 1);
  }

  .healthy-footer h2 {
    font-size: 32px;
    color: #ffffff;
    font-weight: 400 !important;
    margin-bottom: 12px;
  }

  .healthy-socialicons {
    padding-left: 0px;
    display: flex;
    align-items: center;
  }

  .healthy-socialicons li {
    list-style: none;
    margin-right: 14px;
  }

  .healthy-socialicons li a {
    display: flex;
    padding: 14px;
    border-radius: 50%;
    border: 1px solid rgba(96, 96, 96, 1);
  }

  .healthy-socialicons li a i {
    font-size: 20px;
    color: rgba(96, 96, 96, 1);
  }

  @media only screen and (max-width: 600px) {
    .healthy-bottom-content h5, .Challenge-point li {
      font-size: 16px;
    }

    .healthy-banner-content h1 {
      font-size: 24px;
      text-align: center;
    }

    .section-heading h2 {
      font-size: 28px;
      margin-bottom: 10px;
    }
    .healthyher-accordion .accordion-header .accordion-button {
      font-size: 18px;
      padding: 16px;
    }

    .healthyher-accordion .accordion-body ul li {
      font-size: 16px;  
    }

    .challenge-guidelines, .healthy-top-main {
      margin-bottom: 40px;
    }

    .section-heading p {
      margin-bottom: 28px;
    }

    .healthy-banner {
      justify-content: center;
    }

    .healthy-footer h2 {
      font-size: 20px;
      max-width: 300px;
      margin: 0 auto;
    }
   .Challenge-point li p {
 	font-size:16px;
	text-align: start; 
}
  }

  @media (max-width: 991px) {
    .healthy-banner {
      display: flex;
      flex-direction: column; /* Stack items vertically */
      align-items: center;
      text-align: center;
      min-height: auto;
  }

  /* Move the image to the top */
  .healthy-banner-img {
      position: relative; /* Remove absolute positioning */
      max-width: 100%;
      order: -1; /* Move image to the top */
      margin-bottom: 20px;
  }

  .healthy-banner-img img {
      width: 100%;
      height: auto;
  }

  
  .healthy-banner-imgs {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .healthy-banner-img {
    display: none !important;
  }

  .healthy-free {
    justify-content: center;
  }

  .complete-col h5 {
    max-width: none;
  }
  .challenge-guidelines, .healthy-top-main {
    margin-bottom: 40px;
  }

  .Challenge-point {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
  }

}

  


 