#header-sticky {
	border-bottom: none !important;
}
#sub-header-1 {
	text-align: center;
	background: #30237A;
	color: #fff;
}
#sub-header-1 p {
	font-size: 12px;
}
.hero-disclaimer {
	text-align: justify;
	font-size: 12px;
	line-height: 12px;
	padding: 0;
	margin: 10px 0 0 0;
	color: #fff;
}
.popup {
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.75);
	width: 100%;
	height: 100%;
	z-index: 9999999;
	display: none;
}

.popup-content {
	width: 600px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 10px 10px 5px 10px;
	margin-top: 100px;
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	border-radius: 5px;
	background: #fff;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
}

.popup-content img {
	max-width: 100%;
}

.close-button {
	width: 25px;
	height: 25px;
	position: absolute;
	top: -10px;
	right: -10px;
	border-radius: 20px;
	background: rgba(0,0,0,0.8);
	font-size: 20px;
	text-align: center;
	color: #fff !important;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

.close-button:hover {
	background: rgba(0,0,0,1);
}

.popup-content-2 {
	width: 800px;
	max-width: 90%;
	height: 600px;
	max-height: 80%;
	overflow: scroll;
	padding: 20px;
	background: #efefef;
	border: 10px solid #fff;
	border-radius: 10px;
	opacity: 0.9;
}

.popup-content-2 h5 {
  margin-bottom: 15px;
}

.popup-content-2 p {
  margin-bottom: 15px;
}

.popup-content-2 ul {
  list-style-type: circle;
  margin: 10px;
  padding: 10px;
  margin-bottom: 15px;
}

.close-button-2 {
	top: 5px;
	right: 5px;
    vertical-align: middle;
	font-size: 20px;
    line-height: 20px;
}

.info-open {
	z-index: 99999999;
}

.overlay-open {
	z-index: 9999999;
}

body > div.fix-area > div > div > div > div.mobile-menu.fix.mb-3.mean-container > div > nav > ul > li.mean-last {
	display: none;
}

.image-array-left::before, .image-array-right::before {
	background: none !important;
}

.reserved-overlay {
	position: absolute; 
	bottom: 0; 
	background: rgba(0, 0, 0, 0.5);
	color: #f1f1f1; 
	width: 100%;
	transition: .5s ease;
	opacity:0.9;
	font-size: 20px;
	padding: 20px;
	text-align: center;
}

div.car-image {
	background: #efefef;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #d0d7de;
    border-bottom: none;
}

.popular-card-items > .car-image {
	border: none;
}

input, optgroup, select, textarea {
	background: #efefef !important;
	border: 1px solid #ccc !important;
}

.nice-select {
	background: #efefef !important;
	border: 1px solid #ccc !important;
}

.category-oneadjust > .nice-select {
	background: #ecf0f4 !important;
	border: none !important;
}

.crm-form-container {
  width: 100%;
  max-width: 660px;
  margin: auto;
  margin-top: 10px;
  text-align: center;
}

.crm-form {
  background: #ffffff;
  padding: 20px;
  margin: 0px auto;
}

.crm-form-container h2 {
	font-size: 28px !important;
	line-height: 32px !important;
}

.crm-form-container p.form-text {
	font-size: 22px !important;
	line-height: 22px !important;
    margin-bottom: 20px !important;
}

.progress{
    height: 15px;
    background: #efefef;
    border-radius: 50px;
    box-shadow: none;
    margin-bottom: 0px;
    overflow: visible;
}

.progress .progress-bar{
    box-shadow: none;
    border-radius: 50px;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}

@-webkit-keyframes animate-positive{
    0%{ width: 0; }
}

@keyframes animate-positive{
    0%{ width: 0; }
}

[type="radio"]:checked,
[type="radio"]:not(:checked){
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;
}

.form-text {
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 25px;
}

.form-text i {
	color: #109be0;
}

.checkbox-radio:checked + label,
.checkbox-radio:not(:checked) + label{
	padding: 40px 0px;
	margin-bottom: 5px;
	width: 100%;
	font-size: 23px;
	line-height: 23px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
    color: #333333;
}

.checkbox-radio:not(:checked) + label{
	background-color: #efefef;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.checkbox-radio:checked + label{
	background-color: #31237B;
	color: #ffffff;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.checkbox-radio:not(:checked) + label:hover{
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.label-lrg {
	font-size: 25px;
	line-height: 40px;
	font-weight: bold;
}

.input-lrg {
	text-align: center;
	font-size: 35px;
	padding: 25px 0px;
	margin-bottom: 15px;
}

.input-dsbld {
	font-weight: bold;
}

.input-icon {
    position: relative;
}

.input-icon > input {
    padding-left: 50px;
    padding-right: 0;
}

.input-icon > i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 40%;
    pointer-events: none;
    width: 50px;
    padding-left:20px;
    text-align: center;
    font-style: normal;
	font-size: 65px;
	font-weight: lighter;
	font-family: "Baskerville",Georgia,Times,"Times New Roman",serif; ;
	color: #109be0;
}

#address-container > .form-floating > input {
	margin: 5px 0px;
}

#address-container > .form-floating > label {
	padding: 20px 0px 0px 20px;
}

.btn-container {
	margin-top: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #109be0;
    border-color: #109be0;
    border-radius: 50px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #31237B;
    border-color: #31237B;
}

.btn-inverse {
    color: #7BB147;
    background-color: #ffffff;
    border-color: #7BB147;
    border-radius: 50px;
}

.btn-inverse:hover {
    color: #fff;
    background-color: #7BB147;
    border-color: #7BB147;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #CCC;
    border-color: #CCC;
}

.form-control:disabled, .form-control:read-only {
    background-color: #FFF;
}

.crm-form-container .checkbox {
  font-weight: 400;
}

.crm-form-container .form-floating:focus-within {
  z-index: 2;
}

.crm-form-container input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.crm-form-container input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.input-group-prepend {
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
}

#crafty_postcode_lookup_result_option1 {
	margin: 5px 0px !important;
	background: #fff !important;
	height: calc(3.5rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (max-width: 768px) {
	.popup-content {
		width: 546px;
	}
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}