@media only screen and (max-width: 667px) {
  .page-header {
    margin-top: 0px;
  }
  p {
    font-size: 14px;
  }
  .page-header__bg {
    background-image: url("../../images/banner.jpg") !important;
  }
  .pr-0 {
    padding-right: 0px;
  }

  .top-sec {
    padding: 10px 0px;
  }

  .logo-row img {
    height: 40px;
    padding: 2px;
  }

  .shap-image img {
    height: 66px;
  }

  .logo-row {
    gap: 0;
  }

  .shap-image {
    position: absolute;
    top: 28%;
  }

    .library-img {
        height: 135px;
        left: -18%;
    }


  .image-frame::before {
   content: "";
        position: absolute;
        width: 170px;
        height: 170px;
        border-radius: 50%;
        background-color: var(--yellow);
        /* bottom: -117px; */
        left: -42px;
        z-index: 1;
        top: -18px;
  }

  .top-sec {
    background-color: #0c0e62;
    position: relative;
    /* top: -106px; */
    margin-bottom: -76px;
  }

  .brand-stack {
    padding-top: 15px;
  }

  .brand-stack h5 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
  }

  .section-title {
    margin-bottom: 10px !important;
  }

  .point ul li {
    font-size: 13px;
    padding-bottom: 2px;
  }

  .strong-text {
    font-size: 16px;
    margin-top: -21px;
    /* line-height: 14.5px; */
  }

  .my-logo {
           background-color: #fff;
        border-radius: 50%;
        border: 8px solid #f2bd3c;
        height: 130px;
        width: 130px;
        left: -13%;
  }

  .my-logo img {
    height: 100px;
  }

  .info-box {
    padding: 71px 5px 20px 5px;
    height: 370px;
    border-radius: 0px 0px 58px 58px;
  }

  .inner-box h5 {
    font-size: 10px;
  }

  .date-box {
    font-size: 10px;
  }

  .left-side {
    position: absolute;
    top: -5%;
    left: 65%;
  }

  .section-title__title {
    font-size: 30px !important;
    margin-bottom: 0px !important;
    text-align: left;
  }
  .section-title__title h2 {
    font-size: 40px !important;
  }
  .box-title h4 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 7px;
  }

  .my-box {
    margin-top: 15px;
    border: 1px solid #f2bd3c;
  }

  .point ul span img {
    height: 12px;
    padding-right: 7px;
    display: flex;
  }

  .contact-details a {
    font-size: 11px;
    font-weight: 600;
  }

  .contact-details p {
    font-size: 11px;
    font-weight: 600;
  }

  .site-footer-two {
    display: none;
  }

  .page-header {
    height: 120px;
  }
  .page-header__inner {
    position: absolute;
    top: 50%;
    left: 43%;
    transform: translate(-36%, -42%);
  }
  .page-header__inner h2 {
    font-size: 30px;
  }
  .point ul li {
    display: inline-flex;
    line-height: 16.8px;
  }

  .my-footer {
    padding: 1px 0px;
  }
  .box-title p {
    font-size: 12px;
    color: #f2bd3c;
    font-style: italic;
  }
  .strong-text {
    padding-top: 20px;
  }
  /* For table */
  .my-table {
    margin-top: 30px;
    overflow-x: scroll;
  }

  /* Search box & controls */
  .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 6px 10px;
    outline: none;
    transition: 0.2s;
  }

  .dataTables_wrapper .dataTables_filter input:focus {
    border-color: #4a90e2;
    box-shadow: 0 0 5px rgba(74, 144, 226, 0.4);
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 4px 10px;
    margin: 2px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333 !important;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #4a90e2 !important;
    color: #fff !important;
    border: 1px solid #4a90e2;
  }

  .my-table {
    margin-top: 30px;
  }
  .custom-tab-btn {
    border: none;
    background: #fccc55;
    padding: 7px 8px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
  }
  .my-title {
    font-size: 17px;
    font-weight: 500;
  }
  .nav {
    display: flex;
    flex-wrap: nowrap;
  }
  .nav-tabs .nav-link {
    margin-right: 5px;
    font-size: 14px;
    padding: 5px 3px;
  }
  .accordion-button {
    padding: 5px 8px;
    font-size: 14px;
  }
  .accordion-body {
    padding: 9px;
    font-size: 14px;
  }
  .accordion-button::after {
    font-size: 12px;
  }
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    text-align: left !important;
  }
  .dataTables_length,
  .dataTables_length {
    padding-bottom: 7px !important;
  }
  .dataTables_wrapper .dataTables_filter {
    text-align: left !important;
    padding-bottom: 10px;
  }
}

/* Progress bar */
@media (max-width: 576px) {
  .progress-container {
    height: 30px;
  }

  .progress {
    height: 30px;
  }

  .break-label {
    top: 35px;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .section-title {
    text-align: center !important;
  }

  .progress-wrapper {
    position: relative;
    width: 100%;
    overflow: visible;
    margin-top: 20px;
  }

  .progress-breakpoints {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    pointer-events: none;
  }

  .terms {
    background-color: transparent;
  }
  .mobile {
    background: rgb(246 191 62) !important;
  }
}
@media (max-width: 480px) {
  .progress-breakpoints span {
    font-size: 10px;
    padding: 2px 4px;
    top: -36px;
  }

  .progress {
    height: 32px;
    border-radius: 16px;
  }

  .progress-bar {
    line-height: 32px;
    font-size: 12px;
  }
      .my-shape {
        margin-top: 0px;
    }
        .brand-logo img {
        height: 65px;
    }
        .logo-row img {
        height: 40px;
        padding: 2px;
    }
    .my-padding {
        padding-top: 50px;
    }
    .terms{
      padding-top: 92px;
    }
        .left-side {
        position: absolute;
        top: -5%;
        left: 64%;
    }
}
 /*.terms{
      padding-top: 90px;
    }*/