@charset "utf-8";
/* CSS Document */
/* 

font-family: 'Poppins', sans-serif;

 */
/*=================== // fonts // ====================*/


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

html {
	scroll-behavior: smooth;
	font-size: 100%;
}

/* @font-face {
	font-family: 'BuffaloScript-Regular';
	src: url('../fonts/BuffaloScript-Regular.otf') format('opentype');
} */

body {
	padding: 0;
	margin: 0;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	font-family: 'Poppins', sans-serif;
}

::selection {
	background: #5080f2;
	color: #fff;
}

a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
	color: inherit;
}
/* a:hover {
    color: #ff7800; 
} */

/*  */
/* a, a:focus{
	color: inherit;
	outline: none;
}
a, a:hover, a:focus{
	outline:none;
	text-decoration:none;
	color:inherit;
} */

:focus {
	outline: none;
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none !important;
	text-decoration: none;
}

li {
	list-style: none;
}

.img-responsive {
	display: block;
	height: auto;
}

.clearfix {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.container {
	width: 100%;
	margin: 0 auto;
}

.container-fluid {
	max-width: 100%;
	padding-right: 85px;
	padding-left: 85px;
	margin-right: auto;
	margin-left: auto;
}

img {
	max-width: 100%;
	height: 0 auto;
}

ol, dl, ul, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	word-wrap: break-word;
}

p {
	/*font-size: 0.9rem;*/
	color: #565656;
	line-height: 1.6;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

hr {
	float: left;
	display: block;
	height: 0.1rem;
	width: 100%;
	background-color: #dadada;
	margin: 1rem 0;
}

.dropdown:hover .dropdown-menu {
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
	margin-top: .-1rem;
}
/* // helping css // */

.heading01 {
	font-size: 3.7rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: .9rem;
}

.heading02 {
	font-size: 2.2rem;
	color: #24292c;
	font-weight: 700;
	margin-bottom: 1rem;
}

.heading03 {
	font-size: 4rem;
	color: #0f0f0f;
}

.heading04 {
	font-size: 2rem;
	color: #000;
	font-weight: 600;
	margin-bottom: 0.9rem;
}

.heading05 {
	font-size: 1.5rem !important;
	color: #0f0f0f !important;
	font-weight: 800 !important;
	margin-bottom: 0.9rem;
}

.heading06 {
	font-size: 22px;
	color: #24292c;
	font-weight: 700;
	margin-bottom: 0.9rem;
}

.small_title {
	font-size: 1.6rem;
}

.paragraph {
	font-size: 1rem;
	color: #4a4a4a;
	line-height: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 500;
}

.paragraph02 {
	font-style: italic;
	font-size: 1.5rem;
	color: #24292c;
	line-height: 2rem;
	margin-bottom: 1rem;
}

.para_center {
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.5rem;
}

.color_heading {
	font-size: 3.7rem;
	color: #5080f2;
	margin-bottom: .3rem;
}

	.color_heading span {
		color: #24292c;
	}
/* // button css */
.common_btn01 {
	font-size: 1rem;
	font-weight: 300;
	padding: 10px;
	color: #fff !important;
	background-color: #5080f2;
	width: 150px;
	border-radius: 4px;
	text-align: center;
	position: relative;
	display: inline-block;
	margin-right: 1rem;
	transition: all .4s ease;
}

	.common_btn01:last-child {
		margin-right: 0px;
	}

	.common_btn01:hover {
		background-color: #225dea;
		/* box-shadow: 0 0 5px #787878; */
		;
	}

.common_btn02 {
	background-color: #4ab44d;
	margin-right: 0;
	margin-top: 20px;
	float: right;
}

/* // input field css */
.input_field01 {
	width: 100%;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	font-size: 15px;
	color: #24292c;
	padding: 5px 10px;
	height: 45px;
	font-weight: 400;
	text-align: left;
	border-radius: 5px;
	position: relative;
	margin-bottom: 15px;
}

.input_field02 {
	text-align: left;
	margin-bottom: 15px;
}

.submit01 {
	font-size: 1rem;
	font-weight: 600;
	padding: 12px 25px;
	color: #7f7f7f !important;
	background-color: #e2e2e2;
	position: relative;
	display: table;
	margin: 0 auto;
	transition: all .4s ease;
}

	.submit01:hover {
		background-color: #cdcdcd;
		/* box-shadow: 0 0 5px #787878; */
		;
	}
/* // margin css */
.m_top1 {
	margin-top: 2rem !important;
}

.m_top2 {
	margin-top:;
}

.m_top3 {
	margin-top:;
}

.m_top4 {
	margin-top:;
}

.m_top5 {
	margin-top:;
}
/* // */
.m_rgt1 {
	margin-right:;
}

.m_rgt2 {
	margin-right:;
}

.m_rgt3 {
	margin-right:;
}

.m_rgt4 {
	margin-right:;
}

.m_rgt5 {
	margin-right:;
}
/* // */
.m_btm1 {
	margin-bottom: 15px !important;
}

.m_btm2 {
	margin-bottom:;
}

.m_btm3 {
	margin-bottom:;
}

.m_btm4 {
	margin-bottom:;
}

.m_btm5 {
	margin-bottom:;
}
/* // */
.m_lft1 {
	margin-left:;
}

.m_lft2 {
	margin-left:;
}

.m_lft3 {
	margin-left:;
}

.m_lft4 {
	margin-left:;
}

.m_lft5 {
	margin-left:;
}
/* // */
/* // padding css */
/* // */
.p_top1 {
	padding-top:;
}

.p_top2 {
	padding-top:;
}

.p_top3 {
	padding-top:;
}

.p_top4 {
	padding-top:;
}

.p_top5 {
	padding-top:;
}
/* // */
.p_rgt1 {
	padding-right:;
}

.p_rgt2 {
	padding-right:;
}

.p_rgt3 {
	padding-right:;
}

.p_rgt4 {
	padding-right:;
}

.p_rgt5 {
	padding-right:;
}
/* // */
.p_btm1 {
	padding-bottom:;
}

.p_btm2 {
	padding-bottom:;
}

.p_btm3 {
	padding-bottom:;
}

.p_btm4 {
	padding-bottom:;
}

.p_btm5 {
	padding-bottom:;
}
/* // */
.p_lft1 {
	padding-left:;
}

.p_lft2 {
	padding-left:;
}

.p_lft3 {
	padding-left:;
}

.p_lft4 {
	padding-left:;
}

.p_lft5 {
	padding-left:;
}

/* ============================================================================================ */

/* body css start */

/* ============================================================================================ */
.header {
	width: 100% !important;
	position: relative;
	padding: 5px 0 5px;
	z-index: 1;
	background-color: #F2F7FF;
}
.navbar {
	padding: 0.5rem 0;
}

.client_n {
	position: absolute;
	right: 150px;
	top: 35px;
	font-size: 1rem;
	font-weight: 500;
	color: #000;
}

	.client_n a {
		color: #000 !important;
		text-decoration: none !important;
	}

/* .header .clicked {
    right: 20px !important;
} */
.mail_div {
	font-size: 14px;
	font-weight: 400;
	color: #9a9a9a;
	margin-left: 10%;
}

	.mail_div a {
		color: #9a9a9a !important;
		text-decoration: none !important;
	}

.devider01 {
	width: 100%;
	height: 1px;
	background-color: #d6d6d6;
	margin: 10px 0 10px;
}

/* ============================================================================================ */

/* Primary School start */

/* ============================================================================================ */

.sec_01 {
	width: 100%;
	padding: 4rem 0 4rem;
	position:relative;
}

.primary_div {
	width: 100%;
	display: inline-block;
}

	.primary_div h6 {
		font-size: 16px;
		color: #000;
		font-weight: 600;
		margin: 0;
		line-height: 38px;
		display: inline-block;
	}

	.primary_div .text-right {
		float: right;
		/*width: 70%;*/
		width: 60%;
	}

.box_div {
	width: 100%;
	display: inline-block;
	margin: 25px 0 10px;
}

/* // flex box css start */
.flex-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	list-style: none;
}

.flex-item {
	background: #5080f2;
	padding: 10px;
	width: 325px;
	height: auto;
	border-radius: 6px;
	margin-bottom: 20px;
	/* line-height: 150px;
  color: white;
  font-weight: bold;
  font-size: 3em; */
	text-align: center;
}
/* // flex box css end */

.box_div h4 {
	font-size: 1.25rem;
	color: #fff;
	font-weight: 500;
	margin: 0;
	line-height: normal;
}

.box_div h6 {
	font-size: 15px;
	color: #fff;
	font-weight: 200;
	margin: 0;
	/* line-height: normal; */
	;
}

.line_height {
	line-height: 51px !important;
}

.box_div .active {
	background-color: #4ab44d;
}

.flex-item:hover {
	background-color: #4ab44d;
}


/* ============================================================================================ */

/* sec_02 start */

/* ============================================================================================ */

.sec_02 {
	width: 100%;
	padding: 0 0 7rem;
}

.sec_02_top {
	width: 100%;
	background-color: #f3f7ff;
	padding: 15px;
	margin-bottom: 20px;
	float: left;
}

	.sec_02_top h3 {
		font-size: 1.5rem;
		color: #000;
		font-weight: 600;
		float: left;
		line-height: normal;
	}

@media only screen and (max-width: 767px) {

	/* Force table to not be like tables anymore */
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}

		/* Hide table headers (but not display: none;, for accessibility) */
		#no-more-tables thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

	#no-more-tables tr {
		border: 1px solid #ccc;
	}

	#no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align: left;
	}

		#no-more-tables td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
			text-align: left;
			font-weight: 600;
		}

		/*
	Label the data
	*/
		#no-more-tables td:before {
			content: attr(data-title);
		}
}

.table-bordered td, .table-bordered th {
	border: none;
	padding: 5px 5px;
}

.table-bordered th {
	font-weight: 600;
}

.table-bordered td {
	font-size: 14px;
	border: none;
	color: #000;
	font-weight: 400;
}

.cell_bgcolor {
	background-color: #f3f7ff !important;
}

.fontcolor {
	color: #5080f2 !important;
}

.fontcolor02 {
	color: #4ab44d !important;
}
/* .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
} */
.table-striped tbody tr:nth-of-type(odd) {
	background-color: transparent;
}

.table-bordered td i {
	color: #adadad;
	margin: 0 2px;
}

.table-bordered {
	border: none;
}

	.table-bordered .cf {
		border-bottom: 2px solid #e7e7e7;
	}

/* Dropdown start */

/* .dropbtn {
	background-color: transparent;
	padding: 0;
	font-size: 14px;
	border: none;
	color: #000;
	font-weight: 500;
	cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
	background-color: transparent;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 6px 8px;
	text-decoration: none;
	display: block;
	font-size: 12px;
	line-height: normal;
}

.dropdown a:hover {
	background-color: #ddd;
}

.show {
	display: block;
} */

/* .dropdown_icon {
	background: url('../images/dropdown.png') no-repeat left .75rem center;
} */
.custom-select-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: .875rem;
}

.custom-select {
	/*display: inline-block;*/
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0 0 0 35px;
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	color: #000;
	vertical-align: middle;
	background: url('../images/dropdown.png') no-repeat right .75rem center;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.custom-dropdown-select {
	display:inline-block;
}
.custom-select:focus {
	border-color: inherit;
	outline: 0;
	box-shadow: none;
}

.sec_02_top ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}

	.sec_02_top ul li {
		display: inline-block;
		text-align: right;
	}

		.sec_02_top ul li a {
			padding: 0 8px;
			text-decoration: none;
		}

			.sec_02_top ul li a i {
				color: #585858;
			}

.document {
	width: 100%;
	background-color: #fafafa;
	padding: 40px 30px;
	display: inline-block;
	border: 2px solid #f0f0f0;
}

	.document img {
		width: 100%;
	}


/* ============================================================================================ */

/* footer start */

/* ============================================================================================ */

.footer {
	width: 100%;
	background-color: #F2F7FF;
	padding: 1rem 0;
}

.footer_logo {
	width: 100%;
}

.footer p {
	font-size: 14px;
	color: #4f4f4f;
	text-align: center;
}


/* ============================================================================================ */

/* tab css start */

/* ============================================================================================ */

.box_div ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

	.box_div ul.tabs li {
		float: left;
		overflow: hidden;
		position: relative;
		background: #5080f2;
		padding: 10px;
		width: 325px;
		height: auto;
		border-radius: 6px;
		margin-bottom: 20px;
		text-align: center;
		cursor: pointer;
		font-size: 1.25rem;
		color: #fff;
		font-weight: 500;
		margin-bottom: 20px;
		line-height: normal;
		height: 75px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

		/* .tab_last { border-right: 1px solid #333; } */

		.box_div ul.tabs li:hover {
			background-color: #4ab44d;
			color: #fff;
		}

		.box_div ul.tabs li.active {
			background-color: #4ab44d;
			color: #fff;
			display: block;
		}

.tab_container {
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	/* overflow: auto; */
	;
}

.tab_content {
	padding: 0;
	display: none;
}

.tab_drawer_heading {
	display: none;
}

@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}

	.tab_drawer_heading {
		background-color: #5080f2;
		font-size: 16px;
		color: #fff;
		/* border-top: 1px solid #333; */
		margin: 0 0 5px;
		padding: 12px 15px;
		border-radius: 5px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.d_active {
		background-color: #4ab44d;
		font-size: 16px;
		color: #fff;
		border-radius: 5px;
	}
}



/* // modal css start */
.modal-dialog {
	max-width: 42%;
	margin: 20rem auto 0;
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	margin: 1rem;
	border-bottom: none;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.modal-body {
	padding: 2rem 3rem 5rem;
	text-align: center;
}

	.modal-body .m_logo {
		width: 100%;
		margin-bottom: 30px;
	}

	.modal-body p {
		font-size: 14px;
		color: #000;
		font-weight: 300;
		margin-bottom: 10px;
	}

	/* new dropdown start */
	.modal-body .centering {
		width: 100%;
		height: auto;
		margin: 100px auto;
	}

	.modal-body .custom-select {
		width: 100%;
		position: relative;
		padding: 0;
		text-align: left;
	}

		.modal-body .custom-select select {
			display: none;
		}

	.modal-body .selected-item {
		background: #fff;
		padding: 5px 10px;
		font-size: 15px;
		font-weight: 400;
		color: #838383;
		cursor: pointer;
		z-index: 99;
		height: 45px;
		line-height: 37px;
		border-radius: 5px;
		border: 1px solid #dbdbdb;
		margin-bottom: 15px;
	}

		.modal-body .selected-item:after {
			font-family: FontAwesome;
			content: "\f107";
			font-size: 15px;
			color: #838383;
			position: absolute;
			right: 10px;
			top: 5px;
			transition: 0.5s;
		}

	.modal-body .arrowanim.selected-item:after {
		transform: rotate(180deg);
	}

	.modal-body .item {
		background: #eeeeee;
		padding: 5px 20px;
		font-size: 13px;
		font-weight: 400;
		line-height: 24px;
		color: #787878;
		border-top: 1px solid #e3e3e3;
		cursor: pointer;
	}

		.modal-body .item:hover {
			background: #e3e3e3;
		}

	.modal-body .all-items {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		z-index: 100;
	}

	.modal-body .all-items-hide {
		display: none;
	}

	.modal-body .sdf {
		border: 1px solid red;
	}

	.modal-body .custom-select {
		height: 45px;
		background-color: transparent;
		border-radius: 0;
		border: none;
	}
/* new dropdown end */

/* ============================================================================================ */

/* signin css start */

/* ============================================================================================ */
#contact {
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-box {
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	height: 100vh;
}

.contact-links {
	width: 50%;
	/*padding: 5% 7% 3% 7%;*/
}

.contact-form-wrapper {
	width: 45%;
	padding: 0 7% 3% 7%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin:0  auto;
}

.signin_heading {
	font-size: 40px;
	color: #002046;
	font-weight: 400;
	/*padding: 5% 0 7%;*/
	text-align: center;
}

.contact-box_img {
	width: 100%;
	text-align: center;
}

.contact-links {
	background-color: #5080f2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.signin_form {
	width: 100%;
	border: 1px solid #d6d6d6;
	padding: 60px 50px;
	border-radius: 8px;
}

	.signin_form ul {
		padding: 0;
		margin: 15px 0;
		width: 100%;
	}

	.signin_form li {
		display: inline-block;
	}

		.signin_form li a {
			color: #000;
			display: inline-block;
			text-decoration: none !important;
			font-size: 13px;
			font-weight: 500;
		}

	.signin_form a.text-primary {
		color: #5e7ef0 !important;
	}

	.signin_form ul li:nth-child(2) {
		float: right;
	}

.form-group {
	display: block;
	margin-bottom: 15px;
}

	.form-group input {
		padding: 0;
		height: initial;
		width: initial;
		margin-bottom: 0;
		display: none;
		cursor: pointer;
	}

	.form-group label {
		position: relative;
		cursor: pointer;
		font-size: 14px;
		color: #2e2e2e;
		font-weight: 500;
	}

		.form-group label:before {
			content: '';
			-webkit-appearance: none;
			background-color: #e1e1e1;
			border: 1px solid #d3d3d3;
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
			padding: 8px;
			display: inline-block;
			position: relative;
			vertical-align: middle;
			cursor: pointer;
			margin-right: 15px;
		}

	.form-group input:checked + label:after {
		content: '';
		display: block;
		position: absolute;
		top: 5px;
		left: 6px;
		width: 6px;
		height: 11px;
		border: solid #5e7ef0;
		border-width: 0 2px 2px 0;
		transform: rotate(45deg);
	}

.login {
	width: 100%;
	float: none;
	background-color: #4f2e73;
	border: 1px solid #4f2e73;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 20px;
}

	.login:hover {
		background-color: #612c9b;
	}

.signin_logo {
	width: 100%;
	margin-bottom: 20px;
}

.signin_logo img {
	width: 45%;
}

.social_pnl h6 {
	font-size: 14px;
	color: #002146;
	font-weight: 700;
	margin-bottom: 20px;
}

.social_pnl {
	width: 100%;
	margin-top: 20px;
}

	.social_pnl a {
		text-decoration: none;
		padding: 0 10px 0 0;
	}

.contact-form-wrapper p {
	font-size: 12px;
	color: #666666;
	padding: 0;
	font-weight: 500;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
}


.contact-form-wrapper select {
	word-wrap: normal;
	width: 100%;
	background: #fff;
	padding: 5px 10px;
	font-size: 13px;
	font-weight: 300;
	color: #838383;
	cursor: pointer;
	z-index: 99;
	height: 45px;
	line-height: 37px;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	margin-bottom: 15px;
}

/* // upload btn */
.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

	/* .btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
} */

	.upload-btn-wrapper input[type=file] {
		font-size: 100px;
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
	}

.upload_btn {
	display: inline-flex;
	margin-right: 15px;
}

.right_margn {
	margin-right: 0 !important;
}

.modal-body select {
	word-wrap: normal;
	width: 100%;
	background: #fff;
	padding: 5px 10px;
	/* font-size: 15px;*/
	font-size: 1.2rem;
	font-weight: 400;
	color: #838383;
	cursor: pointer;
	z-index: 99;
	height: 45px;
	line-height: 37px;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	margin-bottom: 15px;
}

.editOption {
	width: 80%;
	position: absolute;
	top: 12px;
	text-align: left;
	right: 78px;
}

.editOption1 {
	width: 80%;
	position: absolute;
	top: 12px;
	text-align: left;
	right: 78px;
}

.btn-design {
	float: left;
	overflow: hidden;
	position: relative;
	background: #5080f2;
	padding: 10px;
	width: 100%;
	height: auto;
	border-radius: 5px;
	margin-bottom: 20px;
	text-align: center;
	cursor: pointer;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: normal;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}



@media only screen and (min-width: 1921px) and (max-width: 2561px) {
	.editOption {
		right: 116px;
	}

	.editOption1 {
		right: 116px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.editOption {
		right: 46px;
	}

	.editOption1 {
		right: 46px;
	}
}
@media only screen and (min-width: 1441px) and (max-width: 1900px) {
	.editOption {
		right: 55px;
	}

	.editOption1 {
		right: 55px;
	}
}
@media only screen and (max-width: 1024px) {
	.editOption {
		right: 24px;
	}

	.editOption1 {
		right: 24px;
	}
}

/* 28.10.2022*/
.srch_box {
	width: 60%;
	margin: 0 auto;
	position: relative;
}

.srch_input {
	font-size: 14px;
	color: #000;
	background-color: #F8F8F8;
	float: left;
	width: 55%;
	padding: 5px 10px;
	height: 38px;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	margin-right: 10px;
}

#Idtbody .fa-link {
	color: #4ab44d;
}

.field_02 {
	padding: 5px 10px 5px 70px !important;
	position: relative;
}

.field_03 {
	padding: 5px 50px 5px 70px !important;
	position: relative;
}

.user_icon {
	position: absolute;
	left: 40px;
	top: 12px;
}

.lock_icon {
	position: absolute;
	left: 40px;
	top: 12px;
}

.signin_form ul {
	padding: 0;
	margin: 15px 0;
	width: 100%;
}

	.signin_form ul li {
		display: inline-block;
	}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

	[type="radio"]:checked + label,
	[type="radio"]:not(:checked) + label {
		position: relative;
		padding-left: 28px;
		cursor: pointer;
		line-height: 20px;
		display: inline-block;
		color: #666;
	}

		[type="radio"]:checked + label:before,
		[type="radio"]:not(:checked) + label:before {
			content: '';
			position: absolute;
			left: 0;
			top: 2px;
			width: 18px;
			height: 18px;
			border: 1px solid #ddd;
			border-radius: 100%;
			background: #fff;
		}

		[type="radio"]:checked + label:after,
		[type="radio"]:not(:checked) + label:after {
			content: '';
			width: 10px;
			height: 10px;
			background: #5080f2;
			position: absolute;
			top: 6px;
			left: 4px;
			border-radius: 100%;
			-webkit-transition: all 0.2s ease;
			transition: all 0.2s ease;
		}

		[type="radio"]:not(:checked) + label:after {
			opacity: 0;
			-webkit-transform: scale(0);
			transform: scale(0);
		}

		[type="radio"]:checked + label:after {
			opacity: 1;
			-webkit-transform: scale(1);
			transform: scale(1);
		}

.login_width {
	width: 100% !important;
}

.signin_form h6 {
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}

	.signin_form h6 a {
		color: #5080f2;
	}

/* ============================================================================================ */

/* new table css start */

/* ============================================================================================ */

.primary_div label {
	display: inline-block;
	margin: 0 15px 0 0;
	line-height: 35px;
}

.new_table {
	width: 100%;
	margin-top: 20px;
}

.card_sec {
	width: 100%;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	border: 1px solid #d6d6d6;
	margin-bottom: 20px;
	border-radius: 4px;
}

.card_box {
	width: 20%;
	position: relative;
	display: inline-block;
	padding: 12px 15px;
}

.card_sec h6 {
	font-size: 13px;
	color: #000;
	font-weight: 400;
}

.d_none {
	display: none;
}
/* .d_none {
    display: block;
    float: left;
    padding-right: 20px;
    color: red;
}
} */
.new_table .fa-solid, .new_table .fas {
	font-weight: 900;
	color: #ababab;
	padding-left: 5%;
}

.t_heading {
	border: none !important;
	margin-bottom: 10px !important;
	padding: 0 15px 0 0;
}

.bold_font {
	font-weight: 600 !important;
	color: #989898 !important;
	font-size: 14px !important;
}

.scrollbar {
	height: 450px;
	width: 100%;
	overflow-y: scroll;
	padding: 0;
}

.force-overflow {
	min-height: 300px;
}

#wrapper {
	width: 100%;
	margin: auto;
}

#style-3::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
	background-color: #fff;
}

#style-3::-webkit-scrollbar {
	width: 0px;
	background-color: #e5e5e5;
}

#style-3::-webkit-scrollbar-thumb {
	background-color: #8e8e8e;
}

.common_btn01 {
	/*font-size: 1.2rem;*/
	font-size: 14px;
	font-weight: 300;
	padding: 10px 5px;
	color: #fff !important;
	background-color: #5080f2;
	width: 115px;
	border-radius: 4px;
	text-align: center;
	position: relative;
	display: inline-block;
	margin-right: 1rem;
	transition: all .4s ease;
	margin-top: 1px;
}

.input_field01 {
	width: 100%;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	font-size: 1.2rem !important;
	color: #24292c;
	padding: 5px 10px;
	height: 45px;
	font-weight: 300;
	text-align: left;
	border-radius: 4px;
	position: relative;
	margin-bottom: 15px;
	font-weight: 400;
}

.action {
	text-align: center;
}

#treeBox .col-md-3 {
	max-width: 20% !important;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #ffffffb0;
}

	#preloader:before {
		content: "";
		position: fixed;
		top: calc(50% - 30px);
		left: calc(50% - 30px);
		border: 6px solid #5080f2;
		border-top-color: #fff;
		border-bottom-color: #fff;
		border-radius: 50%;
		width: 60px;
		height: 60px;
		-webkit-animation: animate-preloader 1s linear infinite;
		animation: animate-preloader 1s linear infinite;
	}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
.loaderdisplay{
	display:none;
}

.chatLayout {
	padding: 0;
	border: none;
	background: #fff;
	border-radius: 0;
	
	position: absolute;
	right: 91%;
	top: -3px;
	width: auto;
	box-shadow: 0 0 7px #bdbdbd;
	z-index: 1;
}

	.chatLayout:after {
		content: " ";
		position: absolute;
		right: -15px;
		top: 12px;
		border-top: 8px solid transparent;
		border-right: none;
		border-left: 15px solid #adadad;
		border-bottom: 8px solid transparent;
	}

.detailBox {
	width: 350px;
	border: 1px solid #bdbdbd;
	margin: 0;
	background-color: #fff;
}
.form-inline .btn {
	text-align: right !important;
}

.titleBox {
	background-color: #fdfdfd;
	padding: 10px;
}

	.titleBox label {
		color: #444;
		margin: 0;
		display: inline-block;
	}

.commentBox {
	padding: 10px;
	border-top: 1px dotted #bbb;
}

	.commentBox .form-group:first-child, .actionBox .form-group:first-child {
		width: 80%;
	}

	.commentBox .form-group:nth-child(2), .actionBox .form-group:nth-child(2) {
		width: 18%;
	}

.actionBox .form-group * {
	width: 100%;
}

.taskDescription {
	margin-top: 10px 0;
}

.commentList {
	padding: 0;
	list-style: none;
	max-height: 270px;
	overflow: auto;
}

	.commentList li {
		margin: 0;
		margin-top: 15px;
	}

		.commentList li > div {
			display: table-cell;
		}

.commenterImage {
	width: 45px;
	margin-right: 10px;
	height: 100%;
	float: left;
}

	.commenterImage img {
		width: 100%;
		border-radius: 50%;
		height: 45px;
	}

.commentText p {
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	color: #3f3f3f;
}

.sub-text {
	color: #000;
	/* font-family: verdana; */
	font-size: 14px;
	font-weight: 600;
}

.actionBox {
	border-top: 1px solid #bbb;
	padding: 10px;
}

	.actionBox .form-control {
		display: block;
		width: 100%;
		height: calc(1.5em + 0.75rem + 2px);
		padding: 0.375rem 0.75rem;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.5;
		color: #495057;
		background-color: #fff;
		background-clip: padding-box;
		border-top: 1px solid #000;
		border: none;
		border-radius: 0.25rem;
		transition: inherit;
	}

	.actionBox .form-inline {
		border-top: 1px solid #bbb;
		margin-top: 10px;
	}

	.actionBox .form-control:focus {
		color: #495057;
		background-color: #fff;
		border-color: transparent;
		outline: 0;
		box-shadow: none;
	}

	.actionBox .form-group img {
		width: 40%;
	}




#no-more-tables .btn {
	padding: 0;
	line-height: 0;
	text-align: left;
}

#no-more-tables .dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	/* content: ""; */
	background: url('../images/up.png') no-repeat;
	width: 21px;
	height: 10px;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
}

#no-more-tables .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	/* content: ""; */
	background: url('../images/down.png') no-repeat;
	width: 21px;
	height: 10px;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
}

#no-more-tables .btn-group {
	display: flex;
}

#no-more-tables .dropdown-item {
	padding: 0.25rem 10px;
	font-size: 12px;
}

#no-more-tables .table-bordered td {
	font-size: 13px;
	border: none;
	color: #000;
	font-weight: 400;
	position: relative;
}

	#no-more-tables .table-bordered td h6 {
		font-size: 13px;
		border: none;
		color: #000;
		font-weight: 400;
		cursor: pointer;
		position: absolute;
		top: 10px;
		left: 35px;
	}
#no-more-tables {
	position:relative;
}

.devied {
	width: 2px;
	height: 40px;
	background-color: #d9d9d9 !important;
	margin: 0 0 0 15px;
}
.left_margin {
	margin-left: 15px;
}
.zoom-inner-wrapper .fa-search-plus {
	font-size:20px;
	color: #000 !important;
}
.zoom-inner-wrapper .fa-search-minus {
	font-size: 20px;
	color: #000 !important;
}
.toolbar-middle-section .custom-dropdown-select {
	display: inline-block;
	border: 1px solid #d9d9d9 !important;
	border-radius: 0px !important;
	margin-left: 10px;
}
.toolbar-middle-section .custom-select {
	height: 40px;
}
.card_sec_l {
	width: 100%;
	margin-top: 15px;
}
.g_box {
	width: 28px;
	height: 28px;
	border-radius: 4px;
	background-color: #3bada3;
	padding: 2px;
	text-align: center;
	line-height: 22px;
	float: left;
	margin-right: 15px;
}
.g_box i {
	color: #fff;
	font-size: 13px;
}
.card_sec_l h6 {
	font-size: 15px;
	color: #000;
	line-height: 28px;
}
.l_line {
	width: 100%;
	height: 1px;
	background-color: #d9d9d9;
	margin: 25px 0;
}
.pdf-left-section .custom-dropdown-select {
	display: inline-block;
	border: 1px solid #d9d9d9 !important;
	border-radius: 0px !important;
	width: 100%;
	margin-top: 30px;
}

#mySidenav .tab-content > .active {
	display: contents !important;
}
.active_pdf {
	background-color: #cccccc47 !important;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px !important;
	text-align: center !important;
}
#thumContainer1 {
	background-color #cccccc59 !important;
	text-align: center;
	padding: 10px;
}
#thumContainer2 {
	text-align: center;
	padding: 10px;
}


/* // date 15.11.2022 new page // */
.original_dmnt {
	width: 100%;
	padding: 4rem 0;
	position: relative;
}

.para_box {
	width: 100%;
	padding: 15px 20px;
	border: 2px solid #f0f0f0;
	border-radius: 6px;
	margin-bottom: 25px;
}

.paragraph03 {
	font-size: 13px;
	color: #4a4a4a;
	line-height: 1.6rem;
	font-weight: 400;
}

.table-responsive table thead th {
	background-color: #5080f2;
	border: 2px solid #dcdcdc;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 7px 7px 0 0;
}

.table-responsive .table-bordered td {
	font-size: 13px;
	border: 2px solid #f0f0f0;
	color: #000;
	font-weight: 400;
}

.table-responsive .table-bordered td, .table-responsive .table-bordered th {
	padding: 12px 10px;
}

.table-responsive .table-bordered td {
	cursor: auto;
}

.table-responsive .table-striped tbody tr:nth-of-type(odd) {
	background-color: #f3f7ff;
}

.table-responsive .table {
	width: 100%;
	margin-bottom: 0;
	color: #212529;
	/*border: 1px solid red;
	float: left;
	display: table-cell;*/
}

.tab_area {
	width: 100%;
	margin-top: 80px;
}

	.tab_area ul.tabs {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

		.tab_area ul.tabs li {
			background: none;
			color: #000;
			display: table-cell;
			padding: 10px 15px;
			cursor: pointer;
			border: 2px solid #f0f0f0;
			width: 160px;
			text-align: center;
			border-bottom: none;
			border-radius: 4px 4px 0 0;
			font-weight: 500;
		}

			.tab_area ul.tabs li.current {
				background: #5080f2;
				color: #fff;
			}

	.tab_area .tab-content {
		display: none;
		background: #fff;
		padding: 20px 15px;
		border: 2px solid #f0f0f0;
	}

		.tab_area .tab-content.current {
			display: inherit;
		}

.table_width {
	width: 100%;
}

.tab_area .table-bordered td, .tab_area .table-bordered th {
	border: none;
	padding: 10px;
}

.tab_area .row {
	margin-right: 0;
	margin-left: 0;
}

.tab_area .table-bordered .cf {
	border-bottom: 2px solid #5080f2;
	background-color: #5080f2;
	color: #fff;
}

.tab_area .table-bordered th {
	font-weight: 400;
}

.view_btn01 {
	color: #fff !important;
	display: inline-block;
	text-decoration: none !important;
	font-size: 14px;
	border-radius: 3px;
	padding: 7px 15px;
	font-weight: 400;
	text-align: center;
	box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-image: linear-gradient(to bottom left, #4f7eef, #3c60c8);
	transition: 0.5s;
	background-size: 200% auto;
}

	.view_btn01 .fa-chain {
		color: #fff;
	}

.tab_area .table-striped tbody tr:nth-of-type(odd) {
	background-color: #f3f7ff;
}

.tab_area #no-more-tables .table-bordered td {
	font-size: 14px;
	border: none;
	color: #000;
	font-weight: 500;
	cursor: pointer;
	position: relative;
}
/* // */
.personal_info {
	width: 100%;
	padding: 4rem 0;
	position: relative;
}

.personal_info_box {
	width: 100%;
	padding: 35px 25px;
	background-color: #f3f7ff;
	height: 860px;
}
.personal_info_box label {
	font-size: 14px;
}

	.personal_info_box h4 {
		font-size: 18px;
		color: #000;
		font-weight: 600;
		margin-bottom: 30px;
	}

.personal_info select {
	word-wrap: normal;
	width: 100%;
	background: #fff;
	padding: 5px 10px;
	font-size: 1.2rem;
	font-weight: 400;
	color: #24292c;
	cursor: pointer;
	z-index: 99;
	height: 45px;
	line-height: 37px;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	margin-bottom: 15px;
}

.btn_right {
	float: right;
}

.input-file {
	padding: 30px;
	/*width: 300px;*/
	width: auto;
	margin: 0 auto;
	text-align: center;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0);
}

.upload-img {
	display: inline-block;
	width: 200px;
	height: 200px;
	object-fit: cover;
	object-position: 50% 50%;
	border: 1px solid #e5e5e5;
	margin-right: 0px;
	vertical-align: middle;
	border-radius: 6px;
}

.input-file-upload {
	position: relative;
	display: block;
	vertical-align: middle;
	clear: both;
}

	.input-file-upload input[type="file"] {
		opacity: 0;
		padding: 10px 5px;
		height: 42px;
		width: 150px;
	}

.upload-label {
	width: 150px;
	height: 42px;
	background: #3b70f1;
	text-align: center;
	color: #ffffff;
	display: block;
	padding: 8px 0;
	border-radius: 5px;
	display: inline-block;
	position: absolute;
	line-height: 26px;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
}

.input-file-upload:hover .upload-label {
	background: #2a5dd8;
	color: #fff;
}

.personal_info_box h6 {
	font-size: 15px;
	color: #356ef3;
	font-weight: 400;
	padding: 15px 0;
}

.original_dmnt .accordion {
	max-width: 100%;
	/* background: linear-gradient(to bottom right, #FFF, #f7f7f7);
    background: #0097a7; */
	/*     margin: 0 auto; */
	border-radius: 3px;
	/*     box-shadow: 0 10px 15px -20px rgba(0, 0, 0, 0.3), 0 30px 45px -30px rgba(0, 0, 0, 0.3), 0 80px 55px -30px rgba(0, 0, 0, 0.1); */
}

.original_dmnt .heading {
	color: #000;
	font-size: 13px;
	border-bottom: 1px solid #e7e7e7;
	padding: 0;
	font-weight: 400;
}

	.original_dmnt .heading:nth-last-child(2) {
		border-bottom: 0;
	}
	/* .original_dmnt .heading:hover {
    background: #00838f;
    border-radius: 0;
} */
	.original_dmnt .heading:first-child:hover {
		border-radius: 3px 3px 0 0;
	}

	.original_dmnt .heading:nth-last-child(2):hover {
		border-radius: 0 0 3px 3px;
	}

	.original_dmnt .heading::before {
		content: '';
		vertical-align: middle;
		display: inline-block;
		border-top: 7px solid #acacac;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		float: right;
		transform: rotate(0);
		transition: all 0.5s;
		margin-top: 10px;
	}

.original_dmnt .active.heading::before {
	transform: rotate(-180deg);
}

.original_dmnt .not-active.heading::before {
	transform: rotate(0deg);
}

.original_dmnt .contents {
	display: none;
	background: none;
	padding: 15px 0 0 0;
	color: #7f8fa4;
	font-size: 13px;
	line-height: 1.5;
}

.cell_width {
	width: 22%;
}

.original_dmnt .contents h6 {
	font-size: 13px;
	color: #000;
	font-weight: 600;
	line-height: 26px;
}

	.original_dmnt .contents h6 span {
		font-size: 13px;
		color: #2a2a2a;
		font-weight: 400;
	}

.signin_form h2 {
	font-size: 1.5rem;
	color: #000;
	font-weight: 600;
	margin: 0;
	line-height: 44px;
}
button.common_btn01.login_width {
	font-size: 1.25rem !important;
}

.signup_btn01 {
	font-size: 12px;
	font-weight: 600;
	padding: 10px 5px;
	color: #000 !important;
	background-color: transparent;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	text-align: center;
	width: 100%;
	margin-top: 15px;
	position: relative;
	display: inline-block;
	margin-right: 0;
	transition: all .4s ease;
}
.g_icon {
	position: absolute;
	left: 40px;
	top: 12px;
}
#treeBox .table-bordered th {
	font-weight: 600;
	font-size: 14px;
}

.modal-dialog .field {
	display: flex;
	position: realtive;
	margin: 0;
	/*width: 500px;*/
	flex-direction: row;
	/*-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);*/
	
}

.modal-dialog .field > input[type=text],
.modal-dialog .field > button {
	display: block;
}

	.modal-dialog .field > input[type=text] {
		/*flex: 1;
	padding: 0.6em;
	border: 0.2em solid #819090;
	border-left: none;
	border-top: none;*/
		width: 100%;
		background-color: #fff;
		border: 1px solid #dbdbdb;
		font-size: 1.2rem;
		color: #24292c;
		padding: 5px 10px;
		height: 45px;
		font-weight: 300;
		text-align: left;
		border-radius: 4px 0 0 4px;
		position: relative;
		margin-bottom: 15px;
		font-weight: 400;
		border-right: none;
	}

	.modal-dialog .field > button {
		padding: 5px 25px;
		background-color: #5080f2;
		color: #fff;
		border: none;
		font-size: 14px;
		height: 45px;
		border-radius: 0 4px 4px 0;
	}

.modal-dialog .form-group {
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 10px;
}

.modal-dialog .file-control {
	display: none;
}

.modal-dialog .label-file {
	width: 100%;
	height: 45px;
	display: inline-block;
	position: relative;
	background-color: #fff;
	padding: 5px 50px 5px 15px;
	border-radius: 4px;
	border: 1px solid #dbdbdb;
	vertical-align: middle;
	overflow: hidden;
	line-height: 30px;
	font-size: 1.2rem;
	color: #6a6a6a;
}

	.modal-dialog .label-file:after {
		content: "Browse";
		position: absolute;
		background-color: #42a5f5;
		right: 0;
		top: 0;
		display: inline-block;
		line-height: 34px;
		padding: 5px 25px;
		background-color: #5080f2;
		color: #fff;
		border: none;
		font-size: 14px;
		height: 45px;
		border-radius: 0 4px 4px 0;
	}

.modal-dialog .form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: #e1e1e1;
	border: 1px solid #d3d3d3;
	box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
	padding: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 15px;
	display:none;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #00000063;
}
.modal-dialog button.close {
	padding: 0;
	background-color: #cdcdcd;
	border-radius: 50%;
	border: 0;
	width: 30px;
	height: 30px;
	padding: 5px !important;
	font-size: 20px;
}

/*new header*/
.header-search-wrapper2 {
	float: right;
	position: relative;
	margin: 0 15px 0 0 !important;
}

.search-main2 {
	display: contents;
	line-height: 26px;
	padding: 0 10px;
	cursor: pointer;
	color: #f19446;
	background: none;
	border: 1px solid #a5a5a5;
	margin-left: 10px;
	border-radius: 5px;
	width: 35px;
	height: 35px;
	padding: 3px;
	text-align: center;
	border-radius: 30px;
}

.admin_pointer {
	width: 9px;
	height: 9px;
	background-color: #fcc700;
	border-radius: 50%;
	position: absolute;
	top: -2px;
	left: 6px;
}

.header-search-wrapper2 .search-form-main2 {
	background: #fff none repeat scroll 0 0;
	-webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
	box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
	border-top: 2px solid #5080f2;
	padding: 10px;
	position: absolute;
	min-height: 115px;
	right: 0;
	top: 124%;
	width: 170px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
}

	.header-search-wrapper2 .search-form-main2 a {
		font-size: 14px;
		color: #102034;
	}

.search-form-main2.active-search2 {
	opacity: 1;
	visibility: visible;
}

.header-search-wrapper2 .search-form-main2 {
	border-top-color: #5080f2;
}

	.header-search-wrapper2 .search-form-main2:before {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #408c40;
		content: "";
		position: absolute;
		right: 6px;
		top: -10px;
	}

	.header-search-wrapper2 .search-form-main2:before {
		border-bottom-color: #4f2e73;
	}

	.header-search-wrapper2 .search-form-main2 .search-field2 {
		border-radius: 0;
		padding: 5px 10px;
		width: 100%;
		float: left;
		border: 1px solid #f19446;
		font-size: 14px;
		color: #282828;
		font-weight: normal;
		height: 36px;
	}

	.header-search-wrapper2 .search-form-main2 .search-submit2 {
		border: medium none;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		font-size: 10pt;
		color: #fff;
		/* float: left;
            padding: 10px 5px; */
		width: 25%;
		height: 36px;
		background: #f19446;
	}

.header-search-wrapper label {
	display: inline-block;
	/* max-width: 100%; */
	margin-bottom: 0px;
	font-weight: normal;
	float: left;
	width: 75%;
}

.dropdown-divider {
	height: 0;
	margin: 8px 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.header .small, small {
	font-size: 90%;
	font-weight: 400;
	color: #000;
}




.document_right {
	width: 100%;
	display: inline-block;
}

	.document_right ul.tabs {
		margin: 0;
		padding: 0;
		float: left;
		list-style: none;
		/*	height: 32px;*/
		border-bottom: 1px solid #f0f0f0;
		width: 100%;
	}

		.document_right ul.tabs li {
			float: left;
			margin: 0;
			cursor: pointer;
			padding: 10px 5px;
			font-size: 14px;
			/*height: 31px;
	line-height: 31px;*/
			/*border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;*/
			border: 1px solid #f0f0f0;
			background-color: #fff;
			color: #4a4a4a;
			overflow: hidden;
			position: relative;
			/*width: 16.6%;*/
			width: 117px;
			text-align: center;
			border-radius: 5px 5px 0 0;
			margin-bottom: 2px;
			margin-right: 2px;
		}

	.document_right .tab_last {
		border-right: 1px solid #f0f0f0;
	}

	.document_right ul.tabs li:hover {
		background-color: #3b82f4;
		color: #fff;
	}

	.document_right ul.tabs li.active {
		background-color: #3b82f4;
		color: #fff;
		border-bottom: 1px solid #fff;
		display: block;
	}

	.document_right .tab_container {
		border: 1px solid #f0f0f0;
		border-top: none;
		clear: both;
		float: left;
		width: 100%;
		background: #fff;
		overflow: auto;
	}

	.document_right .tab_content {
		padding: 20px;
		display: none;
		background-color: #fafafa;
	}

	.document_right .tab_drawer_heading {
		display: none;
	}

@media screen and (max-width: 480px) {
	.document_right .tabs {
		display: none;
	}

	.document_right .tab_drawer_heading {
		background-color: #fff;
		color: #4a4a4a;
		/*		border-top: 1px solid #333;*/
		border: 1px solid #f0f0f0;
		margin: 0;
		padding: 10px 15px;
		border-radius: 0;
		margin-top: 5px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

		.document_right .tab_drawer_heading i {
			float: right;
			margin-top: 2px;
		}

	.document_right .d_active {
		background-color: #3b82f4;
		color: #fff;
	}
}

.document02 {
	width: 100%;
	background-color: #fafafa;
	/*	padding: 40px 30px;*/
	display: inline-block;
	/*border: 2px solid #f0f0f0;
	border-radius: 6px;*/;
}

	.document02 img {
		width: 100%;
	}
	.document02 iframe {
		width: 100%;
		height: 550px;
	}

/*16-12-2022*/
.circle_account {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid #b9b9b9;
	overflow: hidden;
	margin-right: 0;
	display: inline-table;
}
.circle_account img {
	height: 100%;
}

.break_word {
	word-wrap: break-word !important;
	overflow-wrap: break-word !important;
	word-break: break-all;
	/*width: 77% !important;
	display: block;*/
}
.table-responsive {
	display: block;
	/*overflow-x: inherit !important;*/
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
}

.signin_form input {
	margin: 0 0 10px;
	font-size: 13px !important;
	font-weight: 300 !important;
}
/*29-12-2022*/
.new_table .fa-eye {
	padding-left: 0;
}
.center_action {
	position: relative;
	left: -12px;
}
.back_list {
	display: inline-block;
	margin-left: 25px;
}
	.back_list p {
		font-size: 14px;
		color: #000;
		font-weight: 500;
	}

	.back_list .fa-circle-chevron-left {
		color: #5080f2;
		font-size: 20px;
		vertical-align: middle;
	}

.line_through {
	text-decoration: line-through;
	color: red;
}
.rounded {
	border-radius: 5px 5px 0 0 !important;
}
.sort_date {
	height: 38px !important;
	font-size: 14px !important;
}
/*.bg_height {
	height: 77vh;
}*/
.contact-box_img img {
	width: 100%;
}
.share_box {
	width: 80%;
	margin: 0 auto;
}
.share_box p {
	font-size: 14px;
	color: #000;
	text-align: left;
	font-weight: 600;
	margin-bottom: 25px;
}

.modal_link_box {
	width: 60%;
	margin: 40px auto 20px;
	text-align: center;
}
	/*.modal_link_box a {
		display: inline-block;
		font-size: 14px;
		width: 30%;
		color: #747474;
	}*/
.share_box_small {
	display: inline-block;
	width: 30%;
}
.share_box_small a {
	font-size: 14px !important;
	color: #747474;
}

	.modal_link_box a i {
		font-size: 30px;
		margin-bottom: 10px;
		color: #b7b7b7;
	}
.share_box_small:hover i {
	color: #225dea;
}
.share_box_small:hover a {
	color: #225dea;
}
.inputWithIcon {
	position: relative;
}
.inputWithIcon i {
	position: absolute;
	right: 0;
	top: 5px;
	padding: 9px 8px;
	color: #aaa;
	transition: 0.3s;
}
.inputWithfile {
	padding: 10px 30px 10px 10px;
	border: none;
}





/*date 26.12.2022 new */

/*qrcode start*/
.qrbg {
	width: 100%;
	/*	background-color: #f3f7ff;*/
	padding: 40px 0 70px;
	text-align: center;
	background: -webkit-linear-gradient(180deg, #f3f7ff 75%, #fff 60%);
	background: -o-linear-gradient(180deg, #f3f7ff 75%, #fff 60%);
	background: -moz-linear-gradient(180deg, #f3f7ff 75%, #fff 60%);
	background: linear-gradient(180deg, #f3f7ff 75%, #fff 60%);
}

	.qrbg h2 {
		font-size: 36px !important;
		color: #3b82f4;
		margin-bottom: 30px;
		font-weight: 500 !important;
	}

	.qrbg p {
		font-size: 16px !important;
		color: #000;
		font-weight: 500 !important;
		margin-bottom: 30px;
	}

.qr_pic {
	width: auto;
	display: inline-block;
	/*	box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);*/
}

	.qr_pic img {
		width: 70%;
		box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
	}

.endsec {
	width: 100%;
	background-color: #1b1b1b;
	padding: 50px 0 30px;
}

.endsec_logo {
	width: 100%;
	margin-bottom: 10px;
}

.mdia {
	text-align: left;
	margin-top: 10px;
	float: left;
}

	.mdia a {
		text-decoration: none;
		color: inherit;
		background: none;
		padding: 0;
	}

		.mdia a i {
			font-size: 13pt;
			color: #242424;
			margin-right: 10px;
			display: inline-block;
			text-decoration: none;
			width: 35px;
			height: 35px;
			background-color: #fff;
			border-radius: 50%;
			text-align: center;
			line-height: 35px;
		}

			.mdia a i:hover {
				background-color: #3b82f4;
				color: #fff;
				transition: 0.6s;
			}

.endsec h4 {
	font-size: 22px !important;
	color: #fff;
	font-weight: 500 !important;
	margin-bottom: 15px;
}

.endsec ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

	.endsec ul li {
		width: 100%;
		display: inline-block;
	}

		.endsec ul li a {
			font-size: 15px !important;
			color: #dbdbdb;
			text-decoration: none;
			padding: 5px 0;
			display: block;
			font-weight: 400 !important;
		}

			.endsec ul li a:hover {
				color: #fff;
			}

.contact_row {
	width: 100%;
	margin-bottom: 15px;
}

.box_feat {
	position: relative;
	padding: 0 0 0 40px;
}

	.box_feat i {
		font-size: 20px;
		color: #fff;
		position: absolute;
		left: 0;
		top: 0;
	}

	.box_feat .fa-phone {
		font-size: 18px;
	}

.contact_row p {
	font-size: 15px !important;
	color: #fff;
	font-weight: 400 !important;
}

.second_header {
	background-color: #fff !important;
}

.verification_box {
	width: 80%;
	margin: 0 auto;
	display: inline-block;
	/*	box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);*/
}

.verification_left {
	width: 60%;
	background-color: #fff;
	padding: 70px 40px;
	float: left;
	border-radius: 10px 0 0 10px;
	height: 500px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

	.verification_left h4 {
		font-size: 18px !important;
		color: #3b82f4;
		font-weight: 500 !important;
		border-bottom: 1px solid #a3a3a3;
		text-align: left;
		padding: 0 0 15px;
	}

.accordion-items {
	max-width: 100%;
	/*background: linear-gradient(to bottom right, #fff, #f7f7f7);
	background: #0097a7;*/
	margin: 0 auto;
	border-radius: 0px;
	/*box-shadow: 0 10px 15px -20px rgba(0, 0, 0, 0.3),
		0 30px 45px -30px rgba(0, 0, 0, 0.3), 0 80px 55px -30px rgba(0, 0, 0, 0.1);*/
}

.accordion-heading {
	color: #000;
	font-size: 14px !important;
	/*	border-bottom: 1px solid #e7e7e7;*/
	padding: 15px 0;
	cursor: pointer;
	text-align: left;
	font-weight: 600 !important;
	background-color: #fff;
}

	.accordion-heading:nth-last-child(2) {
		border-bottom: 0;
	}

	.accordion-heading:hover {
		background: #fff;
		border-radius: 0;
	}

	.accordion-heading:first-child:hover {
		border-radius: 0;
	}

	.accordion-heading:nth-last-child(2):hover {
		border-radius: 0;
	}

	.accordion-heading::before {
		content: "";
		vertical-align: middle;
		display: inline-block;
		background-image: url(../images/accdn_icon.png);
		/*border-top: 7px solid #f5f5f5;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;*/
		float: right;
		transform: rotate(0);
		transition: all 0.5s;
		margin-top: 5px;
		width: 20px;
		height: 20px;
	}

.active.accordion-heading::before {
	transform: rotate(-180deg);
}

.not-active.accordion-heading::before {
	transform: rotate(0deg);
}

.accordion-content {
	display: none;
	background: none;
	padding: 0 !important;
	color: #7f8fa4;
	font-size: 13px;
	line-height: 1.5;
}


.verification_right {
	width: 40%;
	background-color: #5080f2;
	padding: 45px;
	float: left;
	border-radius: 0 10px 10px 0;
	height: 500px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.verification_box .verification_right p {
	font-size: 17px !important;
	color: #000;
	font-weight: 500 !important;
	margin-bottom: 20px;
}

.search_row {
	width: 100%;
	float: left;
}

.wrapper {
	/* position: absolute; */
	top: 0%;
	left: 0%;
	/* transform: translate(-50%,-50%); */;
}

.search_box {
	/*width: 100%;
  background: #fff;
  border-radius: 5px;
  height: 35px;
  display: flex;
  padding: 5px 10px;
  box-shadow: 0 8px 6px -10px #b3c6ff;
  margin: 0 auto;*/
	width: 100%;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	font-size: 1rem;
	color: #24292c;
	padding: 5px 10px;
	height: 45px;
	font-weight: 300;
	text-align: left;
	border-radius: 8px;
	position: relative;
	margin-bottom: 15px;
	font-weight: 400;
	display: flex;
}

	.search_box .dropdown {
		width: 60px;
		border-left: 2px solid #dde2f1;
		color: #9fa3b1;
		position: relative;
		cursor: pointer;
	}

		.search_box .dropdown .default_option {
			padding: 10px 0px 4px 5px;
			font-size: 13px;
			color: #000;
			width: 65px;
		}

		.search_box .dropdown ul {
			position: absolute;
			top: 40px;
			right: 0;
			background: #fff;
			width: 160px;
			border-radius: 5px;
			padding: 10px;
			display: none;
			box-shadow: 8px 8px 6px -10px #b3c6ff;
			list-style: none;
		}

			.search_box .dropdown ul.active {
				display: block;
			}

			.search_box .dropdown ul li {
				padding: 5px 0;
			}

. .search_box .dropdown ul li:last-child {
	padding-bottom: 0;
}

.search_box .dropdown ul li:hover {
	color: #6f768d;
}

.search_box .dropdown:before {
	content: "";
	position: absolute;
	top: 14px;
	right: 20px;
	border: 5px solid;
	border-color: #191919 transparent transparent transparent;
}

.search_box .search_field {
	width: 260px;
	height: 100%;
	position: relative;
}

	.search_box .search_field .input {
		width: 100%;
		height: 100%;
		border: 0px;
		font-size: 1rem;
		padding-left: 0px;
		padding-right: 5px;
		color: #6f768d;
	}

	.search_box .search_field .fas {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 22px;
		color: #5078ef;
		cursor: pointer;
	}

.search_field i {
	position: absolute;
	font-size: 18px;
	color: #000;
	right: 0;
	top: 4px;
	margin: 0 auto;
	cursor: pointer;
}

.price-range-field {
	width: 90%;
	min-width: 90%;
	background-color: transparent;
	border: none;
	color: #fff;
	border-radius: 2px;
	/* height: 26px; */
	padding: 0 5px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 1px solid #EC1C23;
	background: #EC1C23;
	font-weight: normal;
	color: #454545;
}

.input_radius {
	border-radius: 8px;
	font-size: 15px !important;
}

.otp_btn01 {
	font-size: 1rem;
	font-weight: 500 !important;
	padding: 10px;
	color: #fff !important;
	background-color: #4ab44d;
	width: 16%;
	border-radius: 8px;
	text-align: center;
	position: relative;
	display: inline-block;
	transition: all .4s ease;
	float: left;
	margin-top: 25px;
	margin-right: 10px;
}

	.otp_btn01:hover {
		background-color: #5080f2;
	}

.para_smll {
	font-size: 15px !important;
	color: #000;
	font-weight: 500;
	text-align: left !important;
	float: left;
	margin-top: 25px !important;
	clear: both;
}

	.para_smll a {
		text-decoration: underline;
	}

.t-dropdown-block {
	width: 100%;
	position: relative
}

.t-dropdown-list {
	display: none;
	background-color: #FFF;
	border: 1px solid #DDD;
	z-index: 10;
	box-shadow: 4px 4px 5px rgba(0, 0, 0, .3);
	list-style: none;
	margin: 0;
	padding: 0;
	height: 130px;
	overflow: auto;
	position: absolute;
	margin-top: 10px;
	width: 40% !important;
}

.t-dropdown-item {
	padding: 5px 20px;
	margin: 0;
	cursor: pointer;
	text-align: left;
}

	.t-dropdown-item:hover {
		background-color: #F1F1F1;
	}

.t-dropdown-select {
	border: 1px solid #DDD;
	width: 100%;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	background-color: #FFF;
	/*  box-sizing: content-box;*/
	height: 45px;
}

.t-dropdown-input {
	/*  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;*/
	border: 0;
	height: 100%;
	width: 100% !important;
	padding: 0 3px 0 10px;
	box-sizing: border-box;
	font-size: 1rem;
	color: #24292c;
}

.t-select-btn {
	/*  background-image: url(https://cdn4.iconfinder.com/data/icons/ui-indicatives/100/Indicatives-26-128.png);*/
	background-image: url(../images/arrow-down.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	position: absolute;
	width: 45px;
	top: 5px;
	right: 0;
	height: 35px;
	border-left: 1px solid #DDD;
}

	.t-select-btn:active {
		background-color: #F1F1F1;
	}
.search_btn {
	font-size: 14px;
	font-weight: 300;
	padding: 10px 15px;
	color: #fff !important;
	background-color: #5080f2;
	/*width: 115px;*/
	height: 38px;
	border-radius: 4px;
	text-align: center;
	position: relative;
	display: inline-block;
	margin-right: 1rem;
	transition: all .4s ease;
	margin-top: 0;
	float: left;
}
.back_list {
	display: inline-block;
	font-size: 15px;
}
/*date 09.01.2323*/
.event_table {
	width: 100%;
	border: 2px solid #f0f0f0;
	margin-top: 50px;
}
	/*.event_table .table th {
		border-top: none;
	}
	.event_table .table tbody th {
		font-weight: 400;
		font-size: 13px;
	}
	.event_table .table td, .event_table .table th {
		padding: 0.75rem;
		vertical-align: top;
		border-top: 1px solid #dee2e6;
		font-size: 13px;
		vertical-align: middle;
	}

	.event_table .table thead th {
		vertical-align: bottom;
		border-bottom: none;
	}

	.event_table .table th {
		padding: 10px;
		vertical-align: top;
		border-top: none;
		font-size: 14px;
	}
	.event_table .table-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}*/

	.event_table .table-bordered td, .event_table .table-bordered th {
		border: none;
		padding: 10px;
	}
	.event_table .table-striped tbody tr:nth-of-type(odd) {
		background-color: #f9f9f9;
		border: 1px solid #eeeeee;
		border-left: none;
		border-right: none;
	}
	.event_table .table-bordered th {
		border: none;
		padding: 10px;
		font-size: 15px;
	}
	.event_table .table-bordered .cf {
		border-bottom: none;
	}
.strikeout {
	width: 100%;
}

	.strikeout:after {
		content: " ";
		position: absolute;
		/* top: 46px; */
		left: 28px;
		border-bottom: 1px solid red;
		width: 77%;
		margin-top: 17px;
	}
	.strikeout .fa-trash:after {
		content: " ";
		position: absolute;
		top: 17px;
		left: 69px;
		border-bottom: 1px solid red;
		width: 10%;
		z-index: 1;
	}


.btn-clr-fd {
	background: #78a7f4;
}
#myModal .editDrop > .editOption1 {
	width: 80%;
	position: absolute;
	top: 10px;
	text-align: left;
	left: 25px;
	font-size: 1.2rem !important;
	color: #24292c;
	padding: 5px 0;
}
.btm_padding {
	padding-bottom: 180px;
}
.sweet-alert button {
	background-color: #5080f2 !important;
}










