Course Inquiry

Course Inquiry

Person Details:
Address Details:
Contact Details:
+
Course Details:

Course Inquiry Details

Person Details:

Person Details:

Name:



Address Details:

Address Details:

Country:

State/Province:

City:



Contact Details:

Contact Details:

Country Code:+

Mobile No:

Whatsapp No:

Email ID:



Course Details:

Course Details:

Course:

Course Name:



Optional:
Social Media Details:

How you came to know about NMTA?:

Remark:


Our Policy for the cancellation and refund will be as follows:

Cancellation & Refund Policy

  • For cancellation requests received before 1 July 2024, 60% of the amount will be refunded.

  • For cancellation requests received between 1 July 2024 to 15 August 2024, 40% amount will be refunded.

  • Cancellation requests received after 15 August 2024, NO AMOUNT WILL BE REFUNDED.

  • If the amount is deducted twice due to technical errors, 100% will be refunded after deducting transaction charges ( 3.6%) within 7 working days from the date of request.

Note:

  • Cancellation requests to be sent on email:training@nadkarnihospital.com

  • The amount will be refunded within 1 month after completion of the conference.

/*
table.registrationBlock {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin:0;
  padding:0;
  width: 100%;
}
table.registrationBlock tr {
  border: 1px solid #ddd;
  padding: 5px;
}
table.registrationBlock th, table.registrationBlock td {
  padding: 10px;
  text-align: center;
}
table.registrationBlock th {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  table.registrationBlock {
    border: 0;
  }
  table.registrationBlock thead {
    display: none;
  }
  table.registrationBlock tr {
    border-bottom: 2px solid #ddd;
    display: block;
    margin-bottom: 10px;
  }
  table.registrationBlock td {
    border-bottom: 1px dotted #ccc;
    display: block;
    font-size: 13px;
    text-align: right;
  }
  table.registrationBlock td:last-child {
    border-bottom: 0;
  }
  table.registrationBlock td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}*/

/*
table { 
	width: 750px; 
	border-collapse: collapse; 
	margin:50px auto;
	}

/* Zebra striping */
tr:nth-of-type(odd) { 
	background: #eee; 
	}

th { 
	background: #3498db; 
	color: white; 
	font-weight: bold; 
	}

td, th { 
	padding: 10px; 
	border: 1px solid #ccc; 
	text-align: left; 
	font-size: 18px;
	}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table { 
	  	width: 100%; 
	}

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}

	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		/* Label the data */
		content: attr(data-label);

		color: #000;
		font-weight: bold;
	}

}
*/