.modal {
    z-index: 100000;
}

.terms ul li {
    list-style-type: disc;
    margin-left: 4em;
    font-size: 14px;
}

.terms ul {
    margin-bottom: 1em;
}

.terms a {
    /*color: #e41c24;*/
    color: #fff;
}

.text-red {
    color: #e41c24;
}

.popupBox button.close span {
    text-shadow: none;
    color: #4449ff;
    border: 2px solid #4449ff;
    display: block;
    border-radius: 50px;
    width: 30px;    
    height: 30px;
    line-height: 24px;
    font-size: 43px;
    font-weight: 100;
}

.banner-titles h1 {
    font-size: 2.5rem;
}

.form-control {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
}

.form-group.select:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size:22px;
  color: #444df5;
  right: 31px;
  top: 12px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}

.darkBg {
    opacity: 0.55;
}

.priceValue .font-italic {
    font-size: 1.5rem;
}