@media only screen and (max-device-width: 1400px){
  .feedback-slider .slick-prev{
    right: 45%;
  }
  .feedback-slider .slick-next{
    left: 45%;
  }
}
@media only screen and (max-device-width: 992px){
  .navbar-ui-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background-color: white;
    transition: transform 0.4s ease-in-out;
    z-index: 1000;
    overflow: auto;
    border-radius: 0px 22px 22px 0px;
    padding: 14px 6px 20px 20px;
  }
  .navbar-ui-wrapper.active {
      transform: translateX(100%);
  }
  .navbar-psc-Design .navbar-toggler{
    background: var(--dark-background);
    height: 38px;
    width: 38px;
    border: none;
    border-radius: 100%;
    color: var(--primary-color);
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-mobile-call img{
    width: 36px;
  }
  .main-navbardesign{
    padding: 8px 0px;
  }
  .navbar-ui .close-toggle{
    background: transparent;
    height: 38px;
    width: 38px;
    border: none;
    border-radius: 100%;
    color: var(--primary-color);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-psc-Design .navbar-ui li a {
    font-size: 14px;
    display: block;
    padding: 8px 12px;
    border-radius: 6px;
    margin-bottom: 2px;
  }
  .navbar-psc-Design .navbar-ui li a:hover, .navbar-psc-Design .navbar-ui li.active a {
    background: #1e1e1e17;
  }
  .left-downlaod-our-main,
  .right-downlaod-our-main{
    border-radius: 200px;
  }
  .feedback-slider .slick-next {
    top: 0;
    bottom: 0;
    left: -19px;
  }
  .apps-screen-slider .slick-next{
    top: 0;
    bottom: 0;
    left: 0;
  }
  .feedback-slider .slick-prev {
    top: 0;
    bottom: 0;
    right: -19px;
  }
  .apps-screen-slider .slick-prev {
    top: 0;
    bottom: 0;
    right: 0;
  }
  .icon-download-our,
  .icon-join-our{
    height: 52px;
    width: 52px;
    min-width: 52px;
    font-size: 28px;
  }
}
@media only screen and (max-device-width: 768px){
  .inner-feedback-bg{
    border-radius: 20px;
  }
}
@media only screen and (max-device-width: 568px){
  .apps-playstore-img .apps-icon{
    width: 140px;
  }
  .left-downlaod-our-main,
  .right-downlaod-our-main{
    border-radius: 16px;
  }
  .common-store-btn .store-img{
    height: 32px;
    width: 32px;
    min-width: 32px;
  }
  .common-stor-contents .fts-15 {
    font-size: 12px;
  }
  .common-stor-contents .fts-13 {
    font-size: 10px;
  }
  .common-store-btn {
    gap: 3px;
    padding: 3px 14px 3px 3px;
  }
  .right-apps-man{
    margin-top: 20px;
  }
  .inners-download-border {
    border: none;
  }
  .awesome-bulb--position {
    left: 0;
    top: 2px;
    width: 45px;
  }
  .awesome-books-position {
    right: 0;
    top: unset;
    width: 48px;
    bottom: 0;
  }
  .world-img-std-position {
    left: 6px;
    top: 0;
    width: 35px;
  }
  .cutting-img-position{
    width: 36px;
  }
  .man-pscbotoms{
    width: 84px;
  }
  .download-bulb--position {
    left: 0;
    top: 0;
    width: 52px;
  }
}

