body {
	margin:  0;
}
.page-content {
	width: 100%;
	margin: 0 auto;
	background: #f7d7e1;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
}
.form-v5-content  {
	background: #fff;
	width: 85%;
	border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 40px 0;
	font-family: 'Roboto', sans-serif;
	color: #333;
	font-weight: 400;
	position: relative;
	font-size: 18px;
}
.form-v5-content .form-detail {
	padding: 30px 45px 30px 45px;
	position: relative;
}
.form-detail h2 {
	font-weight: 700;
	font-size: 25px;
	text-align: center;
	position: relative;
	padding: 3px 0 20px;
	margin-bottom: 15px;
}
.form-detail h2::after {
	background: #3786bd;
	width: 50px;
	height: 2px;
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.form-detail .form-row {
	position: relative;
}
/*.form-detail .form-row-last {
	text-align: center;
}*/
.form-detail label {
	display: block;
	font-size: 18px;
	padding-bottom: 5px;
}
.form-detail .input-text {
	margin-bottom: 26px;
}
.form-detail input {
	width:100%;
    padding: 10.5px 15px;
    border: 1px solid #e5e5e5;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.form-detail input:focus {
	border: 1px solid #b3b3b3;
}
.form-detail .register {
	font-size: 18px;
	color: #fff;
	background: #3786bd;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 180px;
	margin: 19px 17px 40px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	border: none;
	margin: 19px 0 40px;
	cursor: pointer;
}
	.form-detail .register:hover {
		background: #f6d6e1;
	}
.form-detail .form-row-last input {
	padding: 14px;
}
.form-detail i {
	font-size: 14px;
	color: #999;
	right: 2%;
	top: 50%;
	transform: translateX(-50%);
	position: absolute;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  font-size: 16px;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  font-size: 16px;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  font-size: 16px;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #999;
  font-size: 16px;
}

/* Responsive */
@media screen and (max-width: 767px) {
	.form-v5-content {
	    margin: 175px 20px;
	}
}

@media (min-width: 992px){
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 100%!important;
	}
}
@media (min-width: 776px) {
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 100% !important;
	}
}
@media (min-width: 516px) {
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 100% !important;
	}
}

.left-half {
	/*display: inline-block;*/
	float: left;
	
	/*position: absolute;*/
	left: 0px;
	width: 50%;
}

.right-half {
	/*display: inline-block;*/
	
	float: left;
	/*position: absolute;*/
	right: 0px;
	width: 50%;
}


.box-body {
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 80px;
}

.form-row-last {

	width: 100%;
}

.select2-container .select2-choice > .select2-chosen {
	
	padding: 5px!important;
}

.multiselect {
	width: auto;
	height: auto;
	border: solid 1px #c0c0c0;
	border-top-color: rgb(192, 192, 192);
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: rgb(192, 192, 192);
	border-right-style: solid;
	border-radius: 5px;
	padding-left: 17px;
	padding-right: 160px;
	padding-top: 3px;
	border-right-width: 1px;
	border-bottom-color: rgb(192, 192, 192);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(192, 192, 192);
	border-left-style: solid;
	border-left-width: 1px;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	overflow: auto;
	overflow-x: auto;
	overflow-y: auto;
}

.checkboxSetting  {
	width: 33.33%;
	float: left;
}
	.checkboxSetting label {
		display: block;
		font-size: 15px;
		padding-bottom: 5px;
	}
@media screen and (max-width: 800px) {
	.left-half, .right-half, .multiselect, .checkboxSetting {
		width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
	}
}

.container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	/* Hide the browser's default checkbox */
	.container input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}

.container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	/* Hide the browser's default checkbox */
	.container input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 4px!important;
	left: -3px!important;
	height: 16px!important;
	width: 16px!important;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.case{

}
.select2-container .select2-choice {
	
	width: 100%!important;
	
}
/*header and footer*/
header {
	background: #fff;
	border-bottom: 1px solid #ddd;
	box-shadow: 0px 0 7px black;
	z-index: 2;
	position: relative;
}

.copy-right-section {
	background: #e2e2e2;
	padding: 15px;
	text-align: center;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.footer-menu-left-part ul {
	padding-left: 0;
	text-align: left;
	margin-bottom: 0;
}
	.footer-menu-left-part ul li {
		display: inline-block;
		padding-right: 10px;
		padding-top: 3px;
	}
ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}
p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}
footer-menu-left-part ul li a {
	color: #222!important;
}
.copy-right-section {
	background: #e2e2e2;
	padding: 15px;
	text-align: center;
}
.text-right {
	text-align: right !important;
}
a {
	color: #0d6efd;
	text-decoration: none!important;
}
.copy-right-section {
	background: #e2e2e2;
	padding: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
}
@media (max-width: 767px) {
	.footer-menu-left-part ul {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.copy-right-part.text-right {
		text-align: center !important;
	}
}
@media (max-width: 1199px) {
	.navbar-toggler-button, .multiselect {
		display: inline-block;
		cursor: pointer;
		min-width:500px;
	}
}
@media (max-width: 1199px) {
	.multiselect {
		min-width: auto;
	}
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}
@media (max-width: 1199px) {
	.navbar-toggler-button {
		display: block;
		position: absolute;
		right: 10px;
		top: 20px;
		outline: none;
		border: none;
		background: none !important;
		background-color: transparent;
	}
}
@media (max-width: 1199px) {
	.navbar-toggler-button {
		display: inline-block;
		cursor: pointer;
	}
}
@media (max-width: 1199px) {
	.bar1, .bar2, .bar3 {
		width: 35px;
		height: 5px;
		background-color: #00baa9 !important;
		margin: 6px 0;
		transition: 0.4s;
	}
}
.container label{
   padding:0 12px 0 12px;
}

