.hlegal-services p {
	/* font: 20px / 36px "Open Sans"; */
}

.hlegal-services .head {
	background: url(https://img1.wsimg.com/isteam/videos/uA41GmyyG8IMaxXdb) no-repeat center center;
	background-size: cover !important;
	padding-bottom: 90px;
	width: 100%;
	position: relative;
	background-attachment: fixed;
	padding-top: 130px;
}
.hlegal-services .hidden-md #hero-slider h1 {
	text-transform: uppercase;
}
.hlegal-services .head>.row {
	display: flex;
}

.hlegal-services .head #about-section,
.hlegal-services .head #contact-section {
	display: flex;
	align-items: stretch;
}

.hlegal-services .head #contact-section input[type="text"],
.hlegal-services .head #contact-section input[type="password"],
.hlegal-services .head #contact-section input[type="email"],
.hlegal-services .head #contact-section textarea,
.hlegal-services .head #contact-section select {
	color: #4c4d50;
}

.flex {
	display: flex;
	gap: 7px;
}

.hlegal-services .head .border {
	background-color: #fff;
	padding: 10px 20px;
	margin: 10px 20px;
	border: 2px solid #028c4c;
}

.hlegal-services .head p {
	line-height: 1.4;
	color: #000;
}

.hlegal-services .head span {
	line-height: 1.6 !important;
	font: 16px / 36px "Open Sans";
	font-weight: 400;
}

.hlegal-services .head #contact-section .required{
	vertical-align: super;
}

.hlegal-services .head #about-section {
	padding-left: 0;
	padding-right: 10px;
}

.hlegal-services .head #contact-section {
	padding-left: 10px;
	padding-right: 0;
}

.hlegal-services .head #about-section .border {
	background-color: rgb(0 0 0 / 73%);
	color: #fff;
	font-weight: 700;
}

.hlegal-services .head #about-section .border h3,
.hlegal-services .head #about-section .border h4,
.hlegal-services .head #about-section .border h1 {
	color: #fff;
}

.hlegal-services .head .review {
	border: 2px solid #028c4c;
    padding: 10px 20px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: justify;

}

.hlegal-services .head .review p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}

.hlegal-services .head #about-section-1 {
	display: none;
}

.hlegal-services .hidden-md {
	display: none;
}

.hlegal-services .hidden-sm {
	display: block !important;
}

.hlegal-services #about-section h1 {
	text-transform: uppercase;
}

@media screen and (max-width: 600px) {
	.hlegal-services .head {
		padding-top: 30px;
	}

	.hlegal-services .head .border {
		border: none;
		padding-bottom: 0;
		padding-top: 0;
	}

	.hlegal-services .head .border h1 {
		font: 15px / 24px "Open Sans";
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 2.5px;
		color: #252525;
	}

	.hlegal-services .hidden-sm {
		display: none !important;
	}

	.hlegal-services .hidden-md {
		display: block;
	}

	.hlegal-services .head #contact-section {
		padding-left: 0px;
		padding-bottom: 30px;
	}

	.hlegal-services .head #about-section {
		padding-right: 0px;
		display: none;
	}

	.hlegal-services .head #about-section-1 {
		display: block;
		margin-top: 10px;
	}

	.hlegal-services .head .list {
		display: none;
	}

	.hlegal-services .head .review {
		margin-bottom: 0;
	}

	.hlegal-services .head>.row {
		padding-left: 10px;
		padding-right: 10px;
	}

	.hlegal-services .head #about-section .border {
		background-color: #fff;
		color: #575859;
		font-weight: normal;
	}

	.hlegal-services .head #about-section .border h3,
	.hlegal-services .head #about-section .border h1 {
		color: #252525;
	}
}

@media screen and (max-width: 400px) {


	.chatbot-card {
		width: 90% !important;
	}
}

.hlegal-services .head #contact-section label {
	margin: 0;
}

.hlegal-services .head #contact-section input[type=text] {
	width: 100%;
	padding: 5px 10px;
}

.hlegal-services .head #contact-section fieldset .columns {
	margin-bottom: 12px;
}
.hlegal-services .head #contact-section input, .hlegal-services .head #contact-section textarea {
	margin-bottom: 0;
}

.hlegal-services .head #contact-section .categories .category-item.selected {
	background-color: #028c4c2e;
}

.hlegal-services .head #contact-section .categories .category-item .option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}
.hlegal-services .head #contact-section .categories .category-item .option text {
	font-size: 1.25rem;
	font-weight: 800;
}

.hlegal-services .head #contact-section .categories .category-item .option b {
	font-size: 12px;
}

.hlegal-services .head #contact-section .categories .category-item p {
	font-size: 14px;
	line-height: 1.2;
	margin: 0.6rem 0;
}

.hlegal-services .head #contact-section .categories .category-item .option text {
	margin-right: 10px;
}

.hlegal-services .head #contact-section .categories .category-item .option a {
	font-size: 12px;
}

.hlegal-services .head #contact-section .categories .category-item .option input {
	scale: 1.3;
}

.hlegal-services .head #contact-section .categories .category-item .details {
	padding: 10px;
	border: 1px solid;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 10px;
}

.hlegal-services .head #contact-section .categories .category-item .details a {
	width: 100%;
	display: block;
	text-align: right;
}
.hlegal-services .head #contact-section h2 {
	text-transform: uppercase;
}

.hlegal-services .head #contact-section textarea {
	width: 100%;
	padding: 5px 10px;
}

.hlegal-services .head #contact-section .small {
	line-height: 1.5;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 5px;
}

.hlegal-services .head .list div {
	display: flex;
	align-items: start;
	gap: 10px;
	margin-bottom: 0.8rem;
}

.hlegal-services .services {
	background: #f3f4f6;
	padding-top: 55px !important;
	padding-bottom: 55px !important;
	text-align: center;
}

.hlegal-services .services h1 {
	margin-top: 3rem;
	margin-bottom: 6px;
}

.hlegal-services .services p {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

.hlegal-services .services ul {
	padding-left: 3.3rem;
	margin-top: 0;
}

.hlegal-services .services li {
	font: 16px / 36px "Open Sans";
	font-weight: 400;
	width: 100%;
	color: #707273;
}

.hlegal-services .why-choose-us {
	padding-bottom: 55px;
	background: #fff;
}

.hlegal-services .why-choose-us h3 {
	font: 16px / 36px "Open Sans";
	font-weight: 800;
	text-transform: none;
	padding: 0;
	margin-bottom: 0;
}

.hlegal-services .why-choose-us h1 {
	/* margin-top: 3rem; */
	margin-bottom: 6px;
}

.hlegal-services .why-choose-us p {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

.hlegal-services .why-choose-us ul {
	padding-left: 3.3rem;
	margin-top: 0;
}

.hlegal-services .why-choose-us li {
	font: 16px / 36px "Open Sans";
	font-weight: 400;
	width: 100%;
	color: #707273;
}

.hlegal-services .benefits {
	padding-top: 55px;
	padding-bottom: 55px;
}

.hlegal-services .testimonial #team {
	margin-top: 0;
	padding-top: 55px;
	padding-bottom: 55px;
}

.hlegal-services .benefits h3 {
	font: 16px / 36px "Open Sans";
	font-weight: 800;
	text-transform: none;
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
}

.hlegal-services .benefits p {
	font: 15px / 30px "Open Sans";
	margin: 0;
}

.hlegal-services .how-it-works {
	padding-top: 55px;
	padding-bottom: 55px;
	background: #f3f4f6;
}

.hlegal-services .how-it-works ul.list-style-six {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 1;
	margin-left: 20px;
}

.hlegal-services .how-it-works ul.list-style-six li {
	position: relative;
	padding-left: 40px;
	z-index: 1;
	padding-bottom: 18px;
}

.header_row {
	max-width: 100%;
}

.hlegal-services .mobile-header {
	text-align: center;
	display: flex;
	align-items: center;
	background-color: rgb(0 0 0 / 60%);
	padding: 12px 10px;
	margin: 0 !important;
}

.hlegal-services .how-it-works ul.list-style-six li:not(:last-child)::before {
	border-left: 2px solid #028c4c;
	content: "";
	position: absolute;
	height: 100%;
	left: 0;
}

.hlegal-services .how-it-works ul.list-style-six li span {
	position: absolute;
	left: -20px;
	top: 0;
	height: 40px;
	width: 40px;
	background: #028c4c;
	text-align: center;
	line-height: 40px;
	color: white;
	font-weight: 800;
	border-radius: 50%;
}

.hlegal-services .how-it-works ul.list-style-six li h4 {
	margin: 0;
}

.hlegal-services .how-it-works ul.list-style-six li p {
	margin: 0;
	font-size: 15px;
}

.hlegal-services .faqs {
	padding-top: 55px;
	padding-bottom: 55px;
	background: #fff;
}

.hlegal-services .faqs .question {
	padding: 0;
	margin: 7px 0;
	color: #575859;
	cursor: pointer;
	font-weight: 700 !important;
}

.hlegal-services .faqs .answer {
	display: none;
}

.hlegal-services .faqs .answer p,
.hlegal-services .faqs .answer li {
	padding: 0;
	margin: 0;
	font: 15px / 30px "Open Sans";
}

a.hide {
	font-size: 13px;
}

b {
	font-weight: 800;
}

.hlegal-services .faqs h3 {
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}

.footer-text {
	background: #028c4c;
	padding: 18px 22px;
	color: white;
	letter-spacing: 1.2px;
	line-height: 1.5;
	display: block;
	z-index: 900;
	position: relative;
	text-align: center;
	font-size: 14px;
}

.footer-text a {
	color: white;
}

.hlegal-services .faqs .accordion {
	border: none;
}

.hlegal-services .faqs .accordion .accordion-header {
	padding: 0;
	margin: 7px 0;
	color: #575859;
	cursor: pointer;
	font-weight: 700;
}

.hlegal-services .faqs .accordion .accordion-body__contents {
	padding: 0;
	margin-top: 0;
	font: 15px / 30px "Open Sans";
	line-height: unset;
	padding-left: 2em;
}

.hlegal-services .faqs .accordion .accordion__item {
	border-bottom: 1px solid #bdc1c5;
}

.hlegal-services .faqs .accordion .accordion__item>.accordion-header:before {
	margin-left: 0;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}


/* chatbot css */

.chatbot {
	width: 70px;
	height: 70px;
	background: #028c4c;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 20px;
	z-index: 1000;
	cursor: pointer;
	bottom: 20px;
}

.chatbot i {
	font-size: 26px;
	color: white;
}

.chatbot-card {
	width: 95%;
	height: 470px;
	background: white;
	position: fixed;
	right: 10px;
	bottom: 30px;
	z-index: 9999;
	border-radius: 10px;
	border: 1px solid #efecec;
	/* box-shadow: 10px 10px 12px #efecec; */
}

@media only screen and (max-width: 768px) {
	.chatbot {
		right: 0;
	}
}

.chatbot-card .img-container {
	width: 40px;
	height: 40px;
}

.chatbot-card .img-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.chatbot-header {
	display: flex;
	height: 20%;
	justify-content: space-between;
	align-items: center;
	padding: 10px 12px;
}

.chatbot-header .chatbot-logo {
	display: flex;
	align-items: center;
}

.chatbot-header .chatbot-logo p {
	font-size: 18px;
	font-weight: 700;
	margin-left: 10px;
	margin-bottom: 2px;
	margin: 10px 0 2px 10px;
}

.chatbot-header .chatbot-logo span {
	font-size: 14px;
	margin-left: 10px;
}

.chatbot-header .close-icon {
	cursor: pointer;
	font-size: 24px;
}

.chatbot-card hr {
	width: 100%;
	margin: 0;
}

.chatbot-body {
	padding: 12px 12px;
	height: 80%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;

}




.input-container {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
}

#text-input {
	width: 100%;
	max-width: 90%;
	padding: 10px;
	border: 0;
	margin: 0;
	font-size: 16px;
	min-height: 0;
	resize: none; 
	overflow: hidden; 
	min-height: 1em; 
	height: 55px;
}

.input-container .icon-button {
	width: 30px;
	height: 30px;
	background: #028c4c;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	color: #fff;
	right: 10px;
	top: 7px;
	cursor: pointer;
}

.input-container .icon-button.disabled {
	background: grey;
}

.chatbot-body .message-body {
	flex-grow: 1;
	overflow-y: auto;
}

.chatbot-body .loading {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.chatbot-body .loading img {
	height: 35px;
}

.chatbot-body .message-row {
	display: flex;
	margin-bottom: 15px;
}

.chatbot-body .user-message-row {
	display: flex;
	align-items: center;
	justify-content: end;
	margin-bottom: 15px;
}

.chatbot-body .img-container {
	width: 30px;
	height: 30px;
}

.chatbot-body .img-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.chatbot-body .message-card {
	background: #F4F4F6;
	padding: 5px 10px;
	border-radius: 8px;
	margin-left: 10px;
	max-width: 80%;
}

.chatbot-body .message-card p {
	margin: 0;
	white-space: pre-line;
}

.mr-2 {
	margin-right: 10px;
}
.mt-2 {
	margin-top: 1rem;
}

.bg-white {
	background: #fff !important;
}

.bg-gray {
	background: #f3f4f6 !important;
}

#contact p {
	font: 18px / 36px "Open Sans";
}
#hlegal-services #contact{
	padding-top: 47px;
	padding-bottom: 0;
}

.bg-primary{
	background-color: #028c4c !important;
}

.about-content p{
	font-weight:400;
	font-size: 16px
}
.about-content h3{
	font-size: 19px
}
.about-content h4{
	font-size: 16px
}
.about-content li p{
	font-size: 16px !important
}
.service-content p{
	font-weight:400;
	font-size: 16px;
}