html,
body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}
.-s {
	color: #313655;
}
.-landing_container {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin: 0;
	height: 100px;
}
.-modal-header {
	padding-top: 20px;
	width: 100%;
}
.-image_container {
	/* flex: 12; */
	height: 100%;
}
.-form_container {
	flex: 12;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.-img_content {
	width: 250px;
	max-width: 100%;
	object-fit: cover;
	display: block;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
.-form_content {
	height: 100%;
	width: 100%;
	padding: 20px 200px 80px 50px;
}
.-form_title {
	font-size: 20px;
	font-weight: 600;
	margin-top: 0px;
}
.-form_desc {
	font-size: 18px;
	font-weight: 400;
	margin-top: 60px;
	width: 90%;
	word-break: word-break;
	line-height: 1.7;
}
select::placeholder {
	color: #66afe9 !important;
}
.-slct_branch {
	font-size: 18px;
	font-weight: 500;
	border-radius: 0px !important;
	-webkit-appearance: none;
	line-height: 1.6;
	height: 50px;
	border-top: 0px;
	box-shadow: none;
	border-right: 0px;
	border-left: 0px;
	padding: 0px;
	margin-top: 30px;
	outline: 0px;
	border-top-color: transparent !important;
	border-right-color: transparent !important;
	border-left-color: transparent !important;
}
.-slct_branch:hover,
.-slct_branch:focus,
.-slct_branch:active {
	font-size: 18px;
	font-weight: 500;
	border-radius: 0px !important;
	-webkit-appearance: none;
	line-height: 1.6;
	height: 50px;
	border-top: 0px;
	box-shadow: none;
	border-right: 0px;
	border-left: 0px;
	padding: 0px;
	margin-top: 30px;
	outline: 0px;
	border-top-color: transparent !important;
	border-right-color: transparent !important;
	border-left-color: transparent !important;
}
.-btn_procceed {
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
	background-color: #41a0e6;
	border: 1px solid #41a0e6;
	width: 100%;
}
.-btn_procceed:hover,
.-btn_procceed:active,
.-btn_procceed:focus {
	background-color: #3084c1;
	border: 1px solid #3084c1;
}
.-btn_procceed_bed {
	font-size: 16px;
	font-weight: 400;
	width: 100%;
}
.-btn_procceed:hover,
.-btn_procceed:active,
.-btn_procceed:focus {
	background-color: #3084c1;
	border: 1px solid #3084c1;
}
.-dv_carousel {
	width: 100%;
	height: 100%;
}
.-left_carousel,
.-right_carousel {
	background-image: none !important;
}
.-img_platform {
	height: 180px;
	width: 180px;
	object-fit: contain;
}
.-mdl_content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	padding: 0px 50px 50px 50px;
}
.modal-dialog {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: fixed;
}
.modal-content,
#mdlPlatform {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}
.-mdl_content .-title {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
.-mdl_content .-desc {
	width: 80%;
	line-height: 1.6;
	text-align: center;
}
.modal-header {
	border: 0px !important;
}
.-mdl_content .-anch {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/* color: #989FA5; */
	text-decoration: none;
	border-radius: 10px;
	padding: 20px;
	border: 1px solid #ffffff;
	height: 300px;
	width: 300px;
}
.modal-title {
	font-size: 26px;
	padding-top: 15px;
}
.-mdl_content .-anch:hover {
	border: 1px solid #d9e0e6;
	background-color: #f5f8fb;
	height: 300px;
	width: 300px;
}
.modal-content {
	box-shadow: none !important;
	width: 50%;
}

.item,
.carousel-inner {
	height: 100% !important;
	background-color: #fff;
}

#landingBranch {
	background-color: #032556;
}
.schlogo {
	margin: 0 auto;
	width: 200px;
}
.img {
	width: 200px;
}
.schlogoM1 {
	margin: 0 auto;
	width: 200px;
	overflow: hidden;
}
.-schlogoM1 .-img {
	width: 200px;
}
.-pt36 {
	padding-top: 36px;
}
@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(0);
	}
	to {
		-webkit-transform: scale(1);
	}
}

@keyframes zoom {
	from {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}

@media screen and (max-width: 800px) {
	.-dv-image {
		margin: 0 auto;
		width: 200px;
		margin-bottom: -40px;
		margin-top: -10px;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.-mbl_md {
		margin: 0px;
	}
	.-modal-header {
		padding: 0px;
	}
	.-image_container {
		display: none;
	}
	.modal-title {
		font-size: 20px;
	}
	.schlogoM1 {
		margin: 0px auto !important;
	}
	.-mbl_form_content {
		padding: 0px 30px !important;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.-form_desc {
		padding: 20px 0px;
		margin: 0px;
		text-align: left;
		line-height: 1.4;
		width: 100%;
	}
	.-brsrh {
		padding: 10px 0px 0px 0px !important;
		margin: 0px;
	}
	/*QC*/
	/*MODAL1*/
	.modal-dialog {
		position: relative !important;
	}
	.-modal-content {
		width: 100vh !important;
		padding: 30px 10px;
		margin: 0px;
		min-height: 500px;
		max-height: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	.-schlogoM1 {
		display: none;
	}

	.-modal-title {
		font-size: 20px;
		padding-top: 30px;
	}
	/*OPTIONS*/
	.-mdl_content_mbl {
		padding: 10px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.-mdl_content_mbl .-mblarch {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-decoration: none;
		border-radius: 10px;
		padding: 5px;
		border: 2px solid #f5f5f5;
		height: 210px;
		width: 100%;
		margin: 10px;
	}
	.-mdl_content_mbl .-mblarch:hover {
		border: 2px solid #f5f5f5;
		height: 210px;
		width: 100%;
		border: 1px solid #d9e0e6;
		background-color: #f5f8fb;
		margin: 10px;
	}
	.-mblimg {
		width: 120px;
		height: auto;
		object-fit: cover;
	}
	.-p5-m0 {
		margin: 0px;
		padding: 5px;
	}
	.-mdl_content .-desc {
		width: 100%;
	}
	/*ANTIPOLO*/
	/*MODAL2*/
	.-modal-content {
		width: 100vh !important;
		padding: 10px;
	}
	.-schlogoM2 {
		/* display: none; */
	}

	.-modal-title {
		font-size: 20px;
		padding-top: 30px;
	}
	/*OPTIONS*/
	.-mdl_content_mbl {
		padding: 10px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.-mdl_content_mbl .-mblarch {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-decoration: none;
		border-radius: 10px;
		padding: 5px;
		border: 2px solid #f5f5f5;
		height: 180px;
		width: 100%;
		margin: 10px;
	}
	.-mdl_content_mbl .-mblarch:hover {
		border: 2px solid #f5f5f5;
		height: 180px;
		width: 100%;
		border: 1px solid #d9e0e6;
		background-color: #f5f8fb;
		margin: 10px;
	}
	.-mblimg {
		width: 80px;
		height: auto;
		object-fit: cover;
	}
	.-p5-m0 {
		margin: 0px;
		padding: 5px;
	}
	.-mdl_content .-desc {
		width: 100%;
	}
	.-mbl_form {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
}
