/* 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;
  }.blog_details img.rounded-20.w-100

  /* my posted job details progress bar  */
  #myPostedJobDetails {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: auto;
    width: auto;
    white-space: nowrap;
    border-radius: 10px;
}
.progress-bar-container .arrow-steps{
  border-radius: 10px;
}
.progress-bar-container .arrow-steps .step {
  width: 100% !important;
  margin: 0px !important;
  padding: 2px !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  min-width: auto;
  clip-path: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid transparent;
}
/* //first child of step */
.progress-bar-container .arrow-steps .step:first-child {
  /* min-width: 121px; */
}
  .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; */
  }

  .progress-bar-container .arrow-steps .step.active {
    background-color: #fff !important;
    border-bottom: 2px solid var(--Brand-800, #0476DA);
    color: #0476DA !important;
    /* color: #fff;
    background-color: #fff !important; */
  }
  .progress-bar-container .step.active .badge {
      border-radius: 20px !important;
      color: #fff !important;
      background-color: var(--Brand-800, #0476DA) !important;;
  }
  /* add css without last child  */
  .progress-bar-container .arrow-steps .step:not(:last-child) .inner-item::after {
    /* border-right: 1px solid #f0f3fb; */
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 1px;
    background: #f0f3fb;

  }
  .progress-bar-container .arrow-steps .step .inner-item{
   
    /* background: #f0f3fb;
    border-radius: 50px; */
    padding: 7px 5px 5px 5px;
    gap: 4px;
    width: 100%;  
  }
  .progress-bar-container .arrow-steps .step.active .inner-item{
    /* background: #2b76da;
    color: white; */
  }

  .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;
  }
  
}
