/* Start custom CSS for shortcode, class: .elementor-element-641be24 */#regForm{
box-shadow: 0px 6px 30px 0px #2e3cff47;
padding: 9%;
}
.tab input{
    border-color: #ececec!important;
    border-width: 2px!important;
    padding: 15px 15px;
    border-radius: 5px!important;
}
.custom_form_h1{
display: none;    
}

/*css for image conatiner step3*/
.lblh4{
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}


.from_image_main{
        display: flex;
    justify-content: center;
    gap: 50px;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
}
.form_image{
    display: grid;
    grid-gap: 20px;
    justify-items: center;
    border: 1px solid #add4ff;
    /*background:#ecf5ff; */
    padding: 20px;
    border-radius: 10px;
    width: 280px;
    height: 245px;
}
.form_image:hover{
   background:#ecf5ff;
   border: 1px solid #2f74c1;
}
.lbl_slect{
    text-align: center
}
.form_image select{
    width: 240px;
    border-color: #ececec!important;
    border-width: 2px!important;
    padding: 10px 10px!important;
    border-radius: 5px!important;
}
.form_image img{
    width: 100px;
}

.lbl_slect{
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 700;

}

/*end css for image conatiner step3*/

.main_goal_select select{
    width: 240px;
    border-color: #ececec!important;
    border-width: 2px!important;
    padding: 10px 10px!important;
    border-radius: 5px!important;
}
.main_goal_select label{
        font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}
.what_content{
    display: flex;
    justify-content: center;
    gap: 80px;
    
}
.what_content_image{
    border: 1px solid #add4ff;
    padding: 20px;
    border-radius: 10px;
    width: 280px;
    padding: 20px;
    text-align: center;
}
.what_content_image:hover{
    background: #ecf5ff;
    border: 1px solid #2f74c1;
}
.content_title h4{
    color: #306fb7;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 700;
}

.content_selectbox select{
     
    border-color: #ececec;
    border-width: 2px;
    padding: 10px 10px;
    border-radius: 5px;
}
.content_selectbox label{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}
.what_content_image select{
   border-color: #ececec;
    border-width: 2px;
    padding: 10px 10px;
    border-radius: 5px; 
}
.main_what_content select{
     border-color: #ececec;
    border-width: 2px;
    padding: 10px 10px;
    border-radius: 5px; 
}
.what_content_image label{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}
.main_what_content label{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}
#prevBtn, #prevModal1, #prevModal2, #prevModal3, #prevBenefit1, #prevStep1, #prevUrl1, #prevBenefit2, #prevStep2, #prevUrl2, #prevBenefit3, #prevStep3, #prevUrl3, #prevBenefit4, #prevStep4, #prevUrl4{
    
    background-color: #ff7da5 !important;
    font-size: 20px;
    font-weight: 500;
    padding: 0.3em 3em;
    border: 2px solid #ef492c;
    border-radius: 3px;
    color: #fff!important;
}

#nextBtn, #nextModal, #nextModal1, #nextModal2,#nextAudience, #nextTarget, #nextGoal, #nextObstacle, #nextFeel, #nextBenefitE1, #nextBenefitE2, #nextBenefitE3, #nextBenefitE4, #nextStepE1, #nextStepE2, #nextStepE3, #nextStepE4, #nextGreet, #nextSign, #nextName, #nextImage, #nextFname, #nextLname, #nextEmail, #nextCname, #nextCweb, #nextPhone, #nextPname, #nextUrl, #nextPname1, #nextBenefit1, #nextStep1, #nextUrl1, #nextPname2, #nextBenefit2, #nextStep2, #nextUrl2, #nextPname3, #nextBenefit3, #nextStep3, #nextUrl3, #nextPname4, #nextBenefit4, #nextStep4, #nextUrl4, #nextPreference1, #nextPreference2, #nextPreference3, #nextPreference4, .editBtn{
   
    background-color: #306fb7;
    font-size: 20px;
    font-weight: 500;
    padding: 0.3em 3em;
    border: 2px solid;
    border-radius: 3px solid #306fb7;
    color: #fff!important;
}
.btn_form{
    margin-top: 20px;
}
.last_step_form select{
    border-color: #ececec;
    border-width: 2px;
    padding: 10px 10px;
    border-radius: 5px;
}

.last_step_form label{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

.last_step_form input[type=checkbox] + label {
	padding: 20px;
	border-radius: 5px;
}



/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  outline: 2px solid #bdd1ff;
  border-radius: 10px;
  padding: 20px;
}
.radio_image_inner, .checkbox_image_inner{
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.radio_image_inner img, .checkbox_image_inner img{
    width: 50%;
}
.radio_image_inner select, .checkbox_image_inner select{
    width: 240px;
    border-color: #ececec!important;
    border-width: 2px!important;
    padding: 10px 10px!important;
    border-radius: 5px!important;
    margin: 0 auto;
}
.radio_image_inner label{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px;
    text-align: center;
    border: 1px solid #add4ff;
    border-radius: 10px;
		display: grid;
    width: 310px;
    justify-items: center;
}
.checkbox_image_inner label{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px;
    text-align: center;
    border: 1px solid #add4ff;
    border-radius: 10px;
		display: inline-block !important;
    width: 100%;
    justify-items: left;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox] + label {
	background-color: #ccc;
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px;
    text-align: center;
    border: 1px solid #add4ff;
    border-radius: 10px;
		display: inline-block !important;
    width: 100%;
    justify-items: left;
}
input[type=checkbox]:checked + label{
	color: white;
	background-color: #306fb7;
}
.lbl_radio{
    border:unset !important;
    width: unset !important;
}

.radio_image_inner label:hover{
    background: #ecf5ff;
    border: 1px solid #2f74c1;
}
.seccd_last_step select{
   border-color: #ececec!important;
    border-width: 2px!important;
    padding: 10px 10px!important;
    border-radius: 5px!important;
    margin: 0 auto; 
}

.seccd_last_step label{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px;
    text-align: center;
   
}


.psw{
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
}
.main_psw{
    padding-top: 15px;
    padding-bottom: 10px;
}

.seccd_last_step{
    display: none;
}

/* The Modal Background */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 300px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}
/* The Modal Content*/
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #add4ff;
	border-radius: 20px;
	width: 40%;
}
/* The Close Button*/
.close, .closeFname, .closeLname, .closeEmail, .closePhone, .closeCname, .closeCweb, .closePname, .closeUrl, .closePname1, .closeBenefit1, .closeStep1, .closeUrl1, .closePname2, .closeBenefit2, .closeStep2, .closeUrl2, .closePname3, .closeBenefit3, .closeStep3, .closeUrl3, .closePname4, .closeBenefit4, .closeStep4, .closeUrl4, .closeBenefitE1, .closeBenefitE2, .closeBenefitE3, .closeBenefitE4, .closeStepE1, .closeStepE2, .closeStepE3, .closeStepE4 {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover, .close:focus, .closeFname:hover, .closeFname:focus, .closeLname:hover, .closeLname:focus, .closeEmail:hover, .closeEmail:focus, .closeCname:hover, .closeCname:focus, .closeCweb:hover, .closeCweb:focus, .closePhone:hover, .closePhone:focus, .closePname:hover, .closePname:focus, .closeUrl:hover, .closeUrl:focus, .closePname1:hover, .closePname1:focus, .closeBenefit1:hover, .closeBenefit1:focus, .closeStep1:hover, .closeStep1:focus, .closeUrl1:hover, .closeUrl1:focus, .closePname2:hover, .closePname2:focus, .closeBenefit2:hover, .closeBenefit2:focus, .closeStep2:hover, .closeStep2:focus, .closeUrl2:hover, .closeUrl2:focus, .closePname3:hover, .closePname3:focus, .closeBenefit3:hover, .closeBenefit3:focus, .closeStep3:hover, .closeStep3:focus, .closeUrl3:hover, .closeUrl3:focus, .closePname4:hover, .closePname4:focus, .closeBenefit4:hover, .closeBenefit4:focus, .closeStep4:hover, .closeStep4:focus, .closeUrl4:hover, .closeUrl4:focus, .closeBenefitE1:hover, .closeBenefitE1:focus, .closeBenefitE2:hover, .closeBenefitE2:focus, .closeBenefitE3:hover, .closeBenefitE3:focus, .closeBenefitE4:hover, .closeBenefitE4:focus, .closeStepE1:hover, .closeStepE1:focus, .closeStepE2:hover, .closeStepE2:focus, .closeStepE3:hover, .closeStepE3:focus, .closeStepE4:hover, .closeStepE4:focus
{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
label.center{
	width: 100%;
	border: none !important;
}
caption.preview_caption {
	background-color: #306fb7;
	color: white;
	font-size: 30px;
	font-weight: 600;
}
td.preview_heading, th.preview_data, td.preview_edit {
	font-size: 20px;
	text-align: center;
	border: none;
}
.iti {
	width: 100%;
}/* End custom CSS */