.membership-form {
	font-family: Poppins;
}
.membership-box-col .wpcf7-form {
	margin: 0;
    max-width: 100%;
}
.membership-box-col .form-title {
	color: #FF9900;
	font-size: 26px;
    padding-bottom: 12px;
}
.input-title {
	width: 100%;
	color: #0C0C0C;
	font-weight: 500;
	font-size: 16px;
}
.membership-box-col .wpcf7-form-control-wrap select {
	width: 100%;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #E2DFEB;
    margin-bottom: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
	margin-top: 10px;
}
.membership-box-col .wpcf7-form-control-wrap  input {
	width: 100%;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #E2DFEB;
    margin-bottom: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
	margin-top: 10px;
	font-size: 14px;
}
.form-border {
	border: 1px solid #E2DFEB;
	margin-top: 16px;
    margin-bottom: 43px !important;
}
.form-icon {
	color: #fe3308;
}
.form-checkbox label {
	display: flex;
}
.form-checkbox input {
	max-width: 14px;
    margin-right: 12px;
    margin-top: 0 !important;
    max-height: 25px;
}
.form-checkbox .wpcf7-list-item-label {
	min-width: 100%;
}
.form-redio-btn label {
	display: flex;
}
.form-redio-btn input {
	max-width: 13px;
    max-height: 12px;
    margin-top: 6px !important;
    margin-right: 7px;
}
.form-redio-btn .first,
.form-checkbox .first {
   margin: 0;
}
.form-redio-btn .wpcf7-list-item-label {
	color: #0C0C0C;
    font-size: 16px;
	font-weight: 600;
}
.payment-offline-box .payment-details {
	border: 1px solid #E2DFEB;
    padding: 25px 25px 25px;
	font-size: 16px;
}
.text-lite {
	font-weight: 400 !important;
}
.text-bold {
	color: #0C0C0C;
	font-weight: 500;
}
.form-redio-btn label {
	display: block;
}
.membership-form .wpcf7-form-control-wrap {
	margin-bottom: 0px !important;
}
.bank-statement {
	width: 100%;
}
.form-submit-btn {
	min-width: 108px;
    min-height: 47px;
    text-transform: none !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    background-color: #FF9900 !important;
	border-radius: 0;
}
.form-submit-btn:hover {
	background-color: #000 !important;
    transition: 0.5s;
}

.form-btn-box{
	padding-top: 30px;
    padding-left: 0 !important;
}
.membership-main-title {
	color: #828282;
    font-size: 36px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 25px;
}
.lite-text .wpcf7-list-item-label {
	font-size: 14px;
	font-weight: 400;
}
.redio-lite .wpcf7-list-item-label {
	font-size: 14px;
    font-weight: 400;
}
.redio-lite .wpcf7-form-control-wrap input {
	margin: 0;
}

/* new form css */
.membership-form-input {
	width: 100%;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #E2DFEB;
    margin-bottom: 2px;
    -webkit-box-shadow: none;
    box-shadow: none !important;
    margin-top: 10px;
}
.form-redio-btn {
	display: flex;
    gap: 16px;
    flex-flow: wrap;
    margin-bottom: 25px;
}
.form-title {
	color: #FF9900;
	font-size: 26px;
    padding-bottom: 12px;
}
.sq-card-wrapper .sq-card-iframe-container {
	height: 50px !important;
}
.membership-success-msg {
	border: 1px solid;
    padding: 14px;
    background-color: #83dba9;
    color: #000000;
    font-weight: bold;
    border-color: #83dba9;
}
@media screen and (max-width: 767px) {
	.sq-card-wrapper .sq-card-iframe-container {
		height: auto !important;
	}
}