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

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

  .logo-row img {
    height: 40px;
    padding: 2px;
  }
  .brand-logo {
    display: flex;
    align-items: center;
  }
  .brand-logo img {
    height: 45px;
  }
  .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;
  }
  .my-shape {
    margin-top: 0px;
  }
  .header-wrap h5 {
    font-size: 16px;
  }
  .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-padding {
    padding-top: 50px;
  }
  .my-logo {
    background-color: #fff;
    border-radius: 50%;
    border: 8px solid #f2bd3c;
    height: 130px;
    width: 130px;
    left: -13%;
  }
  section.terms {
    margin-top: 103px;
  }
  .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: 64%;
  }

  .section-title__title {
    font-size: 30px !important;
    margin-bottom: 0px !important;
    /* padding-top: 20px; */
  }
  .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: 10px;
  }

  .contact-details p {
    font-size: 10px;
  }

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

  .page-header {
    padding: 20px 0 29px;
  }

  .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;
  }
}
