.sidebarContact{
    width: 30%;
  }

  /* #sidebar-contact-us {
    width: 20%;
} */

.nav li a.active {
  background-color: #F6F1E9;
  padding: 15px 15px 5px;
}
.preview-text{
  color: #AAAAAA;
  font-size: 12px;
}
@media only screen and (max-width: 600px) {
  .pass-image{
    width: 300px;
  }
  .sidebarContact {
    width: 100%;
    margin-top: 15%;
}
}


@media only screen and (max-width: 1600px) {
  .pass-image{
    width: 300px;
  }
  .sidebarContact {
    width: 30%;
}
}

@media only screen and (max-width: 1200px) {

  .sidebarContact {
    width: 20%;
}
}

@media only screen and (max-width: 1100px) {

.main-content-flex{
  flex-direction: column !important;
}
.main-inputs-big{
  width: 80%;
}
.sidebarContact {
  width: 90%;
  margin-top: 15%;
}
}
@media only screen and (max-width: 991.98px) {
  .pass-image{
    width: 500px;
  }
  .output-div{
    width: 100%;
  }
  .alert-success{
    width: 70%;
  }
  .download-buttons{
    width: 70%;
  }
}
@media only screen and (max-width: 580px) {
  .pass-image{
    width: 300px;
  }
  .sidebarContact {
    width: 100%;
    margin-top: 15%;
}
.download-buttons {
  width: 100%;
}
}