@media only screen and (max-width: 1680px) {
  .container {
    max-width: 92%;
  }

  .navbar {
    padding-top: 1.5em;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1600px) {
  .popular_slider .nav_arrow {
    right: 4%;
  }
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1366px) {
  .hero_banner .slogan h1 {
    font-size: 50px;
  }

  .hero_banner .slogan p {
    font-size: 20px;
  }

  .number_box h3 {
    font-size: 20px;
  }

  .about_img img {
    width: 85%;
  }

  .about_section p {
    font-size: 18px;
  }

  .popular_slider .info h5 {
    font-size: 16px;
  }

  #accordion .card-header a {
    font-size: 20px;
  }

  .number_text h2 {
    font-size: 38px;
  }

  .about_section h2 {
    font-size: 38px;
  }

  .popular_courses_section h2 {
    font-size: 38px;
  }

  .faq_section h2 {
    font-size: 38px;
  }

  .ready_to_section h3 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 980px) {
  .navbar-toggler input[type="checkbox"] {
    display: none;
  }

  .navbar-toggler label span {
    background: #fff;
    border-radius: 10px;
    height: 4px;
    margin: 5px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }

  .navbar-toggler span:nth-of-type(1) {
    width: 50%;
  }

  .navbar-toggler span:nth-of-type(2) {
    width: 100%;
  }

  .navbar-toggler span:nth-of-type(3) {
    width: 75%;
  }

  .navbar-toggler label {
    display: flex;
    flex-direction: column;
    width: 52px;
    cursor: pointer;
    margin-bottom: 0;
  }

  .navbar-toggler input[type="checkbox"]:checked ~ span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(5px, 0px);
  }

  .navbar-toggler input[type="checkbox"]:checked ~ span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
  }

  .navbar-toggler input[type="checkbox"]:checked ~ span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(23px, -6px) rotatez(45deg);
  }

  #navbarNav {
    background: #ffffff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 6em;
    z-index: 9;
  }

  ul.navbar-nav {
    padding: 1em 1em;
    color: #404040;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 20px;
    letter-spacing: 0;
    padding: 15px 25px;
    color: #404040;
  }

  .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #404040;
  }

  .navbar-toggler.collapsed {
    border: 0;
  }

  .navbar-toggler {
    position: absolute;
    right: 30px;
    top: 30px;
  }

  .navbar-toggler button:hover,
  .btn-primary:hover,
  button:focus,
  .btn-primary:focus {
    border-color: transparent !important;
    outline: none;
  }

  .navbar-brand {
    margin-right: 8rem;
  }

  .navbar-nav .nav-item {
    text-align: left;
    border-bottom: 1px solid #375ed63b;
  }

  .navbar-nav .nav-item:last-child {
    border-bottom: 0;
  }

  .navbar-nav .nav-item::before {
    top: 28px;
  }

  .hero_banner .slogan h1 {
    font-size: 36px;
  }

  .hero_banner .slogan p {
    font-size: 16px;
    line-height: 22px;
  }

  .brand_boxline li {
    padding: 1em 0;
  }

  #headerwrapper {
    background-size: contain;
  }

  .number_text h2 {
    font-size: 32px;
  }

  .courses_section {
    padding: 0;
  }

  .time_number {
    padding: 4em 0 0 0;
  }

  .popular_courses_section {
    padding: 0;
  }

  .footer_row {
    padding: 0 0 0 0;
    gap: 0;
    flex-wrap: wrap;
  }

  .footer_row .f-col1 {
    width: 100%;
    padding-bottom: 2em;
  }

  .footer_row .f-col2 {
    width: 30%;
  }

  .footer_row .f-col1 span {
    padding-bottom: 0em;
  }

  .footerwrapper {
    background: url(../images/footer_bg.png) no-repeat center bottom;
  }

  .ready_to_section {
    padding: 0;
  }

  .ready_to {
    padding: 1.5em 1.5em;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }

  .ready_to_section p br {
    display: none;
  }

  .ready_to_section p {
    margin: 1em 0;
  }

  header a.download_btn {
    border: 0;
    position: relative;
    right: 15%;
    background: #957fee;
  }

  .popular_courses_section h2 {
    font-size: 34px;
  }

  .faq_section {
    padding: 8em 0 4em;
  }

  .popular_slider .swiper-button-prev {
    width: 44px;
    height: 44px;
  }

  .popular_slider .swiper-button-next {
    width: 44px;
    height: 44px;
  }
  #footer {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-brand img {
    width: 70%;
  }

  .navbar-toggler {
    right: 5px;
    top: 15px;
  }

  .copyright {
    text-align: center;
  }

  .navbar-toggler label span {
    height: 3px;
  }

  .navbar-toggler label {
    width: 44px;
  }

  .navbar-toggler input[type="checkbox"]:checked ~ span:nth-of-type(3) {
    transform: translate(19px, -6px) rotatez(45deg);
  }

  .navbar {
    padding-top: 15px;
  }

  #navbarNav {
    top: 4.5em;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    padding: 8px 10px;
  }

  .header .download_btn {
    display: none;
  }

  .hero_banner .slogan h1 {
    font-size: 28px;
  }

  .download-now {
    font-size: 18px;
    padding: 10px 25px;
    background: #e6e3fc;
  }

  .hero_banner .slogan {
    padding: 3em 0;
  }

  .order-1 {
    order: 1;
  }

  .order-0 {
    order: 0;
  }

  .container {
    padding: 0;
  }

  .brand_boxline li {
    width: 100%;
    border-bottom: 1px solid #00000021;
  }

  .brand_section {
    padding: 3em 0;
  }

  .about_img img {
    width: 100%;
  }

  .number_box {
    text-align: center;
  }

  .about_section h2 {
    font-size: 34px;
  }

  .popular_courses_section .container {
    padding: 0 20px;
  }

  .popular_slider .nav_arrow {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    bottom: -100%;
  }

  .popular_slider {
    width: 89%;
    margin: 0 auto;
  }

  .popular_slider .nav_arrow {
    width: 120px;
  }

  .faq_section h2 {
    font-size: 34px;
  }

  #accordion .card-link span {
    display: none;
  }

  #accordion .card-header a br {
    display: none;
  }

  #accordion .card {
    border-radius: 16px;
    padding: 0.8em 1em 0em 1em;
    line-height: 24px;
  }

  .ready_to_section h3 {
    font-size: 34px;
  }

  .faq_section {
    padding: 8em 0 2em;
  }

  .footer_row .f-col2 {
    width: 90%;
  }

  .footer_row .f-col2 h6 {
    font-size: 22px;
    padding: 0.5em 0 0.5em 0;
  }

  .footermenu li {
    margin: 0.2em 0 0.2em 0;
  }

  .copyright {
    flex-wrap: wrap;
    justify-content: center;
  }

  .copyright p {
    margin: 0 0 1em 0;
  }

  .about_section {
    padding: 4em 0 3em;
  }
  #footer {
    padding: 40px 0;
  }
  #footer ul {
    padding-left: 0;
  }
}

@media only screen and (max-width: 479px) {
  #footer .end-box {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 375px) {
}
