/*Layouts css goes here*/

.margin-top {
  margin-top: 40px;
}

.edu-apply-btn {
  width: 50%;
  height: auto;
}

@media (max-width: 768px) {
  .edu-apply-btn {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .cc-first-panel-left {
    width: 100%;
  }
  .cc-first-panel-right {
    display: none;
  }
  .hidden-img-responsive {
    display: none !important;
  }
}