@media (max-width: 992px) {
  .hero_area {
    height: auto;
  }

  .header_section {
    margin-top: 0;
  }

  .quote_btn-container {
    flex-direction: column;
    align-items: center;
  }

  .quote_btn-container a {
    margin-right: 0;
    margin-top: 10px;
  }

  .slider_section {
    padding: 75px 0 175px 0;
  }

  .slider_section .carousel-indicators {
    bottom: 55px;
  }

  .course_section .carousel_btn-box {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .course_section .carousel-control-prev,
  .course_section .carousel-control-next {
    position: unset;
    margin: 0 2.5px;
  }

  .client_section .carousel_btn-box {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .client_section .carousel-control-prev,
  .client_section .carousel-control-next {
    position: unset;
    margin: 0 2.5px;
  }
}

@media (min-width: 320px) and (max-width: 575.98px) {
  .top-bar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top-bar {
    display: none;
  }
}
@media (max-width: 768px) {
  .info_section_footer .row > div {
    margin-bottom: 25px;
    text-align: center;
  }

  .info_section_footer .info_link-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .info_section_footer .info_social {
    justify-content: center;
  }
  .about_section .detail-box {
    margin-top: 45px;
  }

  .subscribe_section {
    padding-top: 75px;
  }

  .subscribe_section .row {
    flex-direction: column-reverse;
  }

  .subscribe_section .detail-box {
    margin-bottom: 45px;
  }

  .contact_section .map_container {
    margin-top: 45px;
  }

  .info_section .info_box {
    flex-direction: column;
  }

  .info_section .info_contact {
    width: 100%;
  }

  .info_section .social_box {
    margin: 0;
    margin-top: 25px;
  }

  .footer_section .footer_box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer_section .footer_box p:not(:nth-last-child(1)) {
    margin-bottom: 15px;
  }
  .tab_menu {
    overflow-x: scroll !important;
  }

  .tab_menu {
    padding: 0 13px;
  }

  .popular_course_section .heading_container {
    padding-right: 15px;
  }
}

/* popular course at 576px */
@media (max-width: 576px) {
  .popular_course_section .heading_container,
  .popular_course_section .course_container {
    padding-left: 0;
  }

  .popular_course_section .owl-carousel .owl-nav {
    position: unset;
    transform: none;
    flex-direction: row;
    justify-content: center;
    margin-top: 45px;
  }

  .popular_course_section .owl-carousel .owl-nav button.owl-next,
  .popular_course_section .owl-carousel .owl-nav button.owl-prev {
    margin: 0 2.5px;
  }
  #clientsl a.carousel-control-next,
  #clientsl a.carousel-control-prev {
    top: 100%;
  }
  #clientsl a.carousel-control-next {
    right: 25%;
  }
  #clientsl a.carousel-control-prev {
    left: 25%;
  }
  .clientsl_text i img {
    float: inherit;
  }
  .clientsl_text h3 {
    margin-top: 11px;
  }
  .newslatter_form {
    display: inherit;
    margin-top: 40px;
  }
  .contact_titlepage h2 {
    font-size: 24px;
    line-height: 54px;
  }
}
/* popular course at 576px */

/* @media only screen and (max-width: 991px) {
  .full-width-header .rs-header .topbar-area {
    display: none;
  }

  .top-area .p-msg::before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
  }
} */

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .top-header .navbar .navbar-collapse ul li a {
    padding: 5px 15px;
  }
  .about-img {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .gallery-box ul li {
    width: 33.33%;
  }
  .top-header {
    position: relative;
  }
  .lbox-details {
    display: block;
    position: relative;
    width: 100%;
  }
  .countdown #timer div#days,
  .countdown #timer div#hours,
  .countdown #timer div#minutes,
  .countdown #timer div#seconds {
    position: inherit;
    margin: 12px 0px;
  }
  .lbox-details::before {
    background: rgba(0, 0, 0, 0.9);
  }
  .countdown {
    height: 188px;
    border-radius: 0px;
  }
  .countdown #timer div {
    width: 23%;
    font-size: 24px;
  }
  figure.effect-service h2 {
    font-size: 12px;
  }
  .top-header {
    background-image: none;
    background-color: #fff;
  }
  .search-box {
    top: 1px;
    right: 75px;
  }
  .search-btn {
    background: #111;
  }
  .search-box:hover .search-txt {
    width: 240px;
    padding: 0 10px;
    border: solid #000 1px;
    height: 41px;
  }
  .top-header .navbar .navbar-collapse ul li a:hover,
  .top-header .navbar .navbar-collapse ul li a:focus {
    color: #0892fd;
  }
  .slide_text p {
    display: none;
  }
  .contact_bt {
    margin-top: 10px;
  }
  .slide_text {
    margin-top: 60px;
  }
  .section.layout_padding h4 {
    text-align: left;
  }
  #demo .img-responsive {
    width: 100%;
    margin-bottom: 30px;
  }
  .carousel a.carousel-control-prev {
    left: 20px;
  }
  .carousel a.carousel-control-next {
    right: 20px;
  }
  .team_member_img img {
    border: solid #ece9e2 10px;
    border-radius: 100%;
    width: 210px;
    height: 210px;
  }
  .team_member_img .social_icon_team {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #team_slider p {
    padding: 0;
  }

  .social_icon {
    margin-bottom: 30px;
  }

  .heading_main h2 {
    font-size: 35px;
  }
  .top-header #navbar-wd {
    padding-right: 0;
  }
  footer.footer-box p {
    margin-top: 5px;
    font-size: 13px;
  }
  .tab_menu {
    overflow-y: hidden !important;
    padding: 0 30px;
  }

  p.section_count {
    display: none;
  }

  .blog_img_popular h4 {
    text-align: center;
    font-size: 13px;
    min-height: 55px;
    line-height: 55px !important;
  }
}

@media (max-width: 576px) {
  .info_section .info_contact {
    flex-direction: column;
    align-items: center;
  }

  .info_section .info_contact a:not(:nth-last-child(1)) {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
}

@media (max-width: 420px) {
}

@media (max-width: 376px) {
  .slider_section .detail_box h1 {
    font-size: 2.5rem;
  }
  .course_section .owl-carousel .item {
    width: 300px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

/* code here contact */
.titlepage h2 {
  font-size: 37px;
  line-height: 41px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #clientsl a.carousel-control-prev {
    left: 33%;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
  .topbar-area.home11-topbar .topbar-contact li {
    padding-right: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .clientsl_text {
    padding: 25px;
  }
  #clientsl a.carousel-control-next,
  #clientsl a.carousel-control-prev {
    top: 98%;
  }
  #clientsl a.carousel-control-prev {
    left: 34%;
  }
  #clientsl a.carousel-control-next {
    right: 26%;
  }
  .Informa li {
    font-size: 14px;
    line-height: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .full-width-header .rs-header .topbar-area .topbar-contact li {
    margin-right: 5px;
    padding-right: 12px;
  }
  .topbar-area .topbar-contact li:last-child {
    border-right: none;
  }
  .topbar-area .topbar-contact li {
    border: none;
    margin-right: 5px;
    font-size: 13px;
  }

  .topbar-area.home8-topbar .topbar-contact li i::before {
    font-size: 14px;
    color: #363636;
  }
  .topbar-area.home8-topbar .topbar-contact li {
    padding-right: 0;
    margin-right: 0;
    font-size: 13px;
  }
  .select_main .read_more {
    display: none;
  }
  .navigation.navbar-dark .navbar-nav .nav-link {
    padding: 0px 15px;
  }
  ul.top_infomation li {
    padding-right: 5px;
    font-size: 16px;
  }
  ul.top_infomation li i {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .creative h1 {
    font-size: 60px;
  }
  .web_box i {
    width: 236px;
    height: 236px;
  }
  .left0::before {
    top: 107px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .top-bar {
    display: none;
  }
  ul.top_infomation {
    display: none;
  }
  .select_main {
    justify-content: flex-end;
  }
  .navigation.navbar-dark .navbar-nav .nav-link {
    padding: 0px 23px;
  }
  .creative h1 {
    font-size: 45px;
    line-height: 52px;
  }
  .creative p {
    padding: 20px 0 30px 0;
  }
  .ma_top {
    margin-top: -124px;
  }
  .web_box i {
    width: 225px;
    height: 225px;
  }
  .left0::before {
    top: 107px;
    width: 53px;
  }
  .d_none {
    display: none;
  }
}

/* login modal */
@media (max-width: 767px) {
  .login-popup .box {
    width: calc(100% - 30px);
  }
  .login-popup .box .img-area {
    display: none;
  }
  .login-popup .box .form {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* study abroad */
@media (max-width: 1300px) {
  .studyabroad {
    padding-left: 5%;
    padding-right: 5%;
  }

  .studyabroad .box {
    align-items: center;
  }
}

@media (max-width: 768px) {
  .studyabroad {
      padding-left: 0;
      padding-right: 0;
  }

  .studyabroad .box {
      flex-direction: column;
  }

  .studyabroad .box .detail-box1 {
      margin: 0;
  }
  .studyabroad .box .detail-box2 {
    margin: 0;
}
}