*,
::before,
::after {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Roboto, sans-serif;
	font-size: 18px;
	line-height: 1.3;
	color: #000;
	font-weight: 400;
}

a {
	font-size: 18px;
	line-height: 1.3;
	color: #8af5ff;
	font-weight: 400;
	text-decoration: none;
	transition: all .4s ease-in;
}

a:hover {
	color: #000;
}

img {
	width: 100%;
}

*+p {
	padding-top: 10px;
}

.noListStyle ul,
.listStyle ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ln0 {
	line-height: 0;
}

span.DurationLeft {
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px
}

.SpeakersColLeftImg {
	width: auto;
	height: 75px;
}

span.DurationRight {
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
	width: calc(100% - 25px);
	padding-left: 15px;
}

.centerbox {
	padding: 0 20px;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	display: block;
}

header {
	width: 100%;
	left: 0;
	top: 0;
	display: block;
	padding: 20px 0px;
	z-index: 999;
}

.logo {
	max-width: 180px;
	width: 100%;
	display: block;
}

span.DurationLeft svg {
	width: 100%;
	height: auto;
}

span.DurationLeft {
	line-height: 0;
}

.DurationList li+li {
	padding-top: 20px;
}

.noListStyle.pt30 {
	padding-top: 30px;
}

.MainHeading h3 {
	font-weight: 400;
	color: #8af5ff;
}

.MainHeading {
	padding-bottom: 20px;
}

.Heading {
	font-size: 32px;
	font-weight: 400;
}

.SubHeading {
	color: rgb(255, 255, 255);
	padding-top: 15px;
}

.Button a,
.submit_button {
	display: inline-block;
	padding: 16px 30px;
	border-radius: 10px;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	background-color: #1275ac;
	border: 2px solid #1275ac;
	backdrop-filter: blur(30px);
	transition: all .5s;
}

.Button a:hover,
.submit_button:hover {
	border: 2px solid rgb(255 255 255 / 90%);
}

.submit_button {
	padding: 14px 40px;
}

.Formlogo {
	padding-bottom: 30px;
}

.Formlogo img {
	width: 220px;
}

/* Form Section */
.contact_form_section {
	padding: 80px 0;
}

.contact_form_outer {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.contact_form_inner {
	padding: 60px;
	box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
}

.form_upper_div {
	padding-bottom: 30px;
	text-align: justify;
}

.form_heading {
	padding-bottom: 15px;
}

.form_heading h2 {
	font-weight: 700;
}

.form_description p {
	line-height: 1.5;
}

.linkedin_button_div {
	display: inline-block;
	margin-bottom: 15px;
}

.linkedin_button {
	font-weight: 100;
	font-size: 16px;
	line-height: 1;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 15px;
	border-radius: 4px;
	text-decoration: none;
	background-color: rgb(0, 123, 181);
	border: 2px solid rgb(0, 123, 181);
	color: #fff;
}

.linkedin_button:hover {
	box-shadow: 0 5px 15px rgb(0 123 181 / 54%);
	color: #FFF;
}

.linkedin_button svg {
	width: 20px;
	height: 20px;
}

.form_row:not(:last-child) {
	padding-bottom: 20px;
}

.two_col_div {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.two_col_div div {
	width: calc(50% - 15px);
}

.form_field label {
	display: block;
	padding-bottom: 10px;
}

label {
	font-size: 18px;
	color: #000;
}

input,
select,
textarea {
	background-color: transparent;
	border: 1.5px solid rgba(0, 0, 0, 0.4);
	border-radius: 6px;
	padding: 12px 20px;
	width: 100%;
	font-size: 18px;
	color: #000;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
}

select option {
	color: black;
}

input[type="radio"] {
	margin-right: 7px;
}

.form_field.gender_field input {
	width: unset;
}

.gender_option {
	padding-bottom: 10px;
}

.gender_option:last-child {
	padding-bottom: 0;
}

.gender_option label {
	display: unset;
	padding: 0
}

.select_div {
	position: relative;
	width: 100% !important;
}

.select_div:before {
	content: "";
	width: 35px;
	height: 35px;
	right: 8px;
	top: 10px;
	position: absolute;
	background-size: contain;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="48" viewBox="0 0 48 48" width="48"><path fill="%23FFF" d="M14.83 16.42l9.17 9.17 9.17-9.17 2.83 2.83-12 12-12-12z"/></svg>');
}

.submit_button {
	width: auto;
	cursor: pointer;
}

.checkbox_field input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.checkbox_field label {
	position: relative;
	cursor: pointer;
}

.checkbox_field label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1.5px solid rgba(0, 0, 0, 0.4);
	padding: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 5px;
	border-radius: 5px;
}

.checkbox_field input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 9px;
	width: 6px;
	height: 14px;
	border: solid rgba(0, 0, 0, 0.4);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}


@media (max-width: 1365px) {

	input,
	select,
	textarea {
		font-size: 18px;
	}

	.contact_form_inner {
		padding: 50px;
	}

	.form_field label {
		padding-bottom: 10px;
	}

	.form_row:not(:last-child) {
		padding-bottom: 25px;
	}

	.form_upper_div {
		padding-bottom: 40px;
	}
}

/*  media queries */
@media (max-width: 1080px) {

	.Heading,
	.Heading h2 {
		font-size: 25px;
	}

	.Button a,
	.submit_button {
		font-size: 16px;
	}

	.contact_form_section {
		padding: 60px 0;
	}

	.contact_form_inner {
		padding: 40px;
	}

}

@media (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 1.5;
	}

	.Button a,
	.submit_button {
		font-size: 16px;
	}

	.contact_form_section {
		padding: 40px 0;
	}

	.contact_form_outer {
		border-radius: 20px;
	}

	.contact_form_inner {
		padding: 30px;
	}

	.form_upper_div {
		padding-bottom: 30px;
	}

	.form_row:not(:last-child) {
		padding-bottom: 20px;
	}

	.form_field label {
		padding-bottom: 5px;
		font-size: 16px;
	}

	input,
	select,
	textarea {
		font-size: 16px;
		padding: 15px 15px;
	}

	.select_div:before {
		width: 30px;
		height: 30px;
		right: 8px;
		top: 8px;
	}

	.two_col_div {
		gap: 20px;
	}

	.two_col_div div {
		width: calc(50% - 10px);
	}

	.linkedin_button {
		padding: 10px;
	}

	.checkbox_field label:before {
		padding: 8px;
	}

	.checkbox_field input:checked+label:after {
		top: 3px;
		left: 7px;
		width: 6px;
		height: 11px;
	}

}

@media (max-width: 575px) {

	input,
	select,
	textarea {
		border-radius: 7px;
	}

	.contact_form_section {
		padding: 30px 0;
	}

	.contact_form_inner {
		padding: 30px 20px;
	}

	.form_heading .heading {
		font-size: 20px;
	}

	.two_col_div {
		gap: 20px;
	}

	.two_col_div div {
		width: 100%;
	}

	.linkedin_button {
		padding: 10px;
	}

	.submit_button {
		width: 100%;
	}

	.Formlogo img {
		width: 180px;
	}
}

@media screen and (max-width: 480px) {

	.Button a,
	.submit_button {
		padding: 14px 20px;
		font-size: 16px;
	}
}


.error {
	color: red;
}

.swal2-confirm {
	display: inline-block;
	outline: none;
	background-color: rgba(255, 255, 255, 0.27) !important;
	/* color: white; */
	padding: 10px 20px;
	border-radius: 10px;

}

.loader {
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	border-top: 8px solid #3498db;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
	position: fixed !important;
	left: 47vw;
	box-sizing: border-box;
	top: 50vh;
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	box-shadow: 0 0 100vmax rgba(0, 0, 0, .5);

}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
		z-index: 1000;
	}
}