/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 16 2026 | 13:24:23 */
.vip-forms .row {
	display: flex;
	justify-content: space-between;
	margin-left: 0px !important;
}

.vip-forms .row-one div {
	width: 23%;
}

.vip-forms .row-two div {
	width: 23%;
}

.vip-forms .row-two .form-date-input {
	width: 48%;
}

.vip-forms .row-three div {
	width: 97%;
}

.vip-forms input, select {
	width: 100%;
	background-color: #f6f6f6;
	border: none !important;
	border-bottom: 2px solid #000 !important;
	border-radius: 0px !important;
}

.vip-forms input[type="date"] {
	width: 100%;
	border-bottom: 0px solid #000 !important;
	margin-left: 0%;
	padding: 7px 20px !important;
	text-transform: uppercase;
}

.vip-forms input[type="date"]:before {
/* 	display: none; */
	color: #000;
	top: 8px;
    right: 10px;
}

.vip-forms input[type="tel"] {
	padding: 8px 6px !important;
}

.vip-forms input:focus {
	background: #f6f6f6 !important;
}

.vip-forms label {
	border-bottom: 2px solid #000 !important;
	border-radius: 0px !important;
	line-height: 32px !important;
	padding: 0 0 0 8px;
}

.vip-forms select {
	padding: 8px 6px !important;
    line-height: 18px !important;
}

.vip-forms textarea {
	background-color: #f6f6f6;
	border: 2px solid #000 !important;
}

.vip-forms input[type="submit"] {
	width: 18% !important;
    font-size: 15px !important;
	float: left;
}

.vip-forms input[type="submit"]:focus {
	background: #000 !important;
}

.vip-forms .wpcf7-spinner {
	margin: 0;
    top: 10px;
    left: -33px;
}

@media (min-width: 40em) {
	.page-id-5883600 #wpcf7-f5883603-p5883600-o8 .vip-forms .row-three div {
		width: 100%;
	}
}



#wpcf7-f5883603-p5883600-o8 input[type=date] {
    margin-bottom: 0px !important;
}

.pum-theme-1350851 .vip-forms input, select {
    background-color: transparent;
}

.pum-theme-1350851 .vip-forms textarea {
    background-color: transparent;
}

.pum-theme-1350851 .form-date-input label {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 769px) and (max-width: 990px) {
	.vip-forms input[type="date"] {
		width: 100% !important;
		margin-left: 0!important;
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	
	.vip-forms .row {
		flex-direction: column;
	}
	
	.vip-forms .row-one div {
		width: 100%;
	}

	.vip-forms .row-two div {
		width: 100%;
	}

	.vip-forms .row-two .form-date-input {
		width: 100%;
	}

	.vip-forms .row-three div {
		width: 100%;
	}
	
	.vip-forms input[type="submit"] {
		width: 30% !important;
	}
}

@media only screen and (min-width: 385px) and (max-width: 430px){
	.vip-forms input[type="date"] {
		width: 100%!important;
		margin-left: 0%!important;
		margin-top: 0;
	}
}

@media only screen and (max-width: 480px) {
	.vip-forms input[type="submit"] {
		width: 32% !important;
		font-size: 13px !important;
	}
}


@media only screen and (max-width: 380px) {
	.pum-theme-1350851 input[type="date"] {
		width: 100%!important;
		margin-left: 0%!important;
		margin-top: 0;
	}
}

