#booking_name, #billing_name, #pickup_contact_name, #delivery_contact_name {
	text-transform: uppercase;
}

.pricechooser .item .price {
	margin-left: 0 !important;
}

@media screen and (min-width: 957px) and (max-width: 997px) {
	.pricechooser .title {
		width: 45% !important;
	}
	.pricechooser .item {
		height: 120px !important;
	}
}
@media screen and (min-width: 918px) and (max-width: 957px) {
	.pricechooser .title {
		width: 40% !important;
	}
	.pricechooser .item {
		height: 140px !important;
	}
}
@media screen and (min-width: 898px) and (max-width: 918px) {
	.pricechooser .title {
		width: 40% !important;
	}
	.pricechooser .item {
		height: 140px !important;
		padding-left: 80px !important;
	}
	.pricechooser .item::before {
		left: 30px !important;
	}
}
@media screen and (min-width: 850px) and (max-width: 898px) {
	.pricechooser .title {
		width: 33% !important;
	}
	.pricechooser .item {
		height: 185px !important;
		padding-left: 55px !important;
	}
	.pricechooser .item::before {
		left: 20px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 850px) {
	.pricechooser .title {
		width: 33% !important;
	}
	.pricechooser .item {
		height: 165px !important;
		padding-left: 65px !important;
	}
	.pricechooser .item::before {
		left: 30px !important;
	}
	.pricechooser .item .price {
		margin-right: 5px !important;
		font-size: 30px !important;
	}
}
@media screen and (max-width: 373px) {
	.pricechooser .title {
		width: 39% !important;
	}
	.pricechooser .item {
		height: 145px !important;
	}
}
@media screen and (max-width: 291px) {
	.pricechooser .title {
		width: 39% !important;
	}
	.pricechooser .item {
		height: 145px !important;
	}
	.pricechooser .item .price {
		font-size: 30px !important;
	}
}
@media screen and (max-width: 265px) {
	.pricechooser .item .price {
		font-size: 30px !important;
	}
	.pricechooser .item {
		height: 175px !important;
	}
}
@media screen and (min-width: 851px) and (max-width: 932px) {
	/*.logo {
		transform: scale(0.7) !important;
		margin-left: -25px !important;
	}
	*/
	.mainmenu ul li a {
		font-size: 13px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 851px) {
	.mainmenu ul li a {
		font-size: 13px !important;
	}
}
.pay-now-div label {
	font-size: 18px;
}
.pay-now-div label span {
	margin-left: 5px
}
#billing_form {
	margin-top: 20px;
}
#billing_form.form-disabled .required-star {
	display: none;
}
#billing_form.form-disabled input, #billing_form.form-disabled select, #billing_form.form-disabled .select2-selection {
	background-color: #f5f5f5 !important;
}
#calculator_form input::-webkit-contacts-auto-fill-button,
#calculator_form input::-webkit-credentials-auto-fill-button {
	visibility: hidden;
	display: none !important;
	/* pointer-events: none; */
	height: 0;
	width: 0;
	margin: 0;
}