/*
Template Name: Institute
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
/*********************course****************/
.accordion-button:not(.collapsed) {
  color: #0073e6;
  background-color: #0073e60d;
  box-shadow: none;
  border-bottom: 1px solid #0073e62e;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  padding-top: 20px;
  padding-bottom: 20px;
}
.accordion-item {
  border: 1px solid #0073e62e !important;
}
/*********************course_end****************/

@media screen and (max-width: 767px) {
  .detail_1l2 h4 {
    text-align: center;
  }
  .detail_1l3 h4 {
    text-align: center;
  }
  .detail_1l4 h4 {
    text-align: center;
  }
  .detail_1l6 h3 {
    text-align: center;
  }
  .detail_1l6 .form-control {
    margin-top: 10px;
  }
  .detail_1l6 h6 {
    text-align: center;
  }
  .detail_1r {
    margin-top: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1200px) {
}
@media (min-width: 1201px) and (max-width: 1330px) {
}
