@media screen and (max-width: 1440px) {
  .breadcrumb-wrapper .container::after {
    width: 300px;
    height: 280px;
  }
}
@media screen and (max-width: 1280px) {
  .home-partner {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .home-partner .partners-list {
    padding: 30px 50px;
  }
  .pre-footer-title h2 {
    font-size: 28px;
  }
  .breadcrumb-wrapper .container::after {
    top: -80px;
  }
  .breadcrumb-wrapper {
    padding: 120px 20px;
  }
}
@media screen and (max-width: 1024px) {
  #header #logo {
    width: 150px;
  }
  #header .header-nav {
    gap: 4px;
  }
  #header .header-nav .nav-top-link {
    font-size: 14px;
  }
  .home-statistics .item-statistics {
    padding: 50px 20px;
  }
  .home-contact .section-content > .row {
    max-width: 80% !important;
  }
  .home-teachers .teachers-list {
    padding-left: 16px;
    padding-right: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .home-teachers .teachers-list > .col {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .home-teachers .teacher-item .box-text h4 {
    font-size: 16px;
  }
  .pre-footer {
    overflow: hidden;
  }
  .pre-footer-title h2 {
    font-size: 22px;
  }
  .home-blogs .post-item {
    padding: 20px;
  }
  #footer .footer-2 .row > div {
    height: unset !important;
    min-height: 350px;
    padding: 50px 20px !important;
  }
  .home-partner .partners-list {
    padding: 30px;
  }
  .home-contact .box-content li {
    font-size: 20px;
  }
  .home-contact .box-content li + li {
    font-size: 24px;
  }
  .home-courses .course-product {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .home-courses .course-product > .product-small {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .home-courses .nav-tabs + .tab-panels {
    padding: 40px 10px;
  }
  .products .product .course-meta,
  .home-courses .product .course-meta,
  .course-product .course-meta {
    flex-direction: column;
  }
  .home-courses .product-small.box .product-title,
  .products .product-title {
    font-size: 16px;
  }
  .home-statistics .item-statistics .icon-box {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .home-statistics .item-statistics .icon-box-img svg {
    width: auto !important;
    height: 50px !important;
    aspect-ratio: 1;
  }
  .home-statistics .item-statistics .icon-box-text {
    text-align: center;
  }
  .home-testimonials::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .home-banner .row {
    flex-direction: column;
  }
  .home-banner .row > .col {
    width: 100% !important;
    max-width: 100% !important;
  }
  .home-courses .courses-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 0 16px !important;
  }
  .home-courses .courses-list > .col {
    padding: 0;
    width: 100%;
    max-width: 100% !important;
  }
  .home-statistics .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .home-statistics .row .item-statistics,
  .home-about .section-content > .row > .col {
    width: 100%;
    max-width: 100% !important;
  }
  .home-statistics .row .item-statistics:nth-child(3),
  .home-statistics .row .item-statistics:nth-child(4) {
    border-top: 1px solid var(--white);
  }
  #main .home-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-about .section-content > .row {
    display: grid;
    grid-template-columns: 1fr;
  }
  .home-courses-main .nav-tabs + .tab-panels {
    padding-left: 0;
    padding-right: 0;
  }
  .home-courses-main .course-product,
  .home-courses-main .products,
  .home-blogs .blogs-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 0 16px !important;
  }
  .home-courses-main .product-small.col {
    width: 100%;
    max-width: 100% !important;
    padding: 0;
  }
  .home-contact {
    margin-top: -80px;
  }
  .home-contact .section-content > .row {
    padding: 50px 20px;
  }
  .home-teachers .teachers-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-teachers .teacher-item .box-image {
    margin: 0;
  }
  .home-banner .banner-content {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 0;
  }
  .home-contact .box-content li + li {
    font-size: 20px;
  }
  .home-blogs .blogs-list .post-item {
    max-width: 100% !important;
  }
  .home-banner .stat-box.students {
    left: 0px;
  }
  .home-banner .stat-box.videos {
    right: 0px;
  }
  #footer .footer-2 .row > div {
    min-height: auto;
    padding: 20px !important;
  }
  #footer .footer-2 {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .absolute-footer::after {
    content: none;
  }
  .absolute-footer .footer-secondary {
    padding: 0;
  }
  .breadcrumb-wrapper {
    padding: 50px 20px;
  }
  .breadcrumbs {
    padding: 12px !important;
  }
}
@media screen and (max-width: 736px) {
  .product-small.box .product-title,
  .products .product-title {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 601px) {
  .home-banner .stat-box.videos {
    bottom: 40%;
  }
  .home-banner .banner-content h1 {
    font-size: 30px;
  }
  .home-about .years-experience ul li:first-child {
    font-size: 28px;
  }
  #main .home-courses {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-contact .section-content > .row {
    padding: 30px 20px;
  }
  .home-contact .section-content > .row::after {
    font-size: 20px;
  }
  .home-partner .partners-list {
    padding: 20px;
  }
  #main .home-partner .row .col-inner {
    padding-bottom: 20px;
  }
  .home-teachers .teacher-item .box-image img {
    height: 300px;
  }
  .home-courses-main .product-small.box .box-text {
    padding: 20px;
  }
  .pre-footer .box-thumb {
    display: none;
  }
  .pre-footer .row > .col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .pre-footer .row .col-inner {
    text-align: center;
  }
  .breadcrumb-wrapper h1 {
    font-size: 30px;
  }
  .post-type-archive-product .products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .post-type-archive-product .products .product {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .home-blogs .blogs-list {
    grid-template-columns: 1fr;
  }
  .home-teachers .teachers-wrapper::before {
    content: none;
  }
  .home-about .years-experience ul {
    justify-content: center;
  }
  .home-courses-main .product-small.box .box-image img {
    height: 200px;
  }
  .home-courses-main .product-small.box .product-title,
  .products .product-title {
    font-size: 16px;
  }
  .home-contact .row {
    flex-direction: column;
    gap: 20px;
  }
  .home-contact .row .box-content {
    text-align: center;
  }
  .home-contact .box-phone-number .col-inner {
    justify-content: center;
  }
  .home-contact .section-content > .row::before,
  .home-contact .section-content > .row::after,
  .home-blogs .blog-heading::after {
    content: none;
  }
  .home-about .thumb-left {
    display: none !important;
  }
  .home-partner .partner-item::before {
    border-left: unset !important;
  }
  .home-partner .no-border-bottom:not(:last-child)::after {
    content: "" !important;
  }
  .home-courses-main .course-product,
  .home-courses-main .products,
  .post-type-archive-product .products {
    grid-template-columns: 1fr;
  }
  .breadcrumb-wrapper h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .breadcrumb-wrapper .breadcrumbs {
    font-size: 14px;
  }
  .copyright-footer {
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  .home-teachers .teachers-list {
    grid-template-columns: 1fr;
  }
  .home-testimonials .testimonial-item {
    flex-direction: column;
  }
  .home-testimonials .testimonial-item > .box-image {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .home-testimonials .testimonial-item .box-image img {
    height: 250px;
  }
  .home-banner .stat-box .icon-box-text p:last-child {
    font-size: 20px;
  }
  .home-banner .stat-box svg {
    width: 20px;
  }
  .home-banner .stat-box .icon-box-img {
    width: 50px !important;
    height: 50px;
  }
  .home-courses .item-course img {
    width: 60px;
  }
  .home-courses .item-course .box-text h4 {
    font-size: 16px;
  }
  .section-heading h2 {
    font-size: 22px;
  }
  .copyright-footer {
    font-size: 12px;
  }
  .breadcrumb-wrapper h1 {
    font-size: 24px;
  }
  .breadcrumb-wrapper .breadcrumbs {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .pre-footer-title h2 {
    font-size: 21px;
    text-align: center;
  }
  .pre-footer .col-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-banner .stat-box {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 360px) {
  #header .header-top-left > p {
    font-size: 12px;
  }
}
