/* Bootstrap Model Width */
@media (max-width: 2254px) {
  .modal-xl {
    width: 100%;
    max-width: 1200px;
  }

  .modal-newsletter {
    width: 100%;
    max-width: 625px;
  }
}

@media (max-width: 991px) {
  .modal-xl {
    width: 100%;
    max-width: 1000px;
  }

  .modal-newsletter {
    width: 100%;
    max-width: 525px;
  }
}

@media (max-width: 676px) {
  .modal-xl {
    width: 100%;
    max-width: 900px;
  }

  .modal-newsletter {
    width: 100%;
    max-width: 425px;
  }
}


/* Bootstrap Model Newsletter */
.modal-newsletter { 
  /*color: #999;*/
  /*width: 625px;*/
  /*max-width: 625px;*/
  font-size: 15px;
}
.modal-newsletter .modal-content {
  padding: 30px;
  /*border-radius: 0;   */
  border: none;
}
.modal-newsletter .modal-header {
  border-bottom: none;   
  position: relative;
  border-radius: 0;
}
.modal-newsletter h4 {
  /*color: #000;*/
  font-size: 30px;
  margin: 0;
  font-weight: bold;
}
.modal-newsletter .close {
  position: absolute;
  top: -15px;
  right: -15px;
  text-shadow: none;
  opacity: 0.3;
  font-size: 24px;
}
.modal-newsletter .close:hover {
  opacity: 0.8;
}

.modal-newsletter .form-control, .modal-newsletter .btn {
  min-height: 46px;
  border-radius: 0;
}
.modal-newsletter .form-control {
  box-shadow: none;
  border-color: #dbdbdb;
}
.modal-newsletter .form-control:focus {
  border-color: #2163e8;
  box-shadow: 0 0 8px rgba(33, 99, 232, 1);
}
.modal-newsletter .btn {
  /*color: #fff;*/
  background: #2163e8;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  padding: 6px 20px;
  min-width: 150px;
  margin-left: 6px !important;
  border: none;
}
.modal-newsletter .btn:hover, .modal-newsletter .btn:focus {
  box-shadow: 0 0 8px rgba(33, 99, 232, 1);
  background: #2163e8;
  outline: none;
}
.modal-newsletter .input-group {
  margin-top: 30px;
}
.hint-text {
  margin: 100px auto;
  text-align: center;
}