/* Small devices */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

/* Medium devices */
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

/* Large devices */
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

/* Extra large devices */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

/* XXL devices */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}


@media (max-width: 1250px) {
   .quantumpress-menu{
      display: none;
   }
   .menu-toggle {
      display: flex;
   }
   .navbar-button {
      display: flex;
      align-items: center;
      gap: 20px;
      border-left: 0;
      border-right: 1px solid #ffffff52;
      padding-right: 18px;
   }
   .hero-section {
      background-position: center;
   }
   .colleges-grid .college-item {
    flex: 0 0 calc(50% - 15px);
   }
   .quantumpress-nav{
      padding: 10px 0;
   }
   .industry-card h4 {
      margin-top: 20px;
   }
   .grid-five {
      grid-template-columns: repeat(4, 1fr);
   }
   .grid-four {
      grid-template-columns: repeat(3, 1fr);
   }
}
/* =========================================================
   Small Laptop (992px - 1199px)
========================================================= */
@media (max-width: 1199px) {
   .ctc-content {
      flex-direction: column;
   }
   .home-contact-main {
      flex-direction: column;
   }
   .footer-grid {
      gap: 10px;
   }
}


/* =========================================================
   Tablet Landscape (768px - 991px)
========================================================= */
@media (max-width: 991px) {
    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .hero-section .container {
      flex-direction: column;
   }
   .hero-content {
      width: 100%;
   }
   .hero-img {
      width: 100%;
      text-align: center;
   }
   .th-left ul li:first-child{
      display: none;
   }
   .blogs-title-search h2 {
    font-size: 32px;
   }
   .blogs-title-search {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      padding: 40px 0 40px;
      flex-direction: column;
      text-align: center;
   }
   .blog-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
   }
   .grid-five {
      grid-template-columns: repeat(3, 1fr);
   }
   .section-title-area h2 {
      font-size: 45px;
   }
   .faq-main {
      flex-direction: column;
   }
   .faq-number {
      margin: 0 auto;
   }
   .faq-number{
      position: unset;
   }
   .grid-four {
      grid-template-columns: repeat(2, 1fr);
   }
   .grid-five {
      grid-template-columns: repeat(2, 1fr);
   }
    .about-page-wrapper{
        flex-direction:column;
    }

    .mission-grid{
        grid-template-columns:1fr;
    }

    .stats-grid{
        grid-template-columns:repeat(2,1fr);
    }
}


/* =========================================================
   Tablet Portrait (576px - 767px)
========================================================= */
@media (max-width: 767px) {
    footer {
        padding: 60px 0 20px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .footer-logo {
        font-size: 30px;
    }

    .footer-col h4 {
        margin-bottom: 20px;
    }
    .articles-content h1 {
    font-size: 23px;
    }
    .entry-content h2 {
    font-size: 24px;
    }
    .th-left{
      display: none;
    }
    .top-header .container {
      justify-content: center;
   }
   .hero-content h1 {
      font-size: 42px;
      font-weight: 500;
   }
   .hero-stats {
    display: flex;
    align-items: flex-start;
    gap: 26px;
    margin-top: 50px;
    flex-direction: column;
}
.blog-grid {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 15px;
   }
   .breadcrumb li:last-child{
      width: 250px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
   }
}


/* =========================================================
   Large Mobile (480px - 575px)
========================================================= */
@media (max-width: 575px) {
.hero-btn-group {
    flex-direction: column;
}
.ctc-content .ctc-text p{
   width: 100%;
   max-width: 100%;
}
.section-title-area .sub_content{
   width: 100%;
}
.quantumpress-menu-toggle .btn {
      display: none;
}
.logo img {
    height: 20px;
    width: unset;
}
header .container{
   height: unset;
}
.sidebar{
       width: 280px;
}
.section-title-area h2 {
        font-size: 25px;
    }
    .section-padding {
    padding: 40px 0;
}
    .grid-four {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-five {
        grid-template-columns: repeat(1, 1fr);
    }
    .ctc-content {
    padding: 30px;
}
.ticker-track span {
    margin-right: 20px;
    font-size: 33px;
}
.ticker-track span span {
    margin-right: 25px;
}
    .hero-content h1 {
        font-size: 33px;
        font-weight: 500;
    }
    .hero-tag p {
    font-size: 13px;
    }
    .hero-section {
      padding: 30px 0;
   }
   .footer-col ul li {
    margin-bottom: 1px;
}
    .footer-col h4 {
        margin-bottom: 5px;
        font-size: 16px;
        color: #fff;
    }
        .footer-grid {
        gap: 15px;
    }
    .footer-bottom {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.mt-15{
   margin-top: 15px;
}
.social-links {
    justify-content: center;
}
.faq-question {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    padding: 12px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}
.faq-item {
    margin-bottom: 10px;
}
	.hero-stats{
		display:none;
	}

}


/* =========================================================
   Medium Mobile (400px - 479px)
========================================================= */
@media (max-width: 479px) {

}


/* =========================================================
   Small Mobile (360px - 399px)
========================================================= */
@media (max-width: 399px) {

}


/* =========================================================
   Extra Small Mobile (320px - 359px)
========================================================= */
@media (max-width: 359px) {

}

