@media only screen and (max-width: 767px) {
  .project-background {
    background-image: url(../../images/vaachi.png) !important;
    background-position: center;
    height: 199px;
    /* background-color: red; */
  }

  .project-btn .p-btn {
    border-radius: 50%;
    background-color: #577abd;
    height: 81px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
  }

  #project-view-sec-2 .tabcontent {
    float: left;
    padding: 0px 12px;
    width: 100%;
    border-left: none;
    height: 300px;
  }

  #project-view-sec-2 .tab {
    float: left;
    /* border: 1px solid #ccc; */
    /* background-color: #f1f1f1; */
    width: 10%;
    /* height: 300px; */
    position: relative;
    top: 80%;
    display: flex;
    width: 100%;
  }

  #project-view-sec-2 .tabcontent {
    float: left;
    padding: 0px 12px;
    width: 100%;
    border-left: none;
    height: 300px;
    margin-top: -50px;
  }
  .project-content p {
    display: none;
  }
  .project-box {
    height: 199px;
  }
  /* Testimonial section */
  #testimonial {
    height: 572px;
  }

  .styled-div::after {
    background-color: #012e6a;
    transform: translate(-12px, 10px);
    width: 89%;
  }
}

/* About Us Page css start */
@media only screen and (max-width: 767px) {
  .about-header-area {
    padding: 50px 0px;
  }
}
/* About Us Page css End */
/* services page css start */
@media only screen and (max-width: 767px) {
  .page-content h1 {
    font-size: 30px;
  }
  .s-point ul li {
    display: flex;
  }
  .p-img {
    margin-top: 50px;
  }
  .request-content h2 {
    font-size: 25px;
  }
  .text-3d h2 {
    font-size: 36px;
    margin-top: 30px;
    font-weight: 400;
  }
  .strategies .nav-tabs .nav-link.active {
    margin-bottom: 22px;
  }
  .custom-padding-left {
    padding-left: 0px;
  }
  .p-details {
    text-align: justify;
  }
  .pl-80 {
    padding-left: 9px;
  }
  .bg-logo img {
    opacity: 0.4;
    position: absolute;
    left: 0%;
    top: 47%;
    height: 71px;
  }
  .percentage {
    font-size: 49px;
  }
  .percentage span {
    font-size: 20px;
  }
  .percent-text {
    font-size: 12px;
    width: 100%;
  }
  .project-viw-btn a {
    padding: 9px 10px;
    border-radius: 7px;
    font-size: 12px;
  }
  .s-tile h3 {
    padding-left: 10px;
    font-size: 20px;
  }
  .custom-tab .logo-img img {
    height: 35px;
  }
  .navbar-brand img {
    height: 60px;
    width: auto;
  }

  /* For Portfolio */
  .modal-img-container img {
    width: auto;
    height: 1200px;
  }

  /* For Banner */
  .banner-main-text {
    padding: 10px;
  }
  h1 {
    font-size: 32px;
  }
  .first-img img {
    height: 460px;
    width: auto;
  }
  .second-img {
    margin-left: -68px;
  }
  .second-img img {
    height: 300px;
    width: auto;
  }
  /* Services */
  .card-body {
    margin-bottom: 40px;
  }
  .section-title h3 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
  }
  #featured h5 {
    font-size: 17px;
  }
  #project-tab .nav-tabs {
    position: relative;
    left: 0%;
  }
  .sec-simple-title h2 {
    line-height: 1.5;
    padding-top: 47px;
  }
  .about__content__wrapper__list2__item {
    width: 100%;
  }
}
