@media all and (max-width: 989px) {
	.mt-1 {
		margin-top: 5px;
	}

	.vtd_row .col-12 {
		width: 100% !important;
		text-align: center !important;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	.vtd_row .mobhide {
		display: none;
	}
	.vtd_row .col-10 {
		width: 100% !important;
		text-align: center !important;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	.vtd_row .col-6 {
		width: 100% !important;
		text-align: center !important;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	.vtd_row .col-1 {
		width: 100% !important;
		text-align: center !important;
		padding-top: 2px;
		padding-bottom: 2px;
	}

.vtd_row .col-1 select {
	width: 100px;
}

.vtouch-portal-error {
	background: #fff7e6;
	border: 1px solid #f0c36d;
	color: #5c4600;
	padding: 16px;
	border-radius: 4px;
	margin: 12px 0;
	line-height: 1.5;
}

	.vtd_row .col-5 {
		width: 100% !important;
		text-align: center !important;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	.vtd_row .col-3 {
		width: 100% !important;
		text-align: center !important;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	.vtd_row .col-2 {
		width: 100% !important;
		text-align: center !important;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	.vtd_row .col-9 {
		width: 100% !important;
		text-align: center !important;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	.vtd_row .col-7 {
		width: 100% !important;
		text-align: center !important;
		padding-top: 2px;
		padding-bottom: 2px;
	}

}

.vtd_row {
	display: flex;
	border-bottom: 1px solid grey;
	padding: 10px;
}

.elementor-widget-container section.wpb-content-wrapper {
	padding: 100px 0px;
}

.vtd_row .col-10 {
	width: 83.333333%;
	float: left;
}

.jconfirm-title {
	font-weight: bold;
	font-size: 14px !important;
}

.vtd_row .col-9 {
	width: 75%;
	float: left;
}

.vtd_row .col-6 {
	width: 50%;
	float: left;
}

.vtd_row .col-2 {
	width: 16.66666666666%;
	float: left;
}

.vtd_row .col-5 {
	width: 41.6666666666%;
	float: left;
}

.vtd_row .col-1 {
	width: 8.33333333333%;
	float: left;
}

.vtd_row .col-3 {
	width: 25%;
	float: left;
}

.vtd_row .col-7 {
	width: 58.333333333%;
	float: left;
}

.vtd_row .title {
	text-align: center;
	font-weight: bold;
}

#search {
	background-color: #fff !important;
	color: var(--default-color) !important;
	display: block !important;
	text-align: right;
	float: right;
}

.vtd_row .button {
	font-family: montserrat, Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: -.2px;
    word-spacing: 0;
    border-style: none;
    border-radius: 40px 40px 40px 40px;
    display: inline-block;
    background: #abb491;
    padding: 12px 20px;
    color: white;
    margin-top: 20px;
	transition: all 0.3s ease;
}

.vtd_row .button:hover {
	color: white;
	background: #8c9477;
}

#frm_checkout_email_address #checkout_email_address {
	width: 100% !important;
    box-shadow: none !important;
    border-radius: 16px;
    overflow: hidden;
    padding: 10px 20px;
    font-family: "Montserrat", Sans-serif !important;
    border: 1px solid;
    max-width: 400px;
}

.checkout-label {
	margin-bottom: 10px;
	color: var(--e-global-color-text);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 20px;
    font-weight: var(--e-global-typography-primary-font-weight);
}

#frm_bking_checkout2 {
	display: flex;
	flex-wrap: wrap;
}
