@media (min-width: 576px) {
  .fixed-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }

  .image-content {
    height: 319px;
    background-image: url(../images/career1.jpg);
    background-position: center;
    background-repeat: repeat-x;
    display: block;
  }

  .image-content-dynamic {
    display: block;
  }
  .image-content h4 {
    font-size: 36px;
  }

  /* detail view page*/

  .image-content.detail-view {
    height: 126px;
    margin-bottom: 24px;
  }

  .detail-view-content {
    padding: 0 24px;
  }

  .detail-view-block .card-header {
    padding: 25px 45px !important;
  }

  .details-block {
    padding: 24px 45px 45px 45px;
  }

  .details-block h4 {
    font-size: 36px;
  }
  .btn {
    padding: 16px 29px !important;
  }

  /* search/filter page*/

  .search input {
    height: 50px;
  }
  .info-block {
    flex-direction: row;
    align-items: center;
  }
  .info-block .pin-block {
    margin-bottom: 0;
  }
  .info-block .icons-block {
    margin-bottom: 0;
  }
  .links-block {
    text-align: left;
    margin-top: 40px;
  }

  .links-text {
    padding: 48px 14px;
  }
  .links-block .foot-logo {
    display: block;
  }
  .links-text .btn {
    width: 251px;
    height: 58px;
    margin: 0 0;
  }
  .btn-box {
    padding: 0 0 0 59px;
  }

  .form-block {
    padding: 45px;
  }
  .form-block h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
  .form-block .form-label {
    font-size: 16px;
  }
  /* .label-hint {
    margin-top: 73px;
  } */
  .in-card {
    padding: 24px;
    background-color: #f9f8fd;
  }

  .lang-block .btn-group {
    display: flex;
    flex-direction: row;
  }
  .btn-lang {
    margin-top: 0;
    margin-bottom: 0;
  }
  .btn-delete {
    background-image: url(../images/trash.svg);
    background-color: #00bb6f !important;
    border-radius: 8px !important;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    padding: 0 !important;
  }
  .btn-main-lg {
    width: auto;
  }

  .btn-submit-app {
    display: block !important;
  }
  .display-block {
    display: block !important;
  }

  .cont-block {
    padding: 30px 24px 0;
  }
  .cont-block h4 {
    padding-top: 0;
  }

  .toggle-block span {
    font-size: 16px;
  }
  .btn-group > .btn-group:not(:last-child) > .btn,
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none !important;
  }
  .btn-group > .btn-group:not(:first-child) > .btn,
  .btn-group > .btn:nth-child(n + 3),
  .btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .mt-80 {
    margin-top: 80px;
  }
  .links-text {
    flex-direction: row;
  }
  .app-block {
    margin: 125px 24px 0;
  }
  .btn.btn-linkedin {
    width: auto;
  }

  .choosefile-block {
    width: 277px;
  }
  .btn-add {
    width: 182px;
  }
}

@media (min-width: 832px) {
  .cont-block {
    padding: 62px 0 0 0;
    max-width: 920px !important;
  }
  .image-content.detail-view {
    height: 126px;
    margin-bottom: 45px;
  }

  .detail-view-content {
    padding: 0 24px;
  }

  .detail-view-block .card-header {
    padding: 25px 45px !important;
  }

  .app-block {
    margin: 125px 24px 0;
  }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
