@media only screen and (max-width: 600px) {
  .my-w-50 {
    width: 100% !important;
  }
  .my-w-75 {
    width: 100% !important;
  }
  .navbar-collapse {
    background-color: #e7f4ec;
    text-align: center;
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
    padding: 1.5rem 2rem;
    border-radius: 10px 10px 60px 10px;
  }
  .navbar-collapse .nav-item {
    margin: 0.8rem 0px;
  }
  .navbar-collapse .nav-dropdown-item {
    min-width: 10rem;
    white-space: normal;
  }
  .navbar-collapse .act-btn {
    display: block;
    text-align: center;
  }
  .my-form {
    padding: 3rem 2rem !important;
  }
  #footer .brand-info {
    text-align: center;
  }
  #footer .brand-info .row {
    justify-content: center;
  }
  .hero-text {
    text-align: center;
    padding: 0.5rem !important;
  }
  #why-PC .whys .why {
    flex-direction: column-reverse;
  }
  #why-PC .whys .why-text {
    padding: 2rem !important;
    text-align: center !important;
  }
  #why-PC .whys .why-img-left {
    text-align: center;
    background-size: contain;
  }
  #why-PC .whys .why-img-right {
    text-align: center;
    background-size: contain;
  }
  #testimonial .card-0 {
    margin-left: 0rem !important;
    padding: 1rem;
    border-radius: 0.8rem;
    min-height: 19.5rem;
  }
  #testimonial .carousel-indicators li {
    cursor: pointer;
    border-radius: 50% !important;
    width: 0.8rem;
    height: 0.8rem;
  }
  #testimonial .profile {
    color: inherit !important;
    background-color: inherit !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    border-radius: 0 !important;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #testimonial .profile-pic {
    width: 7.5rem;
    height: 7.5rem;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  #testimonial .content {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .for-mpp .row {
    justify-content: center;
  }
}
@media only screen and (max-width: 850px) {
  .navbar-collapse {
    background-color: #e7f4ec;
    text-align: center;
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
    padding: 1.5rem 2rem;
    border-radius: 10px 10px 60px 10px;
  }
  .navbar-collapse .nav-item {
    margin: 0.8rem 0px;
  }
  .navbar-collapse .nav-dropdown-item {
    min-width: 10rem;
    white-space: normal;
  }
  .navbar-collapse .act-btn {
    display: block;
    text-align: center;
  }
  .my-form {
    padding: 4rem 2rem !important;
  }
  #footer .brand-info {
    text-align: center;
  }
  #footer .brand-info .row {
    justify-content: center;
  }
  .hero-text {
    text-align: center;
    padding: 0.5rem !important;
  }
  #why-PC .whys .why-img-left {
    background-size: contain;
  }
  #why-PC .whys .why-img-right {
    background-size: contain;
  }
  .fea {
    padding: 2rem 4rem !important;
    min-height: auto !important;
  }
  .for-mpp .row {
    justify-content: center;
  }
}/*# sourceMappingURL=mdquries.css.map */