div.search-courses-data,
div.search-availability-data {
	display: none;
}

.gtl-search-form-container {
	background-color: transparent;
	/* margin-top: 200px; */
	margin-top: 60px;
}

.gtl-search-form {
	background-color: white;
	margin: 0px auto;
	width: 80vw;
	padding: 13px;
	padding-right: 0px;
	display: flex;
	border-radius: 4px;
	justify-content: space-between;
    align-items: center;
}

.gtl-search-form .col label {
	margin-left: 10px;
}

.gtl-search-form label {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 300;
	color: #000000B2;
}

.gtl-search-form select {
	font-family: Poppins;
	font-size: 15px;
	color: #003161;
	font-weight: 500;
}


.gtl-search-form .col:nth-child(1) {
	min-width: 10vw;
}

.gtl-search-form .col:nth-child(2) {
	min-width: 10vw;
}

.gtl-search-form .col:nth-child(3) {
	min-width: 12vw;
}

.gtl-search-form .col:nth-child(4) {
	min-width: 12vw;
}

.gtl-search-form .col:nth-child(5) {
	min-width: 7vw;
}

.gtl-search-form .col:nth-child(6) {
	min-width: 7vw;
}

.gtl-search-form .col:nth-child(7) {
	min-width: 8vw;
}

.gtl-search-form .col:last-child {
	border: none;
	min-width: 10vw;
	margin: auto;
	margin-left: 13px;
	margin-right: 13px;
}

.gtl-search-form button {
	width: 100%;
	border: none;
}

#search-button {
	background-color: var(--magenta);
	border-radius: 3px;
	font-family: Poppins;
	font-size: 1rem;
	font-weight: 700;
	padding-right: 0px;
	padding-left: 0px;
	color: #fff;
}

#search-button:hover {
	background-color: var(--white);
	border: 1px solid var(--magenta);
	color: var(--magenta);
}

select#countries,
select#destinations,
select#school,
select#course,
select#months,
select#mondays,
select#weeks {
	border: none;
}

.gtl-search-form .col {
	border-right: 2px solid #00000012;
}



/******MOBILE******/

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {

	.gtl-search-form select {
		padding: 12px 10px !important;
	}

	.gtl-search-form select {
		font-size: 14px;
	}
}

@media screen and (max-width: 1200px) {
	.gtl-search-form select {
		font-size: 12px;
	}

	.gtl-search-form label {
		font-size: 12px;
		line-height: 18px;
	}

	.gtl-search-form select {
		padding: 6px 10px !important;
	}

}

@media screen and (max-width: 996px) {
	.gtl-search-form {
		flex-direction: column;
		align-items: unset;
	}

	.gtl-search-form .col {
		border-right: none;
		border-bottom: 2px solid #00000012;
		padding-bottom: 10px;
	}

	.gtl-search-form .col:last-child button {
		margin-top: 15px;
	}
}


@media screen and (max-width: 768px) {}