
.home_section_type_1{
  background-color: #f9fbff;
  
}

.home_section_type_2{
  background-color: #fff;
  
}

.institute_footer{
  background-color: #f9fbff;
  padding: 20px 0;
}

.institute_footer ul{
  margin-bottom: 0;
}

.institute_footer ul li{
  margin-right: 20px;
}


.course_detail_side_card{
  box-shadow:0px 10px 50px 0px rgba(26, 46, 85, 0.07) !important;
  position: sticky !important;
  /* top: 100px; */
}

@media (min-width: 992px) {
  .course_detail_side_card{
    position: relative;
    top: -200px;
  }
}