:root {
	/* Colors: */
	--unnamed-color-ffffff: #ffffff;

	/* Font/text values */
	--unnamed-font-family-inter-regular: Roboto, sans-serif;
	--unnamed-font-style-normal: normal;
	--unnamed-font-weight-normal: normal;
	--unnamed-font-size-22: 22px;
	--unnamed-character-spacing-0: 0px;
	--unnamed-line-spacing-28: 28px;
	
	
	
}



/* Character Styles */
.unnamed-character-style-1 {
	font-family: var(--unnamed-font-family-inter-regular);
	font-style: var(--unnamed-font-style-normal);
	font-weight: var(--unnamed-font-weight-normal);
	font-size: var(--unnamed-font-size-22);
	line-height: var(--unnamed-line-spacing-28);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--unnamed-color-ffffff);
}

body {
	margin: 0;
	font-family: Roboto, sans-serif;
}
.loginForm{
	padding-top: 20px;
	background: var(--theme-modal-bg);
}


.loginForm h1{
	font-family: 'Roboto', sans-serif;
	font-size: 31.25px;	
	letter-spacing: -0.5px;
	font-weight: bold;
	color: var(--theme-text-color);
	line-height: 36px;
}
.modal.show .modal-dialog{
	  position: absolute;
	  top: 9%;
	  left:26%;
	  margin: 0; /* Remove default margin */
	  max-width: 500px; /* Optional: control width */
	  width: 100%;
	  transform: 0;

}
.montserrat-text-card {
	font-family: Roboto, sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #00000099;
}
.montserrat-text {
	font-family: "Roboto, sans-serif", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

/* Wrapper with fixed size */
.custom-carousel {
	max-width: 1000px;
	height: 500px;
	margin: 10px 20px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	position: relative;
}

/* Carousel items take full height */
.carousel-inner,
.carousel-item {
	height: 100%;
	background-color: transparent;
}

/* Slide content centered */
.carousel-content-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 1rem;
}

.carousel-content-wrapper h2 {
	font-size: 2rem;
	margin: 0.5rem 0;
	font-weight: 800;
}

.carousel-content-wrapper h2 ~ .gradient-text {
	background: linear-gradient(90deg, #117226, #022c8d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	font-size: 3.5rem;
	font-weight: 800;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 2rem;
	height: 2rem;
}

.carousel-control-prev,
.carousel-control-next {
	top: 50%;
	transform: translateY(-50%);
}

.header {
	top: 0px;
	left: 0px;
	/* width: 100%; */
	height: 100px;
	/* UI Properties */
	background: #f5f6f8 0% 0% no-repeat padding-box;
	opacity: 1;
}
.header img {
	top: 33px;
	left: 86px;
	width: 277px;
	height: 72px;
	/* UI Properties */
	mix-blend-mode: multiply;
	opacity: 1;
}
.about-header {
	font: var(--unnamed-font-style-normal) normal bold 48px/68px Roboto, sans-serif;
	letter-spacing: var(--unnamed-character-spacing-0);
	text-align: left;
	font: normal normal bold 48px/68px Roboto, sans-serif;
	letter-spacing: 0px;
	color: #2b2b2b;
}
.nav-container {
	background-color: #fff;
	padding: 10px 20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.nav-links {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.nav-links a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
}
.nav-links a:hover {
	color: #007bff;
}
.sign-in {
	background: transparent linear-gradient(180deg, #62a63f 0%, #1d5329 100%) 0%
		0% no-repeat padding-box;
	border-radius: 12px;
	opacity: 1;
	/* padding: 10px 20px; */
	text-decoration: none;
	width: 120px;
	height: 47px;
	color: white;
	/* letter-spacing: 1px; */
	justify-content: center;
	text-align: left;
	font: normal normal 0px/28px Roboto, sans-serif;
	font-size: 16px;
	letter-spacing: 0px;
	opacity: 1;
}
.modal-content-bg {
	opacity: 1;
	background-image: radial-gradient(circle at center center, #def0d8, #fcfcfc),
		repeating-radial-gradient(
			circle at center center,
			#def0d8,
			#def0d8,
			40px,
			#fff0 80px,
			#fff0 100px
		);
	background-blend-mode: multiply;
	background: radial-gradient(
		circle at 100%,
		#def0d8,
		#fcfcfc 75%,
		#def0d8 100%,
		#fcfcfc 50%
	);
	background-position-x: 500px;
	background-position-y: 107px;
}
.navbar {
	margin-bottom: 0;
}
.sign-in:hover {
	background-color: #45a049;
}
.main-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0;
	/* padding: 50px 20px; */
}
.main-content .text-content {
	max-width: 50%;
}
.main-content h1 {
	font-size: 3em;
	margin: 0;
}
.main-content p {
	font-size: 1.2em;
	color: #0009;
}
.get-started {
	color: white;
	padding: 15px 30px;
	border-radius: 10px;
	text-decoration: none;
	display: inline-block;
	margin-top: 20px;
	background: var(--theme-primary-color) 0% 0% no-repeat padding-box;
	border: none;
}

.btn-get-started {
	color: var(--theme-primary-color);
	padding: 15px 30px;
	border-radius: 10px;
	text-decoration: none;
	display: inline-block;
	border: 0;
	/* background: white 0% 0% no-repeat padding-box; */
}

.get-started:hover {
	background-color: #45a049;
}

.info-box {
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 15px 15px 50px #8fa8bb3b;
	border-radius: 20px;
	padding: 5px;
	width: 480px;
	height: 188px;
	position: relative;

	border: 0;
	opacity: 1;
}

.info-box:hover {
	box-shadow: 15px 15px 50px #8fa8bb3b;
}
.info-box ul {
	list-style: none;
	padding: 0;
	opacity: 0.8;
}
.info-box ul li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	color: #000000;
	margin-right: 10px;
}

.section {
	padding: 38px 50px;
}
.bannersection {
	min-height: 50px;
	background: var(--theme-banner-background);
	color: var(--theme-banner-text-color);
}
.bannersection h1 {
	font-size: 48px;
	font-weight: 700;
	margin-top: 20px;
}

.bannersection ul li {
	font-size: 18px;
}

/* .bannersection ul li:before {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 6px;
    left: 5px;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
} */
.buttons {
	border-radius: 31px;
	font-size: 16px;
	background: var(--theme-primary-buttons-color);
	margin-top: 11px;
	border: none;
	font-weight: 400;
}
.illustration {
	max-width: 50%;
}
.illustration img {
	width: 100%;
}
.pricing-card {
	border-radius: 1rem;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	--bs-card-border-width: 8px;
	background: var(--theme-primary-color);
	height: 100%;
	border: 0;
}
.vl {
	border-left: 10px solid #4d8d3d;
	height: 15%;
	border-radius: 10px;
}
.pricing {
	opacity: 1;
}
.pricing h5 {
	text-align: center;
	font: var(--unnamed-font-style-normal) normal bold 34px/68px Roboto, sans-serif;
	color: white;
}
.pricing h3 {
	text-align: center;
	font: var(--unnamed-font-style-normal) normal bold 28px/68px Roboto, sans-serif;
	opacity: 1;
}
.pricing-card li {
	padding: 5px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	color: #000000;
	margin-right: 10px;
}
.services {
	background: #f5f6f8 0% 0% no-repeat padding-box;
	opacity: 1;
	/* height: 689px; */
}
.feature-section h5 {
	text-align: center;
	
    font-weight: Bold;
    font-size:32px;  
    color: #000000;
    line-height: 53px;
}

/* .card{
    width: 240px;
    height: 430px;
    border: 0;
} */
.text-about {
	text-align: left;
	letter-spacing: 0px;
	color: #6F7981;
	opacity: 1;
	font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
}
.text-heart-card {
	text-align: left;
	font: normal normal 600 28px/68px Roboto, sans-serif;
	letter-spacing: 0px;
	color: var(--theme-primary-color);
	opacity: 1;
}
.card-title {
	font: var(--unnamed-font-style-normal) normal 600 16px/27px Roboto, sans-serif;
	letter-spacing: var(--unnamed-character-spacing-0);
	text-align: left;
	opacity: 1;
	margin-top: -12px;
	color: #0009;
}
.bg-pattern {
	background-image: radial-gradient(
		circle at 1px 1px,
		black 1px,
		transparent 0
	);
	background-size: 40px 40px;
	background: #d7deeb 0% 0% no-repeat padding-box;
	opacity: 1;
}
.logo-halfimg {
	mix-blend-mode: multiply;
	height: 200px;
	width: 200px;
	margin-left: 50px;
	margin-top: 44px;
}
.container-about {
	background: #f5f6f8;
	border-radius: 239px;
	height: 350px;
	width: 350px;
}
.icon-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 0vh;
	margin-top: -25px;
	margin-left: 75px;
}
.icon-doctor {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 16vh;
	color: var(--theme-primary-color);
	font-size: 1.5rem;
}
.icon-user {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 16vh;
	color: var(--theme-primary-color);
	font-size: 1rem;
	margin-left: -252px;
	margin-top: -7px;
}
.icon {
	background: var(--theme-primary-color) 0% 0% no-repeat padding-box;
	border-radius: 10px;
	padding: 16px;
}
.icon i {
	color: white;
	font-size: 1rem;
	margin-left: 0px;
	margin-top: -2px;
}
.card-heart {
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: -15px 15px 60px #8fa8bb29;
	border-radius: 20px;
	opacity: 1;
	width: 189px;
	height: 93px;
	margin-left: -116px;
	margin-bottom: -75px;
	border: 0;
}
.card-doctor {
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: -15px 15px 60px #8fa8bb29;
	opacity: 1;
	margin-left: 250px;
	width: 100px;
	height: 100px;
	border: 0;
	border-radius: 300px;
	backdrop-filter: blur(12px);
	margin-top: -48px;
}
.card-user {
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: -15px 15px 60px #8fa8bb29;
	border-radius: 20px;
	opacity: 1;
	width: 320px;
	height: 70px;
	margin-left: 55px;
}
.card-user-title {
	font: var(--unnamed-font-style-normal) normal 600 16px/27px Roboto, sans-serif;
	letter-spacing: var(--unnamed-character-spacing-0);
	text-align: left;
	opacity: 1;
	color: #0009;
	margin-left: 44px;
	margin-top: -40px;
}
.heading-trustedby {
	font: var(--unnamed-font-style-normal) normal bold 38px/32px Roboto, sans-serif;
	letter-spacing: var(--unnamed-character-spacing-0);
	text-align: center;
	letter-spacing: 0px;
	color: #2b2b2b;
	opacity: 1;
}

.about-sec {
	margin-bottom: 69;
}
.trusted-by {
	margin-top: 69;
}
.fa:hover {
	opacity: 0.7;
}
.text-social {
	color: #00000099;
	opacity: 1;
	font-size: inherit;
}

.styleSocial {
	background: #b4d8ac;
	color: #000000;
	padding: 10px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
	border-radius: 50%;
}
.styleSocial:hover {
	opacity: 0.7;
}

.benifits-section {
	text-align: center;
	padding: 38px 82px 0 82px;
background:#F0F7FF url("/HIS/hisglobal/images/beneficiary-bg.png") !important; background-repeat:repeat  !important; background-position:top right  !important;
}



.benifits-section img {
	margin-top: 16px !important;
	height: 77px !important;
    width: 77px !important;
}

.benifits-section h1 {
  font-family: Roboto, sans-serif;  
  font-weight: Bold;
  font-size:32px;  
  color: #000000;
}
/*.benifits-section h1 span {
	color: var(--theme-heading-key-word);
}
*/
.benifits-box {
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	height: 245px;	
	text-align: center;
}

.benifits-section .cardBox {
	display: flex;
	/* align-items: center;
	justify-content: center; */
	flex-wrap: wrap;
	gap: 10px;
	text-align: left;	
}

.benifits-box:hover {
	background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 60px 30px 60px #a8bbca29;
	border-radius: 20px;
	opacity: 1;
	border: 1px solid #e0e0e0;
}

.benifits-box h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.benifits-box p {
	font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #58646E;
  line-height: 23px;
}

.services-section {
	text-align: center;
	padding: 48px  59px;	
	/*background: #fff;*/
	background: #ffffff url(/HIS/hisglobal/images/e-clinic/img/aboutbg.png);
    background-repeat: no-repeat;
    background-position: top right; 
}
.services-section .service-circle1 {
    width: 65px;
    height: 65px;
    margin: 0px auto;
    text-align: center;
    background: #fddec5;
    padding: 15px;
    border-radius: 50px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(217, 217, 218, 0.25) 0px 50px 100px -20px, rgba(179, 173, 173, 0.3) 0px 30px 60px -30px, rgba(57, 59, 61, 0.35) 0px -2px 6px 0px inset;
*/}



.services-section h1 {
	font-family: Roboto, sans-serif;  
    font-weight: Bold;
    font-size:32px;  
    color: #000000;
}
/*.services-section h1 span {
	color: var(--theme-heading-key-word);
}*/
.services-section-p {
	color: #6c757d;
	
	padding-right: 100px;
	padding-left: 100px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400; /* Regular */
    font-size: 1rem;
    line-height: 23px;
	
}
.service-box {	
/*  border-radius: 20px;*/

  margin-bottom: 30px;
  height: 272px;
/*  width: 251px;  */
/*  border: 1px solid #A7A7A7;*/
  background: #F4F9FF;
  border-width: 1px;
  border-style: solid;
  border-radius:10px;
  padding-left: 14px;
  padding-right: 14px; position:relative;
}
.service-box:hover {
  position: relative;
  cursor: pointer;
  border: 1px solid transparent;
  background:
    linear-gradient(#F4F9FF, #F4F9FF) padding-box,
    linear-gradient(135deg, #ffb67f, #1992ad) border-box;
}


/*.service-box ::before {
  content: '';
  position: absolute;
  top: 0px; overflow: hidden;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--card-accent, linear-gradient(90deg, var(--teal), var(--blue)));
}
*/

/*.service-box:hover {
	background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 60px 30px 60px #a8bbca29;
	
	opacity: 1;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}*/

.service-box h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
 color: rgba(0,0,0,0.9);
  line-height: 20px;
}
.service-box p {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 15px;
  color:#6F7981;
  line-height: 22px;
}
.service-circle {
	clip-path: circle(38px);
	height: 80px !important;
	background: #b4d8ac;
}
.about-circle {
	height: 300;
	width: 300;
	background: #a8bbca29;
}
.features-box {
	position: relative;
	top: 0px;
	transition: top ease 0.5s;
	border-radius: 20px;
	width:100%;
	height: 413px;
	padding: 10px;	
}
.feature-section {
	/* text-align: center; */
	padding: 40px 120px 80px 120px;
/*	background:#FAFAFA;*/
background: linear-gradient(to right, #ffba85, #c4ecfd, #1992ad);
}
.features-box:hover {
background: rgba(4, 146, 177, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.feat-card .features-box {

 /* backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
 box-shadow: rgb(142, 193, 214) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.2) 0px 18px 36px -18px inset;
  padding: 20px;*/
  background: rgba(4, 146, 177, 0.3);
  padding: 22px 15px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.feat-card .features-box:hover{
  background: rgba(4, 146, 177, 0.2);
  transform: translateY(-6px);
  cursor: pointer;
  transition: 0.9s ease;
}
.features-box .step {
	font-weight: bold;
	color: #ffffff;
	background-color: #0492B1;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 800;   
  	font-size: 24px;	
  	
}

.features-box .ellipseUp{
	margin-top: 20px;
  	float: left;
 	margin-bottom: 50px;
  	margin-left: 10px;
  	width:69%
}
.features-box .ellipseDown{
	margin-top: 44px;
  	float: left;
  	margin-bottom: 26px;
  	margin-left: 10px;
  	width:69%
}

.features-box h3 {
	 font-family: 'Roboto', sans-serif;
     font-weight: 500;
     font-size: 15px;
	 color: #000;
	
	 margin-top: 14px;
	 line-height: 23px;
text-align: center;
}

.features-box ul {
  list-style: none; /* remove default bullets */
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 0;
  margin: 20px 0;
}

.features-box ul li {
position: relative;
  margin-bottom: 11px;
  padding-left: 21px;
  color: #303030;
  line-height: 22px;
  font-size: 0.9rem;
}

.features-box ul li::before {
  content: "✤"; /* decorative symbol */
  position: absolute;
  left: 0;
  color: #3E4143; /* adjust color to match design */
  font-size: 16px;
  line-height: 22px;
}




.features-box p {
	font-size: 0.875rem;
	color: #000000;
	padding: 0px 10px;
	text-align: left;
	margin-bottom: 3px;
}
.features-box p i {
	font-size: 0.875rem;
	color: var(--theme-primary-color);
	padding: 0px 5px;
	text-align: justify;
}

.custom-section {
	padding: 40px 20px;
}
.icon-box {
	text-align: center;
}
.icon-box i {
	font-size: 40px;
	color: #28a745;
	margin-bottom: 10px;
}
.trusted-by-section {
	text-align: center;
	padding: 50px 0;
}
.trusted-by-section h2 {
	font-size: 2rem;
	margin-bottom: 30px;
}
.trusted-by-section .logo {
	max-width: 150px;
	margin: 0 auto 10px;
}
.trusted-by-section .logo-description {
	font-size: 1rem;
	color: #666;
}


.profile-icon {
	background: #ffffff;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.profile-icon i {
	font-size: 40px;
	color: #6c757d;
}

.btn-signin {
	background-color: #28a745;
	color: white;
	border-radius: 10px;
	padding: 10px 20px;
}
.btn-signin:hover {
	background-color: #218838;
}
.sign-up-link {
	color: #28a745;
	font-weight: bold;
	text-decoration: none;
}
.sign-up-link:hover {
	text-decoration: underline;
}
.btn-readmore {
	color: white;
	padding: 15px 30px;
	border-radius: 10px;
	text-decoration: none;
	display: inline-block;
	background: var(--theme-primary-color) 0% 0% no-repeat padding-box;
	--bs-btn-active-color: #fff;
}
.btn-readmore:hover {
	background-color: #218838;
}

.container-feat {
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 25px 25px 60px #8fa8bb29;
	border-radius: 0px 20px 20px 0px;
	opacity: 1;
	padding: 20;
	margin-left: 25;
	max-width: 1242px;
	/* position: absolute; */
}
.container-feat-img {
	background: wheat 0% 0% no-repeat padding-box;
	box-shadow: 25px 25px 60px #8fa8bb29;
	border-radius: 0px 20px 20px 0px;
}
.features-section {
	padding: 20px;
}
.features-section h1 {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 40px; /* Increased margin */
	margin-left: 45px;
}
.features-section h1 span {
	color: var(--theme-primary-color);
}
.features-section .feature-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.features-section .feature-item i {
	color: var(--theme-primary-color);
	font-size: 2rem;
	margin-right: 30px;
}
.features-section .feature-item h5 {
	font-size: 1.7rem;
	font-weight: bold;
	margin: 0;
}
.features-section .feature-item p {
	opacity: 1;
	margin: 0;
	color: #666;
	font-size: 1.1rem;
}
.features-section .feature-item + .feature-item {
	padding-top: 20px;
}
.image-section img {
	max-width: 40%;
	border-radius: 10px;
	margin-left: -130px;
	position: absolute;
}


.header-text {
	text-align: right;
	font-size: 1rem;
	font-weight: bold;
	color: #666;
}
.header-text span {
	color: var(--theme-primary-color);
}

/* .card{
    width: 240px;
    height: 430px;
    border: 0;
} */

.card-title {
	font: var(--unnamed-font-style-normal) normal 600 16px/27px Roboto, sans-serif;
	letter-spacing: var(--unnamed-character-spacing-0);
	text-align: left;
	opacity: 1;
	margin-top: -12px;
	color: #0009;
}
.fa:hover {
	opacity: 0.7;
}
.text-social {
	color: #00000099;
	opacity: 1;
	font-size: inherit;
}

.bg-dot-square {
	background-image: radial-gradient(#d7deeb 1.2px, transparent 0);
	background-size: 15px 15px;
	background-position: -24px -19px;
	width: 90px;
	height: 90px;
	position: unset;
	opacity: 1;
	margin-left: 363px;
	margin-bottom: -95px;
}
.bg-dot-square-1 {
	background-image: radial-gradient(#d7deeb 1.2px, transparent 0);
	background-size: 15px 15px;
	background-position: -24px -19px;
	width: 135px;
	height: 100px;
	position: unset;
	opacity: 1;
	margin-left: -59px;
	margin-bottom: -72px;
}

.bg-dot-square-2 {
	background-image: radial-gradient(#d7deeb 1.2px, transparent 0);
	background-size: 15px 15px;
	background-position: -24px -19px;
	width: 135px;
	height: 100px;
	position: unset;
	opacity: 1;
	margin-left: -116px;
	margin-bottom: -58px;
}
.bg-dot-square-3 {
	background-image: radial-gradient(#d7deeb 1.2px, transparent 0);
	background-size: 15px 15px;
	background-position: -24px -19px;
	width: 135px;
	height: 100px;
	position: unset;
	opacity: 1;
	margin-left: 237px;
	margin-top: -51;
}
.bg-dot-square-4 {
	background-image: radial-gradient(#d7deeb 1.2px, transparent 0);
	background-size: 15px 15px;
	background-position: -24px -19px;
	width: 135px;
	height: 100px;
	position: absolute;
	opacity: 1;
	margin-top: -102;
}
.service-pricing-section {
	text-align: center;
	/* padding: 50px 20px; */
	background: #f5f6f8;
}
.service-pricing-box {
	background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
	position: relative;
	border-radius: 20px;
	border: 0;
	/* box-shadow: 15px 0px 39px 1px #A8BBCA27; */
	height: 220px;
	transition: transform 0.8s;
}

/* .service-pricing-box:hover {
    transform: scale(1.2); 
  } */
.service-pricing-box img {
	margin-bottom: 8px;
	border-radius: 25px;
	width: 240px;
	height: 167px;
	padding: 20px;
}
.service-pricing-box h3 {
	font-size: 1.25rem;
	font-weight: bold;
	color: #333;
}
.service-pricing-box p {
	font-size: 0.875rem;
	color: #6c757d;
}
.carousel-control-next-icon {
	border-radius: 50%;
	background-color: var(--theme-primary-color);
}
.carousel-control-prev-icon {
	border-radius: 50%;
	background-color: var(--theme-primary-color);
}

.footer {
	background-color: #f8f9fa;
	padding: 40px 0;
}
.footer .social-icons a {
	font-size: 28px;
}
.footer .social-icons a:hover {
	color: #00000099;
}
.footer .app-links img {
	width: 115px;
	margin: 10px 10px 10px 0;
	mix-blend-mode: multiply;
}
.footer .contact-info i {
	color: var(--theme-primary-color);
	margin-right: 10px;
}
.footer .contact-info a {
	color: #00000099;
	text-decoration: none;
}
.footer .contact-info li {
	color: #00000099;
	text-decoration: none;
	padding: 5;
	font-size: 1.25rem;
	display: flex;
}
.footer .contact-info a:hover {
	text-decoration: underline;
}
.footer .footer-bottom {
	border-top: 1px solid #00000099;
	padding-top: 20px;
	margin-top: 20px;
	text-align: center;
}
.footer .footer-bottom a {
	color: #00000099;
	text-decoration: none;
	margin: 0 10px;
}
.footer .footer-bottom a:hover {
	text-decoration: underline;
}
.footer .pages a {
	color: #00000099;
	text-decoration: none;
}
.footer .pages li {
	padding: 5;
	font-size: 1.25rem;
}

.footer .pages a:hover {
	text-decoration: underline;
}
.services-header {
	text-align: center;
	font: var(--unnamed-font-style-normal) normal bold 34px/68px Roboto, sans-serif;
}
.services-header-plan {
	text-align: center;
	font: normal normal bold 20px/48px Roboto, sans-serif;
	opacity: 1;
}
.card-price {
	background: var(--theme-primary-color) 0% 0% no-repeat padding-box;
	border-radius: 20px;
	width: 450px;
	opacity: 1;
}
/* .card h5{
    text-align: center;
    font: normal normal 900 28px/42px Roboto, sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: 10;
} */
.card h6 {
	font: normal normal bold 48px/42px Roboto, sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 1;
	padding: 10;
}
.card li {
	display: flex;
	text-align: left;
	/* font: normal normal normal 1px/32px Roboto, sans-serif; */
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 1;
}
.card span {
	width: var(--fa-li-width, 1em);
}
/* .card button{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    margin-left: 140;
} */



.modal-content-bg {
	opacity: 1;
	background-image: radial-gradient(circle at center center, #def0d8, #fcfcfc),
		repeating-radial-gradient(
			circle at center center,
			#def0d8,
			#def0d8,
			40px,
			#fff0 80px,
			#fff0 100px
		);
	background-blend-mode: multiply;
	background: radial-gradient(
		circle at 100%,
		#def0d8,
		#fcfcfc 75%,
		#def0d8 100%,
		#fcfcfc 50%
	);
	background-position-x: 500px;
	background-position-y: 107px;
}

.profile-icon {
	background: #ffffff;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.profile-icon i {
	font-size: 40px;
	color: #6c757d;
}
.btn-signin {
	background-color: var(--theme-primary-color);
	color: white;
	border-radius: 20px;
	padding: 10px 20px;
	font-weight: bold;
}
.btn-signin:hover {
	background-color: #27591b;
	color: white;
}
.sign-up-link {
	color: #27591b;
	text-decoration: none;
}
.sign-up-link:hover {
	text-decoration: underline;
}
/* .modal-open .modal-backdrop {
	backdrop-filter: blur(5px);
	background-color: rgba(251, 251, 251, 0.5);
	opacity: 1 !important;
} */
/* Sign-Up Modal css */
.signup-container {
	background-color: #ffffff;
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 30px;
	text-align: center;
	max-width: 400px;
	width: 100%;
	position: relative;
}
.signup-container::before {
	position: absolute;
	top: -50px;
	left: -50px;
	width: 200px;
	height: 200px;
	background: rgba(0, 128, 0, 0.1);
	border-radius: 50%;
	z-index: -1;
}
.signup-container::after {
	content: "";
	position: absolute;
	bottom: -50px;
	right: -50px;
	width: 150px;
	height: 150px;
	background: rgba(0, 128, 0, 0.1);
	border-radius: 50%;
	z-index: -1;
}

.loginForm a{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;   /* Medium */
	font-size: 18px;
	color: #002279;
	text-decoration: underline !important;
}
	

.input-group .input-group-text{
	background: #F5F4F7;
	border: 1px solid #acaaaa;
	border-left:none;
	color: #8A8A8A;
}


.captchaImage{
	width: 136px;
	height: 53px;
	opacity: 100%;
	border-radius: 8px;
	border: 1px solid #D8D8D8;
	background: #fff;
	
}
.icolor{
	font-size: 17px;
	color:#8a8a8a;
}
/* .input-group-text {
	background: none;
	border: none;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #6c757d;
} */
.btn-signup {
	background-color: #28a745;
	color: #ffffff;
	border-radius: 30px;
	padding: 10px 20px;
	border: none;
}
.btn-signup:hover {
	background-color: #218838;
}
.signin-link {
	color: #28a745;
	text-decoration: none;
}
.signin-link:hover {
	text-decoration: underline;
}


.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
	display: flex;
}



.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
	transform: translateX(0);
}

.topnav {
	position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
	display: none;
}

/* Style navigation menu links */
.topnav a {
	color: white;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
	/* background: black; */
	display: block;
	position: absolute;
	right: 20px;
	font-size: 0px;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
	background-color: #ddd;
	color: black;
}
.navbar {
	margin-bottom: 0px;
}
.topnav .nav-link {
	font-size: 16px;
	color: #6c757d;
	opacity: 1px;
	transition: color 0.3s;
}
.topnav .nav-link .active {
	font-weight: bold;
	font: normal normal bold 18px/22px Roboto, sans-serif;
	color: #000;
}
.topnav .nav-link:hover {
	font: normal normal bold 18px/22px Roboto, sans-serif;
	color: #000;
}

.topnav img {
	top: 33px;
	left: 86px;
	width: 277px;
	height: 72px;
	/* UI Properties */
	mix-blend-mode: multiply;
	opacity: 1px;
}

@media (max-width: 768px) {
	.modal.show .modal-dialog{
	  position: absolute;
	  top: 9%;
	  left: 24%;
	  margin: 0; /* Remove default margin */
	  max-width: 500px; /* Optional: control width */
	  width: 100%;
	  transform: 0;

   }
	.services-section {	padding: 38px 2px; }
	.info-box {
		font-size: 0.8rem;
		background: #ffffff 0% 0% no-repeat padding-box;
		box-shadow: 15px 15px 50px #8fa8bb3b;
		border-radius: 20px;
		padding: 20px;
		border: 0;
		opacity: 1;
		position: relative;
		height: auto;
		margin-left: 0px !important;
		width: auto !important;
	}
	.bg-dot-square {
		display: none;
	}
	.bg-dot-square-2 {
		display: none;
	}
	.bannersection ul li {
		font-size: 14px !important;
	}
	.bannersection h1 {
		font-size: 35px !important;
	}
	.feature-section h5 {
		font-size: 25px !important;
		line-height: 32px;
	}
	footer h5 {
		margin-left: 0px !important;
	}
	.footer .contact-info li {
		font-size: 1rem !important;
	}
	.footer .contact-info li a {
		font-size: 1rem !important;
	}
	.features-section .feature-item h5 {
		font-size: 1.2rem !important;
	}
	.features-section .feature-item p {
		font-size: 0.8rem !important;
	}
	.footer .contact-info li {
		font-size: 14px !important;
	}
	.footer .pages li {
		font-size: 14px !important;
	}
	.footer p {
		font-size: 14px !important;
	}
	.footer h5 {
		font-size: 14px !important;
		margin-bottom: 0rem !important;
		margin-top: 0rem !important;
	}
	
	
	
	.service-box:hover {
		transform: scale(1.1);
	}
	.services-section h1 {
		font-size: 1.2rem !important;
	}
	.services-section-p {
		font-size: 1rem !important;
		padding: 20px;
		
	}
	.feature-section{
		padding: 38px 35px;
	}
	.services-section {
 		 padding: 38px 13px;
 	}
 	.benifits-section {
		padding: 38px 5px;		
	}
 	.benifits-box {
	  padding: 10px;
	  border-radius: 10px;
	  margin-bottom: 20px;
	  height: 245px;
	  text-align: center;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.modal.show .modal-dialog{
		position: absolute;
		  top: 1%;
		  left: 13%;
		  margin: 0; /* Remove default margin */
		  max-width: 500px; /* Optional: control width */
		  width: 100%;
	}
	
	.services-section {	padding: 38px 2px; }
	.bannersection ul li {
		font-size: 16px !important;
	}
	.bannersection h1 {
		font-size: 35px !important;
	}
	footer h5 {
		margin-left: 0px !important;
	}
	.feature-section h5 {
		font-size: 25px !important;
	}
	.features-section .feature-item h5 {
		font-size: 1.2rem !important;
	}
	.features-section .feature-item p {
		font-size: 0.8rem !important;
	}
	.footer .contact-info li {
		font-size: 14px !important;
	}
	.footer .pages li {
		font-size: 14px !important;
	}
	.footer p {
		font-size: 14px !important;
	}
	.footer h5 {
		font-size: 14px !important;
		margin-bottom: 0rem !important;
		margin-top: 0rem !important;
	}
	.about-header {
		font-size: 29px !important;
		line-height: 50px;
	}
	.services-section h1 {
		font-size: 2rem !important;
	}
	.services-section p {
		font-size: 1rem !important;
		padding: 0px;
	}
	.feature-section{
		padding: 38px 35px;
	}
	
	.services-section {
 		 padding: 38px 13px;
 	}
 	.features-box{
		height: 469px;
	}
	
	.benifits-section {
		padding: 38px 5px;
	}
	.benifits-box {
	  padding: 10px;
	  border-radius: 10px;
	  margin-bottom: 20px;
	  height: 245px;
	  text-align: center;
	}
}
@media (max-width: 768px) {
	.modal.show .modal-dialog{
		position: absolute;
		  top: 1%;
		  left: 1%;
		  margin: 0; /* Remove default margin */
		  max-width: 500px; /* Optional: control width */
		  width: 100%;
	}
	
	.services-section {	padding: 38px 2px; }
	.image-section img {
		max-width: 100%;
		border-radius: 10px;
		margin-left: 0;
		position: relative;
	}
	.carousel-inner .carousel-item > div {
		display: none;
	}
	.carousel-inner .carousel-item > div:first-child {
		display: block;
	}
	.benifits-section h1{
		font-size: 1.2rem !important;
	}
	.benifits-section {
		padding: 38px 5px;
	}
	  .benifits-box {
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    height: max-content;
    text-align: center;
  }
}
/* medium and up screens */
@media (min-width: 768px) {

	.carousel-inner .carousel-item-end.active,
	.carousel-inner .carousel-item-next {
		transform: translateX(25%);
	}

	.carousel-inner .carousel-item-start.active,
	.carousel-inner .carousel-item-prev {
		transform: translateX(-25%);
	}

	
}
@media (max-width: 520px) {
	
	.labelTab{
		width: 100%;
	}
	.loginForm h1{
		font-size: 21px;
    }
	.service-box {	
 		height: 270px;
  		width: 100%; 
	 }
	.modal.show .modal-dialog{
		position: absolute;
		  top: 1%;
		  left: 1%;
		  margin: 0; /* Remove default margin */
		  max-width: 500px; /* Optional: control width */
		  width: 82%;
	}
	.loginForm{	padding-top: 20px;}
	.services-section {	padding: 38px 89px; }
	.custom-section {
		width: 50%; /* Set the width to 80% */
		height: auto; /* Keep aspect ratio intact */
	}
	.info-box {
		font-size: 0.8rem;
		background: #ffffff 0% 0% no-repeat padding-box;
		box-shadow: 15px 15px 50px #8fa8bb3b;
		border-radius: 20px;
		padding: 20px;
		border: 0px;
		opacity: 1;
	}
	.bannersection ul li {
		font-size: 14px !important;
	}
	.services-section-p {
		font-size: 1rem !important;
		padding: 20px;
		
	}
	.feature-section{
		padding: 38px 35px;
	}
	.services-section {
 		 padding: 38px 13px;
 	}
	.header img {
		width: 50%; /* Set the width to 80% */
		height: auto; /* Keep aspect ratio intact */
	}
	.features-box{
		height: 469px;
	}
	.logo-halfimg {
		mix-blend-mode: multiply;
		height: 130px;
		width: 130px;
		margin-left: 32px;
		margin-top: 33px;
	}
	.about-circle {
		height: 200;
		width: 200;
		background: #a8bbca29;
	}
	.card-heart {
		height: 65px;
		margin-left: -105px;
	}
	.icon i {
		font-size: 0.8rem;
	}
	.icon {
		padding: 10px;
	}
	.icon-container {
		margin-top: -17px;
		margin-left: 40px;
	}
	.text-heart-card {
		font: normal normal 500 14px/68px Roboto, sans-serif;
		margin-top: -8px;
	}
	.card-title {
		font: var(--unnamed-font-style-normal) normal 400 10px/27px Roboto, sans-serif;
		margin-top: -34px;
	}
	.card-heart {
		background: #fff 0% 0% no-repeat padding-box;
		box-shadow: -15px 15px 60px #8fa8bb29;
		border-radius: 20px;
		opacity: 1;
		width: 189px;
		height: 65px;
		margin-left: -86px;
		margin-bottom: -75px;
		width: 74%;
	}
	.benifits-section {
		padding: 38px 5px;	
	}
	
}
/* Extra large devices (1200px+) */
@media only screen and (min-width: 1440px) {

	
	.modal.show .modal-dialog{
	  position: absolute;
	  top: 9%;
	  left: 35%;
	  margin: 0; /* Remove default margin */
	  max-width: 500px; /* Optional: control width */
	  width: 100%;
	  transform: 0;

}
}

