.banner {
	position: relative;
}
.banner__desc{
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	font-weight: 700;
	font-size: 40px;
	text-transform: uppercase;
	transform: translate(-50%,-50%);
}
.step1 {
	background-color: #F5F0D8;
}
#vtl-tour-form .form-label {
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	color:#000000;
	margin-bottom:0;
	min-height: 40px;
}
#vtl-tour-form input,
#vtl-tour-form select {
	height: 48px;
	border-radius: 30px;
	margin-top:12px;
}

.main-wrapper {
  	display: flex;
  	flex-wrap: wrap;
  	min-height: 100vh;
}

.left-img {
  	flex: 0 0 35%;
  	background: url('/assets/images/step-1/img.png') no-repeat center center;
  	background-size: contain;
}

.right-form {
	flex: 0 0 60%;
 	padding: 6rem 1.5rem 1rem 1.5rem;
}
.btn--confirm {
	background-color: #FEAF16;
	font-weight: 500;
	line-height: 150%;
	color: #FFFFFF;
	border-radius: 30px;
}
.btn--confirm:hover {
  background-color: #FFFFFF;
  color: #1F3B64;
  border-color: #1F3B64;
}
select.no-arrow {
  appearance: none;       
  -webkit-appearance: none; 
  -moz-appearance: none;    
  background-image: none; 
  background-color: #fff;
}

select.no-arrow {
  padding-right: 1.5rem;
}

.form-label {
  font-weight: 500;
}

.destination-select-group {
  position: relative;
}

.remove-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 1.4rem;
  color:#000000;
  font-weight: 700;
  cursor: pointer;
}

.destination-select-group {
  position: relative;
}

.add-btn {
  color: #000000;
  font-size: 0.9rem;
  cursor: pointer;
  float: right;
}

.add-btn:hover {
  text-decoration: underline;
}

.form-control,
.form-select {
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

#vtl-tour-form .vtl-tour-form--row:not(:first-child) {
	margin-top:30px;
	gap:0;
}

#vtl-tour-form { 
    background: unset; 
    padding: 0; 
    border-radius: 0; 
    box-shadow: unset;
}

#vtl-tour-form .select2-container {
	min-width: unset;
}

#vtl-tour-form .select2-container--default .select2-selection--multiple {
	  min-height: 48px;
    border-radius: 30px !important;
    margin-top: 12px;
}