
   html, body {
   min-height: 100%;
   }
   body, div, form, input, select, textarea, p { 
   padding: 0;
   margin: 0;
   outline: none;
   font-family: Roboto, Arial, sans-serif;
   font-size: 14px;
   color: #666;
   line-height: 22px;
   }
   h1 {
   position: absolute;
   margin: 0;
   font-size: 32px;
   color: #fff;
   z-index: 2;
   }
   h5 {
   margin: 10px 0;
   }
   .testbox {
   display: flex;
   justify-content: center;
   align-items: center;
   height: inherit;
   padding: 20px;
   }
   form {
   width: 100%;
   padding: 20px;
   border-radius: 6px;
   background: #fff;
   box-shadow: 3px 3px 10px rgb(0 0 0 / 30%);; 
   }
   .banner {
   position: relative;
   height: 210px;
   background-image: url("../../../../../../wp-content/uploads/2022/12/bokning-online.jpg");  
   background-size: cover;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   }
   .banner::after {
   content: "";
   background-color: rgba(0, 0, 0, 0.5); 
   position: absolute;
   width: 100%;
   height: 100%;
   }
   input, select, textarea {
   margin-bottom: 10px;
   border: 1px solid #ccc;
   border-radius: 3px;
   }
   input {
   width: calc(100% - 10px);
   padding: 5px;
   }
   select {
   width: 100%;
   padding: 7px 0;
   background: transparent;
   }
   textarea {
   width: calc(100% - 12px);
   padding: 5px;
   }
   .item:hover p, .item:hover i, .question:hover p, .question label:hover, input:hover::placeholder, a {
   color: #8016d1;
   }
   .item input:hover, .item select:hover, .item textarea:hover {
   border: 1px solid transparent;
   box-shadow: 0 0 6px 0 #8016d1;
   color: #8016d1;
   }
   .item {
   position: relative;
   margin: 10px 0;
   }
   input[type="date"]::-webkit-inner-spin-button {
   display: none;
   }
   .item i, input[type="date"]::-webkit-calendar-picker-indicator {
   position: absolute;
   font-size: 20px;
   color: #8016d1;
   }
   .item i {
   right: 2%;
   top: 30px;
   z-index: 1;
   }
   [type="date"]::-webkit-calendar-picker-indicator {
   right: 1%;
   z-index: 2;
   opacity: 0;
   cursor: pointer;
   }
   input[type=radio], input[type=checkbox]  {
   display: none;
   }
   label.radio, label.check {
   position: relative;
   display: inline-block;
   margin: 5px 20px 15px 0;
   cursor: pointer;
   }
   .question span {
   margin-left: 30px;
   }
   span.required {
   margin-left: 0;
   color: red;
   }
   .checkbox-item label {
   margin: 5px 20px 10px 0;
   }
   label.radio:before, label.check:before {
   content: "";
   position: absolute;
   left: 0;
   }
   label.radio:before {
   width: 17px;
   height: 17px;
   border-radius: 50%;
   border: 2px solid #8016d1;
   }
   label.check:before {
   top: 2px;
   width: 16px;
   height: 16px;
   border-radius: 2px;
   border: 1px solid #8016d1;
   }
   input[type=checkbox]:checked + .check:before {
   background: #8016d1;
   }
   label.radio:after {
   left: 5px;
   border: 3px solid #8016d1;
   }
   label.check:after {
   left: 4px;
   border: 3px solid #fff;
   }
   label.radio:after, label.check:after {
   content: "";
   position: absolute;
   top: 6px;
   width: 8px;
   height: 4px;
   background: transparent;
   border-top: none;
   border-right: none;
   transform: rotate(-45deg);
   opacity: 0;
   }
   input[type=radio]:checked + label:after, input[type=checkbox]:checked + label:after {
   opacity: 1;
   }
   .btn-block {
   margin-top: 10px;
   text-align: center;
   }
   button {
   width: 150px;
   padding: 10px;
   border: none;
   border-radius: 5px; 
   background: #8016d1;
   font-size: 16px;
   color: #fff;
   cursor: pointer;
   }
   button:hover {
   background: #0666a3;
   }
   @media (min-width: 568px) {
   .city-item {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   }
   .city-item input {
   width: calc(50% - 20px);
   }
   .city-item select {
   width: calc(50% - 8px);
   }
   }
   @media (min-width: 568px) {
	.contact-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	.contact-item input {
	width: calc(50% - 20px);
	}
	.contact-item select {
	width: calc(50% - 8px);
	}
	}
	.time-visited {
		padding: 0;
		margin: 0;
		outline: none;
		font-family: Roboto, Arial, sans-serif;
		font-size: 14px;
		color: #666;
		line-height: 22px;
	}
	.day-visited, .time-visited {
		position: relative;
		}
		.day-visited input, .time-visited input {
		width: calc(100% - 12px);
		background: #ffffff;
		}
		input[type="date"]::-webkit-inner-spin-button {
		display: none;
   }
		input[type="time"]::-webkit-inner-spin-button {
		margin: 2px 22px 0 0;
		}
		.day-visited i, .time-visited i, input[type="date"]::-webkit-calendar-picker-indicator {
		position: absolute;
		top: 30px;
		font-size: 20px;
		}
		.day-visited i, .time-visited i {
		right: 5px;
		z-index: 1;
		color: #8016d1;
		}
   .new{
   box-shadow: 3px 3px 10px rgb(0 0 0 / 30%);
   background: linear-gradient(to right, #f6c478 0, #dea43e 50%, #f6c478 100%);
   height: 40px;
   border-radius: 5px;
   padding: 12px;
   color: #fff;
   }
   .new{
   box-shadow: 3px 3px 10px rgb(0 0 0 / 30%);
   background: linear-gradient(to right, #f6c478 0, #dea43e 50%, #f6c478 100%);
   height: 40px;
   border-radius: 5px;
   padding: 12px;
   color: #fff;
   }
   .utby{
   box-shadow: 3px 3px 10px rgb(0 0 0 / 30%);
   border-radius: 5px;
   margin: 15px 0 15px 0;
   }
   .utby ul{
   font-size: 17px;
   list-style: none;
   line-height: 4.5rem;
   font-family: cursive;
   font-weight: 600;
   }
   .utby a{
   color:#333;
   }
   .utby li{
   border-bottom: 1px solid #ede6e6;
   }
   .utby-color{
   color: #dea43e !important;
   }
   @media only screen and (max-width: 480px){
   .utby{
   width: 390px;
   margin:0 10px 0 10px;
   }
   }