/* ********************************** */

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .navbar-light .navbar-nav .nav-link {
    /* color: rgba(0, 0, 0, 0.5); */
    padding-left: 10px;
  }

  .navbar-collapse.collapsing .navbar-nav {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -45%;
    transition: all 0.2s ease;
  }

  .navbar-collapse.show .navbar-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    height: auto;
    width: 60%;
    transition: left 0.35s ease;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }

  .center-all {
    padding-left: 0rem !important;
    padding-right: 0rem;
    padding-top: 0rem;
    height: 23rem;
  }

  .title {
    font-size: 39px;
    letter-spacing: 7px;
    text-align: center;
  }

  .sub-title {
    margin-left: 0px;
    text-align: center;
  }

  .section2-right {
    margin: 22px 0px 18px 40px;
  }

  .wave-white {
    height: auto;
  }

  .black-wave {
    margin-top: 0px;
  }

  .skills-nav {
    background: white;
  }

  .login-form {
    padding: 1.5rem;
    margin: 0 0;
  }

  /* ------Header---- */
  .top-btn-wrapper {
    padding: 4px;
    padding-top: 14px;
    width: 100%;
  }

  .top-btn-wrapper h1 {
    font-size: 14px;
  }

  .top-btn-wrapper img {
    height: 28px;
  }

  .top-buttons>div {
    width: 48%;
  }

  .top-buttons {
    width: 100% !important;
    display: flex;
    justify-content: center;
    gap: 12px;
    width: 8rem;
  }

  .top-buttons>div>a {
    width: 100%;
  }

  .top-btn-wrapper.active, .top-btn-wrapper:active {
    scale: 1;
  }

  .vm-table-wrapper {
    width: max-content;
  }

  .header .header-left {
    text-align: left;
  }

  .center-all {
    padding: 0;
  }

  .addbulkbtn {
    position: relative !important;
    width: 100%;
  }

  .addbulkbtn a {
    transform: translate(50%, 15%);
  }

  .rating>label>i {
    font-size: 2rem;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar-collapse.collapsing .navbar-nav {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -45%;
    transition: all 0.2s ease;
  }

  .navbar-collapse.show .navbar-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    height: auto;
    width: 52%;
    transition: left 0.35s ease;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }

  .skills-nav {
    background: white;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-collapse.collapsing .navbar-nav {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -45%;
    transition: all 0.2s ease;
  }

  .navbar-collapse.show .navbar-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    height: auto;
    width: 52%;
    transition: left 0.35s ease;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }

  .skills-nav {
    background: white;
  }

  /* ***************** */
  .center-all {
    padding-left: 1rem;
    padding-top: 0rem;
    height: 21rem;
  }

  .title {
    font-size: 35px;
    letter-spacing: 7px;
  }

  .sub-title {
    margin-left: 0px;
  }

  .section2-right {
    margin: 22px 0px 18px 40px;
  }

  .wave-white {
    height: auto;
  }

  .black-wave {
    margin-top: -10rem;
  }

  .sw-cards {
    padding: 0;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .center-all {
    height: 28rem;
    padding-left: 2rem;
    padding-top: 0rem;
  }

  .title {
    font-size: 48px;
  }

  .wave-white {
    height: 180px;
  }
}
/* start BL Hack */
@media (max-width: 767.98px) {
  .top-btn-wrapper img {
    height: 34px;
  } 
}
@media (max-width: 991.98px) {
  .top-buttons {
    width: unset;
  }
  .top-btn-wrapper{
    width: 100%;
  }
}
/* end BL Hack */

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}