html * {
	box-sizing: border-box;
}


#email-pop {
	position: absolute;
	z-index: 1;
	width: 200px;
	height: 100px;
	background: #FFFFFF;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}


.main-page .menu-icon {
	cursor: pointer;
	margin-top: 1%;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.main-page .menu-icon > label {
	padding: 10px;
	background: #FFFFFF;
	font-weight: bold;
	writing-mode: vertical-rl;
	letter-spacing: 10px;
	transform: rotate(-180deg);

}


.main-page .menu-close-icon {
	cursor: pointer;
	position: absolute;
	padding: 10px;
}

.main-page .menu-body {
	background: #FFFFFF;
	position: absolute;
	height: 100vh;
	width: 0;
	transition: 200ms ease-in-out;
	border-top: 3px solid #3a902a;
}


.main-page .menu-body .service-list .service-list-head {
	width: 100%;
	background: #3a902a;

}

.main-page .menu-body .service-list .service-list-head > label {
	font-size: 18px;
	font-weight: bold;
}

.main-page .menu-body .service-list .service-list-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.main-page .menu-body .service-list .service-list-body > a {
	font-weight: bold;
	font-size: 14px;
	margin-left: 30px;
	border-bottom: 1px solid #ccc;
}

.main-page .menu-body > ul {
	transition: 200ms ease-in-out;
	display: none;
}

.main-page .menu-body-open {
	overflow-y: scroll;
	position: fixed;
	width: 20%;
	z-index: 1;
}

.main-page .menu-body .menu-close-icon {
	display: none;
}

.main-page .menu-body-open .menu-close-icon {
	text-align: right;
	width: 100%;
	display: block;
}

.main-page .menu-body-open::-webkit-scrollbar {
	width: 5px;
}


.main-page .menu-body-open::-webkit-scrollbar-thumb {
	background-image: linear-gradient(180deg, #006600 0%, #12de2c 99%);
	box-shadow: inset 2px 2px 5px 0 rgba(255, 255, 255, 0.5);
	border-radius: 100px;
}

.main-page .menu-body-open > ul {
	display: block;
}


.main-page .menu-body-open > ul {
	margin-top: 5%;
	width: 90%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	align-content: center;
	gap: 20px;
}

.main-page .menu-body-open > ul > li {
	list-style: none;
}

.main-page .menu-body-open > ul > li a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

.main-page .menu-body-open > ul > li a:hover {
	color: #3a902a;
}

.main-page .menu-body-open > ul > li .panel-group {
	margin: 0;
}

.main-page .menu-body-open > ul > li .panel-group .panel-collapse .services {

	margin-left: 10px;
}

.main-page .menu-body-open > ul > li .panel-group .panel-collapse .services > a {

	margin-left: 10px;
	font-size: 15px;

}

.main-page .menu-body-open > ul > li .panel-group .panel-collapse .services > a:hover {
	color: #3a902a;
	text-shadow: 0px 0px 10px #cccccc;
}

.main-page .menu-body-open > ul > li .panel-group .panel-heading {
	padding: unset;
}

.contact-new {
	width: 100%;
	background: #FEFCFF;
	padding-bottom: 30px;
}

.contact-new .container .contact-us > form {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	gap: 20px;
}

.contact-new .container .contact-us > form > input,
textarea {
	width: 90%;
}

.contact-new .container .contact-us > form > input::placeholder {
	font-family: "Montserrat", sans-serif !important;
	font-weight: bold;
	color: #247518;
}

.contact-new .container .contact-us > form > textarea::placeholder {
	font-family: "Montserrat", sans-serif !important;
	font-weight: bold;
	color: #247518;
}

.sitemapList > ul {
	display: block;
}

.sitemapList > ul > li {
	list-style: none;
	font-weight: bold;
}

.sitemapList > ul > li:before {
	font-family: FontAwesome;
	content: "\f138";
	position: absolute;
	left: 1em;
	color: #006600;
	font-size: 15px;
	margin-left: 0px;
}

.servicesList > ul {
	display: block;
}

.servicesList > ul > li {
	list-style: none;
	font-weight: bold;
}

.servicesList > ul > li:before {
	font-family: FontAwesome;
	content: "\f138";
	position: absolute;
	left: 1em;
	color: #006600;
	font-size: 15px;
	margin-left: 0px;
}


@media (max-width: 480px) {


	.main-page .menu-body {
		/*margin-top: 15%;*/
	}

	.main-page .menu-body-open {
		/*margin-top: 15%;*/
		width: 90%;
	}
}

.org-login-banner {
	height: 100vh;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/yessboss/5570173.jpg");
	background-size: cover;

}

.org-login-banner .login-container {
	width: 300px;
	display: flex;
	margin: auto;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.org-login-banner .login-container > form {

	box-shadow: 0px 0px 15px #000;
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	border-radius: 5px;
	backdrop-filter: blur(2px);
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.org-login-banner .login-container > form > input {
	margin: 5% 0 5% 0;
}

.org-login-banner .login-container > form #input-wrapper > input, label {
	font-family: 'Montserrat', sans-serif !important;
	background: transparent;
	font-weight: bold;
	border: unset;
}

.org-login-banner .login-container > form #input-wrapper > input:focus-visible {
	border: unset;
	outline: none;
}

.org-login-banner .login-container > form #input-wrapper {
	width: 70%;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #fff;
}

