

/* MOBILE RESPONSIVE CONTACT FORM */
@media (max-width: 768px) {

    /* Inputs, select, textarea full width */
    .mobile-contact input,
    .mobile-contact select,
    .mobile-contact textarea {
        width: 100% !important;
        font-size: 14px;
        padding: 10px 12px;
    }

	.mobile-contact {
		display: flex;
		flex-direction: column;
	}

/* Button full width */
    .btn {
        width: 100%;
        text-align: center;
    }

	select.form-input {
		width: 100%;
	}

	.travel-logo.text-center {
		z-index: 1;
		margin: 5px 0px;
	}
	.google-logo {
		z-index: 1;
	}
	
	
  /*	.mobile-order {
      order: 1 !important;
	}
 */
}


