/*
 Theme Name:   Custom Theme
 Theme URI:    http://webappsolutions.co.in
 Description:  A child theme of Twenty Twenty-One WordPress theme.
 Author:       Webapp Solutions
 Author URI:   http://webappsolutions.co.in
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


.visit-footer-main-sec ul li a {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important;
}
.comman_section {
    padding: 120px 0 100px;
}
.booking_form_sec .form-sec {
	box-shadow: 6px 7px 15px 0px rgba(0, 0, 0, 0.10);
	border: 1px solid rgba(30, 30, 30, 0.10);
	background: rgba(255, 255, 255, 1);
	padding: 40px;
	border-radius: 40px;
}
.form-sec .form-full_row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.form-sec .form-full_row .form_full_col {
	padding: 0 15px;
	margin-bottom: 16px;
	flex: 0 0 auto;
	width: 50%;
}
.double_row .form_full_col {
	display: flex;
	gap: 20px;
}
.form_full_col label {
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 30px;
	padding-left: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}
.form_full_col input[type="text"], .form_full_col input[type="email"], .form_full_col input[type="number"], .form_full_col input[type="tel"], .form_full_col input[type="date"], .form_full_col select, .form_full_col textarea {
	width: 100%;
	height: 56px;
	padding: 5px 16px;
	border: 1px solid rgba(208, 208, 208, 0.4);
	border-radius: 15px;
	color: #303030;
	outline: none;
	font-weight: 300;
	background-color: transparent;
}
.submit_custom_btn {
	justify-content: center;
}
.submit-btn input[type="submit"] {
    display: inline-block;
    background-color: #8BC400;
    color: #ffffff;
    padding: 20px 66px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    position: relative;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-family: 'Helvetica Neue';
    z-index: 2;
}

.submit-btn input[type="submit"]:hover {
    background-color: #ef8b1e;
    transition: 0.3s ease-in-out;
}

.double_row .form_full_col .input-filed {
	width: 50%;
}

.party_term_sec ul {
	padding-left: 20px;
}
.party_term_sec ul li {
	font-size: 18px;
	line-height: 36px;
	list-style-type: auto;
}
.form-full_row.submit_custom_btn {
	margin-top: 20px;
}
.main_menu_sec{justify-content: center;}

.defult_page_text p {
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
}

.defult_page_text h3 {
	font-size: 38px;
	font-weight: 500;
	line-height: 60px;
}

.defult_page_text h4 {
	font-size: 24px;
	font-weight: 400;
	line-height: 44px;
}
.defult_page_text ul {
	padding-left: 40px;
	margin: 10px 0;

}
.defult_page_text ul > li {
	padding-left: 10px;
	padding-bottom: 15px;
	list-style: disc;
}


@media screen and (max-width: 767px) {
	.booking_form_sec .form-sec {
	padding: 20px;
	border-radius: 20px;
}
  .form-sec .form-full_row .form_full_col {
    width: 100%;
  }
}