@media screen and (min-width: 768px){
	.right-sidebar .booking-form-page .content-area {
		width:100%;
		float: none;
		margin-right: 0;
	}
}

.right-sidebar .booking-form-page .content-area {
	width:100%;
	float: none;
	margin-right: 0;
}

@media screen and (min-width: 48em){
	.wrap {
		max-width: 1200px;
		padding-left: 1em;
		padding-right: 1em;
		margin: 0 auto;
	}
}

html {
	font-size: 15px;
}

table td,table th {
	padding: 0.4em;
	padding-left: 0;
	border:none;
}
thead th{ 
border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
	}
th {
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}
th:last-child,
td:last-child {
	padding-right: 0;
}

.site-content {
    overflow: visible;
}

.booking-form-container {
	margin-top: 20px;
	margin-left: -1em;
	margin-right: -1em;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
	font-size: 15px;
}

.booking-form-container.local .interstate-row {
	display:none!important;
}
.booking-form-container.interstate .interstate-row {
	display:block;
}
.booking-form-container.local .local-row {
	display:block;
}
.booking-form-container.interstate .local-row {	
	display:none!important;
}

/*headings*/
#booking-form h3 {
	font-size: 1.5em;
	margin-bottom: 20px;
	margin-top: 10px;
	padding:0;
}
#booking-form h2 {
	margin-bottom: .5em;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
	font-size: 2em;
}
h1:before,
h2:before,
h3:before,
h4:before,
h5:before,
h6:before {
	content: none;
}

.fs-title {
	margin-bottom: 20px;
}

.fs-subtitle {
	margin-bottom: 20px;
}
.aligncenter {
	text-align: center;
}
/*form styles*/

form fieldset {
	background: #eee;
	border: 0 none;
	border-radius: 0px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	/*stacking fieldsets above each other*/
	position: relative;
	width: 100%;
	margin-bottom: 25px;
}

/*Hide all except first fieldset*/
form fieldset:not(:first-of-type) {
	display: none;
}

form fieldset.not-for-profit {
	margin-bottom:250px;
}

form fieldset.white {
	background: #fff;
}

form fieldset label {
	font-weight: normal;	
}
form fieldset label.icons {
	padding-left: 28px;
	position: relative;
}

form fieldset.not-for-profit p,
form fieldset.extras.info p {
	padding-left: 30px;
	position: relative;
	font-size: 1.25em;
	margin-bottom: 10px;
	margin-top: 10px;
}

form fieldset.extras.info p span.tooltip  {
	font-family: "icomoon";
	content: "\e91b";
	color: blue;
	font-size: 14px;
	position: absolute;
	right: 4px;
	top: -2px;
	cursor: pointer;
}

form fieldset.extras.info b {
	/*font-weight: 600;*/
}

form fieldset label.icons:before {
	font-family: "icomoon";
	content: "\e902";
	color: red;
	font-size: 18px;
	position: absolute;
	left: 5px;
	top: 0px;
}

form fieldset label.icons span { 
	min-width: 20px;
	display: inline-block;
}


form fieldset.extras.info p:before {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	content: "\2714";
	color: red;
	font-size: 18px;
	position: absolute;
	left: 5px;
	top: 3px;
}
form fieldset.extras.info p b {
	font-weight: normal;
}

form fieldset.drivers i.tooltip-info,
form fieldset.extras i {
	font-style: normal;
	font-weight: normal;
	cursor: pointer;
	pointer-events: auto;
}
form fieldset.extras i.tooltip-info {
	display: inline-block;
	width: 20px;
	position: relative;
}
form fieldset.drivers i.tooltip-info:after,
form fieldset.extras i.tooltip-info:after,
form fieldset label.icons span:after {
	font-family: "icomoon";
	content: "\e91b";
	color: blue;
	font-size: 14px;
	position: absolute;
	right: 4px;
	top: -2px;
	cursor: pointer;
}

form fieldset.drivers .custom-file {     
    width: calc( 100%  - 32px);
}

form fieldset.drivers i.tooltip-info {
    position: absolute;
    width: 16px;
    display: inline-block;
    top: 0;
    margin-left: 10px;
}
form fieldset.drivers i.tooltip-info:after {
	color: #888;
	top: 0;
	font-style: normal;
}


.drivers .placeholder{
	z-index:2;
}

.drivers .placeholder + .twitter-typeahead{
	z-index:1;
}


.drivers .placeholder + .twitter-typeahead > span:first-child {
	position:absolute !important;
}


form fieldset.extras.info i.tooltip-info:after {
	right: auto;
}
label.custom-file-label{
	color: #aaa;
	font-size:14px;
}

form fieldset.vehicles span {
	position: relative;
	padding-left: 22px;
	padding-right: 15px;
}

form fieldset.vehicles span:before {
	display: block;
	content: ' ';
	background-size: 16px 16px;
	height: 16px;
	width: 16px;
	position: absolute;
	left: 0;
	top: 4px;
}

.billing_details,
.agreements_toggle input,
.yes_no_toggle input,
.yes_no_toggle_additional input {
    display: none;
}
.billing_details strong{font-weight: 500;}
.yes_no_toggle label.first {
	border-radius: 3px 0 0 3px;
}

form fieldset.vehicles span.passengers:before {
	background-image: url('svg/male-user.svg');
}
form fieldset.vehicles span.volume:before {
	background-image: url('svg/package.svg');
}
form fieldset.vehicles span.volume:after {
	content: 'm3';
}
form fieldset.vehicles span.load:before {
	background-image: url('svg/weight.svg');
}
form fieldset.vehicles span.load:after {
	content: ' Kg';
}

form fieldset.vehicles .truck-picture {
	width: 100%;
	background-image: url('empty-photo.jpg');
	background-size: 100%;
	background-position-x: center;
	background-repeat: no-repeat;
	min-height: 200px;
	height: 200px;
	z-index: 9999;
}
form fieldset.vehicles h2 {
	margin-bottom: 20px;
}
form fieldset.vehicles h3 {
	font-size: 1.5em;
	line-height: 1.1;
	margin-bottom: 10px;
}
form fieldset.vehicles .action-button
form fieldset.vehicles .action-button {
	margin-bottom: 0;
}
form fieldset.vehicles > .row > .col-md-6 {
	margin-top: 20px;
}

form fieldset .hire-cost span.text,
form fieldset .deposit-cost span.text,
form fieldset .total-cost span.text{ 
	font-size: 1.4em;
	padding-left: 0;
	display: inline-block;
	vertical-align: middle;
	line-height: 2em;
}

form fieldset span.price{ 
	font-size: 2em;
        font-weight: 700;
        padding-left: 0;
	display: inline-block;
	vertical-align: bottom;
}
form fieldset span.price:before{
	content: '$';
	display: inline;
	height: auto; 
	width: auto;
	position: relative;
	top:auto;
}

.red-bg {
	background-color: #D63545;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 10px;
	color: #fff;
}
.green-bg {
	background-color: #49b169;
	margin-bottom: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	color: #fff;
}

.red-bg div img {
	width: 100%;
	height: auto;
}
.red-bg div.picture{
	/*height: 100%;*/
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 170px;
}
.green-bg h2, .green-bg h3, .green-bg p, .green-bg label,
.red-bg h2, .red-bg h3, .red-bg p, .red-bg label{
	color:#fff;
}
.red-bg p {
	line-height: 1.15;
	font-size: 0.9em;
	margin-bottom: 10px;
}
.form-check input[type="checkbox"]{ 
	width:18px;
	height:18px;
}
.form-check label{
	padding-left: 10px;
}
.form-group.labour .form-check label {
	padding: 0;
	font-weight: normal;
}

form fieldset p {
	margin-bottom: .5em;
}

form fieldset p.description {
	font-size: smaller;
	/*margin-: 0;*/
	line-height: 1.15;
}
form fieldset p.description.additional-info {
	color:red;
}

form fieldset.extras p.description {
	font-style: italic;
	position: absolute;
	bottom: 0;
	color: #B1B1B1;
}

form fieldset.extras p.info {
    margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
	form fieldset.extras p.description {
		position: relative;
	}
}

form fieldset.order-data i, form .mini-form i {
	position: absolute;
	top: 8px;
	left: 22px;
	color: red;
	font-size: 22px;
	z-index: 2;
}
form .mini-form .mini-form-block2 i {
	left: 5px;
}

form fieldset.order-data i.trip-markers {
	display: inline-block;
	width:25px;
	height: 25px;
	top:4px;
	content: '';
	background-image: url('route.svg');	
}

form fieldset.order-data .form-control, form .mini-form .form-control {
	position: relative;
	padding-left: 35px !important;

}

form fieldset .login-box {
	background-color: #ccc;
	padding: 10px 20px;
	margin-bottom: 30px;
}

form fieldset .login-box h3 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

form fieldset .form-group.has-danger .custom-file-label,
form fieldset .form-group.has-danger .form-control {
	border-color: red;
}

form fieldset .form-group.has-danger .custom-file-input+small,
form fieldset .form-group.has-danger .form-control+small {
	color: red;
}

#booking-form .form-control, #booking-form-mini .form-control {
	font-size: 1em;
	color: #666;
	line-height: 1.5;
	height: calc(2.25em + 2px);
}

.form-control::placeholder {
	color: #B1B1B1;
}

.fake-placeholder.form-group {
	position: relative;
}

.fake-placeholder .placeholder{
	position: absolute;
	top: 7px;
	left: 28px;
	color: #B1B1B1;
	display: none;
}

.payment-fields .fake-placeholder .placeholder{
	display: block;
}
.fake-placeholder label{
	font-weight: normal;
	color: #B1B1B1;
}

.fake-placeholder .star, .placeholder .star{
	color: red;
}

.action-button {
	min-width: 110px;
	text-transform: uppercase;
}

p.allowanced {
	font-weight: 500;
}

fieldset.buttons .action-button {
	margin-bottom: 10px;
}

/* themes css fixes */

form fieldset input + button, 
form fieldset input + input[type="button"], 
form fieldset input + input[type="submit"] {
	padding: .5rem 1em;
}
form fieldset button, 
form fieldset input[type="button"],
form fieldset input[type="submit"] {
	width: auto;
	padding: .5rem 1em;
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.2;
	border-radius: .3em;
	border: 1px solid;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
form fieldset button.btn-outline-danger, 
form fieldset input[type="button"].btn-outline-danger,
form fieldset input[type="submit"].btn-outline-danger {
	color: #dc3545;
	background-color: transparent;
	background-image: none;
	border-color: #dc3545;
}
form fieldset button.btn-danger, 
form fieldset input[type="button"].btn-danger,
form fieldset input[type="submit"].btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
form fieldset button.btn-success, 
form fieldset input[type="button"].btn-success,
form fieldset input[type="submit"].btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

form fieldset button.btn-outline-danger:hover,
form fieldset input[type="button"].btn-outline-danger:hover,
form fieldset input[type="submit"].btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
}

form fieldset input[type="button"].action-button.bf-confirm.next{min-width: 250px;}

form fieldset div.select-holder {
	position:absolute;
	top:7px;
	left:28px;
	pointer-events: none;
	color:#aaa;
}

.calculation-debug-chkbx {
	position: absolute;
	bottom: 10px;
	font-weight: normal;
}

.modal-dialog {
	max-height: calc(100vh - 60px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: auto;
}
#agreements .modal-dialog {
	height: calc(100vh - 60px);
}
#agreements .modal-content {
	margin-top: 30px;
}
#agreements .modal-content .terms-text{    
	overflow-y: scroll;
	height: calc(100vh - 385px);
	margin-bottom: 30px;
}

#agreements .agreements-content {
	padding-right: 10px;
}

#agreements .modal-content .terms-text::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 4px;
}
#agreements .modal-content .terms-text::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background:rgba(0,0,0,.1);
}

#agreements .modal-content .terms-text::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
#agreements .modal-content.signature .terms-text{
	display:none;
}

#agreements  .label_signature {
	top: 1%;
	left: 4%;
}
#agreements  .signature h3{
	font-size: 1.15em;
}
#agreements .form-check-label {
	font-weight: 700;
}
#agreements .terms {
	display:block;
	height: 125px;
}

#agreements .terms.signature {
	min-height: 350px;
}

#agreements .terms.signature .btn {
	margin-top: 10px;
	max-width: 250px;
}

#agreements .terms ~ .terms {
	display:none;
}
#agreements .terms.confirmed {
	display:none;
}
#agreements .terms.confirmed + .terms:not(.confirmed) {
	display:block;
}

.booking-form-container i {
	cursor: inherit;
	pointer-events:none;
}

.booking-result-tables {
	padding:20px 40px;
	margin: 20px 0;
	background: #fff;
}
.booking-form-container  fieldset.extras em{ 
	font-size: smaller;
}

.booking-form-container  label.custom-file-label{ 
    overflow: hidden;
    white-space: nowrap;
}

.tt-input {background-color: #fff !important;}
.tt-hint, #-error { display: none !important; }

@media(max-width: 768px) {
	.modal-dialog {
		max-height: calc(100vh - 20px);
	}
	#agreements .modal-dialog {
		max-height: calc(100vh - 60px);
	}
	.booking-result-tables {
		padding: 15px;
	}
	.calculation-debug-chkbx {
		display:none;
	}
	.form fieldset{
		padding: 20px 10px;
	}
}
@media only screen and (max-device-width: 768px) {
    .modal-dialog {
		max-height: calc(100vh - 80px);
	}
	#agreements .modal-dialog {
		max-height: calc(100vh - 80px);
	}
}

.form-group.has-danger input[type="checkbox"] {
	outline:  1px solid red;
}
small.form-control-feedback {color:red;}

#loading .modal-content {
	background-color: transparent;
	border:none;
}

.loader {
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.payment-fields div.testcards {
    padding: 5px;
    position: absolute;
    left: 10px;
    bottom: 0;
}
.payment-fields div.testcards td {
    font-size:smaller;
}
.payment-fields .col-md-5 .col-md-4 {
    text-align:right;
}

.booking-form-container.interstate .vehicles.page1 .price {
	display:none;
}

.booking-form-container.mini-form{
	margin: 0;
	padding: 0;
	width:100%;
}
#booking-form-mini fieldset.mini-form .mini-form-block1.row,
#booking-form-mini .mini-form .step2{
	margin:0px;
}

#booking-form-mini fieldset.mini-form .mini-form-block1 ~.step2{
	display:none;
}

#booking-form-mini fieldset.mini-form .mini-form-block2 ~.step2{
	display:block;
}


#booking-form-mini fieldset.mini-form .mini-form-block2{
	margin-bottom: 10px;
}


#booking-form-mini .mini-form {
	background-color: #db4a59 !important;
	padding: 10px 30px 30px 30px;
	margin:0;
}

#booking-form-mini .mini-form h4 {
	font-size: 1.2em;
	margin: 10px auto 20px auto;
	padding:0;
	font-weight: 600;
	color: #fff;
}

#booking-form-mini .mini-form .mini-form-block1 h4 {
	margin: 20px auto 10px auto;
}
#booking-form-mini .mini-form .mini-form-block2 h4 {
	display:none;
}

#booking-form-mini .mini-form .mini-form-block1 {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #de5b69;
	display: block;
}

#booking-form-mini fieldset.mini-form .row button.btn-green,
#booking-form-mini fieldset.mini-form .row input[type="button"].btn-green,
#booking-form-mini fieldset.mini-form .row input[type="submit"].btn-green {
	color: #fff;
	background-color: #47b669;
	border-radius: unset;
	border: none;
	padding: 0.5em .2em;
	font-size: 1.15em;
	font-weight: 600;
	line-height: 1.2;
}

#booking-form-mini fieldset.mini-form .row button.btn-red,
#booking-form-mini fieldset.mini-form .row input[type="button"].btn-red,
#booking-form-mini fieldset.mini-form .row input[type="submit"].btn-red {
	color: #fff;
	background-color: #de5b69;
	border-radius: unset;
	border: none;
	padding: 0.5em .2em;
	font-size: 1.15em;
	font-weight: 600;
	line-height: 1.2;
}
#booking-form-mini fieldset.mini-form .row button.btn-red:hover,
#booking-form-mini fieldset.mini-form .row input[type="button"].btn-red:hover,
#booking-form-mini fieldset.mini-form .row input[type="submit"].btn-red:hover {
	background-color: #47b669;
	border: none;
}


#booking-form-mini fieldset.mini-form .row button.btn-green:hover,
#booking-form-mini fieldset.mini-form .row input[type="button"].btn-green:hover,
#booking-form-mini fieldset.mini-form .row input[type="submit"].btn-green:hover {
	background-color: #de5b69;	
	border: none;
}

#booking-form-mini fieldset.mini-form .mini-form-block1.row button.btn-green:hover,
#booking-form-mini fieldset.mini-form .mini-form-block1.row input[type="button"].btn-green:hover,
#booking-form-mini fieldset.mini-form .mini-form-block1.row input[type="submit"].btn-green:hover {
	background-color: #db4a59;
	border: none;
}

.mini-form-block2 .btn-green:after {
	content: "";
	float: none;
	width: 0;
	height: 0;
	border-top: 12px solid #47b669;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	box-sizing: border-box;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -6px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.mini-form-block2 .btn-green:hover:after {
	border-top: 12px solid #de5b69;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

.booking-form-container.mini-form.local .row.one_way,
.booking-form-container.mini-form.local .row.return{
	display:none;
}

.booking-form-container.mini-form.interstate .row.one_way,
.booking-form-container.mini-form.interstate .row.return{
	display:flex;
}

.booking-form-container.mini-form.local .row.location_group {
	display:flex;
}

.booking-form-container.mini-form.interstate .row.location_group {
	display:none;
}



#booking-form-mini fieldset.mini-form .row button.btn-danger,
#booking-form-mini fieldset.mini-form .row input[type="button"].btn-danger,
#booking-form-mini fieldset.mini-form .row input[type="submit"].btn-danger {
	background-color: #de5b69;
	border: none;
}

#booking-form-mini fieldset.mini-form .row button.btn-success,
#booking-form-mini fieldset.mini-form .row input[type="button"].btn-success,
#booking-form-mini fieldset.mini-form .row input[type="submit"].btn-success {
	color: #fff;
	background-color: #28a745;
	border-radius: unset;
	border: none;
}

.page-template-page-booking .booking-form-container.full-form #booking-form > fieldset:first-of-type:not(.order-data) {
	padding: 0;
}
.page-template-page-booking .booking-form-container.full-form #booking-form > fieldset.order-data.page1{
        padding: 30px;
}

.page-template-page-booking .booking-form-container.full-form #booking-form input.datepicker[type="button"],
.page-template-page-booking .booking-form-container.full-form #booking-form input.datepicker1[type="button"],
.page-template-page-booking .booking-form-container.full-form #booking-form input.datepicker2[type="button"],
.page-template-page-booking .booking-form-container.full-form #booking-form input.timepicker[type="button"],
.page-template-page-booking .booking-form-container.full-form #booking-form input.timepicker1[type="button"],
.page-template-page-booking .booking-form-container.full-form #booking-form input.timepicker2[type="button"] {
        width: 100%;
	text-align: left;
	line-height: 25px;
}

.booking-form-container form fieldset  input.form-control[type="button"] {
        border:1px solid #ced4da;
}
.page-template.page-template-page-booking #booking-form fieldset.summary input[type="button"].bf-confirm {width: 290px;margin-bottom: 12px;}
.page-template.page-template-page-booking #booking-form fieldset.summary input[type="button"].bf-quote {width: 140px;}
.page-template.page-template-page-booking #booking-form fieldset.summary input[type="button"].bf-cancel {width: 120px;}

.booking-form-container form fieldset  .form-group.has-danger  input.form-control[type="button"] {
        border-color: red;
}

.kbw-signature {
	display: block;
	width:100%;
	height:250px;
	background: #fff;
	border: 1px solid #ced4da;
	-ms-touch-action: none;
}

.has-danger .kbw-signature {
	border-color: red;
}

.kbw-signature-disabled {
	opacity: 0.35;
}

.clear_signature {
	position: absolute;
	top: 5px;
	right: 30px;
	font-size: 20px;
	color: red;
	cursor: pointer;
	font-weight:700;
}

.label_signature {
	position: absolute;
	top: 2%;
	left: 2%;
}

.label_signature span.star {
	color:red;
}

.counter {
	display: flex;
}
.counter .btn:hover {
	background-color: #218838 !important;
	border-color: #1e7e34 !important;
}
.counter .number-input {
    background-color: rgb(255, 255, 255);
    border: 1px solid #28a745;
    color: #888;
    font-weight: 800;
    text-align: center;
    width: 60px;
    font-size: 18px;
    line-height: normal;
    padding: 0px;
    outline: none;
    margin-bottom: 5px;
}


@media only screen and (max-width: 480px){
	.page-template-page-booking .booking-form-container.full-form {
		margin: 0 -15px;
	}
	
	.page-template-page-booking .booking-form-container.full-form #booking-form > fieldset.order-data.page1,
	.page-template-page-booking .booking-form-container.full-form #booking-form fieldset{
		padding: 30px 15px;
	}
	.page-template-page-booking .booking-form-container.full-form #booking-form > fieldset:first-of-type:not(.order-data) {
		padding: 0;
	}
	
	/* page design - bottom buttons */
	.cta-buttons a:last-of-type {
		float:right;
	}
	/* page design - banner */
	.banner.mobile-only .banner-content{
		left:0;
	}
	.loading {
		padding: 30px 15px;
	}
	.label_signature {
		font-size: 18px!important;
		left: 30px;
	}

	.booking-form-container #booking-form .card-data h4 {
		font-size: 1.1rem !important;
		margin: 0 0 10px;
	}

	#agreements .modal-dialog {
		height: calc(100vh - 80px);
		margin:0;
	}
	#agreements .modal-content {
	    margin-top: 20px;
		padding-left: 15px;
		padding-right: 5px;
	}
	#agreements .modal-content .terms-text{
		overflow-y: scroll;
		height: calc(100vh - 385px);
		margin-bottom: 20px;
		padding-right: 10px;
	}
	#agreements .terms p {
		margin-bottom: 10px;
	}
	#agreements .terms {
		height: 170px;
	}
	#agreements .modal-content h4 {font-size: 16px !important;}
	.page-template.page-template-page-booking #booking-form fieldset.summary input[type="button"].bf-quote,
	.page-template.page-template-page-booking #booking-form fieldset.summary input[type="button"].bf-cancel,
	.page-template.page-template-page-booking #booking-form fieldset.summary input[type="button"].bf-confirm {
		width: 290px;
		margin-bottom: 12px;
	}

}

.booking-form-container #booking-form .card-data h4 {
	font-size: 1.1rem;
	margin: 0 0 10px;
}

.page-template.page-template-page-booking  #booking-form .extras .row.assistance {
	margin-bottom: 20px;
}

form fieldset.extras .towing_surcharge {
	display: none;
}

.booking-form-container #booking-form .local_warning_message_div, .booking-form-container #booking-form .local_warning_message {
	display: none;
	text-align: justify;
}

.new_design_2020 {
    padding: 0!important;
}

.new_design_2020 .block {
    padding: 30px;
}

.new_design_2020 .grey {
    background: #eee;
}

.new_design_2020 .black {
    background: black;
    color: white;
}

.svg-icon {
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 60px;
}
@media (max-width:767px) {
    .svg-icon {
        width: 40px;
        min-width: 40px;
        height: 30px;
    }
}
.svg-truck {
    background-image: url("svg/truck.svg");
}
.svg-wheel {
    background-image: url("svg/wheel.svg");
}
.svg-shield {
    background-image: url("svg/shield.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 60px;
}
.svg-question {
    background-image: url("svg/question.svg");
}
.svg-money-umbrella {
    background-image: url("svg/money-umbrella.svg");
}
.svg-location {
    background-image: url("svg/location.svg");
}
.svg-helm {
    background-image: url("svg/helm.svg");
}

.yes_no_toggle_additional input:not(:checked) ~ span {
    opacity: 0.4;
}

.yes_no_toggle_additional .yes_btn {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.yes_no_toggle_additional .no_btn {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}


.text-green {
    color: #28a745;
}

.box-coverage {
    background-color: #262626;
    padding: 20px;
    height: 250px;
}

#booking-form fieldset.extras .black.block i.tooltip-info::after,
#booking-form fieldset.extras .black.block label.icons span::after {
    color: #fff;
}

select option:disabled {
    color: #B1B1B1!important;
}
