ul{
    list-style-type: none !important;
}
.contactuspage {
	padding: 50px 0;
}
.cntus-nt {
	font-size: 15px;
	text-align: center;
	padding-top: 10px;
	margin: 0;
}
.contactuspage h1 {
	font-size: 25px;
	font-weight: 600;
	color: #215277;
	text-align: center;
	margin: 0;
}
.contactuspage .ad-ph-ew {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 20px;
	padding-bottom: 20px;
}
.contactuspage .map {
	border: 1px solid #e4e4e4;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	padding: 7px;
	border-radius: 0px;
}
.contactuspage .map iframe {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.cntus-wr {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
}
.contact-us-form {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	padding: 40px 15px 50px;
	border-radius: 0px;
	border: 1px solid #e7e7e7;
}
.contact-us-form .contact-title p, .contact-title p span {
	font-size: 20px;
	color: #135fa3;
	font-weight: 600;
	letter-spacing: 0.4px;
	padding: 0;
}
.contact-title p span {
	display: block;
	padding-top: 0;
}
.contact-us-form .main-div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact-us-form .main-div p {
	width: 49%;
}
.contact-us-form .form-control {
	padding: 0 10px;
	height: 38px;
	font-size: 14px;
	box-shadow: none;
	line-height: 120%;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.contact-us-form .contact-title {
	padding-bottom: 25px;
}
.contact-us-form p {
	padding-bottom: 14px;
	margin: 0;
}
.contact-us-form p textarea.form-control {
	height: 100px;
	resize: none;
	padding: 5px 10px;
}
.contact-btn .sbmit-btn {
	background:  #215277;
	color: #fff;
	border-radius: 0px;
	line-height: 35px;
	padding:0 25px;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #215277;
	transition:0.5s all;
  }
.contact-btn .sbmit-btn:hover {
	background: #fff;
	color: #155da3;
}
.ad-ph-ew .det-hy {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	border-radius:0px;
	height: 110px;
	padding:20px;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 10px;
	position: relative;
	border:1px solid #eee;
  }
.ad-ph-ew .det-hy b {
	color: #fe4e19;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	padding-bottom: 5px;
}
.ad-ph-ew .det-hy span, .ad-ph-ew .det-hy span a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #212529;
	text-decoration: none;
}
/******************************Contact Us  PAGE End*******************************/
/************************** Career Page CSS Start**************************/
.career-page {
	padding: 50px 0;
}
.jon-form-inner {
	margin: 20px auto 0;
	padding:40px 50px;
	max-width: 800px;
	border:1px solid #e2e2e2;
	background: #fff;
	border-radius:0px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  }
.Join-team-form .box {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 0 15px;
}
/* .Join-team-form .form-group label {
	text-transform: capitalize;
	font-family: "Exo", serif;
	font-size: 12px;
	color: #0e9ac8;
	line-height: 100%;
} */
.Join-team-form .form-group {
	padding-bottom: 10px;
	position: relative;
	line-height: 100%;
}
.Join-team-form .form-group .label_career {
	font-size: 13px;
	color: #215277;
	background:#fff;
	line-height: 100%;
	padding:0;
	transition:0.5s all;
	pointer-events: none;
	padding-bottom: 3px;
	font-weight: 600;
  }
label.upd-resu {
	font-size: 13px;
	color: #424242;
	background: #fff;
	line-height: 100%;
	padding: 0;
	transition: 0.5s all;
	pointer-events: none;
	padding-bottom: 3px;
}
/* .Join-team-form .form-group label.label_career {
	text-transform: capitalize;
	position: absolute;
	font-family: "Exo", serif;
	font-size: 12px;
	top: -5px;
	left: 8px;
	color: #0e9ac8;
	background: #fff;
	line-height: 100%;
	padding: 0 5px;
} */
.Join-team-form .form-group .forminawr {
	padding:0 10px;
	  height: 40px;
	  font-size: 14px;
	  box-shadow: none;
	  line-height: 120%;
	  border:1px solid #ccc;
	  border-radius:0;
	  margin-bottom: 15px;
	}
	.Career-btn .btn {
		background: #215277;
		color: #fff;
		border-radius: 0;
		line-height: 30px;
		padding:2px 25px;
		font-size: 16px;
		font-weight: 500;
		border:1px solid #215277;
		transition:0.5s all;
	  }
.Career-btn .btn:hover {
	background: transparent;
	color: #215277;
}
.Career-btn {
	text-align: center;
	padding-top: 25px;
}
.Join-team-form .form-group.upldr-input {
	margin-top: 0;
}
.career-page h1 {
	font-size: 25px;
	font-weight: 600;
	color: #215277;
	text-align: center;
	text-transform: capitalize;
	margin: 0;
}
/************************** Career Page CSS End**************************/

@media only screen and (min-width:768px) and (max-width:991px) {
		/******************************Contact Us  PAGE Start*******************************/
		.ad-ph-ew {
			display: grid;
			grid-template-columns: repeat(3,1fr);
			grid-gap: 15px;
		}
		.ad-ph-ew .det-hy{
			margin-bottom: 20px;
		}
		.contact-us-form {
			padding: 35px 15px 35px;
			border-radius: 5px;
		}
		.contact-title p span {
			padding-top: 0;
		}
		.contact-us-form .contact-title p, .contact-title p span {
			font-size: 25px;
			line-height: 120%;
		}
		.contactuspage .map {
			display: none;
		}
		.contactuspage .ad-ph-ew {
			display: block;
		}
		/******************************Contact Us  PAGE End*******************************/
}


@media only screen and (min-width:586px) and (max-width:767px) {
		/******************************Contact Us  PAGE Start*******************************/
		.ad-ph-ew {
			display: grid;
			grid-template-columns: repeat(3,1fr);
			grid-gap: 10px;
		}
		.ad-ph-ew .det-hy{
			margin-bottom: 20px;
		}
		.ad-ph-ew .det-hy::before {
			width: 38px;
			height: 38px;
			top: 20px;
		}
		.ad-ph-ew .det-hy {
			height: auto;
			padding: 70px 7px 10px 7px;
			margin-bottom: 10px;
		}
		.ad-ph-ew .det-hy b {
			font-size: 15px;
			padding-bottom: 2px;
		}
		.contact-us-form {
			padding: 35px 15px 35px;
			border-radius: 5px;
		}
		.contact-title p span {
			padding-top: 0;
		}
		.contact-us-form .contact-title p, .contact-title p span {
			font-size: 25px;
			line-height: 120%;
		}
		.contactuspage .map {
			display: none;
		}
		.contactuspage .ad-ph-ew {
			display: block;
		}
		/******************************Contact Us  PAGE End*******************************/
}

@media only screen and (max-width: 585px) {
		/******************************Contact Us  PAGE Start*******************************/
		.ad-ph-ew {
			display: block;
		}
		.ad-ph-ew .det-hy{
			margin-bottom: 20px;
		}
		.ad-ph-ew .det-hy::before {
			width: 38px;
			height: 38px;
			top: 20px;
		}
		.ad-ph-ew .det-hy {
			height: auto;
			padding: 70px 7px 20px 7px;
			margin-bottom: 15px;
		}
		.ad-ph-ew .det-hy b {
			font-size: 15px;
			padding-bottom: 2px;
		}
		.ad-ph-ew .det-hy.phnno::before {
			font-size: 40px;
			top: 15px;
		}
		.contact-us-form {
			padding: 35px 15px 35px;
			border-radius: 5px;
		}
		.contact-title p span {
			padding-top: 0;
		}
		.contact-us-form .contact-title p, .contact-title p span {
			font-size: 25px;
			line-height: 120%;
		}
		.contact-us-form p {
			padding-bottom: 12px;
		}
		.contact-us-form .form-control {
			padding: 0 7px;
			height: 35px;
			font-size: 14px;
		}
		.contact-us-form .main-div {
			display: block;
		}
		.contact-us-form .main-div p {
			width: 100%;
		}
		.contact-us-form p textarea.form-control {
			height: 70px;
			padding: 5px 7px;
		}
		.contact-btn .sbmit-btn {
			line-height: 30px;
			padding: 0 10px;
			font-size: 14px;
		}
		.contact-us-form .contact-title p, .contact-title p span {
			font-size: 20px;
		}
		.contactuspage .map {
			display: none;
		}
		.contactuspage .ad-ph-ew {
			display: block;
		}
		/******************************Contact Us  PAGE End*******************************/
		/************************** Career Page CSS Start**************************/
		.Join-team-form .box {
			grid-template-columns: repeat(1,1fr);
			grid-gap: 0 15px;
		}
		.jon-form-inner {
			margin: 20px auto 0;
			padding: 20px 10px;
			border-radius: 10px;
		}
		.Career-btn {
			padding-top: 15px;
		}
		/************************** Career Page CSS End**************************/
}