/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 16 2026 | 13:23:29 */
.coupan-pg-logo-sec .wpb_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 24px;
}

.airport-form-continenr {
	width: 50%;
    margin: auto;
}

.page-id-13765295 .header, .page-id-13765295 .main-nav {
	display: none !important;
}

@media only screen and (max-width: 767px) {
	.airport-form-continenr {
		width: 95%;
	}
	
	.coupan-pg-logo-sec {
		padding-top: 0px !important;
	}
}

#gform_3 .gform_button {
	font-family: Montserrat;
    color: #fff;
	background-color: #000 !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 14px;
    letter-spacing: 2px;
	border: none;
/* 	border-bottom: 2px solid #000; */
	background: linear-gradient(transparent, transparent 50%, #000 50%, #000);
    background-size: 100% 200% !important;
    transition: background .3s;
}

#gform_3 .gform_button:hover {
    background-position: 100% 100% !important;
	color: #ffffff;
	background-color: #020a1b !important;
}