.download-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
/* Modal Content */
.download-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
}
/* The Close Button */
.brochure-close {
  color: #aaaaaa;
  float: right;
  font-size: 24px;
}
.brochure-close:hover, .brochure-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* CSS */
.button-62 {
  background: linear-gradient(to bottom right, #FD5324, #ffaf52);
  border: 0;
  border-radius: 12px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  outline: transparent;
  padding: 0 1rem;
  text-align: center;
  text-decoration: none;
  /* transition: box-shadow .2s ease-in-out; */
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  margin-top: 25px;
}
.button-62:not([disabled]):focus {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem .5rem rgba(220, 220, 219, 0.5), .125rem .125rem .5rem rgba(237, 234, 232, 0.5);
}
.button-62:hover {
  background: linear-gradient(144deg, #9f9f9f, #040404);
  color: white;
}
.button-64 {
  align-items: center;
  background-image: linear-gradient(144deg, #FD5324, #ffaf52);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  margin-top: 14px;
  margin-bottom: -10px;
}
.button-64:active, .button-64:hover {
  outline: 0;
}
.button-64 span {
  background-color: #286387;
  padding: 8px 24px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}
.button-64:hover span {
  background: none;
}
@media (min-width: 768px) {
  .button-64 {
    font-size: 19px;
    min-width: 110px;
    height: 43px;
  }
}
#form-lable {
  text-align: left;
  padding-bottom: 10px;
}
#form {
  margin-top: 10px;
}
#form-title {
  color: #f36b35;
  font-size: 27px;
  margin-bottom: 15px;
}
.download-modal-content {
  margin-top: 10px;
}
.navigation-menu{
	    background: rgba(0, 0, 0, 0.5);
}
.navigation-menu .inner-wrapper .navigation-menu--logo-wrapper a .logo-wrapper--image-wrapper .img-fluid{
	    filter: invert(1);
}
.virani-font{
	color: #000;
}
@media (max-width: 768px) {
  .download-modal-content {
    width: 58%;
  }
}
@media (max-width: 400px) {
  .download-modal-content {
    width: 95%;
  }
}
@media screen and (max-width: 992px) {
  .download-modal-content {
    width: 95%;
  }
}