/* Extra Small (Phones Portrait) */
@media (max-width: 480px) {
  .statsBlock {
    flex-wrap: wrap;
  }
  .statsWrapper {
    /* border-right: 1px solid #eee; */
    border: none;

    flex-basis: 49%;
  }
  .lastStat {
    justify-content: center;
  }
  .build-on-block .appBlackBg {
    height: 100%;
  }
  .hero-title-img {
    width: 150px;
    height: 31px;
}
.hero-title-img.us-logo {
    width: 150px;
    height: 59px;
}
.hero-title{
  text-align: justify;
}
}

/* Small (Phones Landscape & small tablets) */
@media (min-width: 481px) and (max-width: 660px) {
  .statsBlock {
    flex-wrap: wrap;
  }
  .statsWrapper {
    /* border-right: 1px solid #eee; */
    border: none;

    flex-basis: 49%;
  }
  .lastStat {
    justify-content: center;
  }
  .build-on-block .appBlackBg {
    height: 100%;
  }
  .section-block {
    margin: 0px 40px 0px 80px;
  }
  .home-page-1 .top-img {
    height: 350px;
    width: 100px;
    background-position: center bottom;
  }
  .home-page-1 .bottom-img {
    height: 200px;
    width: 100px;
  }
  .home-card {
    width: 25rem;
    box-shadow: none;
  }
  .footer-wrapper.flex-sm-column {
    flex-direction: column;
    gap: 40px;
  }
  .footer-wrapper .flex-sm-column {
    flex-direction: column;
    /* gap: 40px; */
  }
  .social-menus h6 {
    text-align: left;
  }
    .hero-title-img {
    width: 150px;
    height: 31px;
}
.hero-title-img.us-logo {
    width: 150px;
    height: 59px;
}
.hero-title{
  text-align: justify;
}
}
@media (max-width: 768px) {
  .statsBlock {
    flex-wrap: wrap;
  }
  .statsWrapper {
    /* border-right: 1px solid #eee; */
    border: none;

    flex-basis: 49%;
  }
  .lastStat {
    justify-content: center;
  }
  .build-on-block .appBlackBg {
    height: 100%;
  }
  .footer-wrapper {
    flex-direction: column;
  }
  .org-address {
    padding-inline: 0px;
  }
  .slider-items img {
    margin: 4px;
  }
  .footer-menus {
    flex-direction: column;
  }
  .social-menus .footer-menus {
    flex-direction: row;
  }
  .gallery-honeyComb {
    --s: 130px;
    --g: 7px;
  }
  .featureBox,
  .industry-grid {
    grid-template-columns: repeat(1, 1fr);
    padding: 10px;
  }
  .glow-text {
    animation-duration: 4.5s;
  }
  .highlight-section {
    padding: 35px 18px;
    border-radius: 12px;
  }
  .certifications .hero-section .img-fluid,
  .about-us-overview .hero-section .img-fluid {
    display: none;
  }
  .about-us-overview .second-block .offset-1 {
    margin: 0px;
  }

  .about-us-overview .hero-section .col-6,
  .about-us-overview .second-block .col-5,
  .about-us-overview .second-block .col-6,
  .mission-vision .col-5,
  .mission-vision .col-4 {
    width: 100%;
  }
  .footer-wrapper.flex-sm-column {
    gap: 40px;
  }
  .social-menus h6 {
    text-align: left;
  }
  .stats-block .col-5,
  .stats-block .col-7 {
    width: 100%;
    gap: 30px;
  }
  .it_Cards {
    width: 80%;
  }
  .build-on-block h2 {
    font-size: 0.8rem;
  }
  .build-on-block p,
  .build-on-block a {
    font-size: 0.5rem;
  }
  .msp-hero {
    height: 50vh !important;
    background-position: bottom center !important;
    background-size: contain;
    align-items: flex-start;
    justify-content: center;
    padding-top: 40px;
  }
  .enterprise-subSec-Title {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }
  .home .talent-hero {
    height: 70vh !important;
    background-position: 23% bottom !important;
    background-size: inherit;
    align-items: center;
  }
  .hero-title {
    font-size: 1.5rem;
    width: 80%;
  }
  .hero-desc {
    font-size: 0.9rem;
    width: 80%;
  }
  .CTA-btn {
    font-size: 0.7rem;
  }
  .it-staffing .app-section:first-child {
    height: 40vh;
    margin-top: 12px;
    background-position: bottom center !important;
    background-size: contain;
    align-items: flex-start;
    justify-content: center;
    padding-top: 40px;
  }
  .talentVetting-hero,
  .talent-hero,
  .clientele-hero .full-banner-hero-overlay {
    height: 40vh;
    background-position: bottom center !important;
    background-size: contain;
    align-items: flex-start;
    justify-content: center;
    padding-top: 40px;
  }
  .devops-services .talent-hero {
    height: 50vh;
  }
  .iconBlock .iconBox-glass {
    flex-basis: 45%;
  }
  .apply-card {
    padding: 0px 20px;
  }
  .image-item figcaption {
    font-size: 12px !important;
  }
  .certifyBlock {
    flex-wrap: wrap;
  }
  .jobs-layout {
    flex-direction: column;
  }
}
@media (min-width: 661px) and (max-width: 768px) {
  .home-page-1 .top-img {
    height: 350px;
    width: 200px;
    background-position: center bottom;
  }
  .home-page-1 .bottom-img {
    height: 200px;
    width: 220px;
  }
  .home-page-1 .circle-img {
    display: none;
  }

  .home-card {
    width: 10rem;
  }
  .fp-section {
    height: auto !important;
    min-height: 100vh;
    padding-bottom: 40px;
  }
  .talent-hero,
  .msp-hero {
    height: 40vh;
  }
  .hero-title {
    font-size: 2rem;
  }
  .it-staffing .app-section:first-child {
    height: 40vh;
    margin-top: 12px;
  }
  .image-item figcaption {
    font-size: 12px !important;
  }
  .certifyBlock {
    flex-wrap: wrap;
  }
  .jobs-layout {
    flex-direction: column;
  }
}

/* Medium (Tablets / small laptops) */
@media (min-width: 769px) and (max-width: 992px) {
  .statsBlock {
    flex-wrap: wrap;
  }
  .statsWrapper {
    /* border-right: 1px solid #eee; */
    border: none;

    flex-basis: 49%;
  }
  .lastStat {
    justify-content: center;
  }
  .build-on-block .appBlackBg {
    height: 100%;
  }
  .home-page-1 .top-img {
    height: 350px;
    width: 200px;
    background-position: right bottom;
  }
  .home-page-1 .bottom-img {
    height: 200px;
    width: 300px;
  }
  .home-page-1 .circle-img {
    height: 150px;
    width: 150px;
  }

  .home-card {
    width: 12rem;
  }
  .fp-section {
    height: auto !important;
    min-height: 100vh;
    padding-bottom: 40px;
  }
  .footer-menus h6 {
    font-size: 10px;
  }
  .footer-menus {
    font-size: 10px;
    gap: 0.5rem !important;
  }

  .statsWrapper .statsHeader {
    font-size: 1.5rem;
  }
  .statsWrapper p {
    font-size: 0.7rem;
  }
  .home .talent-hero {
    height: 70vh !important;
    background-position: 2% bottom !important;
  }
  .talent-hero,
  .msp-hero {
    height: 40vh;
  }
  .hero-title {
    font-size: 2rem;
  }
  .it-staffing .app-section:first-child {
    height: 40vh;
    margin-top: 12px;
  }
  .it_Cards {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .dropdown-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: left 0.3s ease;
    padding: 20px;
  }
  .card-block {
    flex-wrap: wrap;
  }
  .dropdown-menu.show {
    left: 0;
  }
  .navbar-nav {
    text-align: left;
  }

  .navbar-nav .nav-link {
    padding: 12px 16px;
    font-size: 16px;
  }

  .navbar-nav .collapse .nav-link {
    font-size: 15px;
    opacity: 0.9;
  }
  .build-on-block h2 {
    font-size: 1.2rem;
  }
  .build-on-block p,
  .build-on-block a {
    font-size: 0.8rem;
  }
}
/* Large (Laptops / desktops) */
@media (min-width: 993px) and (max-width: 1200px) {
  .home-page-1 .top-img {
    height: 315px;
    width: 196px;
    background-position: right bottom;
  }
  .home-page-1 .bottom-img {
    height: 200px;
    width: 340px;
  }
  .home-page-1 .circle-img {
    height: 150px;
    width: 150px;
  }
  .home-card {
    width: 15rem;
  }
  /* .why-us-card {
    width: 15rem;
  } */
  .timeline-scroll {
    padding-block: 1rem;
  }
  .timeline-scroll > div {
    padding: 0 !important ;
    margin: 0 !important  ;
  }
  .fp-section {
    height: auto !important;
    min-height: 100vh;
    padding-bottom: 40px;
  }
  .why-us-card {
    font-size: 12px;
    width: 300px;
    padding: 15px;
  }
  .why-us-card .icon {
    font-size: 20px;
  }
  .why-us-card .heading {
    font-size: 12px;
  }
  .statsHeader {
    font-size: 25px;
  }
  .infoCardContent {
    font-size: 10px;

    width: 250px;
  }
  .infoCardContent::before,
  .infoCardContent::after {
    width: 70%;
  }
  .infoCards {
    width: 250px;
  }
  .mega-dropdown .dropdown-menu {
    width: 580px;
    left: 60%;
    top: 59px;
    transform: translateX(-63%);
  }
  .arrow-1::before {
    left: 8%;
  }
  .arrow-1::after {
    left: 8.1%;
  }
  .arrow-2::before {
    left: 44%;
  }
  .arrow-2::after {
    left: 44.1%;
  }
  .arrow-3::before {
    left: 73%;
  }
  .arrow-3::after {
    left: 73.1%;
  }
  .build-on-block h2 {
    font-size: 1.5rem;
  }
  .build-on-block p,
  .build-on-block a {
    font-size: 1rem;
  }
}

@media (max-width: 1200px) {
  #app-logo {
    width: 180px;
  }
  .join-btn {
    font-size: 14px;
    padding: 5px 5px;
  }
  .itStaff-desc {
    font-size: 1.1rem;
  }
  .it-staffing .info-card {
    min-height: 520px;
  }
}
/* Extra Large (Big screens) */
@media (min-width: 1201px) and (max-width: 1600px) {
  .home-page-1 .top-img {
    height: 350px;
    background-position: right bottom;
  }
  .home-page-1 .bottom-img {
    height: 200px;
    width: 500px;
  }
  .sticky-left {
    width: 40%;
  }
  .person-img {
    width: 65%;
  }

  .mega-menu-full {
    /* transform: translateX(-60%) !important; */
  }
  /* .why-us-card {
    width: 19rem;
  } */
  .mega-dropdown .dropdown-menu {
    left: 57%;
  }

  .arrow-1::before {
    left: 10%;
  }
  .arrow-1::after {
    left: 10.1%;
  }

  .arrow-2::before {
    left: 45%;
  }
  .arrow-2::after {
    left: 45.2%;
  }

  .arrow-3::before {
    left: 70%;
  }
  .arrow-3::after {
    left: 70.2%;
  }
}

/* Ultra wide monitors */
@media (min-width: 1601px) {
  .home-card {
    width: 25rem;
  }
}

.footer-wrapper .img-fluid {
  height: auto;
}
@media (max-width: 560px) {
  .rebrand {
    flex-direction: column;
    gap: 18px;
  }
  .arrow {
    transform: rotate(90deg);
  }
  
}
@media (min-width: 992px) and (max-width: 1025px) {
 
  .healthCare-staffing .card-block{
    flex-wrap: wrap;
    
  }
}

