@media (max-width: 1024px) {
  .section .cards .icon {
    max-width: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .heading-1 {
    font-size: 45px;
  }
  .heading-2 {
    font-size: 35px;
  }
  .heading-3 {
    font-size: 25px;
  }
  .heading-4 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
  }
  .section {
    padding: 25px 20px;
  }
  .main-header .navbar-brand img {
    max-width: 113px;
  }
  .section.highlights .box .text-highlight {
    font-size: 32px;
  }
  .main-body .btn,
  .btn-style-1 input {
    padding: 14px 19px;
  }
  .section .counter .col-6 {
    text-align: start;
  }
  .section .counter .text {
    font-size: 16px;
  }
  .section .counter .text_less {
    font-size: 13px;
  }
  .section .counter .number {
    font-size: 42px;
    line-height: 2.6rem;
    margin-bottom: 10px;
  }
  .section .number-list .box {
    margin: 20px 0px 0px;
    min-height: auto;
  }
  .section .counter {
    row-gap: 21px;
    text-align: center;
  }
  .section.why-choose-us .banner {
    height: auto;
  }
  .section .cards .icon {
    max-width: 19px;
    height: 30px;
  }
  .section .number-list .box .number span {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
  }
  .main-body .section li:before {
    width: 14px;
    height: 14px;
    top: 6px;
    left: -21px;
  }
  .main-body ol,
  .main-body ul {
    padding-left: 1.3rem;
  }
  .section.highlights .box {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .main-header .navbar-collapse .navbar-nav {
    padding-left: 0rem;
    gap: 5px !important;
    padding-bottom: 13px;
  }
  .main-header .navbar {
    margin: 10px 20px;
  }
  .main-header .navbar .navbar-toggler {
    background-color: transparent !important;
    box-shadow: unset;
  }
  .main-header .navbar .navbar-toggler-icon {
    filter: invert(1);
  }
  .box-form .user-box input,
  .box-form .user-box select,
  .box-form .user-box textarea,
  #myPopup .user-box input,
  #myPopup .user-box select,
  #myPopup .user-box textarea {
    padding: 9px;
    width: 100%;
    margin-bottom: 12px;
  }
  .section .box-form {
    padding: 15px;
  }
  .section.highlights .box .content {
    order: 2;
  }
  .section.highlights .box img {
    order: 1;
    height: auto;
  }
  .sm_width_less {
    max-width: 80%;
    margin-inline: auto;
  }
  .logo_wrap {
    justify-content: center;
  }
  .form_contnet_right .heading-3 {
    font-size: 30px;
  }
  .sm_spacing {
    margin-top: 30px !important;
  }
  .main-header .navbar-brand {
    width: 35%;
  }
  .fee-structure table {
    min-width: auto;
  }
  .recognition .heading-2::before {
    left: -13px;
    top: 0px;
    height: 97px;
  }
  .recognition .heading-2::after {
    right: -13px;
    top: 0px;
    height: 97px;
  }
  .fee-structure .l-table {
    overflow-x: scroll;
  }
  .main-show .box {
    width: 100%;
    margin-bottom: 20px;
  }
  #myPopup.popup form {
    width: 100%;
  }
}
