.partnerHero {
  height: 50vh;
}
.partner-page{

}


@keyframes joinCommunityAnimation {
  0%{
    transform: translateY(-5px)
  }
  50%{
    transform: translateY(5px)
  }
  100%{
    transform: translateY(-5px)
  }
}

.check-viewport .joinCommunityAnimation .up-down-animation{
  animation: joinCommunityAnimation 5s ease-in-out infinite;
}
joinCommunityAnimation .up-down-animation{
  animation-play-state: paused;
}
.check-viewport .joinCommunityAnimation .up-down-animation{
  animation-play-state: running;
}

.joinCommunityAnimation > div:nth-child(1){
  animation-delay: -1s!important;
}
.joinCommunityAnimation > div:nth-child(2){
  animation-delay: 0s!important;
}
.joinCommunityAnimation > div:nth-child(3){
  animation-delay: -0.5s!important;
}
.joinCommunityAnimation > div:nth-child(4){
  animation-delay: -1.5s!important;
}

@media (max-width: 991.98px) {
  .partnerHero {
    height: auto;
  }
  .mob-w-100{
    width: 100%!important;
  }
  .partner-page .input-container {
    align-items: start;
    flex-direction: column;
  }
  .partner-page .input-container .input-wrapper{
    width: 100%;
  }
  .partner-page .contactall-section .contact-left {
    margin-bottom: 20px;
  }
  .partner-page .get-in-touch-button-container{
    margin-top: 0;
    margin-bottom: 30px;
  }
  .partner-page .getintouch-text{
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
  }
}



@media (max-width: 575.98px) { 

}