/* reallocate starts here */
#myDropdown-pifellow,
#myDropdown-pitchday,
#myDropdown-expert,
#myDropdown-nurturing,
#myDropdown-business,
#myDropdown-imo,
#myDropdown-businesssupervisor,
#myDropdown-technicalsupervisor,
#myDropdown-scoutedby,
#myDropdown-introcall,
#myDropdown-introattendee,
#myDropdown-pitchdayattendee,
#myDropdown-scoutedusers {
	padding: 20px;
	position: relative;
	display: block;
	width: 40% !important;
	height: 70%;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #d2d2dc;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgb(249 249 250);
	-moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
	box-shadow: 0px 0px 5px 0px rgb(161 163 164);
	margin: auto;
	top: 36%;
	transform: translate(0px, -30%);
}

.reallocate_anchor, .attendee_anchor {
	align-items: center;
	justify-content: space-between;
}

.path-node #congrats_main_container,
.path-node #congrats_main_container_pifellow,
.path-node #congrats_main_container_pitchday,
.path-node #congrats_main_container_experts,
.path-node #congrats_main_container_business,
.path-node #congrats_main_container_tech_supervisor,
.path-node #congrats_main_container_busi_supervisor,
.path-node #congrats_main_container_imo,
.path-node #congrats_main_container_scoutedby,
.path-node #congrats_main_container_introcall,
.path-node #congrats_main_container_introattendee,
.path-node #congrats_main_container_pitchattendee,
.path-node #congrats_main_container_scoutedusers {
	display: none;
}

.reallocate_parent_name {
	display: flex;
	flex-direction: column;
	justify-content: center;
	word-break: break-word;
	padding: 0 20px 0 0;
}

.expert_select_name {
	font: normal normal bold 20px/28px verdana;
	letter-spacing: 0px;
	color: #1E1E1E;
	text-align: left;
}

.expert_select_sub {
	clear: both;
	font: normal normal normal 18px/22px verdana;
	letter-spacing: 0px;
	color: #1E1E1E;
	text-align: left;
}

html[dir='rtl'] .expert_select_name,
html[dir='rtl'] .expert_select_sub {
	text-align: right !important;
}

html[dir='rtl'] .reallocate_img_name .myidea_inno_comment_inner_img {
	margin: 10px 0px 10px 10px !important;
}

.reallocate_anchor_image {
	display: flex !important;
}

.reallocate_anchor .checkbox-circle {
	width: auto;
}

.reallocate_anchor .checkbox-circle input[type="checkbox"]+label:before {
	top: -6px;
	border: 0;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.29);
}

.reallocate_anchor .checkbox-circle input[type="checkbox"]:checked+label:before {
	border-radius: 1em;
	border: 2px solid #fff;
	background: #84BD00;
	box-shadow: 0 0 0 1px #0066b3;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.reallocate_img_name {
	display: grid;
	grid-template-columns: 70px auto;
}

.reallocate_img_name .myidea_inno_comment_inner_img {
	margin: 10px 10px 10px 0 !important;
}

.reallocate_btns {
	display: flex;
	justify-content: center;
	margin: 15px 0 0;
}

.cancel-reallocate {
	width: 180px;
	height: 60px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #F00606;
	border-radius: 5px;
	text-align: center;
	font: normal normal normal 16px/35px verdana;
	letter-spacing: 0px;
	color: #F00606;
	margin: 20px 10px;
	float: left;
	display: inline;
}

.reallocate_btn {
	width: 180px;
	height: 60px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #04518B;
	border-radius: 5px;
	text-align: center;
	font: normal normal normal 16px/35px verdana;
	letter-spacing: 0px;
	color: #04518B;
	margin: 20px 10px;
	float: left;
	display: inline;
}

/******************** radio btn starts *************/
/* The container */
.reallocate_anchor .radio-container {
	height: 25px;
	width: 25px;
	display: block;
	position: relative;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: 10px;
}

/* Hide the browser's default radio button */
.reallocate_anchor .radio-container input {
	height: 25px;
	width: 25px;
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.reallocate_anchor .checkmark {
	position: absolute;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #ffffff;
	border-radius: 50%;
	border: 0;
	box-shadow: 0px 0px 3px rgb(0 0 0 / 29%);
}

/* On mouse-over, add a grey background color */
.reallocate_anchor .radio-container:hover input~.checkmark {
	height: 25px;
	width: 25px;
	box-shadow: 0px 0px 3px rgb(0 0 0 / 29%);
}

/* When the radio button is checked, add a blue background */
.reallocate_anchor .radio-container input:checked~.checkmark {
	height: 25px;
	width: 25px;
	border: 3px solid #fff;
	background: #84BD00;
	box-shadow: 0px 0px 3px rgb(0 0 0 / 29%);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.reallocate_anchor .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.reallocate_anchor .radio-container input:checked~.checkmark:after {
	display: none;
}

.reallocate_anchor .radio-container input:checked~.checkmark:before {
	display: block;
}

/* Style the indicator (dot/circle) */
.reallocate_anchor .radio-container .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.attendee_anchor .radio-container input[type="checkbox"] {
	height: 22px;
	width: 22px;
	position: absolute;
	cursor: pointer;
}

.dropbtn {
	background: #04518B 0% 0% no-repeat padding-box;
	border-radius: 19px;
	text-align: left;
	font: normal normal bold 14px/20px verdana;
	letter-spacing: 0px;
	color: #FFFFFF !important;
	padding: 5px 10px;
	border: 0;
	white-space: nowrap;
}

.dropbtn:hover,
.dropbtn:focus {
	background-color: #04518B;
}

#myInput-pifellow,
#myInput-pitchday,
#myInput-expert,
#myInput-nurturing,
#myInput-business,
#myInput-imo,
#myInput-technicalsupervisor,
#myInput-businesssupervisor,
#myInput-scoutedby,
#myInput-introcall,
#myInput-introattendee,
#myInput-pitchdayattendee,
#myInput-scoutedusers {
	box-sizing: border-box;
	background-image: url('iconSearch.png');
	background-position: 5px 10px;
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 10px 10px 10px 36px;
	border: 0px;
	/*border-bottom: 1px solid #ddd; */
	width: 100%;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.29);
}

#myInput:focus {
	outline: 3px solid #ddd;
}

.dropdown {
	position: relative;
	display: inline-block;
	margin-top: 10px;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f6f6f6;
	min-width: 230px;
	overflow: auto;
	border: 1px solid #ddd;
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 12px 10px;
	text-decoration: none;
	display: flex;
}

.webform-submission-idea-feedback-expert-form button#edit-actions-save-draft {
	/*margin-top: 34px !important;*/
}

/********************************/
.dropdown-content-pifellow,
.dropdown-content-pitchday,
.dropdown-content-expert,
.dropdown-content-nurturing,
.dropdown-content-business,
.dropdown-content-imo,
.dropdown-content-technicalsupervisor,
.dropdown-content-businesssupervisor,
.dropdown-content-scoutedby,
.dropdown-content-introcall,
.dropdown-content-introattendee,
.dropdown-content-pitchdayattendee,
.dropdown-content-scoutedusers {
	display: none;
	position: absolute;
	background-color: #f6f6f6;
	min-width: 230px;
	overflow: auto;
	border: 1px solid #ddd;
	z-index: 1;
}

.dropdown-content-pifellow a,
.dropdown-content-pitchday a,
.dropdown-content-expert a,
.dropdown-content-nurturing a,
.dropdown-content-business a,
.dropdown-content-imo a,
.dropdown-content-technicalsupervisor a,
.dropdown-content-businesssupervisor a,
.dropdown-content-scoutedby a,
.dropdown-content-introcall a,
.dropdown-content-introattendee a,
.dropdown-content-pitchdayattendee a,
.dropdown-content-scoutedusers a{
	color: black;
	padding: 12px 10px;
	text-decoration: none;
	display: grid;
	grid-template-columns: calc(100% - 30px) 30px;
}

/****************************/

.dropdown a:hover {
	background-color: #ddd;
}


.show {
	display: block;
}

.myidea_inno_card_inner_nurturing,
.myidea_inno_card_inner_business,
.myidea_inno_card_inner_imo,
.myidea_inno_card_inner_expert_supervisor,
.myidea_inno_card_inner_business_supervisor {
	display: flex;
	flex-wrap: wrap !important;
	justify-content: flex-start;
}

#nurturing-dropdown.dropdown,
#business-dropdown.dropdown,
#imo-dropdown.dropdown {
	float: unset;
}

/* #nurturing-dropdown, #business-dropdown, #imo-dropdown {
    margin: 10px 1%;
    width:31%;
} */

/* #nurturing-dropdown .dropbtn, #business-dropdown .dropbtn, #imo-dropdown .dropbtn{
    width: 100%;
    justify-content: center;
    white-space: nowrap;
} */
#nurturing-dropdown .dropbtn:hover,
#nurturing-dropdown .dropbtn:focus,
#nurturing-dropdown .dropbtn::selection,
#business-dropdown .dropbtn:hover,
#business-dropdown .dropbtn:focus,
#business-dropdown .dropbtn::selection,
#imo-dropdown .dropbtn:hover,
#imo-dropdown .dropbtn:focus,
#imo-dropdown .dropbtn::selection {
	color: #ffffff;
}

.dropdown a.reallocate_anchor:hover {
	cursor: pointer;
}

/* reallocate ends here */

@font-face {
	font-family: "DIN Medium";
	src: url("images/document_fonts/DIN Medium.otf");
}


body {
	font-family: "DIN Medium";
}

.font-weight-bold {
	font-weight: 500;
}

.logo_img {
	width: 200px;
	height: auto;
}

/* header with image, logo and text starts*/

.img {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.full_height_image {
	height: auto;
	min-height: calc(100vh - 300px) !important;
}

.top-left {
	position: absolute;
	top: 25%;
	left: 5%;
	width: 70%;
	display: block;
}

.logo_txt {
	font-size: 45px;
	color: #ffffff;
	left: 2%;
	position: absolute;
}

.box {
	position: relative;
}

.logo_img {
	width: 200px;
	height: auto;
}

/* header with image, logo and text ends*/
/*infra new starts */

.section article,
section article {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1260px;
	position: relative;
	width: 92%;
}

.hero.clean {
	height: auto;
	min-height: 0;
}

.hero {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-position: 50%;
	background-size: cover;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60vh;
	min-height: 600px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.grid {
	display: block;
	padding: 0;
	margin-left: -20px;
	margin-right: -20px;
	text-align: left;
	letter-spacing: -.31em;
	text-rendering: optimizespeed;
}

.grid_text {
	padding: 0 20px;
	width: 80%;
}

.h2 {

	font-size: 47px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 74px;
	margin: 30px;
	padding: 0;
	text-transform: none;

}

/*infra new emds */

/*domains starts*/
.orange_txt {
	font-size: 45px;
	color: #ffffff;
	left: 5%;
	position: absolute;
	width: 70%;
	top: 20%;
	letter-spacing: 3px;
}

.domains {
	font-size: 36px;
	color: #F26722;
}

.Sustainability {
	font-size: 64px;
	color: #ffffff;
}

/*domains ends*/

/* Program and service starts */

.grid-container1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
	padding: 10px;
}

.grid-container1>div {
	text-align: center;
	padding: 20px 0;
	text-align: center;
}

.item1 {
	grid-area: 1 /1 / span 2 / span 2;
}

/*The syntax is grid-row-start / grid-column-start / grid-row-end / grid-column-end.*/

.res_text {
	font-size: 76px;
	color: #0066B3;
	font-weight: 600;
}

.res_text1 {
	font-size: 30px;
	color: #202020;
	margin: 30px 0;
	line-height: 1.2;
	font-weight: 600;
}

/* Program and service ends */

/*footer starts*/
.footer_container {
	margin: 0 5%;
}

.grid-container2 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	padding: 10px;
}

.grid-container2>div {
	padding: 20px 0;
	font-size: 30px;
}

.font_twenty {
	font-size: 20px;
}

.font_twentyfour {
	font-size: 24px;
}

.black_font {
	color: #202020;
}

.blue_font {
	color: #0066B3;
	text-decoration: none;
}

.display_footer_flex {
	display: flex;
}

.display_footer_flex1 {
	display: flex;
	justify-content: space-around;
}

.contact_us img {
	width: 24px;
	height: 24px;
}

/*footer end*/

/* Nav with logo menu and register starts*/
.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-toggler {
	margin: 5px !important;
}

.menu_item {
	padding: 0;
}

.bg-light {
	background-color: #ffffff !important;
}

.navbar {
	padding: 0;
	margin: 0;
}

.seventy {
	width: 70%;
	justify-content: space-around;
}

.thirty {
	width: 30%;
}

.display_flex {
	display: flex;
}

.arabic_lang {}

.arabic_lang a {
	padding-bottom: 10px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	color: white !important;
	font-size: 17px !important;
	text-decoration: none;
	background-color: #636466;
	border-radius: 0.375rem;
	border: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	cursor: pointer;
	max-height: 35px;
	outline: none;
	width: 93px;
	font-family: DINNextLTArabicMedium !important;
	justify-content: center;
}

.register {
	background-color: #F26722;
	padding: 3px 15px;
}

.register p {
	color: #ffffff !important;
	font-size: 20px;
	text-decoration: none;
	margin: 2px;
}

.display-flex-reg {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.arrow {
	margin-top: 14px;
	width: 24px;
	height: 29px;
	margin-left: 20px;
}

.full-width {
	width: 100%;
	justify-content: space-around;
	align-items: center;
}

/* Nav with logo menu and register ends*/


/* Media query starts*/
@media only screen and (max-width: 767px) {
	.h2 {
		font-size: 27px;
		line-height: 47px;
	}

	.grid_text {
		padding: 0 20px;
		width: 98%;
	}
}

@media only screen and (max-width: 410px) {
	.navbar-nav {
		/*display: block !important;*/
	}

	.example1 {
		background: blue;
	}

	.logo_txt {
		font-size: 12px;
	}

	.orange_txt {
		font-size: 13px;
		width: 95%;
		top: 16%;
		left: 2%;
		letter-spacing: 0px;
	}

	.Sustainability {
		font-size: 30px;
	}

	.domains {
		font-size: 24px;
	}

	.res_text {
		font-size: 35px;
		margin-bottom: 0 !important;
	}

	.res_text1 {
		font-size: 18px;
		margin: 10px 0;
		padding-bottom: 10px;
	}

	.grid-container1 {
		grid-template-columns: 1fr;
		padding: 0;
	}

	.font_twentyfour {
		font-size: 20px;
	}

	.grid-container1 img {
		width: 90px;
		height: auto;
	}

	.top-left {
		top: 15%;
		left: 3%;
		width: 95%;
	}

	.item1 {
		grid-area: initial;
	}

	.grid-container2 {
		display: grid;
		grid-template-columns: auto;
		justify-content: center;
		text-align: center;
	}

	.mt-4 {
		margin-top: 0 !important;
	}

	.mt-5 {
		margin-top: 1rem ! important;
	}

	.display_flex {
		display: block;
	}

	.thirty {
		width: 100%;
	}

	.seventy {
		width: 100%;
		padding: 0 20px;
	}

	.grid-container1 div {
		padding: 7px 0;
	}

	.grid-container2>div {
		padding: 0px;
	}

	.grid-container2 p {
		margin-bottom: 0 !important;
	}

	.font_twenty {
		font-size: 20px;
	}

	.display_footer_flex {
		justify-content: center;
	}

	.display_footer_flex1 {
		justify-content: center;
	}

	.display_footer_flex1 a img {
		width: auto;
		height: 18px;
	}

	.display-flex-reg {
		display: block;
	}

	.arrow {
		margin-top: 0;
		width: 19px;
		height: 33px;
	}

	.arabic_lang a {
		font-size: 25px;
	}

	.register p {
		font-size: 22px;
	}

}


@media (min-width: 410px) and (max-width: 675px) {
	.arabic_lang a {
		font-size: 25px;
	}

	.navbar-nav {
		/*display: block !important;*/
	}

	.example1 {
		background: blue;
	}

	.logo_txt {
		font-size: 18px;
	}

	.top-left {
		top: 15%;
		left: 3%;
		width: 95%;
	}

	.grid-container2 {
		display: grid;
		grid-gap: 45px;
		margin: 0;
		grid-template-columns: repeat(2, 2fr);
		justify-content: center;
		text-align: left;
	}

	.mt-4 {
		margin-top: 0 !important;
	}

	.res_text {
		font-size: 50px;
	}

	.res_text1 {
		font-size: 22px;
		margin: 10px 0;
		padding-bottom: 10px;
	}

	.display_flex {
		display: block;
	}

	.thirty {
		width: 100%;
	}

	.seventy {
		width: 100%;
		padding: 0 20px;
	}

	.grid-container1 img {
		width: 100px;
		height: auto;
	}

	.item11 {
		order: 1;
	}

	.item21 {
		order: 3;
	}

	.item31 {
		order: 4;
	}

	.item41 {
		order: 2;
	}

	.grid-container2>div {
		padding: 0px;
	}

	.grid-container2 p {
		margin-bottom: 0 !important;
	}

	.font_twenty {
		font-size: 16px;
	}

	.font_twentyfour {
		font-size: 18px;
	}

	.display_footer_flex {
		justify-content: left;
	}

	.orange_txt {
		font-size: 18px;
		top: 15%;
		left: 2%;
		letter-spacing: 0px;
	}

	.display_footer_flex1 {
		justify-content: left;
	}

	.display_footer_flex1 a img {
		width: auto;
		height: 18px;
	}

	.Sustainability {
		font-size: 35px;
	}

	.arrow {
		margin-top: 0;
		width: 19px;
		height: 33px;
	}

	.display-flex-reg {
		display: block;
	}

}


@media (min-width: 676px) and (max-width: 992px) {
	.arabic_lang a {
		font-size: 25px;
	}

	.navbar-nav {
		/*display: block !important;*/
	}

	.container {
		width: 100% !important
	}

	.orange_txt {
		font-size: 29px;
		top: 15%;
		letter-spacing: 1px;
	}

	.example1 {
		background: #cccccc;
	}

	.grid-container2 p {
		margin-bottom: 0 !important;
	}

	.font_twentyfour {
		font-size: 18px;
	}

	.font_twenty {
		font-size: 16px;
	}

	.btn {
		padding: 4px !important;
	}

	.logo_txt {
		font-size: 25px;
	}

	.display_footer_flex1 a img {
		width: auto;
		height: 20px;
	}

	.footer_container {
		margin: 0 5px;
	}

	.res_text {
		font-size: 57px;
	}

	.res_text1 {
		font-size: 23px;
		margin: 20px 0;
		padding-bottom: 10px;
	}

	.grid-container1 img {
		width: 110px;
		height: auto;
	}

	.display_flex {
		display: block;
	}

	.thirty {
		width: 100%;
	}

	.seventy {
		width: 100%;
		padding: 0 20px;
	}

	.top-left {
		width: 90%
	}

	.display-flex-reg {
		display: block;
	}

	.arrow {
		margin-top: 0;
		width: 19px;
		height: 33px;
	}
}

@media (min-width:992px) and (max-width: 1100px) {
	.example1 {
		background: #cccccc;
	}

	.logo_txt {
		font-size: 25px;
	}

	.top-left {
		width: 80%
	}

	.seventy {
		width: 60%;
		justify-content: space-around;
	}

	.thirty {
		width: 80%;
	}

	.seventy {
		width: 100%;
	}

	.arabic_lang {
		margin-left: 50px;
	}


}


/* Small devices (portrait tablets and large phones, 600px and up)
@media only screen and (min-width: 600px) {
  .example {background: green;}
} */
/* Media query ends*/

.user-form .js-form-item-private-field-mobile-number {
	display: none;
}

.profile_edit_mt .js-form-item-private-field-mobile-number {
	display: block;
}

@media screen and (max-width:1200px) {

	#myDropdown-pifellow,
	#myDropdown-expert,
	#myDropdown-nurturing,
	#myDropdown-business,
	#myDropdown-imo,
	#myDropdown-technicalsupervisor,
	#myDropdown-businesssupervisor,
	#myDropdown-scoutedby,
	#myDropdown-introcall,
	#myDropdown-introattendee,
	#myDropdown-pitchdayattendee,
  #myDropdown-scoutedusers	{
		width: 55% !important;
	}

	.reallocate_btn,
	.cancel-reallocate {
		width: 150px;
		height: 50px;
	}
}

.topnav li {
	text-transform: capitalize;
}