@media (max-width: 576px) {
  .page-title {
    padding: 10px 0;
  }
  .page-title h1 {
    font-size: 14px;
    line-height: 50px !important;
  }
  .sliderLeft,
  .sliderRight {
    height: 100%;
  }
  .footer .footer-left {
    padding: 1rem;
  }
  .footer-left > div img {
    position: static;
  }
  .menuSection div a:hover > span {
    transform: translate(0%, 0%);
    background-color: var(--theme-secondary) !important;
    transition-duration: 0.3s;
  }
  .menuSection div a {
    text-wrap: wrap !important;
  }
  .menuSection div a:hover > span img {
    filter: none;
    transition-duration: 0.3s;
  }
  .blog div div > div:last-child > span a {
    right: 2.5%;
  }
  .slider-text {
    padding: 10px 0;
  }
  .slider-text h4 {
    font-size: 1rem;
    font-weight: 600 !important;
  }
  .slider-text p {
    opacity: 0.9;
    line-height: 1.25;
  }
  section > img {
    display: none;
  }
  .footer-left {
    border-right: 0;
  }
  .page-title {
    padding: 10px 0;
  }
}
@media (max-width: 1025px) {
  .designation {
    position: static;
  }
  .message-right .lh-13 {
    line-height: 2;
  }
  /* .footer-bottom {
    padding: 0px 2.5rem;
  } */
}
@media (max-width: 768px) {
  .choose-carousel {
    padding-left: 0;
  }
  .mainSlider .carousel-buttons {
    display: none;
  }
  .sticky-header {
    display: none;
  }
  .designation {
    width: 100% !important;
  }
  .social-links a {
    margin: 0px;
  }
  .social-links,
  .login-links2,
  .login-links1 {
    padding: 0px 0;
  }
  .knowCard .knowLeft {
    position: static;
  }
  .inner-message-card {
    width: 75% !important;
  }
  .message-left img:nth-child(2) {
    display: none;
  }
  .whySection {
    border-right: none;
    padding: 0;
  }
  .blog div div > div:last-child > span a {
    right: 2%;
  }
}
@media (min-width: 768) and (max-width: 1025) {
  .inner-menuBottom h6::before {
    width: 50px;
  }
}
