@media screen and (max-width: 1400px) {
  #pro2{
      display: none !important;
  }
  .fixed {
    top: 38px !important;
}
.pad-top{
      padding-top: 0 !important;
  }
#pro{
      display: block !important;
  }
}
@media screen and (max-width: 1100px) {
  #menu {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  body {
    background-color: lightgreen;
  }
  #about .img-wrap img{
      height: auto !important;
  }
  .a-det{
      flex-direction: column;
      align-items: start !important;
  }
  .a-det-item{
      margin: 10px 0;
  }
  .media-item {
    flex: 0 0 calc((100% - (12px * 1)) / 2) !important;
}
.p-item{
    margin: 10px 0;
}
#clients h5 {
    font-size: 17px;
}
#industries .s-item span{
    padding: 8px 16px;
    font-size: 14px;
}
#location p{
    padding-right: 0;
}
#review .rev-btn {
    padding: 8px 16px;
    margin: 5px 0;
    font-size: 14px;
}
#review .bord {
    border: none;
}
.r-item:last-of-type{
    margin-bottom: 0 !important;
}
#faq h1{
    display: none;
    font-size: 25px;
}
.faq-img{
    display: none;
}
#profile .c-logo img{
    padding: 0;
}
#profile .p-tagline{
    font-size: 16px;
    margin: 10px 0;
}
.navbar{
    padding: 0;
}
#logo{
    width: 120px;
}
#pro {
    padding-top: 55px !important;
}
.logo-small {
    transform: scale(1);
}
}
@media screen and (max-width: 768px) {
  body {
    background-color: red;
  }
  .c-logo{
      width: 100px !important;
      height: 100px !important;
  }
  #profile h1 {
    font-size: 24px;
    margin-right: 15px;
}
#profile .ratings span {
    color: #edc74b;
    font-size: 14px;
    margin: 0 2px;
}
.rp{
    display: none;
}
#profile .p-others a{
    font-size: 15px;
}
#profile .p-others i{
    font-size: 15px;
}
.bg-color{
    padding: 15px 0 !important;
    box-shadow: none;
}
#team .t-item{
    padding: 10px 15px;
}
#team .t-img{
    margin-right: 10px;
}
.rev-top-wrap h5{
    font-size: 17px;
    text-align: center;
    margin-bottom: 5px !important;
}
}
@media screen and (max-width: 500px) {
  #team img{
      width: 80px;
      height: 80px;
  }
  #team p {
    margin-top: 8px;
    font-size: 14px;
}
#team ul li a {
    width: 25px;
    height: 25px;
    font-size: 12px;
}
.pricing-price{
    font-size: 30px;
}
}