/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  /* ============About us resp css here ================== */
  p {
    font-size: 14px;
  }

  h1,
  h2,
  .h1,
  .h2 {
    font-size: 26px;
  }

  span.tt-tittle {
    font-size: 14px;
  }
  .card-body .card-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .small-hh {
    font-size: 16px;
    margin-bottom: 6px !important;
  }
  .banner-text {
    padding: 0 20px;
  }

  .banner-text strong {
    font-size: 26px;
  }

  #header-carousel .carousel-item {
    height: 70vh;
  }
  .web-h {
    font-size: 24px;
  }
  .page-header {
    height: 250px;
    padding: 0;
  }

  section.isotope-project.container-md-xxl.work-page,
  section.career-section,
  section.aboutus-wrapper,
  section.main-contactbox,
  .services-page-wrapper {
    padding: 1rem 0;
  }
  .welcome-part-box-right {
    padding: 1rem 0;
  }
  strong.typing-text.headlight-h {
    font-size: 26px;
  }

  ol.breadcrumb.justify-content-center.text-uppercase a {
    font-size: 11px;
  }

  .welcome-part-box-right li {
    font-size: 12px;
  }

  .abt-img-wrapper-box {
    padding: 25px 0;
  }
  .center-box {
    display: block;
  }
  img.img-width {
    width: 100%;
    height: 350px;
    margin-top: 10px;
  }
  /* ============About us resp css here ================== */
  .project-wrap {
    height: 300px;
  }
  .applicant-pic {
    margin-top: 10px;
  }
  .cnt-pg-map.g-view-contact iframe {
    padding: 0;
  }
  .portfolio-menu ul li {
    font-size: 12px;
  }
  /* ===========popup css starts here ================= */
  .popup-content {
    min-width: 180px;
    height: auto;
    margin: 35px;
  }
  .navbar-menu {
    display: block;
  }
  .header ul {
    overflow: hidden;
  }
  .tab-content > .tab-pane, .hightlight-points span {
    font-size: 14px;
  }
  .hightlight-points.serv-list ul{
    display: block;
    padding-left: 1rem;
  }
  .hightlight-points.serv-list ul li{
    width: 100%;
  }
  .content-display strong {
    font-size: 12px;
}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* ============About us resp css here ================== */
  p {
    font-size: 14px;
  }

  h1,
  h2,
  .h1,
  .h2 {
    font-size: 26px;
  }

  span.tt-tittle {
    font-size: 14px;
  }
  .card-body .card-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .small-hh {
    font-size: 16px;
    margin-bottom: 6px !important;
  }
  .banner-text {
    padding: 0 20px;
  }

  .banner-text strong {
    font-size: 26px;
  }

  #header-carousel .carousel-item {
    height: 70vh;
  }
  .web-h {
    font-size: 24px;
  }
  .page-header {
    height: 250px;
    padding: 0;
  }

  section.isotope-project.container-md-xxl.work-page,
  section.career-section,
  section.aboutus-wrapper,
  section.main-contactbox,
  .services-page-wrapper {
    padding: 1rem 0;
  }
  .welcome-part-box-right {
    padding: 1rem 0;
  }
  strong.typing-text.headlight-h {
    font-size: 26px;
  }

  ol.breadcrumb.justify-content-center.text-uppercase a {
    font-size: 11px;
  }

  .welcome-part-box-right li {
    font-size: 12px;
  }

  .abt-img-wrapper-box {
    padding: 25px 0;
  }
  .center-box {
    display: block;
  }
  img.img-width {
    width: 100%;
    height: 350px;
    margin-bottom: 10px;
  }
  /* ============About us resp css here ================== */
  .project-wrap {
    height: 300px;
  }
  .applicant-pic {
    margin-top: 10px;
  }
  .cnt-pg-map.g-view-contact iframe {
    padding: 0;
  }
  .card {
    margin-top: 10px;
  }
  .portfolio-menu ul li {
    font-size: 12px;
  }
  /* ===========popup css starts here ================= */
  .popup-content {
    min-width: 180px;
    height: auto;
    margin: 35px;
  }
  .navbar-menu {
    display: block;
  }
  .header ul {
    overflow: hidden;
  }
  .tab-content > .tab-pane, .hightlight-points span {
    font-size: 14px;
  }
  .hightlight-points.serv-list ul{
    display: block;
    padding-left: 1rem;
  }
  .hightlight-points.serv-list ul li{
    width: 100%;
  }
  .content-display strong {
    font-size: 12px;
}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .header li a {
    padding: 8px;
    font-size: 14px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header li a {
    padding: 10px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}





/* Example of a media query targeting iPads */

/* iPads in portrait orientation */
@media (min-width: 768px) and (max-width: 991px) {
  /* Your CSS rules for iPads here */
  body {
      font-size: 16px; 
  }
  .banner-text {
    padding-left: 4rem;
}

a.btn.btn-primary.py-3.px-5.animated.slideInRight {
    margin-top: 2rem;
}

.display-5 {
  font-size: 35px;
}

.fcbox-text strong {
  font-size: 18px;
}

.footer-cnct-box {
  padding: 1rem;
}

.fcbox-text a {
  font-size: 10px;
  display: block;
}

.container.d-show {
  width: 100%;
  max-width: 100%;
}

.flex-shrink-0 strong {
  font-size: 20px;
}

.flex-shrink-0 h5 {
  font-size: 14px;
  margin: 0;
}

.list-box {
  margin: 0 !important;
}
.list-box p {
  font-size: 15px;
  margin-bottom: 5px;
}

.btn-lg-square {
  width: 35px;
  height: 35px;
}

.d-box-flex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.box-contact-info p {
  margin-bottom: 0 !important;
}

.box-contact-info h5 {
  font-size: 16px;
  display: block;
}

.padding-text {
  margin-right: -100px;
}
#header-carousel .carousel-item {
  height: 50vh;
}

.display-1{
  font-size: calc(2.5rem + 1vw);
}
.abt-img-box-shadow{
  display: none !important;
}
.nav-tabs{
  justify-content: center;
}

.hightlight-points ul{
  padding-left: 0;
}
}

/* Example of targeting specific iPad models */
/* iPad Pro 11-inch portrait */
@media (min-width: 834px) and (max-width: 1194px) {
  /* Your CSS rules for iPad Pro 11-inch here */
}

/* iPad Pro 12.9-inch portrait */
@media (min-width: 1024px) and (max-width: 1366px) {
  /* Your CSS rules for iPad Pro 12.9-inch here */
}
