<style>
.covid-survey-form-tabs {
    justify-content: center;
    display: flex;
    border: 0px;
}
.covid-survey-form-tabs li a {
    border: 1px solid #000 !important;
    margin: 0px 15px;
    border-radius: 50px !important;
    font-size: 17px !important;
    padding: 4px 20px 4px !important;
    align-items: center;
    display: flex !important;
    cursor: default;
}
.covid-survey-form-tabs li a span {
    border: 1px solid #000;
    border-radius: 100%;
    padding: 3px 10px;
    position: relative;
    right: -17px;
}
.covid-survey-form-tabs .active a {
    background: #c74554 !important;
    color: #fff !important;
    border: 1px solid #c74554 !important;
}
.covid-survey-form-tabs .active a span {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}
.covid-survey-form-tabs li:first-child a {
    margin-right: 0px;
}
.covid-survey-form-tabs li:last-child a {
    margin-left: 0px;
}
.covid-survey-form-tab-content .stepone-img-col {
    text-align: center;
}
/* Step 2 css start */
.csf-basicinfo-col .form-group {
    width: 100%;
}
.csf-basicinfo-col input.form-control, .csf-basicinfo-col input.form-control:focus {
    width: 100% !important;
    border: 1px solid #000;
    border-radius: 4px;
    color: #000;
    font-family: "Muli";
}
.csf-basicinfo-col input::placeholder{
	color: #000;
}
#age-when-diagnosed {
    width: auto !important;
    margin-bottom: 0;
}
.csf-stepone-row input#tab-content1_btn, .csf-steptwo-row input.steptwo-submit, .csf_stept3_submit {
    background: #c74554;
    border: 1px solid #c74554;
    padding: 7px 25px;
    border-radius: 50px;
    font-size: 17px;
    color: #fff;
    outline: none !important;
    box-shadow: 0px 0px !important;
    margin-top: 15px;
}
.csf-stepone-row input#tab-content1_btn:hover, .csf-steptwo-row input.steptwo-submit:hover, .csf_stept3_submit:hover{
	background: transparent;
    color: #c74554;
}
/* Step 2 css end */

/* Step 3 css start */
.mental-health-issue-title {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
    margin-top: 25px;
}
.mental-health-issue-title:before {
    content: '';
    border-bottom: 1px solid #c74554;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    z-index: -1;
}
.mental-health-issue-title span {
    background-color: #c74554;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 19px;
}

/* Step 3 css end */
@media(min-width:768px){
	.csf-stepone-row, .csf-steptwo-row {
		display: flex;
		align-items: center;
	}
}
</style>

<ul class="nav nav-tabs covid-survey-form-tabs">
  <li class="active" id = "tabb1"><a data-toggle="tab" href="#csf-step1">Step <span>1</span></a></li>
  <li  id = "tabb2"><a data-toggle="tab" href="#csf-step2">Step <span>2</span></a></li>
  <li  id = "tabb3"><a data-toggle="tab" href="#csf-step3">Step <span>3</span></a></li>
</ul>

<div class="tab-content covid-survey-form-tab-content">

  <div id="csf-step1" class="tab-pane fade in active">
		<div class="row csf-stepone-row">
			<div class="col-md-5 col-xs-12 stepone-img-col">
				<div class="stepone-img-colinner">
					<img src="https://conquerpcos.org/wp-content/uploads/2021/01/conquerpcos-csf-img-crop.png" />
				</div>
			</div>
			<div class="col-md-7 col-xs-12 stepone-content-col">
				<div class="stepone-content-colinner">
					<div class="survey-title">
						<h2>Survey Form for PCOS Patients</h2>						
					</div>
					<div class="stepone-content">
						<p>People suffering from Non-COVID conditions bore the brunt of the pandemic and the lockdown as they were unable to avail health services when movement was restricted across the country. In a bid to understand how the pandemic has affected those with PCOS, we request you to please take five minutes of your time to complete this survey! We will send you the results of the survey through email.</p>
						<input class="stepone-submit" type="button" name="submit" value="Let's Go Ahead" id = 'tab-content1_btn' onclick = "chnage_tab();">
					</div>
				</div>
			</div>
		</div>
  </div>
  
  <div id="csf-step2" class="tab-pane fade">
    <form method="post" class="form-inline" action="" id = "my_form1">
		<div class="row csf-steptwo-row">
			<div class="col-md-5 col-sm-5 col-xs-12 stepone-img-col">
				<div class="stepone-img-colinner">
					<img src="https://conquerpcos.org/wp-content/uploads/2021/01/conquerpcos-csf-img-crop.png" />
				</div>
			</div>
			<div class="col-md-7 col-sm-7 col-xs-12 steptwo-content-col">
				<div class="steptwo-content-colinner">						
					<div class="steptwo-content">
						<div class="row csf-basicinfo-row">
							<div class="col-md-4 col-sm-6 csf-basicinfo-col">
								<div class="form-group">   
									<input type="text" class="form-control" name = "user_name" id="user_name" placeholder="Name">
								</div>
							</div>
							<div class="col-md-4 col-sm-6 csf-basicinfo-col">
								<div class="form-group"> 
									 <input type="number" class="form-control" id="DOB" name = "DOB" placeholder="Age">
								</div>
							</div>
							<div class="col-md-4 col-sm-6 csf-basicinfo-col">
								<div class="form-group">   
									<input type="email" class="form-control" id="mail_id" name = "mail_id" placeholder="Email ID">
								</div>
							</div>									
						</div>
						<div class="row csf-basicinfo-row">
							<div class="col-md-12 csf-basicinfo-col">
								<div class="form-group">
									<label>Your age when you were diagnosed with PCOS</label>
									<input type="number" class="form-control" id="diagnosed_year" name = "diagnosed_year" placeholder="Age">
								</div>
							</div>
						</div>								
						<div class="row csf-basicinfo-row">
							<div class="col-md-6 csf-basicinfo-col">
								<div class="form-group">
									<div class="inline-radio">
										<p>Are you Married?</p>
										<div class="radion-inline">
											<label class="radio-inline">
												<input type="radio" name="married" id = 'married'  value = 'Yes'><span class="inrad-labe">Yes</span>
											</label>
											<label class="radio-inline">
												<input type="radio" name="married" id = 'married1' value = 'No'><span class="inrad-labe">No</span>
											</label>
										</div>
									</div>
								</div>
							</div>
							<div class="col-md-6 csf-basicinfo-col">
								<div class="form-group">
									<div class="inline-radio">
										<p>Do you have Kid/Kids?</p>
										<div class="radion-inline">
											<label class="radio-inline">
												<input type="radio" name="have_children" id = 'have_children_yes'  value = 'Yes'><span class="inrad-labe">Yes</span>
											</label>
											<label class="radio-inline">
												<input type="radio" name="have_children" id = 'have_children_no' value = 'No'><span class="inrad-labe">No</span>
											</label>
										</div>
									</div>
								</div>
							</div>	
						</div>
						<div class="alert alert-danger" style = 'display: none'>
							<strong id = "fileds_er">Please fill out all field properly.</strong>
						</div>
						<input class="steptwo-submit" type="submit" name="basic_info" value="Submit">
						<img class = "loading" src = "https://conquerpcos.org/wp-content/uploads/2020/02/ajax-loader-1.gif" style = "display: none;">
						<div id = 'res'></div>
					</div>
				</div>
			</div>
		</div>
	</form>
  </div>
  
  <div id="csf-step3" class="tab-pane fade">		
	<form method="POST" action = "" id = "question_form">
		  <style>
#csf-step3 {
    padding-left: 15px;
    padding-right: 15px;
}
.csf-quetion-weight {
    font-weight: 600;
}
.csf-step-3-form label {
    margin-left: 10px;
}
.csf-step3-any-reason-field {
    color: #000000 !important;
    font-weight: 300;
}
.csf-step3-any-reason-field {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
}
.csf-step3-any-reason-col {
    display: inline-flex;
}
.csf-step-3-submit-btn {
    text-align: center;
}
.csf-step-3-que-lr-padding {
    padding-left: 15px;
    padding-right: 15px;
}
.csr-question-bottom-space {
    margin-bottom: 15px;
}
.csf_stept3_submit{
	margin-top: 30px;
}
.csf-form-submit-msg {
    position: fixed;
	top: 0 !important;
}
.csf-form-submit-msg .modal-header {
    border-bottom: 0;
	padding: 0;
	min-height: 0;
}
.csf-form-submit-msg .modal-header button.close {
    position: absolute;
    right: -25px;
    top: -15px;
    background-color: #c74554;
    border: 1px solid #c74554;
    opacity: 1;
    text-shadow: none;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.csf-form-submit-msg .modal-header button.close:hover {
    background-color: #ffffff;
    color: #c74554;
}
.csf-form-submit-msg div#mail_ids1 {
    margin-bottom: 0;
}
.increased-work-load-col {
    width: fit-content;
}
.csf-form-submit-msg .modal-body {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}
@media(max-width:767px){
	.csf-step-3-que-lr-padding, .csf-lr-no-paddings {
		padding-left: 0;
		padding-right: 0;
	}	
	.csf-form-submit-msg .modal-header button.close{
		right: -5px;
		top: -2px;
	}
}
@media(min-width:768px){
	.csf-step3-any-reason-col label {
		width: 200px;
	}	
}
@media(min-width:992px){
	.modal {
	  text-align: center;
	  padding: 0!important;
	}

	.modal:before {
	  content: '';
	  display: inline-block;
	  height: 100%;
	  vertical-align: middle;
	}

	.modal-dialog {
	  display: inline-block;
	  text-align: left;
	  vertical-align: middle;
	}
}
.mental-health-issue-title{
	margin-bottom: 60px;
}
.csf-tab-title-top-space {
    margin-top: 55px;
}
</style>
<div class="row" style="text-align: center;">
	<p>You have been diagnosed with PCOS and have been managing with lifestyle changes as per your doctor’s advice.</p>
	<p>With the COVID-19 Pandemic and the lockdown since March 2020, has it affected you in any of the following parameters?</p>
	<p class="mental-health-issue-title"><span>Mental Health Issues</span></p>
</div>
<div class="row csf-step-3-form csf-step-3-que-lr-padding csr-question-bottom-space">
	<input type="hidden" name="recent_id" id = "recent_id">

	<p class="csf-quetion-weight">1. Have you ever been diagnosed with any of the following conditions by a doctor or therapist?</p>
	<div class="col-sm-2">
		<input type='radio' name='have_you_ever_been_diagnosed' value='Depression' id="csf-quetion1"/><label for="csf-quetion1">Depression</label>
	</div>
	<div class="col-sm-2">
		<input type='radio' name='have_you_ever_been_diagnosed' value='Anxiety' id="csf-quetion2"/><label for="csf-quetion2">Anxiety</label>
	</div>
	<div class="col-sm-2">
		<input type='radio' name='have_you_ever_been_diagnosed' value='Mood Disorder' id="csf-quetion3"/><label for="csf-quetion3">Mood Disorder</label>
	</div>
	<div class="col-sm-2">
		<input type='radio' name='have_you_ever_been_diagnosed' value='Eating Disorder' id="csf-quetion4"/><label for="csf-quetion4">Eating Disorder</label>
	</div>
	<div class="col-sm-2">
		<input type='radio' name='have_you_ever_been_diagnosed' value='NOTA' id="csf-quetion59"/><label for="csf-quetion59">NOTA</label>
	</div>
</div>

<div class="row csf-step-3-form csf-step-3-que-lr-padding csr-question-bottom-space">
	<p class="csf-quetion-weight">2. If yes, has it worsened during the pandemic?</p>
	<div class="col-sm-3">
		<input type='radio' name='during_the_pandemic' value='Yes' id="csf-quetion5"/><label for="csf-quetion5">Yes</label>
	</div>
	<div class="col-sm-3">
		<input type='radio' name='during_the_pandemic' value='No' id="csf-quetion6"/><label for="csf-quetion6">No</label>
	</div>	
</div>

<div class="row csf-step-3-form csf-step-3-que-lr-padding csr-question-bottom-space">
	<p class="csf-quetion-weight">3. What according to you is the reason for the worsening of your condition?</p>
	<div class="col-sm-4">
		<input type='radio' name='worsening_of_your_condition' value='Unable to go out of the house.' id="csf-quetion7"/><label for="csf-quetion7">Unable to go out of the house.</label>
	</div>
	<div class="col-sm-4">
		<input type='radio' name='worsening_of_your_condition' value='Unable to meet with your friends' id="csf-quetion8"/><label for="csf-quetion8">Unable to meet with your friends</label>
	</div>
	<div class="col-sm-4">
		<input type='radio' name='worsening_of_your_condition' value='Unable to meet your partner' id="csf-quetion9"/><label for="csf-quetion9">Unable to meet your partner</label>
	</div>
	<div class="col-sm-4">
		<input type='radio' name='worsening_of_your_condition' value='Unable to meet your family' id="csf-quetion60"/><label for="csf-quetion60">Unable to meet your family</label>
	</div>
	<div class="col-sm-4">
		<input type='radio' name='worsening_of_your_condition' value='Increased domestic work at home' id="csf-quetion10"/><label for="csf-quetion10">Increased domestic work at home</label>
	</div>
	<div class="col-sm-4">
		<input type='radio' name='worsening_of_your_condition' value='Lack of privacy' id="csf-quetion11"/><label for="csf-quetion11">Lack of privacy</label>
	</div>
	<div class="col-sm-9 increased-work-load-col">
		<input type='radio' name='worsening_of_your_condition' value='Increased work load with the work from home situation.' id="csf-quetion12"/><label for="csf-quetion12">Increased work load with the work from home situation.</label>
	</div>
	<div class="col-sm-3">
		<input type='radio' name='worsening_of_your_condition' value='Loss of job.' id="csf-quetion13"/><label for="csf-quetion13">Loss of job.</label>
	</div>
	<div class="col-sm-9 csf-step3-any-reason-col">
		<input type='radio' name='worsening_of_your_condition' value='Any_other_reason' id="csf-quetion14"/><label for="csf-quetion14">Any other reason:</label>
		<input type="text" class="form-control csf-step3-any-reason-field" id="worsening_of_your_condition_oter" name="worsening_of_your_condition_oter" placeholder="Type Here....">
	</div>
</div>

<div class="row csr-question-bottom-space">
<div class="col-sm-6 csf-step-3-form csf-lr-no-paddings">
	<p class="csf-quetion-weight">4. Were you undergoing any counseling for your mental health issues before the lockdown?</p>
	<div class="col-sm-3">
		<input type='radio' name='health_issues_before_the_lockdown' value='Yes' id="csf-quetion15"/><label for="csf-quetion15">Yes</label>
	</div>
	<div class="col-sm-3">
		<input type='radio' name='health_issues_before_the_lockdown' value='No' id="csf-quetion16"/><label for="csf-quetion16">No</label>
	</div>	
</div>

<div class="col-sm-6 csf-step-3-form csf-lr-no-paddings">
	<p class="csf-quetion-weight">5. Did your treatment stop during the lockdown?</p>
	<div class="col-sm-3">
		<input type='radio' name='treatment_stop_during_the_lockdown' value='Yes' id="csf-quetion17"/><label for="csf-quetion17">Yes</label>
	</div>
	<div class="col-sm-3">
		<input type='radio' name='treatment_stop_during_the_lockdown' value='No' id="csf-quetion18"/><label for="csf-quetion18">No</label>
	</div>	
</div>
</div>

<div class="row csr-question-bottom-space">
	<div class="col-sm-6 csf-step-3-form csf-lr-no-paddings">
		<p class="csf-quetion-weight">6. Did you do a digital consult with your therapist during the lockdown?</p>
		<div class="col-sm-3">
			<input type='radio' name='therapist_during_the_lockdown' value='Yes' id="csf-quetion19"/><label for="csf-quetion19">Yes</label>
		</div>
		<div class="col-sm-3">
			<input type='radio' name='therapist_during_the_lockdown' value='No' id="csf-quetion20"/><label for="csf-quetion20">No</label>
		</div>	
	</div>

	<div class="col-sm-6 csf-step-3-form csf-lr-no-paddings">
		<p class="csf-quetion-weight">7. Were you satisfied with the digital consult?</p>
		<div class="col-sm-3">
			<input type='radio' name='digital_consult' value='Yes' id="csf-quetion21"/><label for="csf-quetion21">Yes</label>
		</div>
		<div class="col-sm-3">
			<input type='radio' name='digital_consult' value='No' id="csf-quetion22"/><label for="csf-quetion22">No</label>
		</div>	
	</div>
</div>

<div class="row csf-step-3-form csf-step-3-que-lr-padding">
	<p class="csf-quetion-weight">8. If No, please mention why?</p>
	<div class="col-sm-6">
		<input type="text" class="form-control csf-step3-any-reason-field" id="no_consult" name="no_consult" placeholder="Type Here....">
	</div>	
</div>

<p class="mental-health-issue-title csf-tab-title-top-space"><span>Menstrual Health</span></p>

<div class="row">
<div class="col-sm-4 csf-step-3-form csf-lr-no-paddings">
	<p class="csf-quetion-weight">1. Have you had delayed periods in the last 10months?</p>
	<div class="col-sm-3">
		<input type='radio' name='have_you_had_delayed_periods' value='Yes' id="csf-quetion23"/><label for="csf-quetion23">Yes</label>
	</div>
	<div class="col-sm-3">
		<input type='radio' name='have_you_had_delayed_periods' value='No' id="csf-quetion24"/><label for="csf-quetion24">No</label>
	</div>	
</div>

<div class="col-sm-4 csf-step-3-form csf-lr-no-paddings">
	<p class="csf-quetion-weight">2. Have you had any painful periods in the last 10 months?</p>
	<div class="col-sm-3">
		<input type='radio' name='have_you_had_any_painful_periods' value='Yes' id="csf-quetion25"/><label for="csf-quetion25">Yes</label>
	</div>
	<div class="col-sm-3">
		<input type='radio' name='have_you_had_any_painful_periods' value='No' id="csf-quetion26"/><label for="csf-quetion26">No</label>
	</div>	
</div>

<div class="col-sm-4 csf-step-3-form csf-lr-no-paddings">
	<p class="csf-quetion-weight">3. Have you had bloating in the last 10 months?</p>
	<div class="col-sm-3">
		<input type='radio' name='have_you_had_bloating' value='Yes' id="csf-quetion27"/><label for="csf-quetion27">Yes</label>
	</div>
	<div class="col-sm-3">
		<input type='radio' name='have_you_had_bloating' value='No' id="csf-quetion28"/><label for="csf-quetion28">No</label>
	</div>	
</div>
</div>

<p class="mental-health-issue-title csf-tab-title-top-space"><span>Body Image Issues</span></p>

<div class="row csr-question-bottom-space">
<div class="col-sm-6 csf-step-3-form csf-lr-no-paddings">
	<p class="csf-quetion-weight">1. Have you gained weight in the last 10 months?</p>
	<div class="col-sm-3">
		<input type='radio' name='you_gained_weight' value='Yes' id="csf-quetion29"/><label for="csf-quetion29">Yes</label>
	</div>
	<div class="col-sm-3">
		<input type='radio' name='you_gained_weight' value='No' id="csf-quetion30"/><label for="csf-quetion30">No</label>
	</div>	
</div>

<div class="col-sm-6 csf-step-3-form csf-lr-no-paddings">
	<p class="csf-quetion-weight">2. Have you had difficulty in maintaining a healthy diet in the last 10 months?</p>
	<div class="col-sm-3">
		<input type='radio' name='maintaining_a_healthy_diet' value='Yes' id="csf-quetion31"/><label for="csf-quetion31">Yes</label>
	</div>
	<div class="col-sm-3">
		<input type='radio' name='maintaining_a_healthy_diet' value='No' id="csf-quetion32"/><label for="csf-quetion32">No</label>
	</div>	
</div>
</div>

<div class="row csr-question-bottom-space">
<div class="col-sm-6 csf-step-3-form">
	<p class="csf-quetion-weight">3. Have you had difficulty in maintaining your pre-COVID exercise routine in the last 10 months?</p>
	<div class="col-sm-3">
		<input type='radio' name='your_pre_COVID_exercise' value='Yes' id="csf-quetion33"/><label for="csf-quetion33">Yes</label>
	</div>
	<div class="col-sm-3">
		<input type='radio' name='your_pre_COVID_exercise' value='No' id="csf-quetion34"/><label for="csf-quetion34">No</label>
	</div>	
</div>

<div class="col-sm-6 csf-step-3-form csf-lr-no-paddings">
	<p class="csf-quetion-weight">4. Have you had any acne problems in the last 10 months?</p>
	<div class="col-sm-3">
		<input type='radio' name='any_acne_problems' value='Yes' id="csf-quetion35"/><label for="csf-quetion35">Yes</label>
	</div>
	<div class="col-sm-3">
		<input type='radio' name='any_acne_problems' value='No' id="csf-quetion36"/><label for="csf-quetion36">No</label>
	</div>	
</div>
</div>

<div class="row csr-question-bottom-space">
<div class="col-sm-6 csf-step-3-form csf-lr-no-paddings">
	<p class="csf-quetion-weight">5. Have you had any abnormally thick hair growth on your face or body in the last 10 months?</p>
	<div class="col-sm-3">
		<input type='radio' name='abnormally_thick_hair_growth' value='Yes' id="csf-quetion37"/><label for="csf-quetion37">Yes</label>
	</div>
	<div class="col-sm-3">
		<input type='radio' name='abnormally_thick_hair_growth' value='No' id="csf-quetion38"/><label for="csf-quetion38">No</label>
	</div>	
</div>

<div class="col-sm-6 csf-step-3-form csf-lr-no-paddings">
	<p class="csf-quetion-weight">6. Were you undergoing any laser treatment before the pandemic?</p>
	<div class="col-sm-3">
		<input type='radio' name='undergoing_any_laser' value='Yes' id="csf-quetion39"/><label for="csf-quetion39">Yes</label>
	</div>
	<div class="col-sm-3">
		<input type='radio' name='undergoing_any_laser' value='No' id="csf-quetion40"/><label for="csf-quetion40">No</label>
	</div>	
</div>
</div>

<div class="row">
<div class="col-sm-6 csf-step-3-form csf-lr-no-paddings">
	<p class="csf-quetion-weight">7. If yes, did have any difficulty in continuing the treatment in the last 10 months?</p>
	<div class="col-sm-3">
		<input type='radio' name='csf_que_41' value='Yes' id="csf-quetion41"/><label for="csf-quetion41">Yes</label>
	</div>
	<div class="col-sm-3">
		<input type='radio' name='csf_que_41' value='No' id="csf-quetion42"/><label for="csf-quetion42">No</label>
	</div>	
</div>
</div>

<p class="mental-health-issue-title"><span>Fertility Issues</span></p>

<div class="row csr-question-bottom-space">
<div class="col-sm-6 csf-step-3-form csf-lr-no-paddings">
	<p class="csf-quetion-weight">1. Do you have difficulty in getting pregnant?</p>
	<div class="col-sm-3">
		<input type='radio' name='csf_que_43' value='Yes' id="csf-quetion43"/><label for="csf-quetion43">Yes</label>
	</div>
	<div class="col-sm-3">
		<input type='radio' name='csf_que_43' value='No' id="csf-quetion44"/><label for="csf-quetion44">No</label>
	</div>	
</div>

<div class="col-sm-6 csf-step-3-form csf-lr-no-paddings">
	<p class="csf-quetion-weight">2. Were you undergoing any treatment to conceive before the lockdown?</p>
	<div class="col-sm-3">
		<input type='radio' name='csf_que_45' value='Yes' id="csf-quetion45"/><label for="csf-quetion45">Yes</label>
	</div>
	<div class="col-sm-3">
		<input type='radio' name='csf_que_45' value='No' id="csf-quetion46"/><label for="csf-quetion46">No</label>
	</div>	
</div>
</div>

<div class="row csr-question-bottom-space">
<div class="col-sm-6 csf-step-3-form csf-lr-no-paddings">
	<p class="csf-quetion-weight">3. Did your treatment get interrupted during the lockdown?</p>
	<div class="col-sm-3">
		<input type='radio' name='csf_que_47' value='Yes' id="csf-quetion47"/><label for="csf-quetion47">Yes</label>
	</div>
	<div class="col-sm-3">
		<input type='radio' name='csf_que_47' value='No' id="csf-quetion48"/><label for="csf-quetion48">No</label>
	</div>	
</div>

<div class="col-sm-6 csf-step-3-form csf-lr-no-paddings">
	<p class="csf-quetion-weight">4. Did you try any other form of therapy to conceive during the lockdown?</p>
	<div class="col-sm-3">
		<input type='radio' name='csf_que_49' value='Yes' id="csf-quetion49"/><label for="csf-quetion49">Yes</label>
	</div>
	<div class="col-sm-3">
		<input type='radio' name='csf_que_49' value='No' id="csf-quetion50"/><label for="csf-quetion50">No</label>
	</div>	
</div>
</div>

<div class="row">
	<div class="col-sm-6 csf-step-3-form csf-lr-no-paddings">
		<p class="csf-quetion-weight">5. Did you get pregnant during the lockdown?</p>
		<div class="col-sm-3">
			<input type='radio' name='csf_que_51' value='Yes' id="csf-quetion51"/><label for="csf-quetion51">Yes</label>
		</div>
		<div class="col-sm-3">
			<input type='radio' name='csf_que_51' value='No' id="csf-quetion52"/><label for="csf-quetion52">No</label>
		</div>	
	</div>
</div>

<p class="mental-health-issue-title"><span>Issues with accessing medical help</span></p>

<div class="row csr-question-bottom-space">
<div class="col-sm-6 csf-step-3-form csf-lr-no-paddings">
	<p class="csf-quetion-weight">1. Did you face any difficulty in connecting with your doctor in the last 10 months?</p>
	<div class="col-sm-3">
		<input type='radio' name='csf_que_53' value='Yes' id="csf-quetion53"/><label for="csf-quetion53">Yes</label>
	</div>
	<div class="col-sm-3">
		<input type='radio' name='csf_que_53' value='No' id="csf-quetion54"/><label for="csf-quetion54">No</label>
	</div>	
</div>

<div class="col-sm-6 csf-step-3-form csf-lr-no-paddings">
	<p class="csf-quetion-weight">2. Did you have any teleconsultation with your doctor in the last 10 months?</p>
	<div class="col-sm-3">
		<input type='radio' name='csf_que_54' value='Yes' id="csf-quetion55"/><label for="csf-quetion55">Yes</label>
	</div>
	<div class="col-sm-3">
		<input type='radio' name='csf_que_54' value='No' id="csf-quetion56"/><label for="csf-quetion56">No</label>
	</div>	
</div>
</div>

<div class="row">
<div class="col-sm-6 csf-step-3-form csf-lr-no-paddings">
	<p class="csf-quetion-weight">3. Were you satisfied with the teleconsultion you had with your doctor.</p>
	<div class="col-sm-3">
		<input type='radio' name='csf_que_55' value='Yes' id="csf-quetion57"/><label for="csf-quetion57">Yes</label>
	</div>
	<div class="col-sm-3">
		<input type='radio' name='csf_que_55' value='No' id="csf-quetion58"/><label for="csf-quetion58">No</label>
	</div>	
</div>

<div class="col-sm-6 csf-step-3-form csf-lr-no-paddings">
	<p class="csf-quetion-weight" style="margin-bottom: 0;">4. If not, please mention the reason and how it could have been better.</p>
	<div class="col-sm-12">
		<input type="text" class="form-control csf-step3-any-reason-field" id="csf_que_56" name="csf_que_56" placeholder="Type Here....">
	</div>	
</div>
</div>

<div class="col-md-12 csf-step-3-submit-btn">
	<input class="csf_stept3_submit" type="submit" name="csf_question_frm" value="Submit">
	<img class = "loading1" src = "https://conquerpcos.org/wp-content/uploads/2020/02/ajax-loader-2.gif" style = "display: none;">
			<!--<span id = "alertsuccess"  style = 'display: none'></span>		-->

	<div class="alert alert-success" style = 'display: none' id = "mail_ids"> 
		<strong id = "fileds_er">Please fill out all field properly.</strong>		
	</div>	
</div>

<!-- Form Submitted Successfully MSG Popup Start -->
<!-- Modal -->
<div id="myModal" class="modal csf-form-submit-msg fade" role="dialog">
  <div class="modal-dialog">
    <!-- Modal content-->
    <div class="modal-content">
      <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal">&times;</button>
      </div>
      <div class="modal-body">
        <div class="alert alert-success" id = "mail_ids1"> 
			<strong id = "fileds_er1">Thank you for taking the time to complete this survey.</strong>		
			<p>To learn more about PCOS, continue to browse our website.</p>
		</div>
      </div>
    </div>

  </div>
</div>
<!-- Form Submitted Successfully MSG Popup End -->
<script type="text/javascript">
	jQuery("#question_form").submit(function(event){
		event.preventDefault(); //prevent default action 
		var form_data = jQuery(this).serialize(); //Encode form elements for submission
		var have_you_ever_been_diagnosed = jQuery('input[name="have_you_ever_been_diagnosed"]:checked').val();
		if (have_you_ever_been_diagnosed){
			scroll('not_scroll','have_you_ever_been_diagnosed');			
		}else{ 
			scroll('scroll','have_you_ever_been_diagnosed');
			return false;
		}
		/**********************/
		var during_the_pandemic = jQuery('input[name="during_the_pandemic"]:checked').val();
		if (during_the_pandemic){
			scroll('not_scroll','during_the_pandemic');			
		}else{ 
			scroll('scroll','during_the_pandemic');
			return false;
		}
		/*******************/
		var worsening_of_your_condition = jQuery('input[name="worsening_of_your_condition"]:checked').val();
		if (worsening_of_your_condition){
			scroll('not_scroll','worsening_of_your_condition');			
		}else{ 
			scroll('scroll','worsening_of_your_condition');
			return false;
		}

		if(worsening_of_your_condition=='Any_other_reason'){
			var worsening_of_your_condition_oter = jQuery('#worsening_of_your_condition_oter').val();
			if (worsening_of_your_condition_oter){
				scroll('not_scroll','worsening_of_your_condition_oter');			
			}else{ 
				scroll('scroll','worsening_of_your_condition_oter');
				return false;
			}
		}else{
			scroll('not_scroll','worsening_of_your_condition_oter');			
		}
		/*******************/
		var health_issues_before_the_lockdown = jQuery('input[name="health_issues_before_the_lockdown"]:checked').val();
		if (health_issues_before_the_lockdown){
			scroll('not_scroll','health_issues_before_the_lockdown');			
		}else{ 
			scroll('scroll','health_issues_before_the_lockdown');
			return false;
		}
		/*******************/
		var treatment_stop_during_the_lockdown = jQuery('input[name="treatment_stop_during_the_lockdown"]:checked').val();
		if (treatment_stop_during_the_lockdown){
			scroll('not_scroll','treatment_stop_during_the_lockdown');			
		}else{ 
			scroll('scroll','treatment_stop_during_the_lockdown');
			return false;
		}
		/*******************/
		var therapist_during_the_lockdown = jQuery('input[name="therapist_during_the_lockdown"]:checked').val();
		if (therapist_during_the_lockdown){
			scroll('not_scroll','therapist_during_the_lockdown');			
		}else{ 
			scroll('scroll','therapist_during_the_lockdown');
			return false;
		}
		/*******************/
		var digital_consult = jQuery('input[name="digital_consult"]:checked').val();
		if (digital_consult){
			scroll('not_scroll','digital_consult');			
		}else{ 
			scroll('scroll','digital_consult');
			return false;
		}
		/*******************/
		if(digital_consult=='No'){
			var no_consult = jQuery('#no_consult').val();
			if (no_consult){
				scroll('not_scroll','no_consult');			
			}else{ 
				scroll('scroll','no_consult');
				return false;
			}
		}else{
			scroll('not_scroll','no_consult');			
		}
		/*******************/
		var have_you_had_delayed_periods = jQuery('input[name="have_you_had_delayed_periods"]:checked').val();
		if (have_you_had_delayed_periods){
			scroll('not_scroll','have_you_had_delayed_periods');			
		}else{ 
			scroll('scroll','have_you_had_delayed_periods');
			return false;
		}
		/*******************/
		var have_you_had_any_painful_periods = jQuery('input[name="have_you_had_any_painful_periods"]:checked').val();
		if (have_you_had_any_painful_periods){
			scroll('not_scroll','have_you_had_any_painful_periods');			
		}else{ 
			scroll('scroll','have_you_had_any_painful_periods');
			return false;
		}
		/*******************/
		var have_you_had_bloating = jQuery('input[name="have_you_had_bloating"]:checked').val();
		if (have_you_had_bloating){
			scroll('not_scroll','have_you_had_bloating');			
		}else{ 
			scroll('scroll','have_you_had_bloating');
			return false;
		}
		/*******************/
		var you_gained_weight = jQuery('input[name="you_gained_weight"]:checked').val();
		if (you_gained_weight){
			scroll('not_scroll','you_gained_weight');			
		}else{ 
			scroll('scroll','you_gained_weight');
			return false;
		}
		/*******************/
		var maintaining_a_healthy_diet = jQuery('input[name="maintaining_a_healthy_diet"]:checked').val();
		if (maintaining_a_healthy_diet){
			scroll('not_scroll','maintaining_a_healthy_diet');			
		}else{ 
			scroll('scroll','maintaining_a_healthy_diet');
			return false;
		}
		/*******************/
		var your_pre_COVID_exercise = jQuery('input[name="your_pre_COVID_exercise"]:checked').val();
		if (your_pre_COVID_exercise){
			scroll('not_scroll','your_pre_COVID_exercise');			
		}else{ 
			scroll('scroll','your_pre_COVID_exercise');
			return false;
		}
		/*******************/
		var any_acne_problems = jQuery('input[name="any_acne_problems"]:checked').val();
		if (any_acne_problems){
			scroll('not_scroll','any_acne_problems');			
		}else{ 
			scroll('scroll','any_acne_problems');
			return false;
		}

		/*******************/
		var abnormally_thick_hair_growth = jQuery('input[name="abnormally_thick_hair_growth"]:checked').val();
		if (abnormally_thick_hair_growth){
			scroll('not_scroll','abnormally_thick_hair_growth');			
		}else{ 
			scroll('scroll','abnormally_thick_hair_growth');
			return false;
		}
		/*******************/
		var undergoing_any_laser = jQuery('input[name="undergoing_any_laser"]:checked').val();
		if (undergoing_any_laser){
			scroll('not_scroll','undergoing_any_laser');			
		}else{ 
			scroll('scroll','undergoing_any_laser');
			return false;
		}
		/*******************/
		var csf_que_41 = jQuery('input[name="csf_que_41"]:checked').val();
		if (csf_que_41){
			scroll('not_scroll','csf_que_41');			
		}else{ 
			scroll('scroll','csf_que_41');
			return false;
		}
		/*******************/
		var csf_que_43 = jQuery('input[name="csf_que_43"]:checked').val();
		if (csf_que_43){
			scroll('not_scroll','csf_que_43');			
		}else{ 
			scroll('scroll','csf_que_43');
			return false;
		}
		/*******************/
		var csf_que_45 = jQuery('input[name="csf_que_45"]:checked').val();
		if (csf_que_45){
			scroll('not_scroll','csf_que_45');			
		}else{ 
			scroll('scroll','csf_que_45');
			return false;
		}
		/*******************/
		var csf_que_47 = jQuery('input[name="csf_que_47"]:checked').val();
		if (csf_que_47){
			scroll('not_scroll','csf_que_47');			
		}else{ 
			scroll('scroll','csf_que_47');
			return false;
		}
		/*******************/
		var csf_que_49 = jQuery('input[name="csf_que_49"]:checked').val();
		if (csf_que_49){
			scroll('not_scroll','csf_que_49');			
		}else{ 
			scroll('scroll','csf_que_49');
			return false;
		}
		/*******************/
		var csf_que_51 = jQuery('input[name="csf_que_51"]:checked').val();
		if (csf_que_51){
			scroll('not_scroll','csf_que_51');			
		}else{ 
			scroll('scroll','csf_que_51');
			return false;
		}
		/*******************/
		var csf_que_53 = jQuery('input[name="csf_que_53"]:checked').val();
		if (csf_que_53){
			scroll('not_scroll','csf_que_53');			
		}else{ 
			scroll('scroll','csf_que_53');
			return false;
		}
		/*******************/
		var csf_que_54 = jQuery('input[name="csf_que_54"]:checked').val();
		if (csf_que_54){
			scroll('not_scroll','csf_que_54');			
		}else{ 
			scroll('scroll','csf_que_54');
			return false;
		}
		/*******************/
		var csf_que_55 = jQuery('input[name="csf_que_55"]:checked').val();
		if (csf_que_55){
			scroll('not_scroll','csf_que_55');			
		}else{ 
			scroll('scroll','csf_que_55');
			return false;
		}

		if(csf_que_55=='No'){
			var csf_que_56 = jQuery('#csf_que_56').val();
			if (csf_que_56){
				scroll('not_scroll','csf_que_56');			
			}else{ 
				scroll('scroll','csf_que_56');
				return false;
			}
		}else{
			scroll('not_scroll','csf_que_56');			
		}
		jQuery.ajax({ 
			url: "https://www.gynaecworld.com/pcos/wp-admin/admin-ajax.php",
			method: 'POST',
			data: {
				action : 'question_info_to_db_pcos_survey',
				form_data : form_data
			},
			beforeSend: function(){
				jQuery(".loading1").show();
			},
			complete: function(){
				jQuery(".loading1").hide();
			},
			success: function(res){
				console.log(res); 
				if(res.trim()=='Ins'){
					jQuery("#mail_ids1").show();   
					jQuery("#question_form")[0].reset(); 
					jQuery("#my_form1")[0].reset(); 
					window.location.href = "https://conquerpcos.org/thank-you/";
				}
			}

		});
	});		
	function scroll(scroll,val){
	//	alert(val);
		if(scroll=='scroll'){
			var id = jQuery("input[name="+val+"]").attr('id');
			jQuery("#"+id).parent().addClass(val);
			jQuery("."+val).parent().addClass("alert alert-danger");
			jQuery("."+val).parent().attr('id', 'newID');
			jQuery('html, body').animate({
                    scrollTop: jQuery("#newID").position().top
                }, 500);
	        window.location.hash = hash;
		}else{
			var id = jQuery("input[name="+val+"]").attr('id');
			jQuery("#"+id).parent().addClass(val);
			jQuery("."+val).parent().removeClass("alert alert-danger");
			jQuery("."+val).parent().removeAttr('id');
			//scroll('not_scroll','irregular_menstrual_periods');		
		}
	}
</script>	  </form>
  </div>
  
</div>

<script type="text/javascript">
	function chnage_tab(){
		//alert('data');
		jQuery("#csf-step1").removeClass('active');
		jQuery("#csf-step2").addClass('active');
		jQuery("#csf-step2").addClass('in active');
		jQuery("#csf-step1").removeClass('in active');
		jQuery(".covid-survey-form-tabs #tabb1").removeClass('active');

							jQuery(".covid-survey-form-tabs #tabb2").addClass('active');
	}
	jQuery("#my_form1").submit(function(event){
		event.preventDefault(); //prevent default action 
		var form_data = jQuery(this).serialize(); //Encode form elements for submission
		//alert('hello');
		var er=1;
		var user_name = jQuery("#user_name").val();
		if(user_name==''){
			er = 0;
		  jQuery('#user_name').css({"border-color": "red","border-width":"2px","border-style":"solid"});
		}else{ 
			jQuery('#user_name').css({"border-color": "","border-width":"1px","border-style":"solid"});
		er = 1;
		}
		var mail_id = jQuery("#mail_id").val();
		if(mail_id==''){ 
			er = 0;
			jQuery('#mail_id').css({"border-color": "red","border-width":"2px","border-style":"solid"});
		}else{ 
			var regex = /^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/;
  				if(regex.test(mail_id)){
  					er=0;
				jQuery('#mail_id').css({"border-color": "","border-width":"1px","border-style":"solid"});
			}else{
				er = 1;
				jQuery('#mail_id').css({"border-color": "","border-width":"1px","border-style":"solid"});
			}
		}
		var DOB = jQuery("#DOB").val();
		if(DOB==''){
			er = 1;
			jQuery('#DOB').css({"border-color": "red","border-width":"2px","border-style":"solid"});
		}else{ 
			er = 0;
			jQuery('#DOB').css({"border-color": "","border-width":"1px","border-style":"solid"});
		}
	
		var diagnosed_year = jQuery("#diagnosed_year").val();
		if(diagnosed_year==''){  
			er=0;
			jQuery('#diagnosed_year').css({"border-color": "red","border-width":"2px","border-style":"solid"});
		}else{ 
			//alert(diagnosed_year.length);
			/*if(diagnosed_year.length==4){
				er = 1;
				jQuery('#diagnosed_year').css({"border-color": "","border-width":"1px","border-style":"solid"});
			}else{
				er=0;
				jQuery('#diagnosed_year').css({"border-color": "red","border-width":"2px","border-style":"solid"});
			}*/
			er=1;
		}
		var married = jQuery('input[name="married"]:checked').val();
		if(married=="Yes" || married=="No" ){
			er = 1;
		}else{
			er = 0;
		}
		var have_children = jQuery('input[name="have_children"]:checked').val();
		if(have_children=="Yes" || have_children=="No" ){
			er = 1;
		}else{
			er = 0;
		}
		if(user_name==''|| DOB==''|| diagnosed_year==''|| mail_id=="" || jQuery('[name="have_children"]:checked').length === 0 || jQuery('[name="married"]:checked').length === 0){
			jQuery(".alert-danger #fileds_er").text('Please fill out all field properly.');
			jQuery(".alert-danger").show();
			er = 0;
		}else{
			jQuery(".alert-danger").fadeOut();
			er = 1;
		}
		if(er == 1){
			jQuery.ajax({ 
					url: "https://www.gynaecworld.com/pcos/wp-admin/admin-ajax.php",
					method: 'POST',
					data: {
						action : 'basic_info_to_db_survey',
						form_data : form_data
					},
					beforeSend: function(){
						jQuery(".loading").show();
					},
					complete: function(){
						jQuery(".loading").hide();
					},
					success: function(res){ 
						console.log(res);
					//	$("#res").html(res);
					var res1 = res.split("_");

					var recent_id = res1[1];
				//	alert(res1[0]);
					jQuery("#recent_id").val(recent_id);
						if(res1[0].trim()=='true'){
							jQuery('.covid-survey-form-tabs #tabb1').click(false);
														jQuery(".covid-survey-form-tabs #tabb1").removeClass('active');

							jQuery(".covid-survey-form-tabs #tabb2").removeClass('active');
							jQuery(".covid-survey-form-tabs #tabb3").addClass('active');
							jQuery("#csf-step3").addClass('in active');
							jQuery("#csf-step2").removeClass('in active');
						}else if(res1[0].trim()=='exsit'){
							//alert('dd');
							jQuery(".alert-danger").fadeIn();
							//	$("#res").html('ss'+res);
							jQuery(".alert-danger #fileds_er").text('Try with another Mail Id!');
						}
					}
			});
		}  
	});
 
	jQuery('.covid-survey-form-tabs #tabb1').click(function(){return false;});
	jQuery('.covid-survey-form-tabs #tabb2').click(function(){return false;});
	jQuery('.covid-survey-form-tabs #tabb3').click(function(){return false;});

</script>{"id":10117,"date":"2021-01-22T13:46:06","date_gmt":"2021-01-22T08:16:06","guid":{"rendered":"https:\/\/conquerpcos.org\/?page_id=10117"},"modified":"2021-01-22T13:49:23","modified_gmt":"2021-01-22T08:19:23","slug":"pcos-survey","status":"publish","type":"page","link":"https:\/\/www.gynaecworld.com\/pcos\/pcos-survey\/","title":{"rendered":"PCOS Survey"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10117","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v14.6.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>PCOS Survey &mdash; Pcos<\/title>\n<meta name=\"robots\" content=\"index, follow\" \/>\n<meta name=\"googlebot\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta name=\"bingbot\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/conquerpcos.org\/pcos-survey\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PCOS Survey &mdash; Pcos\" \/>\n<meta property=\"og:description\" content=\"[vc_row][vc_column][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/conquerpcos.org\/pcos-survey\/\" \/>\n<meta property=\"og:site_name\" content=\"Pcos\" \/>\n<meta property=\"article:modified_time\" content=\"2021-01-22T08:19:23+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.gynaecworld.com\/pcos\/#website\",\"url\":\"https:\/\/www.gynaecworld.com\/pcos\/\",\"name\":\"Pcos\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/www.gynaecworld.com\/pcos\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/conquerpcos.org\/pcos-survey\/#webpage\",\"url\":\"https:\/\/conquerpcos.org\/pcos-survey\/\",\"name\":\"PCOS Survey &mdash; Pcos\",\"isPartOf\":{\"@id\":\"https:\/\/www.gynaecworld.com\/pcos\/#website\"},\"datePublished\":\"2021-01-22T08:16:06+00:00\",\"dateModified\":\"2021-01-22T08:19:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/conquerpcos.org\/pcos-survey\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/conquerpcos.org\/pcos-survey\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/conquerpcos.org\/pcos-survey\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.gynaecworld.com\/pcos\/\",\"url\":\"https:\/\/www.gynaecworld.com\/pcos\/\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"position\":2,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/conquerpcos.org\/pcos-survey\/\",\"url\":\"https:\/\/conquerpcos.org\/pcos-survey\/\",\"name\":\"PCOS Survey\"}}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","_links":{"self":[{"href":"https:\/\/www.gynaecworld.com\/pcos\/wp-json\/wp\/v2\/pages\/10117","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gynaecworld.com\/pcos\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.gynaecworld.com\/pcos\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.gynaecworld.com\/pcos\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gynaecworld.com\/pcos\/wp-json\/wp\/v2\/comments?post=10117"}],"version-history":[{"count":3,"href":"https:\/\/www.gynaecworld.com\/pcos\/wp-json\/wp\/v2\/pages\/10117\/revisions"}],"predecessor-version":[{"id":10120,"href":"https:\/\/www.gynaecworld.com\/pcos\/wp-json\/wp\/v2\/pages\/10117\/revisions\/10120"}],"wp:attachment":[{"href":"https:\/\/www.gynaecworld.com\/pcos\/wp-json\/wp\/v2\/media?parent=10117"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}