@font-face {
  font-family: 'LemonMilk';
  src: url('path/to/LemonMilk-Regular.ttf') format('truetype'); /* Change the path accordingly */
  /* Add more src lines for different font formats if needed */
  font-weight: normal;
  font-style: normal;
}

.sehatbaaz-main {
    background: #f7b81b;
  }
  
  .sehatbaaz {
    background: url('../img/sehatbaaz-banner-bg.png') bottom/cover no-repeat;
    padding: 7rem 0 6rem;
  }
  
  .sehatbaaz h2 {
    font-size: 2rem;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    color: #FEC63F;
  }
  
  .sehatbaaz h2 span {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    color: #36BFB5;
  }
  
  .sehatbaaz h1 {
    font-size: 3rem;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
  }
  
  .sehatbaaz .btn_wrapper {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    gap: 1rem;
  }
  
  .sehatbaaz .btn_wrapper a {
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    padding: 1em 2.5em;
    border-radius: 25px;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s ease-in-out;
  }
  
  .sehatbaaz .btn_wrapper a:hover {
    box-shadow: 0px 8px 20px 0px #00000033;
    transform: scale(1.125);
  }
  
  .sehatbaaz .btn_wrapper .chat_button {
    background: #36BFB5;
  }
  
  @media(max-width:1199px) {
    .sehatbaaz h2 {
      font-size: 2rem;
    }
  
    .sehatbaaz h1 {
      font-size: 3rem;
    }
  
    .sehatbaaz .btn_wrapper a {
      padding: 0.75em 1.5em;
    }
  }
  
  
  @media(max-width:1199px) {
    .sehatbaaz h2 {
      font-size: 2rem;
    }
  
    .sehatbaaz h1 {
      font-size: 2.5rem;
    }
  
    .sehatbaaz .btn_wrapper a {
      padding: 0.75em 1.5em;
    }
  }
  
  @media(max-width:767px) {
    .sehatbaaz {
      text-align: center;
    }
  
    .sehatbaaz .btn_wrapper {
      justify-content: center;
      margin: 1rem 0;
    }
  }
  
  
  @media(max-width:572px) {
    .sehatbaaz h2 {
      font-size: 1.5rem;
    }
  
    .sehatbaaz h1 {
      font-size: 2rem;
    }
  
    .sehatbaaz .btn_wrapper a {
      width: 100%;
    }
  }
  .sehatbaaz-intro {
    background: url('../img/sehatbaaz-intro.png') top/100% 100% no-repeat;
    position: relative;
    padding: 6rem 0 6rem;
  }
  
  @media (min-width: 768px) and (max-width: 1920px) {
    .sehatbaaz-intro::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      left: 0;
      width: 100%;
      height: 100px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 C 20 0, 80 0, 100 50 Z' fill='%23ffffff' /%3E%3C/svg%3E");
    }
  }
  
  .sehatbaaz-intro h2 {
    font-size: 2.25rem;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    color: #26004B;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
  }
  
  .sehatbaaz-intro p {
    font-family: "Lato", sans-serif;
    font-size: 400;
    font-size: 1.125rem;
    color: #3F3F46;
  }
  
  .sehatbaaz-intro p a {
    color: #36BFB5;
    text-decoration: none;
    font-family: "Lato", sans-serif;
  }
  
  @media(max-width:1199px) {
    .sehatbaaz-intro h2 {
      font-size: 2rem;
    }
  
    .sehatbaaz-intro p {
      font-size: 1rem;
    }
  }
  
  @media(max-width:767px) {
    .sehatbaaz-intro {
      padding: 4rem 0 0;
      text-align: center;
    }
  
    .sehatbaaz-intro h2 {
      justify-content: center;
    }
  }
  .sehatbaaz-health {
    background-image: url("../img/health-life-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0 6rem;
  }
  
  .sehatbaaz-health h2 {
    color: #26004b;
    font-size: 2.75rem;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
  }
  
  .health_row {
    background: url("../img/health_sec_bg.png") center/contain no-repeat;
    padding: 0 0.5rem;
  }
  
  .health_card {
    text-align: center;
    overflow: hidden;
    min-height: 315px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .health_card > img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin: 0 auto 2rem;
    display: block;
  }
  
  .health_card > h3 {
    display: block;
    background: linear-gradient(90deg, #26004b 2.86%, #a1346b 100%);
    font-size: 1.875rem;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .health_card > p {
    font-size: 1.25rem;
    font-weight: 400;
    color: #a1346b;
  }
  
  .health_card .hover_content {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 88%;
    height: 90%;
    margin: auto;
    transform: scale(0);
    padding: 18px 14px 18px 14px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  
  .health_card .hover_content .icon_wrap img {
    width: 5rem;
    height: 5rem;
    object-fit: contain;
  }
  
  .health_card .hover_content h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    color: #000;
  }
  
  .health_card .hover_content p {
    font-size: 12px;
    margin: 0;
    font-weight: 400;
    color: #000;
    text-align: justify;
  }
  
  .health_card:hover .hover_content {
    transform: scale(1);
  }
  
  .health_card.puberty .hover_content {
    background: #92fff3;
    font-family: "Lato", sans-serif;
  }
  
  .health_card.menstrual .hover_content {
    background: #ffe196;
    font-family: "Lato", sans-serif;
  }
  
  .health_card.reproductive .hover_content {
    background: #e2c5ff;
    font-family: "Lato", sans-serif;
  }
  
  .health_card.menopause .hover_content {
    background: #fdf86f;
    font-family: "Lato", sans-serif;
  }
  
  @media (max-width: 991px) {
    .health_row {
      background: none;
    }
  
    .sehatbaaz-health h2 {
      font-size: 2rem;
    }
  }
  
  @media (max-width: 767px) {
    .sehatbaaz-health {
      background-size: auto;
    }
  }
  .track-period h2 {
    color: #26004B;
    font-size: 2.75rem;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
  }
  
  .track-period p {
    font-family: "Lato", sans-serif;
    color: #3F3F46;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
  }
  
  .track-period h3 {
    font-size: 1.75rem;
    color: #939393;
    text-align: center;
    margin-bottom: 1.75rem;
  }
  
  .track-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.25rem;
    color: #FFFFFF;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    text-decoration: none;
    background: linear-gradient(90deg, rgba(38, 0, 75, 0.84) -3.52%, rgba(161, 52, 107, 0.84) 97.37%);
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    padding: 0.5em 5em;
  }
  
  @media(max-width:991px) {
    .track-period h2 {
      font-size: 2rem;
    }
  
    .track-period p {
      font-size: 1.125rem;
    }
  
    .track-period h3 {
      font-size: 1.5rem;
    }
  }
  
  @media only screen and (max-width: 600px) {
    .m-calendar {
      width: 50%
    }
  }
  
  @media(max-width:572px) {
    .track-button{
      padding: 0.5rem;
      max-width: 250px;
      width: 100%;
    }
  }
  
  :host ::ng-deep .custom-calendar .ng-trigger-overlayAnimation {
    width: 100% !important;
    border-radius: 41px;
  }
  
  /* CSS for date range selection color changes */
  :host ::ng-deep .custom-calendar .p-highlight {
    background-color: #A1346B !important;
    /* Background color for selected range */
    color: white;
  }
  
  :host ::ng-deep .custom-calendar .p-datepicker-year {
    font-size: 26px;
  }
  
  :host ::ng-deep .custom-calendar .p-datepicker-month {
    font-size: 26px;
  }
  
  :host ::ng-deep .custom-calendar .p-datepicker-prev {
    background-color: #A1346B !important;
    color: white;
    margin-right: 3px;
  }
  
  :host ::ng-deep .custom-calendar .p-datepicker-next {
    background-color: #A1346B !important;
    color: white;
  }
  
  :host ::ng-deep .custom-calendar thead tr th {
    font-weight: bold;
    color: black;
  }
  
  .track_p_header{
    background-color: #A1346B!important;
  }
  
  .sperm{
    background-color: #26004B!important;
  }
  .daiper{
    background-color: #A1346B!important;
  }
  
  .ovulation-date{
    background-color: #ECECEC!important;
  }
  .period-date{
    background-color: #A1346B33!important;
  }
  .track_p_header{
    border-radius: 20px 20px 0 0;
  }
  .modal-p-content{
    border-radius: 20px;
  }
  .sehatbaaz-intro {
    position: relative;
    padding: 6rem 0 6rem;
  }
  
  @media (min-width: 768px) and (max-width: 1920px) {
    .sehatbaaz-intro::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      left: 0;
      width: 100%;
      height: 100px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 C 20 0, 80 0, 100 50 Z' fill='%23ffffff' /%3E%3C/svg%3E");
    }
  }
  
  .sehatbaaz-intro h2 {
    font-size: 2.25rem;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    color: #26004B;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
  }
  
  .sehatbaaz-intro p {
    font-family: "Lato", sans-serif;
    font-size: 400;
    font-size: 1.125rem;
    color: #3F3F46;
  }
  
  .sehatbaaz-intro p a {
    color: #36BFB5;
    text-decoration: none;
    font-family: "Lato", sans-serif;
  }
  
  @media(max-width:1199px) {
    .sehatbaaz-intro h2 {
      font-size: 2rem;
    }
  
    .sehatbaaz-intro p {
      font-size: 1rem;
    }
  }
  
  @media(max-width:767px) {
    .sehatbaaz-intro {
      padding: 4rem 0 0;
      text-align: center;
    }
  
    .sehatbaaz-intro h2 {
      justify-content: center;
    }
  }
  .sehatbaaz-health {
    background-image: url("../img/health-life-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0 6rem;
  }
  
  .sehatbaaz-health h2 {
    color: #26004b;
    font-size: 2.75rem;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
  }
  
  .health_row {
    background: url("../img/health_sec_bg.png") center/contain no-repeat;
    padding: 0 0.5rem;
  }
  
  .health_card {
    text-align: center;
    overflow: hidden;
    min-height: 315px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .health_card > img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin: 0 auto 2rem;
    display: block;
  }
  
  .health_card > h3 {
    display: block;
    background: linear-gradient(90deg, #26004b 2.86%, #a1346b 100%);
    font-size: 1.875rem;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .health_card > p {
    font-size: 1.25rem;
    font-weight: 400;
    color: #a1346b;
  }
  
  .health_card .hover_content {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 88%;
    height: 90%;
    margin: auto;
    transform: scale(0);
    padding: 18px 14px 18px 14px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  
  .health_card .hover_content .icon_wrap img {
    width: 5rem;
    height: 5rem;
    object-fit: contain;
  }
  
  .health_card .hover_content h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    color: #000;
  }
  
  .health_card .hover_content p {
    font-size: 12px;
    margin: 0;
    font-weight: 400;
    color: #000;
    text-align: justify;
  }
  
  .health_card:hover .hover_content {
    transform: scale(1);
  }
  
  .health_card.puberty .hover_content {
    background: #92fff3;
    font-family: "Lato", sans-serif;
  }
  
  .health_card.menstrual .hover_content {
    background: #ffe196;
    font-family: "Lato", sans-serif;
  }
  
  .health_card.reproductive .hover_content {
    background: #e2c5ff;
    font-family: "Lato", sans-serif;
  }
  
  .health_card.menopause .hover_content {
    background: #fdf86f;
    font-family: "Lato", sans-serif;
  }
  
  @media (max-width: 991px) {
    .health_row {
      background: none;
    }
  
    .sehatbaaz-health h2 {
      font-size: 2rem;
    }
  }
  
  @media (max-width: 767px) {
    .sehatbaaz-health {
      background-size: auto;
    }
  }
  .track-period h2 {
    color: #26004B;
    font-size: 2.75rem;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
  }
  
  .track-period p {
    font-family: "Lato", sans-serif;
    color: #3F3F46;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
  }
  
  .track-period h3 {
    font-size: 1.75rem;
    color: #939393;
    text-align: center;
    margin-bottom: 1.75rem;
  }
  
  .track-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.25rem;
    color: #FFFFFF;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    text-decoration: none;
    background: linear-gradient(90deg, rgba(38, 0, 75, 0.84) -3.52%, rgba(161, 52, 107, 0.84) 97.37%);
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    padding: 0.5em 5em;
  }
  
  @media(max-width:991px) {
    .track-period h2 {
      font-size: 2rem;
    }
  
    .track-period p {
      font-size: 1.125rem;
    }
  
    .track-period h3 {
      font-size: 1.5rem;
    }
  }
  
  @media only screen and (max-width: 600px) {
    .m-calendar {
      width: 50%
    }
  }
  
  @media(max-width:572px) {
    .track-button{
      padding: 0.5rem;
      max-width: 250px;
      width: 100%;
    }
  }
  
  :host ::ng-deep .custom-calendar .ng-trigger-overlayAnimation {
    width: 100% !important;
    border-radius: 41px;
  }
  
  /* CSS for date range selection color changes */
  :host ::ng-deep .custom-calendar .p-highlight {
    background-color: #A1346B !important;
    /* Background color for selected range */
    color: white;
  }
  
  :host ::ng-deep .custom-calendar .p-datepicker-year {
    font-size: 26px;
  }
  
  :host ::ng-deep .custom-calendar .p-datepicker-month {
    font-size: 26px;
  }
  
  :host ::ng-deep .custom-calendar .p-datepicker-prev {
    background-color: #A1346B !important;
    color: white;
    margin-right: 3px;
  }
  
  :host ::ng-deep .custom-calendar .p-datepicker-next {
    background-color: #A1346B !important;
    color: white;
  }
  
  :host ::ng-deep .custom-calendar thead tr th {
    font-weight: bold;
    color: black;
  }
  
  .track_p_header{
    background-color: #A1346B!important;
  }
  
  .sperm{
    background-color: #26004B!important;
  }
  .daiper{
    background-color: #A1346B!important;
  }
  
  .ovulation-date{
    background-color: #ECECEC!important;
  }
  .period-date{
    background-color: #A1346B33!important;
  }
  .track_p_header{
    border-radius: 20px 20px 0 0;
  }
  .modal-p-content{
    border-radius: 20px;
  }
  .main_wrapper {
    background: url('../img/compare-sec-bg.png') bottom/cover no-repeat;
}

.compare_banner {
    /* background: url('../img/compare-sec-bg.png') bottom/cover no-repeat; */
    padding: 7rem 0 6rem;
}

.compare_banner h1 {
    font-size: 2.5rem;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.compare_banner p {
    color: #fff;
    font-size: 1.125rem;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.button_style {
  font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.75em 2.5em;
    border-radius: 25px;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    background: #36BFB5;

}

.button_style:hover {
    box-shadow: 0px 8px 20px 0px #00000033;
    transform: scale(1.125);
}

.separates_method {
    padding: 6rem 0 10rem;
}

.separates_method h2 {
    font-size: 2.75rem;
    font-weight: 500;
    color: #26004B;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.3px;
}

.separates_method p {
    font-size: 1.25rem;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    color: #3F3F46;
}

.method_card {
    padding: 1.5rem;
    border-radius: 12px;
    min-height: 489px;
    display: flex;
    flex-direction: column;
/*    justify-content: space-between;*/
    background: url('../img/method_card_bg.png') center/cover no-repeat;
}

.method_card .card_top {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.method_card .icon_wrap {
    min-height: 150px;
    min-width: 150px;
    display: grid;
    place-items: center;
}

.method_card .card_top h3 {
  font-family: "Lato", sans-serif;
    color: #2D2161;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 5px;
}

.method_card .card_top h3 span {
    display: block;
    font-size: 1rem;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #A1346B;
}

.method_card .card_top p {
  font-family: "Lato", sans-serif;
    color: #3F3F46;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0;
}

.method_card .card_body h3 {
  font-family: "Lato", sans-serif;
    font-size: 2.25rem;
    font-weight: 500;
    color: #3F3F46;
    margin-bottom: 1.5rem;

}

.method_card .card_body h3 span {
    color: #A1346B;
    margin-left: 10px;
}

.method_card .card_body .p p+p {
    margin-top: 2rem;
}

.method_card .card_body .p p {
    color: #3F3F46;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}

.method_card .card_body .p span {
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.compare_select {
    border: 1px solid #09244B80;
    border-radius: 10px;
    height: 65px;
    width: 100%;
    background: #ffff url('../img/add-ico.svg') 1rem center/auto no-repeat;
    font-size: 1.125rem;
    color: #000000;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    outline: none;
    padding: 5px 3rem;
}

@media(max-width:991px) {
    .compare_banner h1 {
        font-size: 1.875rem;
    }

    .separates_method h2 {
        font-size: 2rem;
    }
}

@media(max-width:767px) {
    .compare_banner {
        text-align: center;
        padding: 8rem 0 0;
    }

    .compare_banner h1 {
        font-size: 1.5rem;
    }

    .separates_method {
        padding: 4rem 0;
    }

    .compare_banner figure {
        margin-top: 2rem;
    }

    .separates_method h2 {
        font-size: 1.75rem;
    }

    .method_card {
        margin-bottom: 2rem;
        min-height: auto;
    }

    .compare_select {
        font-size: 0.875rem;
        padding-left: 3rem;
        padding-right: 10px;
    }
}

@media(max-width:572px) {
    .method_card .icon_wrap {
        min-height: auto;
        min-width: auto;
        width: 100px;
        height: 100px;
    }

    .separates_method h2 {
        font-size: 1.5rem;
    }
}
.p-multiselect-items-wrapper {
    max-height: 100%!important;
}
.main_wrapper {
  background: url('../img/compare-sec-bg.png') top/100% auto no-repeat;
}

.compare_section {
  padding: 8rem 0 3rem;
}

.compare_section h2 {
  font-size: 2.75rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #FEC63F;
  margin-bottom: 1.75rem;
  text-transform: uppercase;
}

.compare_section p {
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.compare_section .btn_wrapper a {
  display: inline-block;
  box-shadow: 0px 8px 20px 0px #00000033;
  padding: 1em 2.5em;
  font-size: 1rem;
  font-weight: 500;
  background: #FEC63F;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
}

.section_dont_myth {
  padding: 10rem 0 6rem;
  background: url('../img/dont-myth-bg.png') top/100% 100% no-repeat;
}

.section_dont_myth h2 {
  font-size: 2.75rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.ask_myth h3 {
  font-size: 3.75rem;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.75rem;
}

.ask_myth .input_wrap {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 100px;
  line-height: 1;
  color: #fff;
  height: 4.375rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4.5px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ask_myth .input_wrap input {
  border: 0;
  height: 100%;
  outline: none;
  box-shadow: none;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding: 10px 30px;
  width: 80%;
  background-color: transparent;
}

.ask_myth .input_wrap input::placeholder {
  color: #fff;
}

.ask_myth .input_wrap button {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  background-color: #fff;
  border-radius: 50px;
  flex: 1;
  flex-shrink: 0;
  outline: none;
  white-space: nowrap;
  padding: 0.75em 1.5em;
  height: 100%;
  border: 0;
  font-size: 1.25rem;
  color: #000;
  transition: 0.3s ease-in-out;
}

.ask_myth .input_wrap button:hover {
  background: #FEC63F;
  color: #000;
}

.sfigure {
  position: relative;
  display: inline-block;
}

.sfigcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  padding: 10px;
  width: 100%;
  font-size: 1rem;
}

.sfigcaption h4 {
  font-family: "Lato", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
}

.sfigcaption p {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  text-align: left;
  padding-bottom: 2rem;
}

.even {
  flex: 1 1 auto !important;
  min-height: 1px !important;
  padding: 1.25rem !important;
}

@media(max-width:1199px) {

  .section_dont_myth h2,
  .compare_section h2 {
    font-size: 2rem;
  }

  .compare_section p {
    font-size: 1.125rem;
  }

  .compare_section .btn_wrapper a {
    font-size: 14px;
  }

  .ask_myth h3 {
    font-size: 2.5rem;
  }

  .sfigcaption h4 {
    font-size: 2rem;
  }
}

@media(max-width:767px) {
  .main_wrapper {
    background: url('../img/dont-myth-bg.png') center/cover no-repeat;
  }

  .compare_section {
    text-align: center;
  }

  .ask_myth h3 {
    font-size: 2rem;
  }

  .girl_img {
    text-align: center;
    margin-bottom: 2rem;
  }

  .odd,
  .even {
    text-align: center;
    margin: 0 auto;
  }

  .sfigcaption p {
    text-align: center;
  }

  .ask_myth .input_wrap {
    display: block;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    height: auto;
  }

  .ask_myth .input_wrap input {
    width: 100%;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 100px;
    line-height: 1;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4.5px);

  }

  .ask_myth .input_wrap button {
    font-size: 1rem;
    margin: 10px auto 0;
    display: block;
    width: fit-content;
  }
}
.sehat_blog h2 {
  color: #26004B;
  font-size: 2.75rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.buttons-bg {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(3px);
  background: radial-gradient(circle, rgba(0, 0, 0, 1) -600%, rgba(0, 0, 0, 0) 55%);
  border-radius: 52px;
}

.dashed {
  border-radius: 20px;
  opacity: 0.5;
  border: 2.5px solid #26004B;
}
.her-button:hover{
  color: #F36C58 !important;
  border: 1px solid #F36C58;
  z-index: 9999;
}

.her-button {
  background: #F36C58;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1.75rem;
  font-family: "Lato", sans-serif;
  border: 2px solid transparent;
}
.his-button:hover{
  color: #36BFB5 !important;
  border: 1px solid #36BFB5;
  z-index: 9999;
}
.his-button {
  background: #36BFB5;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1.75rem;
  font-family: "Lato", sans-serif;
  border: 2px solid transparent;
}

.tab-active {
  border: 2px solid #26004B !important;
}

.sb-our-blog-bg {
  background: url(/assets/images/sb-our-blog-bg.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.sb-female-sign {
  right: 90%;
  bottom: -23%;
  z-index: -1;
  transition: transform, 2s;
}

.sb-female-sign-ro {
  transform: rotate(-75deg);
  transition: transform, 2s;
}

.sb-male-sign {
  left: 90%;
  top: -65%;
  z-index: -1;
  transition: transform, 2s;
}

.blog_card {
  padding: 0 0 1rem;
}

.blog_card .tag_date_wrap {
  margin: 1.5rem 0 0.5rem;
  align-items: center;
  gap: 10px;
}

.blog_card .tag_date_wrap .tag {
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  color: #18181B;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Lato", sans-serif;
}

.blog_card .tag_date_wrap .date_tag {
  color: #71717A;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.blog_card .content p {
  font-size: 1.375rem;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #18181B;
  margin-bottom: 10px;
}

.blog_card .content a {
  color: #18181B;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

@media(min-width:767px) and (max-width:1199px) {
  .blog_card .content p {
      font-size: 1rem;
  }

  .blog_card .tag_date_wrap .tag {
      padding: 5px;
  }
}

@media(min-width:767px) and (max-width:991px) {
  .blog_card .tag_date_wrap {
      flex-wrap: wrap;
  }

  .blog_card .tag_date_wrap .tag {
      width: 100%;
  }
}

@media(max-width:991px) {
  .sehat_blog h2 {
      font-size: 2rem;
  }

  .her-button,
  .his-button {
      font-size: 1.25rem;
  }
}


@media(max-width:767px) {
  .buttons-bg {
      width: 100%;
  }

  .buttons-bg>a {
      width: 100%;
      display: block;
  }

  .buttons-bg>.dashed {
      margin: 0 2rem;
  }

  .her-button,
  .his-button {
      width: 100%;
  }

  .blog_card {
      margin-bottom: 1.5rem;
  }

  .sb-female-sign {
      right: 80%;
      max-width: 60px;
      bottom: 2rem;
  }

  .sb-male-sign {
      left: 80%;
      bottom: 2.5rem;
      top: auto;
      max-width: 60px;
  }
}
.sb_gallery_bg {
  background-image: url('../img/sb-our-gallery-bg.png');
  background-size: cover;
  background-position: bottom;
  padding: 6rem 0;
}

.sb_gallery_bg h2 {
  color: #26004B;
  font-size: 2.75rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.sb_gallery_bg p {
  font-family: "Lato", sans-serif;
  color: #3F3F46;
  font-size: 1.5rem;
}

.img_wrap {
  box-shadow: 0px 4px 10px 0px #00000033;
  border: 1px solid #ECECEC;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.img_wrap img {
  min-height: 260px;
  object-fit: cover;
}

@media(max-width:991px) {
  .sb_gallery_bg h2 {
      font-size: 2rem;
  }

  .sb_gallery_bg p {
      font-size: 1.125rem;
  }
}