@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .lead-title {
    font-size: 46px;
  }
  .consulting-description-2 {
    padding: 20px !important;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .it-pm-description {
    max-width: 540px !important;
  }
  .consulting-description {
    padding-top: 20px !important;
  }
}
@media only screen and (max-width: 992px) {
  .navbar-nav .dropdown-menu {
    border: none;
    text-align: center;
  }
  .hide-nav-mobile {
    display: none !important;
  }
  .navbar-brand img {
    width: 100px;
  }
  .achievement {
    padding: 60px 0px;
  }
  .pm-lead, .consulting {
    padding: 180px 0px 60px;
  }
  .blockquote {
    padding: 120px 0px;
  }
  .column-rev {
    flex-direction: column-reverse;
  }
  .it-pm-bg {
    padding: 220px 0px;
  }
  .it-pm-description {
    padding: 60px 15px;
  }
  .it-pm-description h1 {
    text-align: center;
  }
  .foter-description {
    display: block;
  }
  .center {
    text-align: center;
  }
  .span-item {
    margin-right: 0px;
  }
  .w-65 {
    width: 65% !important;
    margin: 0 auto;
  }
  .pm-info {
    margin: 10px 0px;
  }
  .it-pm-description {
    max-width: 720px;
  }
  #contact {
    padding: 200px 0px 80px 0px;
  }
  .zoom img {
    width: 60% !important;
  }
  .thank-you {
    height: auto;
    padding: 220px 0px 120px;
  }
  .animation {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }
}
@media only screen and (max-width: 1400px) {
  .navbar-collapse, .collapsing {
    text-align: center;
    padding: 26px 0px 50px;
    height: auto;
  }
  .benefits, .consulting-info, .home-page-content {
    height: auto;
    padding: 60px 0px;
  }
}