/* Consultation Banner */

.consultation-banner {
    position: relative;
    background: 
    linear-gradient( 
         90deg,
        #003c52 0%,
        rgba(0, 60, 82, 0.9) 38.08%,
        rgba(0, 60, 82, 0) 100%
      ), url("../images/services/menshealth/banner.svg")
      no-repeat center center;
    background-size: cover;
    min-height: 277px;
    display: flex;
    align-items: center;
  }
  .consultation-banner .banner-title {
    letter-spacing: -1.44px;
    font-size: 72px;
    font-weight: 700;
  }
  
  .consultation-banner .banner-subtitle {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    opacity: 0.9;
  
  }

  .banner-content .standard-btn-pink{
    max-width: 150px;
    height: 38px;
  }
  .banner-btn-img{
    height: 35px;
  }
  @media (min-width: 1199px) and (max-width: 1399px) {
    .consultation-banner .banner-title {
      font-size: var(--f-s-60);
      line-height: var(--f-s-72);
    
    }
    
  }

  @media (min-width: 576px) and (max-width: 1198px) {
    .consultation-banner .banner-title {
      font-size: var(--f-s-40);
      line-height: var(--f-s-60);
    }
    .consultation-banner .banner-subtitle{
      width: 89%;
    }
  }
  
  @media (min-width: 280px) and (max-width: 575px) {
    .consultation-banner {
      min-height: 182px;
    }
  
    .consultation-banner .banner-title {
      font-size: var(--f-s-36);
      line-height: var(--f-s-44);
      letter-spacing: -0.76px;
    }
  
    .consultation-banner .banner-subtitle {
      font-size: var(--f-s-12);
      line-height: var(--f-s-24);
      font-weight: var(--fontRegular);
      width: 99%;
    }
    .consultation-banner {
      background:  linear-gradient( 
        90deg,
       #003c52 0%,
       rgba(0, 60, 82, 0.9) 38.08%,
       rgba(0, 60, 82, 0) 100%
     ), url("../images/services/menshealth/banner.svg")
     no-repeat center center;
     padding-block: 40px;
    }
  }
  
  
  
  /* *************** HOW ITS WORK SECTION *************** */
  
  .how-it-works.inside-space {
    padding-block: 40px;
  }
  .how-it-works .heading,
  .how-it-works .heading {
    font-weight: var(--fontSemiBold);
    font-size: var(--f-s-24);
    line-height: 32px;
    color: var(--color-secondary-gray);
  }
  .how-it-works .heading {
    font-weight: var(--fontBold);
  }
  
  .how-it-works .heading .text-pink,
  .how-it-works .secondary-para .text-pink {
    color: var(--color-primary-pink);
  }
  
  .how-it-works .sec-gap {
    padding-bottom: 40px;
  }
  
  .how-it-works .consultation-steps li {
    margin-bottom: 16px;
  }
  
  @media (min-width: 280px) and (max-width: 575px) {
    .how-it-works .security-section .heading {
      width: 90%;
    }
  }
 
  /* How its Works Start */
  
  .how-it-works-section {
    padding: 64px 0px 100px 0px;
    margin-top: 70px;
    /* height: 1000px; */
    background: var(--color-secondary-gray-5);
  }
  .how-it-works-section .description-bx .sub-heading {
    margin-bottom: 12px !important;
  }
  
  /* GPS Swiper */
  
  .general-service-bx {
    display: flex;
    padding: var(--sec-inner-gap);
    flex-direction: column;
    align-items: flex-start;
    gap: 45px;
    background-color: var(--color-white);
    border-radius: 24px;
    margin-top: var(--sec-inner-gap);
  }
  .general-service-bx .description-bx {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  
  .general-service-bx .description-bx .view-all {
    height: 44px;
    padding: 12px 24px;
  }
  .general-service-bx .description-bx .view-all button {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background-color: transparent;
  }
  .general-service-bx .description-bx p {
    opacity: 0.7;
  }
  .swiper {
    width: 100%;
    height: 100%;
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .main-swiper-bx {
    width: 100%;
    position: relative;
    padding-right: 76px;
  }
  .gps-swiper {
    position: relative;
    /* overflow: visible; */
  }
  
  .gps-swiper .swiper-slide .slide {
    border-radius: 24px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 45px 0px 0px 0px;
    height: 100%;
    min-height: 199px;
    max-height: 199px;
    /* min-width: 205px; */
  }
  
  .gps-swiper .swiper-slide .slide .img-bx {
    width: 35px;
    height: 35px;
    margin-bottom: 9px;
  }
  
  .gps-swiper .swiper-slide .slide .text-bx {
    padding: 25px 31.3px;
    height: 110px;
    width: 100%;
    text-align: center;
  }
  .gps-swiper .swiper-slide .slide .text-bx h3 {
    color: var(--color-secondary-gray);
    font-size: var(--f-s-20);
    line-height: var(--f-s-30);
    font-weight: var(--fontSemiBold);
    margin: 0;
  }
  
  .main-swiper-bx .swiper-btn {
    background-color: var(--color-white);
    display: flex;
    width: 44px;
    height: 44px;
    padding: 12px 14px;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    border: 1px solid var(--color-secondary-gray-10);
  }
  .main-swiper-bx .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 0px);
  }
  
  .main-swiper-bx .swiper-btn:hover img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
  .main-swiper-bx .swiper-button-next:after,
  .swiper-button-prev:after {
    content: "";
  }
  .main-swiper-bx .swiper-button-prev img {
    /* right: var(--swiper-navigation-sides-offset, 0px); */
    transform: rotate(180deg);
  }
  
  .gps-swiper .swiper-slide .slide-one {
    background: rgba(255, 77, 0, 0.05);
  }
  
  .gps-swiper .swiper-slide .slide-two {
    background: rgba(0, 208, 255, 0.05);
  }
  
  .gps-swiper .swiper-slide .slide-three {
    background: rgba(51, 255, 0, 0.05);
  }
  .gps-swiper .swiper-slide .slide-four {
    background: rgba(212, 0, 255, 0.05);
  }
  .gps-swiper .swiper-slide .slide-five {
    background: rgba(255, 0, 111, 0.05);
  }
  .main-swiper-bx .swiper-button-prev {
    display: none;
  }
  @media (min-width: 1199px) and (max-width: 1399px) {
    .gps-swiper .swiper-slide .slide .text-bx {
      padding: 25px 21.3px;
    }
    .gps-swiper .swiper-slide .slide .text-bx h3 {
      font-size: var(--f-s-18);
    }
  }
  
  @media (min-width: 280px) and (max-width: 911px) {
    .general-service-bx {
      margin-top: 24px;
    }
    .how-it-works-section {
      padding: 40px 0px 40px 0px;
    }
    .how-it-works-section .description-bx .secondary-para {
      margin-top: 12px !important;
    }
    .how-it-works-section .general-service-bx {
      gap: 24px;
      padding: 24px 0px 24px 24px;
    }
    .how-it-works-section .main-swiper-bx {
      padding-right: 0px;
      padding-bottom: 76px;
    }
    .how-it-works-section .main-swiper-bx .swiper-button-prev {
      display: flex;
    }
    .how-it-works-section .main-swiper-bx .navigations {
      display: flex;
      position: absolute;
      bottom: 0px;
      left: 47%;
      transform: translate(-50%, 0px);
      gap: 10px;
    }
    .how-it-works-section .main-swiper-bx .navigations .swiper-btn {
      position: unset;
    }
  
    .general-service-bx .view-all-mobile {
      display: flex;
      height: 40px;
      padding: 10px 24px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      border-radius: 8px;
      border: 1px solid var(--color-secondary-gray-10);
      background: var(--color-white);
      box-shadow: 0px 1px 2px 0px rgba(0, 60, 82, 0.05);
      width: 92%;
    }
    .general-service-bx .view-all-mobile a {
      text-decoration: none;
      font-weight: var(--fontMedium);
    }
    .gps-swiper .swiper-slide .slide .text-bx h3 {
      font-size: 15.08px;
      line-height: 22.6px;
    }
    .gps-swiper .swiper-slide .slide {
      min-height: 150px;
      max-height: 150px;
    }
    .general-service-bx .description-bx {
      padding-right: 24px;
    }
    .gps-swiper .swiper-slide .slide .text-bx {
      height: auto;
      padding: 18.03px 21.3px;
    }
  }
  @media (min-width: 768px) and (max-width: 911px) {
    .general-service-bx .view-all-mobile{
      width: 96%;
    }
  }
  @media (max-width:320px) {
    .gps-swiper .swiper-slide .slide .text-bx h3{
      font-size: 14px;
    }
    .gps-swiper .swiper-slide .slide .text-bx{
      padding: 18.03px 11.3px;
    }
    .general-service-bx .view-all-mobile{
      width: 90%;
    }
  }
  /* How it Works Steps */
  
  .how-it-works-steps-section {
    background: radial-gradient(
        100.02% 100.02% at 50% -0.02%,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0) 100%
      ),
      var(--color-secondary-gray);
    /* height: 1000px; */
    position: relative;
  }
  
  .how-it-works-steps-section .bg-img-bx {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    /* width: 100%; */
    /* height: 100%; */
  }
  
  .how-it-works-steps-section {
    padding-block: 60px;
  }
  
  .how-it-works-steps-section .row.custom-gap {
    gap: 0px;
    padding-top: 60px;
  }
  .how-it-works-steps-section .row.custom-gap .col-xl-4 {
    max-width: 411px;
  }
  .how-it-works-steps-section .step-card {
    display: flex;
    /* width: 411px; */
    height: 100%;
    padding: 24px 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  
    border-radius: 24px;
    border: 1px solid var(--Gray-100, #f2f4f7);
    background: var(--Base-White, #fff);
    /* Shadows/shadow-xl */
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08),
      0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  }
  
  .how-it-works-steps-section .step-card-2 .img-bx img {
    position: relative;
    bottom: -11px;
  }
  .how-it-works-steps-section .step-card .text-bx h3 {
    margin-bottom: 4px !important;
  }
  
  @media (min-width: 1400px) {
    .how-it-works-steps-section .row.custom-gap {
      gap: 39px;
    }
  }
  
  @media (min-width: 280px) and (max-width: 575px) {
    .how-it-works-steps-section .row.custom-gap {
      padding-top: 24px;
      row-gap: 32px;
    }
    .how-it-works-steps-section .bg-img-bx {
      width: 100%;
      height: 100%;
    }
    .how-it-works-steps-section {
      padding-block: 40px;
    }
  }

  .how-it-works-section .standard-btn-blue-outline {
    margin-top: 60px;
    width: fit-content;
    margin: 60px auto 0px auto;
  }

 /* Container Styling */
.search-section {
    display: flex;
    align-items: center;
    justify-content: center; 
    margin: 20px;
  }
  
  /* Search Bar Styling */
  .search-bar {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    max-width: 741px;
    width: 100%;
    background-color: #ffffff;
    margin-right: 15px;
    height: 48px;
  }
  
  .search-input-wrapper {
    display: flex;
    align-items: center;
    flex-grow: 1;
    position: relative;
  }
  .search-input-wrapper img{
    padding-left: 10px;
}

.searchbar .search-img{
    height: 40px;
}

  .search-input {
    border: none;
    padding: 10px 12px;
    width: 100%;
    font-size: 14px;
    outline: none;
  }
  
  .search-input::placeholder {
    color: #a8a8a8;
  }
  
  .dropdown-icon {
    background: none;
    border: none;
    padding: 0 12px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
  }

  .search-section .standard-btn-pink{
    width: 140px;
  }
  
  .search-button {
    color: white;
    font-size: 14px;
    font-weight: bold;
    border: none;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-left: 10px; 
  }
  
  .search-button:hover {
    background-color: #d60079;
  }
  
  .search-icon {
    margin-left: 8px;
    font-size: 16px;
  }
  
  @media (max-width: 400px) {
    .search-bar {
      flex-direction: column;
    }
  
    .search-input-wrapper {
      width: 100%;
    }

    .search-section .standard-btn-pink{
      width: 100px;
    }
  
    .search-button {
      width: 100%;
      border-radius: 0;
      margin-left: 0; 
      margin-top: 10px; 
    }
    .search-img{
        display: none;
    }
    .searchbar{
        padding: 10px;
    }
  }

  .services{
    margin: 0;
    padding: 20px;
  }

  .service {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
  }
  
  .service img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    margin-left: -2.5px;
  }
  
  .service h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: var(--color-secondary-gray);
  }
  
  .service p {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0 15px 0;
  }
  
  .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  
  .tag {
    background-color: #fff;
    border: 1px solid var(--color-primary-pink-25);
    border-radius: 14px;
    padding: 8px 16px;
    /* margin: 5px; */
    font-size: 12px;
    color: var(--color-primary-pink);
    font-weight: 600;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  }

 .tag:hover {
  background-color: #003c52;
  color: white;
}

  
  @media (max-width: 600px) {
    .service {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .service img {
      margin-bottom: 10px;
      margin-right: 0px;
      margin-left: -1px;
    }
    .tags{
      justify-content: center;
      gap: 8px;
    }

  }