@media screen and (max-width: 1366px){
  .custom-nav .navbar-collapse ul.navbar-nav li.nav-item a.nav-link{
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px){
  .custom-nav .navbar-collapse ul.navbar-nav li.nav-item a.nav-link{
    font-size: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .deployed-devices-section .box h4 {
    font-size: 35px;
  }
  .custom-nav .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    font-size: 9px;
  }
  .pool-pal-img-text {
    display: flex;
    justify-content: space-between;
    padding: 0px 80px 0 16px;
  }
  .pool-pal-img-text h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .custom-nav .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    border: 0;
  }
  .custom-nav .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
  }
  .deployed-devices-section .box p {
    font-size: 20px;
  }
  .deployed-devices-section .box h4 {
    font-size: 22px;
  }
  .deployed-devices-section .box h4 {
    font-size: 24px;
  }
  .deployed-devices-section {
    padding: 40px 0;
  }
  .the-media-section {
    height: auto;
  }
  .the-media-section .the-media-section-overlay {
    height: auto;
    padding: 40px 0 0 0;
  }
  .custome-card {
    margin-bottom: 30px;
  }
  .awards-section {
    padding: 40px 0;
  }
  .media-title {
    font-size: 33px;
  }
  .social-media {
    display: flex;
    justify-content: space-around;
  }
  .footer-section p {
    text-align: center;
  }
  .slider-text h2 {
    font-size: 16px;
  }
  .slider-text {
    left: 80px;
  }
  .slider-text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .awards-img {
    padding: 0;
  }
  .pool-pal-img-text {
    padding: 0;
  }
  .pool-pal-img-text h4 {
    font-size: 12px;
  }
  .custom-nav .navbar-collapse ul.navbar-nav li.nav-item {
    display: block;
    /* justify-content: center;
        align-items: center; */
  }
  .slider-text {
    width: 82%;
    position: absolute;
    right: 10px;
    left: 160px;
    top: 0;
  }
  .slider-text {
    left: 42px;
  }
  .slider-text h2 {
    font-size: 12px;
    margin-bottom: 0;
  }
  .slider-text p {
    font-size: 12px;
  }
  .slider-text p br {
    display: none;
  }
  .navbar-brand img {
    width: 60px;
    height: unset;
  }
  .deployed-devices-section {
    padding: 40px 0;
  }
  .deployed-devices-section-title {
    font-size: 25px;
  }
  .deployed-devices-section .box {
    margin-bottom: 30px;
  }
  .the-media-section .the-media-section-overlay {
    padding: 40px 0 0 0;
  }
  .media-title {
    font-size: 25px;
  }
  .custome-card {
    margin-bottom: 30px;
  }
  .the-media-section {
    height: auto;
    padding-bottom: 40px;
  }
  .the-media-section .the-media-section-overlay {
    height: auto;
  }
  .awards-section,
  .the-event-section {
    padding: 40px 0;
  }
  .social-media {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-section p {
    margin-bottom: 20px;
    text-align: center;
  }
}
