@media (max-width: 1440px) {
  .container-main {
    padding: 0px 40px;
  }
  button.prev-btn {
    margin-left: -10px;
  }
  button.next-btn {
    margin-right: -10px;
  }
}
@media (max-width: 1280px) {
  .learn-more-btn a {
    width: 40%;
  }
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  button.prev-btn {
    margin-left: -10px;
  }
  button.next-btn {
    margin-right: -10px;
  }
}
@media (max-width: 1200px) {
  .vm-block-flex {
    flex-flow: column;
  }
  .vm-left,
  .vm-right {
    width: 100%;
  }
  .vm-left {
    height: 250px;
  }
  .vm-left img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
  }
}
@media (max-width: 1150px) {
    .apply-btn a{
        width: 40%;
    }
}
@media (max-width: 1100px) {
  .header-links ul {
    gap: 15px;
  }
  .header-right {
    gap: 10px;
  }
  .about-block {
    height: 400px;
  }
  .team-members-img {
    height: 170px;
    width: 170px;
  }
  .course-detail-left{
    width: 60%;
  }
  .course-detail-right{
    width: 40%;
  }
}

@media (max-width: 991px) {
  .main-header {
    display: none;
  }
  .top-bar-main {
    padding: 6px 20px;
  }

  .mob-header {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-top: 34px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  }

  .mob-header-right {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 12;
  }

  .mob-header .navbar {
    background-color: #fff;
    padding: 7px 0px;
  }

  .mob-header .navbar > .container-fluid {
    padding: 0px 20px;
  }

  .mob-header .navbar-brand img {
    max-width: 180px;
  }

  .mob-header .navbar-brand {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 12;
  }

  .mob-header .navbar-toggler {
    padding: 0;
    border: unset;
  }

  .mob-header .navbar-toggler-icon {
    background-image: url(../images/menu-icon.webp);
    background-repeat: no-repeat;
    width: 30px;
    height: 28px;
  }

  body.menu-open .mob-header .navbar-toggler-icon {
    background-image: url(../images/close-icon.webp);
    height: 30px;
    margin-right: 7px;
  }

  body.menu-open {
    overflow: hidden;
    height: 100vh;
  }

  .mob-header .navbar-collapse {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0px 20px;
    z-index: 10;
  }

  .mob-header .navbar-nav {
    padding-bottom: 600px;
    padding-top: 140px;
  }

  .mob-header .nav-link {
    font-size: 15px;
    display: block;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    padding: 10px 0px;
  }
  .mob-header .nav-link:hover {
    color: #2b75fa;
  }

  .dropdown-menu {
    border: unset;
    background-color: unset;
    color: #20252d;
  }

  .dropdown-item {
    color: #2b75fa;
  }

  /* .dropdown-item:hover {
    background-color: unset;
    color: #20252d;
  } */

  .navbar-nav .dropdown-menu {
    margin: 10px 0px;
  }

  .dropdown-toggle::after {
    background-image: url(../images/down_arrow.webp);
    border: unset;
    filter: invert(1);
    width: 16px;
    height: 11px;
    top: 14px;
    position: absolute;
    content: "";
    right: 0;
  }

  .navbar-toggler:focus {
    box-shadow: unset;
  }

  .header-right.mob {
    margin-top: 20px;
  }
  .top-bar-right {
    display: none;
  }
  .top-bar-left {
    width: 100%;
  }
  .top-bar-left ul {
/*     justify-content: space-between; */
  }
  .team-members-left,
  .team-members-right {
    width: 100%;
  }
  .team-members-left {
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .team-members-content h2 {
    text-align: center;
  }
  .why-learn-block {
    padding: 35px;
  }
  .why-learn-block h2 {
    font-size: 28px;
  }
  .why-learn-block img {
    width: 40px;
    height: 40px;
  }
  .home-banner-content h1 {
    font-size: 45px;
  }
  .courses-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .about-block {
    height: 370px;
  }
  .learn-from-anywhere-left-content h1 {
    font-size: 42px;
    line-height: 48px;
  }
  .learn-from-anywhere-left-content p {
    font-size: 16px;
  }
  .learn-from-anywhere-block {
    padding: 20px;
  }
  .learn-from-anywhere-content h1 {
    font-size: 28px;
  }
  .footer-copyright {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 3px;
  }
  .top-bar-left ul li::before,
  .top-bar-right ul li::before {
    display: none;
  }
  .mob-cart {
    margin-top: 10px;
  }
  .desk-b {
    display: none;
  }
  .mob-b {
    display: block;
  }
  .breadcrumbs-content h1 {
    margin-top: 50px;
  }
  .contact-details-block-inner {
    padding: 35px;
  }
  .contact-details-block {
    width: 50%;
  }
  .about-us-page-left,
  .about-us-page-right {
    width: 100%;
  }
  .about-us-page-left {
    height: 400px;
    margin-bottom: 30px;
  }
  .government-projects-content h2 {
    font-size: 38px;
  }
  .why-us-block {
    width: 50%;
  }
  .job-detail-breadcumbs h1{
        font-size: 45px;
    }
    .career-detail-flex{
        flex-flow: column-reverse;
    }
    .career-detail-left,.career-detail-right{
        width: 100%;
    }
    .career-detail-right{
        padding-left: 0px;
        margin-bottom: 30px;
    }
    .course-detail-main{
        padding-top: 120px;
    }
    .custom-tabs{
        padding: 15px 20px;
    }
    .tab-buttons {
        gap: 12px;
    }
    .tab-buttons li{
        font-size: 16px;
        padding: 8px 15px;
    }
    .tab-content-box h2{
        font-size: 28px;
    }
    
}
@media (max-width: 850px) {
  .home-about-left,
  .home-about-right {
    width: 100%;
  }
  .home-about-left {
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .inquiry-form-flex {
    flex-flow: column-reverse;
  }
  .inquiry-form-left,
  .inquiry-form-right {
    width: 100%;
  }
  .inquiry-form-right {
    margin-bottom: 30px;
    padding-left: 0px;
  }
  .inquiry-form-left {
    padding-right: 0px;
    height: 350px;
  }
  .footer-flex {
    flex-wrap: wrap;
  }
  .footer-block:first-child {
    width: 100%;
    padding-bottom: 30px;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .government-projects-flex {
    flex-flow: column-reverse;
  }
  .government-projects-left,
  .government-projects-right {
    width: 100%;
  }
  .government-projects-right {
    margin-bottom: 30px;
  }
  .government-projects-left {
    padding-right: 0px;
  }
  .apply-btn a{
        width: 50%;
    }
    .learning-journey-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}
@media (max-width: 800px) {
  .courses-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .how-it-works-left,
  .how-it-works-right {
    width: 100%;
  }
  .how-it-works-left {
    margin-bottom: 30px;
    height: 450px;
  }
  .how-it-works-content h1,
  .how-it-works-content p {
    text-align: center;
  }
  .how-it-works-block {
    align-items: center;
    justify-content: center;
  }
  .learn-from-anywhere-left,
  .learn-from-anywhere-right {
    width: 100%;
  }
  .learn-from-anywhere-left {
    margin-bottom: 20px;
    padding-right: 0px;
    height: 350px;
  }
  .learn-from-anywhere-left-content h1,
  .learn-from-anywhere-left-content p {
    text-align: center;
  }
  .learn-from-anywhere-main {
    padding-bottom: 60px;
  }
  .learn-more-btn a {
    width: 30%;
  }
  .how-it-works-right {
    padding-left: 0px;
  }
  .breadcrumbs-bg {
    height: 270px;
  }
  .breadcrumbs-content h1 {
    margin-top: 50px;
  }
  .apply-btn a{
        width: 50%;
    }
    
    
}
@media (max-width: 768px) {
  .why-learn-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .team-members-img {
    height: 170px;
    width: 170px;
  }
  .stats-grid {
    gap: 20px;
  }
  .breadcrumbs-content h1 {
    margin-top: 30px;
  }
  .journey-block{
    width: 100%;
  }
  .apply-btn a{
        width: 30%;
    }
    .job-detail-breadcumbs h1{
        font-size: 45px;
    }
    .course-detail-flex{
        flex-flow: column-reverse;
    }
    .course-detail-left{
    width: 100%;
    padding-right: 0px;
  }
  .course-detail-right{
    width: 100%;
    margin-bottom: 30px;
  }
   .course-detail-content-desk {
    display: none;
  }
  .course-detail-content-mob{
  display: block;
  /*margin-top:70px;*/
}
.top-bar-left ul {
    justify-content: center;
    flex-flow: column;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .container-main {
    padding: 0px 20px;
  }
  .courses-main,
  .how-it-works-main,
  .why-learn-courses-main,
  .home-about-main,
  .best-instructors-main,
  .learn-from-anywhere-main,
  .team-members-main,
  .inquiry-form-main,
  .course-detail-main,
  .may-you-like-main,
  .learning-journey-main,
  .student-testimonails-main,
  .contact-details-main,
  .vision-mission-main,
  .government-projects-main,
  .certificate-gallery-main,
  .faq-main,
  .gallery-main,
  .career-main,
  .career-detail-main,
  .why-work-with-main,
  .bg-section-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .home-banner-content h1 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .home-banner-bg {
    height: 550px;
  }
  .btn-flex {
    margin-bottom: 30px;
  }
  .stats-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .main-heading h1,
  .learn-from-anywhere-left-content h1,
  .team-members-content h2,
  .government-projects-content h2 {
    font-size: 32px;
  }
  .courses-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .buy-now-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .courses-title h3 {
    text-align: center;
  }
  .main-btn.buy-now-btn a {
    width: 40%;
  }
  .how-it-works-icon {
    height: 70px;
    width: 110px;
  }
  .how-it-works-icon img {
    height: 40px;
    width: 40px;
  }
  .about-block {
    height: 300px;
  }
  .team-members-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .team-members-img {
    height: 200px;
    width: 200px;
  }
  .form-field {
    width: 100%;
  }
  .footer-block {
    width: 100%;
    padding-bottom: 30px;
  }
  .main-btn.join-free-btn a,
  .main-btn.find-course-btn a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .learn-more-btn a {
    width: 45%;
    padding-left: 22px;
    padding-right: 22px;
  }
  .learn-from-anywhere-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-form-inner {
    padding: 20px;
  }
  .breadcrumbs-bg {
    height: 190px;
  }
  .breadcrumbs-content h1 {
    font-size: 50px;
  }
  .gallery-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .faq .accordion-button,
  .faq .accordion-item:first-of-type .accordion-button {
    padding: 20px 20px;
    font-size: 20px;
  }
  .faq .accordion-body p {
    font-size: 16px;
  }
  .contact-details-block {
    width: 100%;
  }
  .map-main,
  .map-main iframe {
    height: 330px;
  }
  .contact-us-form-inner h2 {
    font-size: 36px;
  }
  .vision-mission-block {
    width: 100%;
  }
  .riddhi-live-block {
    width: 100%;
  }
  .home-btn-flex {
    display: none;
  }
  .riddhi-live-bg {
    width: 60px;
    height: 60px;
  }
  .year-right h4{
    font-size: 22px;
  }
  .apply-btn a{
        width: 42%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .why-us-block {
    width: 100%;
  }
  .job-detail-breadcumbs h1{
        font-size: 40px;
    }
    .learning-journey-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .course-detail-main{
        /*padding-top: 80px;*/
    }
    .course-detail-content h1{
        font-size: 34px;
    }
    .course-detail-content ul{
        flex-wrap: wrap;
    }
    .student-testi-block{
        flex-direction: column;
        padding: 40px 20px;
    }
    .student-testi-rating-stars{
        justify-content: center;
    }
    .student-quote p{
        text-align: center;
    }
    .student-name h5{
        text-align: center;
    }
}
