@media (max-width: 576px) {

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

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

  .page-title {
    padding: 15px 0;
  }

  .page-title h1 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1025px) {
  .designation {
    position: static;
  }

  .message-right .lh-13 {
    line-height: 2;
  }

  .message-nav {
    right: 0% !important;
  }
}

@media (max-width: 768px) {
  .choose-carousel {
    padding-left: 0;
  }

  .mainSlider .carousel-buttons {
    display: none;
  }

  .sticky-header {
    display: none;
  }

  .message-nav {
    position: absolute;
    bottom: 7.5%;
    right: 0%;
  }

  .designation {
    width: 100% !important;
  }

  .social-links a {
    margin: 0px;
  }

  .social-links,
  .login-links2,
  .login-links1 {
    padding: 0px 0;
  }

  .topLeft {
    padding: 5px 0;
  }
}

@media only screen and (max-width:768px) {
  .conten-detail {
    background: #eaeaea;
    padding: 50px;
    margin-top: 25px;
    margin-left: 0%;
    outline: 1px solid #383431;
    outline-offset: -25px;
    margin-bottom: 2rem;
  }

  .conten-detail h3 {
    text-wrap: nowrap;
  }
}