/* write responsive media based on bootstrap 5 Grid options */

/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .membership-img {
    width: 100%;
    height: 130%;
    object-fit: cover;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .video-js .vjs-big-play-button {
    width: 80px !important;
    height: 50px !important;
    border-radius: 10.014px !important;
    font-size: 33px !important;
  }

  .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 45px !important;
  }

  .trademember_how_it_work .card .card-img-top {
    height: 250px;
  }

  .bg-primary.hero-section.py-80px {
    padding: 40px 0px !important;
  }

  .membership-img {
    height: 118% !important;
    object-position: center;
}

  h2.hero_title {
    font-size: 36px;
  }

  /* my posted job details progress bar  */
  div#myPostedJobDetails {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: auto;
    width: auto;
    white-space: nowrap;
}
.progress-bar-container .arrow-steps .step {
  width: calc(200% / 4) !important;
  margin: 0px !important;
  padding: 15px 20px 15px 20px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  min-width: 131px;
}
  .progress-bar-container .arrow-steps .step:after {
    border-top: 27px solid #e4eaf8 !important;
    border-bottom: 27px solid #e4eaf8 !important;
  }
  
  .progress-bar-container .arrow-steps .step:before {
    border-top: 27px solid #e4eaf800 !important;
    border-bottom: 27px solid #e4eaf800 !important;
  }

  .card_item_ {
    border-radius: 8px;
    border: 1px solid var(--Brand-200, #C6D3F1);
    display: flex;
    padding: 8px 10px;
    align-items: center;
    font-size: 14px;
    text-align: center;
    justify-content: center;
}


  .responsive-pt-100{
    padding-top: 165px !important;
  
  }
  /* .posted-job-details-header-section {
    height:335px;
  } */
  .progress-bar-container .arrow-steps .step:first-child:before {
    border: none;
  }

  
}

/* min width  */
@media (min-width: 768px) {

  
  
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .hero-section-how-it-works .right-side img {
    position: relative !important;
    margin-top: 25px;
  }

  .trademember_how_it_work .work_title {
    font-size: 36px;
  }

  .benefits .video-bttom {
    margin-top: 15px;
  }

  img.hero-image.hero-image-how-it-works {
    position: relative;
  }

  .how-it-works-hero-section .left-side {
    padding-bottom: 10px;
    padding-top: 50px;
  }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  .benefits .card_pers {
    font-size: 36px;
  }

  .card-body {
    padding: 20px
  }

  .hero-section-how-it-works .right-side img {
    height: auto;
  }

  .membership-img {
    height: 90%;
  }
}

@media screen and (min-width: 768px) {
  .w-md-auto{
    width: auto !important;
  }
  
}

/* @media (min-width: 0px) and (max-width: 325px) {
  span.select2.select2-container.select2-container--default {
    width: 50% !important;
  }
}

@media (min-width: 326px) and (max-width: 425px) {
  span.select2.select2-container.select2-container--default {
    width: 55% !important;
  }
}

@media (min-width: 426px) and (max-width: 767px) {
  span.select2.select2-container.select2-container--default {
    width: 75% !important;
  }
} */
