@media (max-width: 768px) {
  .formbold-steps li .step-name {
    height: 30px;
    font-size: 12px;
    line-height: 24px;
    padding: 0px 7px;
  }

  .formbold-steps li span.cart {
    font-size: 23px;
  }

  .formbold-form-label {
    text-align: right;
  }
  .upgrade_footer_social {
    justify-content: center;
    margin-top: 20px !important;
  }
}

@media (min-width: 42em) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 480px) {
  .card-body-service {
    padding: 5px 3px !important;
  }

  .col-12.col-sm-12.card_desc.p-3 {
    padding: 7px 4px !important;
  }

  .formbold-steps li .step-name {
    font-size: 10.6px;
  }

  .price_sec {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
  }

  .services-cart-header {
    padding: 10px 24px 12px 15px !important;
  }

  .remove-items {
    right: 7px !important;
  }

  #get_flight_details, #chat_with_agent {
    font-size: 11px !important;
  }

  .cc_modal_dialog {
    margin: 0 auto !important;
  }

  .cc_modal_dialog .modal-content {
    width: 100% !important;
  }

  .review-title {
    font-size: 13.5px !important;
  }

  #airport_name_selected {
    font-size: 14px !important;
  }

  #travel_type_selected {
    font-size: 12px !important;
  }

  .cart-counter {
    top: -10px !important;
  }

  .app_logos {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .app_link {
    width: 40% !important;
  }
  .row_cc {
    grid-template-columns: auto !important;
  }
}

@media (max-width: 400px) {
  .open-icon.opened {
    right: 84vw;
  }
}
