@media (max-width: 767px) {
  header {
    padding: 0;
  }
  .logo img {
    max-height: 65px;
    /* width: 117px; */
  }
  .logo {
    margin: 30px 0 0;
  }
  .adress {
    flex-direction: column;
  }
  .pd-20 {
    padding: 20px;
  }
  .fsm50 {
    font-size: 50px;
  }
  .fsm35 {
    font-size: 35px;
  }
  .fsm30 {
    font-size: 30px;
  }
  .feature.title h2 {
    margin: 5px 0;
  }
  .fsm25 {
    font-size: 25px;
  }
  .yellow {
    height: 132px;
    width: 220px;
    flex-direction: column;
    padding: 12px;
  }
  .feature-block {
    position: inherit;
    top: 0;
    clear: both;
  }
  .cc-txt h1 {
    margin: 0;
  }
  .cc-txt img {
    height: 30px;
    width: 90px;
  }
  .svg-icons {
    width: 15px;
    height: 15px;
  }
  .address-block {
    align-items: flex-end;
  }

  .form-container {
    max-width: 100%;
    top: 0;
  }
  .form-control {
    font-size: 14px;
  }

  .form-block {
    background: #0e6690;
  }
  .blue-bg {
    background-image: none;
    position: inherit;
    top: 0;
    height: auto;
    background: #0e6690;
    padding: 20px 10px;
    justify-content: center;
  }

  .why-choose-block {
    margin: 20px 0 20px;
  }

  .why-choose-block ul li {
    font-size: 14px;
    padding-left: 25px;
  }
  .why-choose-block ul li:before {
    height: 16px;
    width: 16px;
    top: 5px;
  }
  .course-list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
  }

  .rank-block {
    margin: 10px 0;
    gap: 15px;
  }

  .course-list li h2 {
    min-height: auto;
  }
  .course-list svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
  }
  .course-list.pg li {
    border: 5px solid #e3b121;
  }
  .ug-slider .item,
  .pg-slider .item {
    padding: 12px;
  }
  .recuriter {
    grid-template-columns: repeat(3, 1fr);
  }
  .why-choose-block ul::before {
    left: 5px;
  }
  .why-choose-block h2,
  .course-section h2,
  .placement-block h2 {
    font-size: 26px;
  }
  .recuriter .placement-item:last-child {
    grid-column: 1/-1;
    text-align: center;
  }
  .placement-item img {
    height: 20px;
  }
  .adress h2 {
    margin: 10px 0;
  }
  footer {
    flex-direction: column;
    align-items: center;
  }
  .cc-logo img {
    height: 20px;
  }
  .social-icon .svg-icons {
    height: 15px;
    width: 15px;
  }
  .social-icon a {
    line-height: initial;
  }
  .social-icon ul {
    justify-content: center;
  }
  .social-icon {
    align-items: center;
  }
  .ug-slider{  grid-template-columns: repeat(1, 1fr); }
  .title h1{font-size: 40px; margin-bottom: 20px;}
  .fsm20{font-size: 20px ;}
  .form-container h2{font-size: 24px;}
  .owl-slider .item h2{font-size: 20px;}
  .owl-slider .item .btn{font-size: 16px;}
  .feature.title p{margin: 0 0 10px;}
}
