.navbar-logo-img {
  height: 2rem;
}

section#gallery-carousel {
  width: 85vw;
}

@media (min-width: 992px) {
  .box {
    width: 20rem;
  }

  section#gallery-carousel {
    width: 85vw;
  }

  .box-image-container {
    height: 15rem;
  }

  .courses_section .box .detail-box .price_box .price_heading {
    font-size: 1rem;
  }

  .buy-button, .open-button {
    font-size: 1rem !important;
  }

  .box-course-title {
    font-size: 1rem !important;
  }

  .box {
    margin: 15px !important;
  }

  .home-page-section {
    margin: 2rem;
  }

  .heading_container h2 {
    font-size: 2.5rem;
  }

  .heading_container h2.sub-heading {
    font-size: 2rem;
  }

  .navbar-logo-img, .navbar-toggle-button-icon {
    height: 3rem;
  }

  .contact_section .form_container input {
    height: 50px;
  }

  .carousel-indicators {
    scale: 1 !important;
  }
}

@media (max-width: 992px) {

  .content-text {
    font-size: 1rem;
  }

  .hero_area {
    height: 50vh;
  }

  .quote_btn-container a {
    margin-right: 0;
    margin-top: 10px;
  }

  .slider_section {
    margin: 0;
    padding: 0;
  }

  .quote_btn-container {
    flex-direction: column;
    align-items: center;
  }

  .box {
    width: 17rem;
  }

  .box-image-container {
    height: 12.75rem;
  }

  .courses_section .box .detail-box .price_box .price_heading {
    font-size: 0.9rem;
  }

  .buy-button, .open-button {
    font-size: 0.9rem !important;
  }

  .box-course-title {
    font-size: 0.9rem !important;
  }

  .box {
    margin: 10px !important;
  }

  .home-page-section {
    margin: 1.5rem;
  }

  .heading_container h2 {
    font-size: 2rem;
  }

  .heading_container h2.sub-heading {
    font-size: 1.7rem;
  }

  .contact_section .form_container input {
    height: 40px;
  }

  .carousel-indicators {
    scale: 0.8 !important;
  }
}

@media (max-width: 768px) {

  .hero_area {
    height: 40vh;
  }

  .slider_section {
    margin: 0;
    padding: 0;
  }

  .slider_section .detail_box {
    text-align: center;
    padding-left: 0;
  }

  .client_section .box {
    flex-direction: column;
    text-align: center;
    margin: 45px 15px;
  }

  .client_section .box .detail-box {
    align-items: center;
  }

  .info_section .contact_nav {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .info_section .contact_nav a {
    margin-bottom: 15px;
  }

  .info_section .row>div {
    text-align: center;
  }

  .info_section .info_post .post_box {
    justify-content: center;
  }

  .info_section .info_links .info_links_menu a {
    flex-basis: 100%;
  }

  .info_form {
    margin-top: 35px;
  }

  .info_form form {
    display: flex;
    flex-direction: column;
    align-items: center;

  }

  .info_form .social_box {
    justify-content: center;
  }

  .info_form .social_box a {
    margin: 0 5px;
  }

  .heading_container h2 {
    font-size: 1.8rem;
  }

  .heading_container h2.sub-heading {
    font-size: 1.5rem;
  }

  .contact_section .form_container input {
    height: 30px;
    font-size: 0.9rem;
  }

  .carousel-indicators {
    scale: 0.7 !important;
  }

  section#gallery-carousel {
    width: 90vw;
  }
}

@media (max-width: 662px) {
  .hero_area {
    height: 38vh;
  }

  .box {
    width: 15rem;
  }

  .box-image-container {
    height: 11.25rem;
  }

  .courses_section .box .detail-box .price_box .price_heading {
    font-size: 0.85rem;
  }

  .buy-button, .open-button {
    font-size: 0.85rem !important;
  }

  .box-course-title {
    font-size: 0.85rem !important;
  }

  .box {
    margin: 10px !important;
  }

  .navbar-logo-img, .navbar-toggle-button-icon {
    height: 2.5rem;
  }

  .heading_container h2 {
    font-size: 1.7rem;
  }

  .heading_container h2.sub-heading {
    font-size: 1.5rem;
  }
  
  .carousel-indicators {
    scale: 0.6 !important;
  }
}

@media (max-width: 576px) {

  .content-text {
    font-size: 0.9rem;
  }

  .hero_area {
    height: 32vh;
  }

  .info_section .info_links .info_links_menu {
    margin-bottom: 35px;
  }

  .box {
    width: 12rem;
  }

  .box-image-container {
    height: 7.5rem;
  }

  .courses_section .box .detail-box .price_box .price_heading {
    font-size: 0.6rem;
  }

  .buy-button, .open-button {
    font-size: 0.6rem !important;
  }

  .box-course-title {
    font-size: 0.6rem !important;
  }

  .box {
    margin: 5px !important;
  }

  .navbar-logo-img, .navbar-toggle-button-icon {
    height: 2rem;
  }

  .home-page-section {
    margin: 1rem;
  }

  .heading_container h2 {
    font-size: 1.5rem;
  }

  .heading_container h2.sub-heading {
    font-size: 1.3rem;
  }

  .layout_padding {
    padding: 20px 0 !important;
  }

  .contact_section {
    padding: 20px 5px !important;
  }

  section#gallery-carousel {
    width: 95vw;
  }
}

@media (max-width: 480px) {}


@media (max-width: 420px) {

  .content-text {
    font-size: 0.8rem;
  }

  .hero_area {
    height: 28vh;
  }

  .slider_section .detail-box .btn-box {
    flex-direction: column;
  }

  .slider_section .detail-box .btn-box a {
    width: 100%;
  }

  .box {
    width: 10rem;
  }

  .box-image-container {
    height: 7.5rem;
  }

  .courses_section .box .detail-box .price_box .price_heading {
    font-size: 0.6rem;
  }

  .buy-button, .open-button {
    font-size: 0.6rem !important;
  }

  .box-course-title {
    font-size: 0.6rem !important;
  }

  .box {
    margin: 5px !important;
  }

  .heading_container h2 {
    font-size: 1.2rem;
  }

  .heading_container h2.sub-heading {
    font-size: 1rem;
  }
}

@media (max-width: 376px) {
  .slider_section .detail-box h1 {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}