@import url('https://fonts.googleapis.com/css2?family=TASA+Orbiter:wght@400..800&display=swap');
@font-face {
	font-family: 'FontAwesome';
	src: url('../font-awesome/fonts/fontawesome-webfont.woff') format('woff2'),
		url('../font-awesome/fonts/fontawesome-webfont.woff') format('woff');
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	font-family: "TASA Orbiter", sans-serif;
}

p { font-size: 16px;color: #5c5c5c; text-align: justify;  line-height: 30px;  font-weight: 400; margin-bottom: 5px;}
body {font-family: "TASA Orbiter", sans-serif;font-size: 16px;color: #222;text-align: justify;font-weight: 400;  }
#spinner {opacity: 0;visibility: hidden;transition: opacity .5s ease-out, visibility 0s linear .5s;z-index: 99999;}
#spinner.show { transition: opacity .5s ease-out, visibility 0s linear 0s; visibility: visible; opacity: 1;}
/*** Spinner End ***/
.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	transition: 0.5s;
	z-index: 99;
}

/*** Button Start ***/
.btn {
	font-weight: 600;
	transition: .5s;
}

.btn-square {
	width: 32px;
	height: 32px;
}

.btn-sm-square {
	width: 34px;
	height: 34px;
}

.btn-md-square {
	width: 44px;
	height: 44px;
}

.btn-lg-square {
	width: 56px;
	height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	border-radius: 50%;
}

.btn.btn-primary {
	box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
	box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
	color: var(--bs-primary) !important;
}

.btn.btn-secondary {
	box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-secondary:hover {
	box-shadow: inset 300px 0 0 0 var(--bs-primary);
	color: var(--bs-light) !important;
}

.btn-hover {
	transition: 0.5s;
}

.btn-hover:hover {
	color: var(--bs-secondary) !important;
}

/*** Sub Title Start ***/
.sub-title {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	color: var(--bs-primary);
}

/*** Topbar Start ***/
.fixed-top .container {
	transition: 0.5s;
}

.topbar {
	padding: 2px 10px 2px 20px;
	background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
	transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
	color: var(--bs-secondary) !important;
}

.Download-s .btn.btn-primary:hover {
	box-shadow: inset 100% 0 0 0 var(--bs-light) !important;
	color: var(--bs-primary) !important;
}

/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
	font-family: "TASA Orbiter", sans-serif;
	position: relative;
	margin-right: 1px;
	/* padding: 35px 20px; */
	padding: 21px 20px;
	color: var(--bs-dark) !important;
	font-size: 16px;
	font-weight: 400;
	outline: none;
 /* transition: .5s;  */
}
.sticky-top.navbar-light .navbar-nav .nav-link {
	padding: 20px 10px;
    transition: .5s;
	font-size: 18px !important;
}
.navbar-light .navbar-nav .nav-link.active {


	color: #292966 !important;

	border-bottom: 2px solid #f8941e;
}
.navbar-nav .nav-link:hover{
	color: #00aeef !important;
	border-bottom: 2px solid #f8941e;
}
.navbar-light .navbar-nav .nav-link.active {
font-weight: 600;
}

.navbar-light .navbar-brand img {
	max-height: 50px;
	transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
	max-height: 45px;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown .dropdown-menu a:hover {
	background: var(--bs-primary);
	color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
	transform: rotateX(0deg);
	visibility: visible;
	background: #fff !important;
	transition: .5s;
	opacity: 1;     text-align: left;
    left: -18px;
    border-radius: 0px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1) !important;
}

/*** Carousel Hero Header Start ***/
.header-carousel {
	position: relative;
}

.header-carousel .owl-nav .owl-prev {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	border-radius: 60px;
	/* background: var(--bs-primary); */
	color: var(--bs-primary);
	font-size: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	border-radius: 60px;
	/* background: var(--bs-primary); */
	color: var(--bs-primary);
	font-size: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
	transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
	box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
	color: var(--bs-primary) !important;
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
	position: relative;
	width: 100%;
	/* height: 620px; */
	margin-top: 50px;
	display: block;
	object-fit: cover;
	transition: 0.5s; padding-bottom: 0px;
}

.header-carousel .header-carousel-item .carousel-caption {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 15% 0;
	/* display: flex;
	align-items: center;
	justify-content: center; */
	/* background: rgba(0, 0, 0, .2); */
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
	position: relative;

}

/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
	position: relative;
	padding: 70px 0px;
	background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 0.7)), url(../img/breadcrumb.jpg);
	background-position: center top;
	background-repeat: no-repeat;

}

/*** Single Page Hero Header End ***/
.counter-facts .counter {
	position: relative;
	text-align: center;
	width: 200px;
	min-height: 355px;
	padding: 10px 15px;
	margin: 0 auto;
	border-radius: 100px;
	box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
	background: var(--bs-white);
}

.counter-facts .counter:before {
	content: "";
	position: absolute;
	height: 105px;
	width: 100%;
	left: 0;
	top: 0;
	border-radius: 10px 10px 0 0;
	background-color: var(--bs-primary);
}

.counter-facts .counter .counter-icon {
	position: relative;
	width: 120px;
	height: 100px;
	border-radius: 10px 10px 0 0;
	font-size: 50px;
	line-height: 90px;
	color: var(--bs-primary) !important;
	display: flex;
}

.counter-facts .counter h3 {
	color: var(--bs-white);
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	display: flex;
}

.counter-facts .counter .counter-value {
	font-size: 30px;
	font-weight: 700;
	display: block;
	color: var(--bs-secondary);
}

/*** Counter Facts End ***/


/*** Training Start ***/
.training-carousel .owl-stage-outer {
	margin-top: 30px;
}

.training-carousel .owl-nav .owl-prev,
.training-carousel .owl-nav .owl-next {
	position: absolute;
	top: 0;
	padding: 10px 35px;
	border: 1px solid var(--bs-secondary);
	color: var(--bs-white);
	background: var(--bs-secondary);
	border-radius: 50px;
	transition: 0.5s;
}

.training-carousel .owl-nav .owl-prev {
	left: 0 !important;
}

.training-carousel .owl-nav .owl-next {
	right: 0;
}

.training-carousel .owl-nav .owl-prev:hover,
.training-carousel .owl-nav .owl-next:hover {
	box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
	color: var(--bs-primary) !important;
}

.training .training-item .training-img {
	position: relative;
	overflow: hidden;
	transition: 0.5s;
}

.training .training-item .training-img img {
	transition: 0.5s;
}

.training .training-item:hover .training-img img {
	transform: scale(1.2);
}

/*** Training End ***/


/*** Dance Class Start ***/
.class-carousel .owl-stage-outer {
	margin-top: 30px;
}

.class-carousel .owl-nav .owl-prev,
.class-carousel .owl-nav .owl-next {
	position: absolute;

	padding: 10px 35px;
	border: 1px solid var(--bs-secondary);
	color: var(--bs-white);
	background: var(--bs-secondary);
	border-radius: 50px;
	transition: 0.5s;
}

.class-carousel .owl-nav .owl-prev {
	left: 0 !important;
}

.class-carousel .owl-nav .owl-next {
	right: 0;
}

.class-carousel .owl-nav .owl-prev:hover,
.class-carousel .owl-nav .owl-next:hover {
	box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
	color: var(--bs-primary) !important;
}

.class .class-item .class-img {
	position: relative;
	overflow: hidden;
	transition: 0.5s;
}

.class .class-item .class-img img {
	transition: 0.5s;
}

/*** Dance Class End ***/
/*** Blog Start ***/
.blog-carousel .owl-stage-outer {
	margin-top: 30px;
}

.blog-carousel .owl-nav .owl-prev,
.blog-carousel .owl-nav .owl-next {
	position: absolute;
	top: 1px;
	padding: 10px 35px;
	border: 1px solid var(--bs-secondary);
	color: var(--bs-white);
	background: var(--bs-secondary);
	border-radius: 50px;
	transition: 0.5s;
}

.blog-carousel .owl-nav .owl-prev {
	left: 0 !important;
}

.blog-carousel .owl-nav .owl-next {
	right: 0;
}

.blog-carousel .owl-nav .owl-prev:hover,
.blog-carousel .owl-nav .owl-next:hover {
	box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
	color: var(--bs-primary) !important;
}

.blog .blog-item .blog-img {
	position: relative;
	overflow: hidden;
	transition: 0.5s;
}

.blog .blog-item .blog-img img {
	transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
	transform: scale(1.3);
}

/*** Blog End ***/

/*** Team Start ***/
.team-carousel .owl-stage-outer {
	margin-top: 30px;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
	position: absolute;
	top: 1px;
	padding: 10px 35px;
	border: 1px solid var(--bs-secondary);
	color: var(--bs-white);
	background: var(--bs-secondary);
	border-radius: 50px;
	transition: 0.5s;
}

.team-carousel .owl-nav .owl-prev {
	left: 0 !important;
}

.team-carousel .owl-nav .owl-next {
	right: 0;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
	box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
	color: var(--bs-primary) !important;
}

.team .team-carousel .team-item .team-img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.team .team-carousel .team-item .team-img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	transition: 0.5s;
	z-index: 2;
}

.team .team-carousel .team-item .team-img .team-icon {
	position: absolute;
	bottom: -100%;
	left: 50%;
	transform: translateX(-50%);
	padding: 25px;
	display: flex;
	opacity: 0;
	transition: 0.5s;
	z-index: 3;
}

.team .team-carousel .team-item:hover .team-img .team-icon {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
}

.team .team-carousel .team-item .team-content {
	position: relative;
	background: var(--bs-secondary);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: 1;
	transition: 0.5s;
}

.team .team-carousel .team-item .team-content::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: var(--bs-primary) !important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	transition: 0.5s;
	z-index: -1;
}

.team .team-carousel .team-item:hover .team-content a,
.team .team-carousel .team-item:hover .team-content p {
	color: var(--bs-white) !important;
}

.team .team-carousel .team-item:hover .team-content::after {
	height: 100% !important;
}

.team .team-carousel .team-item .team-img img {
	transition: 0.5s;
}

.team .team-carousel .team-item:hover .team-img img {
	transform: scale(1.1);
}

/*** Team End ***/


/*** Vidie Gallery Start ***/
/*** Youtube Video start ***/
.gallery .tab-class {
	text-align: start !important;
}

.gallery .nav-item {
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.gallery .nav-item a span {
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery .nav-item a.active {
	background: var(--bs-primary) !important;
}

.gallery .nav-item a.active span {
	color: var(--bs-white) !important;
}

.video {
	position: relative;
}

.video .btn-play {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: content-box;
	display: block;
	width: 23px;
	height: 44px;
	border-radius: 50%;
	transition: 0.5s;
}

.video .btn-play:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 70px;
	height: 70px;
	background: var(--bs-white);
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
	transition: 0.5s;
}

.video .btn-play:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 50px;
	height: 50px;
	background: var(--bs-secondary);
	border-radius: 50%;
	transition: all 300ms;
}

.video .btn-play span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 23px solid var(--bs-primary);
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	margin-left: 5px;
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

#videoModal {
	z-index: 99999;
}

#videoModal .modal-dialog {
	position: relative;
	max-width: 800px;
	margin: 60px auto 0 auto;
}

#videoModal .modal-body {
	position: relative;
	padding: 0px;
}

#videoModal .close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0px;
	top: -30px;
	z-index: 999;
	font-size: 30px;
	font-weight: normal;
	color: #ffffff;
	background: #000000;
	opacity: 1;
}

/*** Youtube Video End ***/

/*** Vidieo Gallery End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
	margin-top: 30px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
	position: absolute;
	top: 120px;
	padding: 10px 35px;
	/* border: 1px solid var(--bs-secondary); */
	color: var(--bs-secondary);
	/* background: var(--bs-secondary);
	border-radius: 50px; */
	transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev {
	left: -60px !important;
}

.testimonial-carousel .owl-nav .owl-next {
	right: -60px;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
	box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
	color: var(--bs-primary) !important;
}

/*** Testimonial End ***/


/*** Contact Start ***/
.contact button.btn.btn-primary.w-100:hover {
	box-shadow: inset 700px 0 0 0 var(--bs-light) !important;
	color: var(--bs-primary) !important;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
	background: var(--bs-dark);
}

.footer .footer-item .footer-link {
	line-height: 30px;
	color: var(--bs-white);
	transition: 0.5s;
}

.footer .footer-item .footer-link:hover {
	letter-spacing: 1px;
	color: var(--bs-primary) !important;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: var(--bs-primary) !important;
}

/*** copyright end ***/
.testimonial p {
	font-size: 16px;
}

.top-header .border-end {
	border-right: 1px solid #6199b7 !important;
}

.top-header .border-start {
	border-left: 1px solid #6199b7 !important;
}

a.btn.btn-primary.btn-lg-square.back-to-top {
	color: #fff;
}

.fast-s  H1 {
	padding-left: 20%;
}

.dropdown-item {
	padding: 10px;     border-bottom: solid 1px #ccc;
}

.bg-breadcrumb-inner {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgb(0 0 0 / 0%)), url(../img/slider/innerbg2.png);
	    background-size: cover;
   
}
.bg-breadcrumb-inner2 {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgb(0 0 0 / 0%)), url(../img/inner.jpg);
	    background-size: cover;
   
}


.bg-breadcrumb-contact {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgb(0 0 0 / 0%)), url(../img/contact.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.bg-breadcrumb-ePrescribing {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgb(0 0 0 / 0%)), url(../img/ePrescribing.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.bg-breadcrumb-bg {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgb(0 0 0 / 0%)), url(../img/inner-p-bg.jpg);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
}

.bg-breadcrumb-schedule {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgb(0 0 0 / 0%)), url(../img/schedule.jpg);
	background-position-y: -310px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.bg-breadcrumb-Clinical-Documentation {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgb(0 0 0 / 0%)), url(../img/Clinical-Documentation.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.bg-breadcrumb-pos {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgb(0 0 0 / 0%)), url(../img/pos.jpg);
	background-size: cover;

	background-repeat: no-repeat;
}

.bg-breadcrumb-EMCoding {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgb(0 0 0 / 0%)), url(../img/EMCoding.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.bg-breadcrumb-Patient-Education-Forms {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgb(0 0 0 / 0%)), url(../img/Patient-Education-Forms.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.bg-breadcrumb-decisionmaking {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgb(0 0 0 / 0%)), url(../img/decisionmaking.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;

}

.bg-breadcrumb-HL7-Interface {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgb(0 0 0 / 0%)), url(../img/HL7Interface.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;

}

.bg-breadcrumb-integratedbillingmodule {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgb(0 0 0 / 0%)), url(../img/integratedbillingmodule.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;

}

.bg-breadcrumb-documentediting-management {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgb(0 0 0 / 0%)), url(../img/documentediting-management.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;

}

.bg-breadcrumb-denialmanagementmodule {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgb(0 0 0 / 0%)), url(../img/denialmanagementmodule.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;

}

.bg-breadcrumb-hipaa {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgb(0 0 0 / 0%)), url(../img/hipaa.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;

}

.bg-breadcrumb-Features {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgb(0 0 0 / 0%)), url(../img/Features-p.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.bg-breadcrumb-roi {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgb(0 0 0 / 0%)), url(../img/roi.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.bg-Meaningful-use {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgb(0 0 0 / 0%)), url(../img/Meaningful-use.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;

}

.bg-Healthcare-Services {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgb(0 0 0 / 0%)), url(../img/Healthcare-Services.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;

}

.bg-breadcrumb-specialities-p {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgb(0 0 0 / 20%)), url(../img/x-ray-with-neon-colors.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;

}

.bg-breadcrumb>div {
    margin-top: 5%;
    padding-left: 25%;
    MIN-height: 240px;
}

#chartdiv {
	width: 100%;
	height: 600px;
	/* Or adjust based on your needs */
	display: flex;
	justify-content: center;
	align-items: center;
}

.chart-dwon-logo-none {
	position: absolute;
	width: 100px;
	height: 40px;
	background: #ffffff;
	bottom: 0px;
	z-index: 9;
}

/* Download-s-css -start */
/* 
.Download-s .button-body {
	display: flex;
	align-items: center;
	justify-content: center;
}

.Download-s .available-for-btn {
	font-family: "TASA Orbiter", sans-serif;
	--animation: 2s ease-in-out infinite;
	display: flex;
	align-items: center;
	column-gap: 2px;
	color: #fff;
	background-color: #008fdc;
	border-radius: 100px;
	outline: none;
	border: none;
	font-weight: 600;
	position: relative;
	transition: 0.2s ease-in-out;
	cursor: pointer;
	font-size: 16px;
}

.Download-s .available-for-btn:hover {
	background-color: #292966;
}

.Download-s .available-for-btn.active {
	background-color: #292966;
}

.Download-s .available-for-btn:active {
	height: auto !important;
	background-color: #292966;
}

.Download-s .circle {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 16px;
	height: 16px;
	border: solid 2px #292966;
	border-radius: 50%;
	margin: 0 10px;
	background-color: transparent;
	animation: circle-keys var(--animation);
}

.Download-s .available-for-btn:hover .circle,
.Download-s .available-for-btn:hover .available-for-btn:active {
	border: solid 2px #ffffff;
}

.Download-s .circle .dot {
	position: absolute;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #008fdc;
	animation: dot-keys var(--animation);
}

.Download-s .button-body:hover .circle .dot {
	background-color: #292966;
}

.Download-s .available-for-btn.active .circle,
.Download-s .available-for-btn.active .available-for-btn:active {
	background: #fff;
}

.Download-s .circle .outline {
	position: absolute;
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
	border-radius: 50%;
	animation: outline-keys var(--animation);
}

.Download-s .circle:nth-child(2) {
	animation-delay: 0.3s;
}

.Download-s .circle:nth-child(2) .dot {
	animation-delay: 0.3s;
}

.Download-s .circle:nth-child(1) .outline {
	animation-delay: 0.9s;
}

.Download-s .circle:nth-child(2) .outline {
	animation-delay: 1.2s;
}

@keyframes circle-keys {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.5);
		opacity: 0.5;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes dot-keys {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes outline-keys {
	0% {
		transform: scale(0);
		outline: solid 20px var(--color);
		outline-offset: 0;
		opacity: 1;
	}

	100% {
		transform: scale(1);
		outline: solid 0 transparent;
		outline-offset: 20px;
		opacity: 0;
	}
} */

/* Download-s-css -end */


/* Meaningful Use page start */
.list-design-two .olcards,
.list-design-two .olcards * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.list-design-two .olcards {
	list-style: none;
	counter-reset: cardCount;
	font-family: "TASA Orbiter", sans-serif;
	display: flex;
	flex-direction: column;
	--cardsGap: 1rem;
	gap: var(--cardsGap);
	padding-bottom: var(--cardsGap);
}

.list-design-two .olcards li {
	counter-increment: cardCount;
	display: flex;
	color: white;
	--labelOffset: 1rem;
	--arrowClipSize: 1.5rem;
	margin-top: var(--labelOffset);
}

.list-design-two .olcards li::before {
	content: counter(cardCount, decimal-leading-zero);
	background: white;
	color: var(--cardColor);
	font-size: 2em;
	font-weight: 700;
	transform: translateY(calc(-1 * var(--labelOffset)));
	margin-right: calc(-1 * var(--labelOffset));
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-inline: 0.5em;
}

.list-design-two .olcards li .content {
	background-color: var(--cardColor);
	--inlinePadding: 1em;
	--boxPadding: 0.5em;
	display: grid;
	padding: var(--boxPadding) calc(var(--inlinePadding) + var(--arrowClipSize)) var(--boxPadding) calc(var(--inlinePadding) + var(--labelOffset));
	grid-template-areas:
		"icon title"
		"icon text";
	gap: 0.25em 1em;
	clip-path: polygon(0 0,
			calc(100% - var(--arrowClipSize)) 0,
			100% 50%,
			calc(100% - var(--arrowClipSize)) 100%,
			calc(100% - var(--arrowClipSize)) calc(100% + var(--cardsGap)),
			0 calc(100% + var(--cardsGap)));
	position: relative;
}

.list-design-two .olcards li .content::before {
	content: "";
	position: absolute;
	width: var(--labelOffset);
	height: var(--labelOffset);
	background: var(--cardColor);
	left: 0;
	bottom: 0;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	filter: brightness(0.75);
}

.list-design-two .olcards li .content::after {
	content: "";
	position: absolute;
	height: var(--cardsGap);
	width: var(--cardsGap);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent 50%);
	left: 0;
	top: 100%;
}

.list-design-two .olcards li .icon {
	grid-area: icon;
	align-self: center;
	font-size: 2em;
}

.list-design-two .olcards li .content .title {
	grid-area: title;
	font-size: 1.25em;
	/* font-weight: 700; */
}

.list-design-two .olcards li .content .text {
	grid-area: text;
}

/* Meaningful Use page end */
.dedcription-btn {
	width: 100%;
	position: relative;
	display: inline-block;
	border-radius: 30px;
	background-color: #fcfcfc;
	color: #292966;
	text-align: center;
	font-size: 18px;
	padding: 9px 0;
	transition: all 0.3s;
	padding-right: 40px;
	margin: 0px 5px 5px 5px;
	box-shadow: 0 10px 0px 0 rgba(0, 0, 0, 0.06);
}

.dedcription-btn .btn-icon {
	background-color: #292966;
	width: 92px;
	height: 45px;
	float: right;
	position: absolute;
	border-radius: 30px 30px 30px 0;
	right: 0px;
	top: 0px;
	transition: all 0.3s;
}

.name-descripeion {
	position: relative;
	z-index: 8;
}

.btn-icon::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 45px solid #fcfcfc;
	border-right: 40px solid transparent;
	position: absolute;
	top: 0px;
	left: 0px;
}

.dedcription-btn:hover .btn-icon {
	width: 100%;
	border-radius: 30px;
}

.dedcription-btn:hover .btn-icon::after {
	display: none;
	opacity: 0.1;
}

.btn-icon i {
	position: absolute;
	right: 25px;
	top: 15px;
	color: #fff;
}

.dedcription-btn:hover {
	color: #fff !important;
}

.heart {
	background-color: #ff586b !important;
}

.book {
	background-color: #00b7c4 !important;
}

.brain {
	background-color: #8bc34a !important;
}

.hover-box {
	width: 100%;
}

/* contact page start */


.fuchers-section section {
	overflow: hidden;
	position: relative;
	background-position: center center;
	background-size: cover;
}

.fuchers-section .m-t-120 {
	margin-top: 120px;
}

.fuchers-section .section-common-space {
	padding: 0px 0;
}

.fuchers-section .section-header {
	margin-bottom: 60px;
}

.fuchers-section .section-title {
	color: #1c1c1c;
	margin-bottom: 60px;
	text-transform: uppercase;
}

.fuchers-section .section-title span {
	position: relative;
}

.fuchers-section .section-title span:before {
	content: "";
	position: absolute;
	bottom: -30px;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #1c1c1c;
}

.fuchers-section .ft-wt-bold {
	font-weight: 700;
}

.fuchers-section .section-subtitle {
	font-size: 17px;
	color: #666666;
}

.fuchers-section .features-item {
	background-color: #fff;
	margin-bottom: 110px;
	padding: 90px 15px 40px;
	position: relative;
	transition: 0.3s;
	border-radius: 2px;
	min-height: 190px;
}

.fuchers-section .features-item:hover {
	box-shadow: 0 40px 70px 0 rgba(0, 0, 0, 0.22);
	cursor: pointer;
}

.fuchers-section .features-item:hover .features-icon {
	color: #00aeef;
	border-color: #00aeef;
}

.fuchers-section .features-item:hover .features-info .title {
	color: #00aeef;
	border-color: #00aeef;
}

.fuchers-section .features-item:hover .features-info p {
	color: #00aeef;
	border-color: #00aeef;
}

.fuchers-section .features-icon {
	font-size: 36px;
	width: 96px;
	height: 96px;
	line-height: 96px;
	text-align: center;
	background: #fff;
	border-radius: 60px;
	border: 2px dashed #f0f0f0;
	box-shadow: 0 0 0 10px #fff;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translate(-50%);
	color: #bdbdbd;
	transition: 0.3s;
}


.carousel-caption-content{
	    align-items: start;
    display: flex;
    justify-content: start;
    height: 100%;
	
} 

	.nav-item:hover::after {    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #007bff;
    transition: width 0.3s;
    margin-top: 4px;
    background: url(../img/uparrow.png);
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 6px;
    background-repeat: no-repeat;
    left: 45%;
}
.nav-item.dropdown::after{
	height: 8px;
}
.nav-item .arrow  {    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #007bff;
    transition: width 0.3s;
    margin-top: 4px;
    background: url(../img/uparrow.png);
    position: absolute;
   
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
     display: none;
}
.nav-item.active .arrow  {    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #007bff;
    transition: width 0.3s;
    margin-top: 4px;
    background: url(../img/uparrow.png);
    position: absolute;
    bottom: 0px;
    width: 20%;
    height: 6px;
    background-repeat: no-repeat;
    left: 45%;
    display: block;

}
.h-100px{ height: 100px;}
.fda-overflow-hidden {
    overflow: hidden;
}
.fda-inner-page-hero-section {
    /* background-color: var(--black); */
    padding-top: 13rem;
    padding-bottom: 13rem;
}
.fda-position-relative {
    position: relative;
}
.fda-inner-page-hero-background {
    z-index: 2;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
	object-fit: cover;
}
.fda-inner-page-hero-background {
    z-index: 2;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}
.fda-inner-page-hero-overlay {
    pointer-events: none;
}
.fda-inner-page-hero-overlay-color {
    background-color: #0000004d;
     /* background-image: linear-gradient(90deg, #000c, #fff0 41%), linear-gradient(90deg, #fff0 46%, #000000bf), linear-gradient(#0000008c, #fff0 50%), linear-gradient(#fff0 45%, #000000a6);  */
 background-image: linear-gradient(90deg, #6e6e6ecc, #fff0 50%), linear-gradient(90deg, #fff0 35%, #6e6e6ecc), linear-gradient(#0000008c, #fff0 30%), linear-gradient(#fff0 65%, #000000a6);
	position: absolute;
    inset: 0%;
}
.fda-inne-page-hero-curtain-two {
    z-index: 1;
    pointer-events: none;
    background-color: #070707;
    position: absolute;
    inset: 0%;
}
.fda-inner-page-hero-cartain {
    z-index: 3;
    pointer-events: none;
    display: none;
    position: absolute;
    inset: 0%;
}
.fda-container {
    width: 100%;
    max-width: 82.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.fda-inner-page-hero-wrapper {
    z-index: 4;
    grid-column-gap: .6875rem;
    grid-row-gap: .6875rem;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.header-carousel .carousel-caption-content i{
	padding: 6px 8px;
    background: #f8931e;
    border-radius: 30px;
    margin-right: 5px;
    position: relative;
    top: -7px;
    color: #fff;
    FONT-SIZE: 12px !important;
}
.top-header {
    border-bottom: solid 1px #f1f1f1;
}
/* MDCARE EMR Core Modules start –––––––––––––––––––––––––––––––––––––––––––––––––– */
.mdcare-emr-core-modules .timeline ul {
  background: #fff; padding: 0px;
  
}
.mdcare-emr-core-modules .timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 0%;
  background: #f8941e;
}
.mdcare-emr-core-modules .timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}
.mdcare-emr-core-modules .timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #292966;
}
.mdcare-emr-core-modules .timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}
.mdcare-emr-core-modules .timeline ul li:nth-child(odd) div {
  left: 45px;
}
.mdcare-emr-core-modules .timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #f3f3f3 transparent transparent;
}
.mdcare-emr-core-modules .timeline ul li:nth-child(even) div {
  left: -645px;
}
.mdcare-emr-core-modules .timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #f3f3f3;
}
time {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
.mdcare-emr-core-modules .timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.mdcare-emr-core-modules .timeline ul li.in-view::after {
  background: #292966;
}

.mdcare-emr-core-modules .timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.mdcare-emr-core-modules .timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0); background: #f3f3f3; color: #fff; width: 605px;
}

.mdcare-emr-core-modules .timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0); background: #f3f3f3; color: #fff; width: 605px;
}

.mdcare-emr-core-modules .timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .mdcare-emr-core-modules .timeline ul li div {
    width: 250px;
  }
  .mdcare-emr-core-modules .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .mdcare-emr-core-modules .timeline ul li {
    margin-left: 20px;
  }
  .mdcare-emr-core-modules .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .mdcare-emr-core-modules .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .mdcare-emr-core-modules .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #292966 transparent transparent;
  }
}


/* EXTRA/CLIP PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mdcare-emr-core-modules .timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.mdcare-emr-core-modules .timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.mdcare-emr-core-modules .timeline-rhombus ul li div::before {
  bottom: 12px;
}

.mdcare-emr-core-modules .timeline-star ul li::after {
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.mdcare-emr-core-modules .timeline-heptagon ul li::after {
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.mdcare-emr-core-modules .timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.25);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
.mdcare-emr-core-modules p{ text-align:left;}
.text-justify{ text-align :justify !important;}
.fs-7 {
    font-size: 0.8rem !important;
}

.breadcrumb-item + .breadcrumb-item::before{ 
	color: #fff !important;
}

.mdcare-ai-s-t .card{
    position: relative;
    width: 98%;
    height: 180px;
    background: #fff;
    transition: 0.5s;
	    border: none !important; box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.mdcare-ai-s-t .card .lines
{
    position: absolute;
    inset: 0;
    background: #fff;
    /* overflow: hidden; */
}

/* .mdcare-ai-s-t .card .lines::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 120px;
    background:linear-gradient(transparent, #f8931e, #45f3ff, #45f3ff, transparent);
    animation: animate 4s linear infinite;
    animation-play-state: paused;
} */
.mdcare-ai-s-t .card:hover .lines::before{
    animation-play-state: running;
}
/* @keyframes animate{
    0%
    {
        transform: translate(-50%,-50%) rotate(0deg);
    }
    100%
    {
        transform: translate(-50%,-50%) rotate(360deg);
    }
} */
/* .mdcare-ai-s-t .card .lines::after{
    content: '';
    position: absolute;
    inset: 3px;
    background: #ccdfe3;
} */

.mdcare-ai-s-t .card .imgBx
{    border-radius: 80px;
    position: absolute;
    top: -50px;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translateX(-50%);
    background: #292966;
    transition: 0.5s;
    z-index: 10;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .mdcare-ai-s-t .card:hover .imgBx
{
    top: 25px;
    width: 200px;
    height: 200px;
} */
/* .mdcare-ai-s-t .card .imgBx::before
{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 150px;
    transform: translate(-50%,-50%);
    background: linear-gradient(transparent,#292966 ,#292966 ,#292966 ,transparent);
    animation: animate2 6s linear infinite;
    animation-play-state: paused;
} */
/* @keyframes animate2
{
    0%
    {
    transform: translate(-50%,-50%)rotate(360deg);
    }
    100%
    {
    transform: translate(-50%,-50%)rotate(360deg);
    }
} */
/* .mdcare-ai-s-t .card .imgBx::after
{
    content: '';
    position: absolute;
    inset: 3px;
    background: #292929;
}
.mdcare-ai-s-t .card .imgBx::after {
    content: '';
    position: absolute;
    inset: 3px;
    background: #008fdc ;
} */
.mdcare-ai-s-t .card .imgBx img , .mdcare-ai-s-t .card .imgBx i
{
    position: absolute;
    
    z-index: 1;
    /* filter: invert(1); */
    opacity: 0.5s;
    transition: 0.5s;
	    font-size: 46px;
}
.mdcare-ai-s-t .card:hover .imgBx img
{
    opacity: 1;
}
.mdcare-ai-s-t .card .content
{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
	border: solid 1px #dee2e6;
    /* overflow: hidden; */
}
/* .card .content
{
    padding: 30px 20px;
    text-align: center;
    width: 100%;
    transition: 0.5s;
    transform: translateY(145px);
} */
.mdcare-ai-s-t .card .content .details
{
    padding: 30px 20px;
    text-align: center;
    width: 100%;
    transition: 0.5s;
    transform: translateY(20px); 
	
}
.mdcare-ai-s-t .card:hover .content .details
{
    transform: translateY(0px);
}
.mdcare-ai-s-t .card .content .details h2
{
    font-size:18px;
    font-weight: 500;
    color: #292966;
    line-height: 1.2em; font-weight: 600;
}
.mdcare-ai-s-t .card .content .details p
{
    color: #fff;
    opacity: 0;
    transition: 0.5s;
}
.mdcare-ai-s-t .card:hover .content .details p,
.mdcare-ai-s-t .card:hover .content .details a
{
    opacity: 1;
}
.mdcare-ai-s-t .card .content .details a
{
    display: inline-block;
    padding: 8px 15px;
    background: #45f3ff;
    color: #292929;
    margin-top: 10px;
    font-weight: 500;
    text-decoration: none;
    opacity: 0;
    transition: 0.5s;
}

.meaningful-use p{ text-align: left;}
.main-hd h1 {
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
/* === HEADING STYLE #1 === */
.main-hd h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.main-hd h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #008fdc ;
}
.main-hd h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 5px;
  left: 50%;
  margin-left: -50px;
  background-color: #008fdc ;
}
.four-box-design .card-body{
	padding: 5px 10px;
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
	
}

.four-box-design .card {
  background-color: white;
  border: none;
}

.four-box-design .card-body i {
  color: #008fdc ;
  font-size: 50px;
}

.four-box-design .border-bottom {
  width: 30%;
  text-align: center !important;
}

.four-box-design .underline {
  position: relative;     padding-top: 5px;
}

.four-box-design .underline:after {
  position: absolute;
  content: "";
  height: 2px;
  bottom: 0px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 22%;
  background: #aaaaac;
}
.four-box-design .card-text { text-align: left; min-height: 230px; font-size: 16px;}
.four-box-design a{    position: absolute;
    right: 10px;
    bottom: 10px;
 }
 .four-box-design  .btn.btn-primary {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;     font-size: 16px; border-radius: 0px;
}

.four-box-design .btn:hover {
    box-shadow: inset 0 0 0 0 var(--bs-primary) !important;
	    background-color: #292966 !important;
    border-color: #292966 !important;
	color: #fff !important;
}
/* :root {
  --primary-color: #ff0000;
  --bg-grey: #f5f7f6;
  --bg-black: #201f1d;
  --bg-white: #ffffff;
  --text-color: #212529;
  --text-color-white: #ffffff;
  --font-color: #676767;
  --heading-color: #343a40;
  --border-color: #dee2e6;
} */

.services-mdcare-ai .card {
  position: relative;
  z-index: 1;
  border-top: 3px solid #292966 ;
  min-height: 300px;
}

.services-mdcare-ai i {
  color: #292966 ;
}



.services-mdcare-ai .card:hover h2, .services-mdcare-ai .card:hover i {
  position: relative;
  z-index: 1;
  color: var(--text-color-white);
}

.services-mdcare-ai .card i {
 background-color: #00aeef;
    width: 80px;
    z-index: 99;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 55px;
}

.services-mdcare-ai .card:hover i {
  color: #292966 ;
}

.shadow {
    box-shadow: 0 0.5px 20px rgba(0, 0, 0, 0.1) !important;
}
.home-card-s .w-50 {
    width: 46% !important;
}
.home-card-s   .shadow{
	 transition: transform .3s; /* Animation */
}
.home-card-s   .shadow:hover {
  transform: scale(1.04); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.services-mdcare-ai .card{ min-height: 345px;}

/* slide dwone section css start  */
.top-service-area {
  
    padding: 0 0 35px; position: relative; z-index: 99;
} 
.top-service {
    background: #fff none repeat scroll 0 0;
    box-shadow: 9px 8px 15px -1px rgba(0, 0, 0, 0.25);
    margin-top: -53px;
}
.single-top-service {
    padding: 0 0 41px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	min-height: 100%;
}
.single-top-service::before {
    background: #008fdc  none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 31px;
}
.sts-img {
    margin-bottom: 7px;
}
.sts-img-box {
    border: 15px solid transparent;
    border-radius: 100px;
    height: 95px;
    line-height: 68px;
    margin: auto;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 95px;
}
.single-top-service:hover {
    background: #e8e8e8 none repeat scroll 0 0;
    border-radius: 5px;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.single-top-service:hover .sts-img-box {
    background: #fff none repeat scroll 0 0;
    border: 15px solid #e8e8e8;
    box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
}

.sts-img-box {
    border: 15px solid transparent;
    border-radius: 100px;
    height: 95px;
    line-height: 68px;
    margin: auto;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 95px;
}


/* slide dwone section css End  */
.testimonial-content {
    height: 180px;
    overflow-y: auto;
}
.Take-advantage-with-m .service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s; 
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.Take-advantage-with-m .service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}
.Take-advantage-with-m .service-item .service-icon i {
    transform: rotate(45deg);
	font-size: 24px;
}
.Take-advantage-with-m .service-item a {
   position: absolute;
    bottom: 10px;
}
.Take-advantage-with-m .service-item h4 {
    min-height: 35%;
}


.way-mdcare-section .features-section {
  background-color: transparent;
}

.way-mdcare-section .feature-box {
  background: #ffffff;
  border-left: 4px solid #008fdc ;
  border-radius: 10px;
  padding: 20px 24px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition: all 0.3s ease;
  height: 100%;
}

.way-mdcare-section .feature-box:hover {
  transform: translateX(5px);
  box-shadow: 0 10px 25px rgba(13, 110, 253, 0.12);
}

.way-mdcare-section .icon-circle {
  width: 44px;
  height: 44px;
  background-color: rgba(13, 110, 253, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  display: none;
}

.way-mdcare-section .icon-circle i {
  color: #008fdc ;
  font-size: 20px;
}

.way-mdcare-section .feature-box h5 {
  margin: 0 0 6px;
  font-weight: 600;
}

.way-mdcare-section .feature-box p {
  margin: 0;
 
 
}
.reimagine-s {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.reimagine-s::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/reimagine-s-bg.jpg) center center / cover no-repeat fixed;
  
    z-index: -1;
}

.reimagine-s::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}


 .process-card {
       background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    border-radius: 22px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    padding: 40px 25px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    float: left;
	    position: relative;
    z-index: 9;
    
    
}
.dropdown-menu.m-0 {
    padding: 0px !important;
}

.active::after {
       content: "";
    display: block;
    width: 0;
    height: 2px;
    transition: width 0.3s;
    margin-top: 4px;
    background: url(../img/uparrow.png) !important;
    position: absolute;
    bottom: 0px;
    /* width: 100%; */
    height: 3px;
    background-repeat: no-repeat !important;
    left: 43%;
    color: #f8941e;
    transform: rotate(186deg);
}
.dropdown-item{ text-align: center;}

.left-66p{ left: 66%;}














































































@media only screen and (max-width: 992px) {
	.fuchers-section .clear-problem>div:nth-child(3n+1) {
		clear: none;
	}

	.fuchers-section .features-item {
		min-height: 210px;
	}
}

@media only screen and (max-width: 768px) {
	/* .fuchers-section .section-common-space {
    padding: 50px 0;
  } */

	.fuchers-section .section-title {
		margin-bottom: 20px;
	}

	.fuchers-section .section-title span:before {
		bottom: -10px;
	}
}

.fuchers-section .clear-problem>div:nth-child(3n+1) {
	clear: left;
}

.fuchers-section .features-info .title {
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 16px;
}

.bgcolor-gray {
	background-color: #f5f5f5;
	;
}

nav.navbar.navbar-expand-lg {
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1) !important;
}

.Real-World-Testing-Results-btn .dropbtn {

	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}


.Real-World-Testing-Results-btn .dropdown {
	position: relative;
	display: inline-block;
}

.Real-World-Testing-Results-btn .dropdown-content {
	display: none;
	position: absolute;

	min-width: 100%;
	overflow: auto;

	z-index: 99;
}

.Real-World-Testing-Results-btn .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align:left;
}
.Real-World-Testing-Results-btn .dropdown-content i{
float:right;
margin-top:5px;
}

/* gagan */

.btn.btn-secondary {
    text-align: left;
}
.btn.btn-secondary i{
float:right;
margin-top:5px;	
}
/* gagan */
.Real-World-Testing-Results-btn .show {
	display: block;
	bottom: 56px;
}

/* well list-design-srart */
.well-list-design {


	display: flex;
	justify-content: center;
	align-items: center;

	margin: 0;
}

.well-list-design .circle-container {
	position: relative;
	width: 90%;
	height: 700px;
}

.well-list-design .center-circle {
	position: absolute;
	top: 52%;
	left: 56%;
	transform: translate(-50%, -50%);
	width: 180px;
	height: 180px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 30px 10px;
	z-index: 10;
}

.well-list-design .center-circle h2 {
	font-size: 18px;
	margin: 0;
	color: #555;
}

.well-list-design .center-circle p {
	font-weight: bold;
	font-size: 16px;
	color: #f7941e;
	margin-top: 10px;
}

.well-list-design .segment {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: rotate(calc(var(--i) * 40deg)) translate(0, -270px);
	transform-origin: center center;
}

.well-list-design .content {
	width: 160px;
	height: 90px;
	background: white;
	border-radius: 20px;
	text-align: center;
	padding: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	transform: rotate(calc(var(--i) * -40deg));
	border-top: 10px solid var(--color);
}

.well-list-design .icon {
	font-size: 22px;
	margin-bottom: 5px;
}

.well-list-design .content h3 {
	margin: 5px 0 0;
	font-size: 16px;

}

.well-list-design .content p {
	margin: 2px 0;
	font-size: 16px;

}

.wheel-Diagram-bg {
	background: url(../img/bg-well.png);
	background-size: cover;

	/* position: relative;
	z-index: 1;
	overflow: hidden; */
}

.wheel-Diagram-bg .container-fluid {
	z-index: 9;
}

.features-list h5 {
	font-size: 16px;
	font-weight: normal !important;
}


.Features-page-list p {
	padding-left: 10px;
}

.Features-page-list p i , .meaningful-use p i {
	position: absolute;
	top: 8px;
	left: 0;     display: none;
}

.Features-page-list p , .meaningful-use p {
    transition: transform .3s;
    box-shadow: 0 0.5px 20px rgba(0, 0, 0, 0.1) !important;
    padding: 10px;
     
}
.meaningful-use p { float: left; width: 100%;}

.section-title::before {
	position: absolute;
	content: "";
	width: 150px;
	height: 5px;
	left: 0;
	bottom: 0;
	background: var(--primary);
	border-radius: 2px;
}

.section-title::after {
	position: absolute;
	content: "";
	width: 6px;
	height: 5px;
	bottom: 0px;
	background: #FFFFFF;
	-webkit-animation: section-title-run 5s infinite linear;
	animation: section-title-run 5s infinite linear;
}

.slider-dwone-s {
	    position: absolute;
    width: 100%;
    top:0%;
    max-width: 99%;
    overflow: hidden;
    z-index: 9;
}

.home-img-map {
	display: flex;
	align-items: center;
	justify-content: center;
}

.table> :not(:last-child)> :last-child>* {
	border-bottom-color: currentColor;
	font-weight: normal;
}

p.name-descripeion {
	text-align: center;
	width: 95%;
	color: #292966;
	font-weight: 600;
}

.dedcription-btn:hover p.name-descripeion {
	color: #008fdc ;
}

.resources-list-o a {
	color: #008fdc;
	    text-transform: initial;
}

.resources-list-o h5 {
	font-size: 16px;
}

.fuchers-section .features-item .features-icon,
.fuchers-section .features-item .features-info .title {
	color: #00aeef;
	border-color: #00aeef;
}

.m-t-90 {
	margin-top: 90px;
}

.testimonial-s .testimonial-item {
	min-height: 370px;
}

.header-carousel h1 {
	font-family: "TASA Orbiter", sans-serif;
}


@media screen and (max-width: 767px) {
	.contact-s .card {
		min-height: auto !important;
	}
}

.contact-s .card {
	min-height: 500px;
	padding: 50px 10px;
	background-color: #4aa9cd;
	border-radius: 10px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.24);
	border: 2px solid rgba(7, 7, 7, 0.12);
	font-size: 16px;
	transition: all 0.3s ease;
	position: relative;
	text-align: center;
	transition: all 0.3s ease;
}

.contact-s .icon {
	margin: 0 auto;
	width: 100%;
	height: 80px;
	max-width: 80px;
	background: linear-gradient(90deg, #292966 0%, #292966 40%, rgba(0, 0, 0, 0.28) 60%);
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	transition: all 0.8s ease;
	background-position: 0px;
	background-size: 200px;
}

.contact-s .material-icons.md-18 {
	font-size: 18px;
}

.contact-s .material-icons.md-24 {
	font-size: 24px;
}

.contact-s .material-icons.md-36 {
	font-size: 36px;
}

.contact-s .material-icons.md-48 {
	font-size: 48px;
}

.contact-s .card .title {
	width: 100%;
	margin: 0;
	text-align: center;
	margin-top: 30px;
	font-family: "TASA Orbiter", sans-serif;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.contact-s .card .text {
	width: 95%;
	position: absolute;
	bottom: 5%;
	font-weight: bold;
	margin: 0 auto;
	font-size: 16px;
	text-align: justify;
	margin-top: 20px;
	color: white;
	font-family: "TASA Orbiter", sans-serif;
	letter-spacing: 2px;
	opacity: 0;
	max-height: 0;
	transition: all 0.3s ease;
}

.contact-s .card:hover .info {
	height: 90%;
}

.contact-s .card:hover .icon {
	background-position: -120px;
	transition: all 0.3s ease;
}

.contact-s .card:hover .icon i {

	opacity: 1;
	transition: all 0.3s ease;
}

.contact-s .card:hover .text {
	transition: all 0.3s ease;
	opacity: 1;
	max-height: 40px;
}

/* contact page end */
.available-for-btn a {
	width: 100%;
	text-align: left;
	padding: 5px;
	font-size: 16px;
}


.slide-box {
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	height: 100%;
}

.solid {
	width: 100%;
	background-color: white;
}

.heading {
	display: flex;
	align-items: baseline;
	margin-top: 30px;
}

.dot {
	border-radius: 50%;
	background-color: black;
	margin-left: 10px;
}

#d1 {
	width: 11px;
	height: 11px;
}

#d2 {
	width: 10px;
	height: 10px;
}

#d3 {
	width: 9px;
	height: 9px;
}

.table-main-cus .table-wrapper {

	box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.2);
}

.table-main-cus .fl-table {
	border-radius: 5px;
	font-size: 18px;
	font-weight: normal;
	border: 1px solid #dee2e6;
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
	white-space: nowrap;
	background-color: white;
}

.table-main-cus .fl-table tbody tr td {

	border-right: 1px solid #dee2e6;
	/* Add right border */
}

.table-main-cus .fl-table td,
.fl-table th {
	text-align: left;
	padding: 8px;
	color: #000;
}

.table-main-cus tr {
	border-bottom: 1px #dee2e6 solid;
}

.table-main-cus .fl-table td {
	border-right: 1px solid #f8f8f8;
	font-size: 18px;
}

.table-main-cus .fl-table thead th {
	color: #ffffff;
	background: #00adef;
}


.table-main-cus .fl-table thead th:nth-child(odd) {
	color: #ffffff;
	background: #292966;
}

.table-main-cus .fl-table tr:nth-child(even) {
	background: #F8F8F8;
}

.innerpagebaner-text {
	position: absolute;
	top: 20%;
	left: 48%;
}

.counter-facts h5 {
	font-weight: 400;
}


/*// Glow Border Animation //*/

.animated-border-box,
.animated-border-box-glow {
	position: absolute;
	overflow: hidden;
	z-index: 0;
	border-radius: 10px;
	padding: 0px 20px;
}

.animated-border-box-glow {
	overflow: hidden;
	/* Glow Blur */
	filter: blur(20px);
}

.animated-border-box:before,
.animated-border-box-glow:before {
	content: '';
	z-index: -2;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	position: absolute;
	width: 99999px;
	height: 99999px;
	background-repeat: no-repeat;
	background-position: 0 0;
	/*border color, change middle color*/
	background-image: conic-gradient(rgba(0, 0, 0, 0), #1976ed, rgba(0, 0, 0, 0) 25%);
	/* change speed here */
	animation: rotate 4s linear infinite;
}

.animated-border-box:after {
	content: '';
	position: absolute;
	z-index: -1;
	/* border width */
	left: 5px;
	top: 5px;
	/* double the px from the border width left */
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	/*bg color*/
	background: #fff;
	/*box border radius*/
	border-radius: 7px;
}

@keyframes rotate {
	100% {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}

.center-box {
	min-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;

}

/*// Border Animation END//*/

.card-content p:first-of-type {
	min-height: 70px;
	margin-bottom: 0px;
}

.min-h-auto {
	min-height: auto !important;
}

button.available-for-btn.active .dot {
	background-color: #292966;

}

.nav-item i {
	color: #292966;
}

.navbar-light .navbar-nav .nav-link.active i {
	color: #00adef;
}

.navbar-light .navbar-nav .nav-link:hover i {
	color: #00adef;
}

.table-main-cus-meaningful th,
.table-main-cus-meaningful td {
	color: #000;
}

.table-main-cus-meaningful tr:nth-child(even) {
	background: #F8F8F8;
}

.table-main-cus-meaningful tr:nth-child(even) td {
	background: #fff;
	color: #000;
}

.table-main-cus-meaningful tr:nth-child(odd) td {
	background: #fff;
	color: #000;
}

.table-main-cus-meaningful tr:last-child td {
	background: #f8941e;
}

.fs-8 {
	font-size: 0.9rem !important
}

.bg-breadcrumb h3 {
	/* border: 1px solid; */
	text-shadow: 2px 2px #040404;
}

.breadcrumb-item+.breadcrumb-item::before {
	text-shadow: none;
}

.bg-breadcrumb ol li {
	text-shadow: 1px 1px #ffffff;
	color: #000 !important;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	/* Initially hidden */
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.popup-content {
	position: relative;

	border-radius: 10px;
	text-align: center;
	width: 30%;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1;
	color: #000;
}

.live-demo-btn-c {
	z-index: 9;
	position: fixed;
	top: 35%;
	left: 0;
	background: #f8931e;
	border: navajowhite;
	padding: 10px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
}

.navbar {
	z-index: 99;
	width: 100%;
}

.copyright a {
	cursor: auto;
}


/* Responsive start */


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

	div#navbarCollapse a {
		padding: 10px;
	}

	.header-carousel .owl-nav .owl-prev,
	.header-carousel .owl-nav .owl-next {
		top: 44%;
		transition: 0.5s;
	}

	.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
		width: 95% !important;
	}

	.header-carousel .owl-nav .owl-next {
		width: 30px;
		height: 30px;
		font-size: 10px;
	}

	.topbar {
		display: none;
	}

	.header-carousel .owl-nav .owl-prev {
		width: 30px;
		height: 30px;
		font-size: 10px;
	}

	.class-carousel .owl-nav .owl-prev {
		left: 0 !important;
		top: 210px;
	}

	.class-carousel .owl-nav .owl-next {
		right: 0 !important;
		top: 210px;
	}

	.class-carousel .owl-stage-outer {
		margin: 0px;
	}

	.counter-facts .counter {
		width: 80%;
		min-height: 100%;
	}

	#chartdiv {
		height: 350px;
	}

	.features-list .box .content .icon {
		min-width: 40px;
	}

	.bg-breadcrumb>div {
		margin-top: 0px;
	}

	.navbar-light .navbar-nav .nav-link:hover,
	.navbar-light .navbar-nav .nav-link.active {
		columns: var(--bs-white);
	}

	.bg-Meaningful-use {
		background-position: 0px 0px;
	}

	.dedcription-btn .btn-icon {
		width: 60px;
	}

	.btn-icon::after {
		left: -1px;
		top: -1px;
	}

	.btn-icon i {
		right: 15px;
	}

	.dedcription-btn {
		overflow: hidden;
	}

	.bg-breadcrumb .display-3 {
		font-size: calc(1rem + 3.3vw);
	}

	.navbar-nav.ms-auto {
		height: 430px;
		overflow-y: scroll;
	}

	.sub-title {
		font-size: 16px;
	}

	.bg-breadcrumb>div {
		margin-top: auto;
	}

	.navbar-nav i {
		width: 30px !important;
		padding-right: 5px;
		position: absolute;
		right: 0;
		/* top: 35%; */
	}

	.table-main-cus-meaningful {
		overflow-x: scroll;

	}

	.navbar.navbar-expand-lg .navbar-toggler {

		right: 10px;
		position: fixed;
		top: 15px;
	}

	.header-carousel .header-carousel-item,
	.header-carousel .header-carousel-item img {
		margin-top: 0px !important;
	}

	.sticky-top.navbar-light {
		top: -1px;
	}

	div#navbarCollapse a {
		padding: 10px;
		border-bottom: 1px solid #dee2e6;
	}

	.home-list {
		padding: 0px !important;
	}

	.available-for-btn a {

		padding: 0.5rem .5rem 0.5rem 0.5rem;
	}

	.class-carousel .owl-nav .owl-prev,
	.class-carousel .owl-nav .owl-next {
		padding: 10px 15px;
	}

	.popup-content {
		width: 70%;
		text-align: left;
	}

	div#navbarCollapse {
		position: absolute;
		width: 100%;
		z-index: 999999;
		background: #fff;
		top: 80%;
		left: 0;
		height: 100vh;
		overflow-y: scroll;
		padding-bottom: 100px;
	}

	.bg-breadcrumb {
		padding: 50px 0px;
	}

	.live-demo-btn-c {
		top: 40%;
	}
	.header-carousel .header-carousel-item .carousel-caption { padding: 5% 0px 5% 5px; text-align: right;}
	.position-xs-relative{ position: relative;}
	.h-100px{ height: auto;}
	.header-carousel h1{ width: 95%;  font-size: 16px;}
	.header-carousel .fs-2{
		font-size: 12px !important;         text-align: left;
       
	}
	.header-carousel .carousel-caption-content i {
    padding: 2px 2px 2px 2px !important;
    background: #f8931e;
    border-radius: 19px;
    margin-right: 0px;
    position: relative;
    top: -2px;
    color: #fff;
    font-size: 5px !important;}
	.slider-dwone-s .rounded-top{ 
		    border: 1px solid #dee2e6;
    border-radius: 15px !important;
    margin-top: 10px;

	}
	.text-xs-right{ text-align: right !important;}
	.fda-inner-page-hero-section {
    /* background-color: var(--black); */
    padding-top: 50px;
    padding-bottom: 50px;
}
 .mdcare-ai-s-t .main-mdcare-ai-s {
   
    display: block; padding: 0px;}
	.mdcare-ai-s-t .col-12 {
    padding: 10% 10px;
}
.mdcare-ai-s-t .card{ top: 40px;;}
.Download-s a{ font-size: 16px;}
.testimonial-carousel .owl-nav .owl-next {
    right: -50px;
}
.testimonial-carousel .owl-nav .owl-prev {
    left: -50px !important;
}
.mdcare-ai-s-t .card .imgBx{     width: 120px;
    height: 120px;}
	.mdcare-ai-s-t .card .imgBx i{     font-size: 40px;}
.mdcare-emr-core-modules .timeline ul li:nth-child(odd) div , .mdcare-emr-core-modules .timeline ul li:nth-child(even) div{ width: 100%; left: 0px;}
.mdcare-emr-core-modules .timeline ul li{ margin: 0px; width: 100%; background: none; padding-top: 5px;}
.mdcare-emr-core-modules .timeline ul li:nth-child(odd) div::before , .mdcare-emr-core-modules .timeline ul li:nth-child(even) div::before , .mdcare-emr-core-modules .timeline ul li.in-view::after{ display: none;}
.list-design-two h2 , .services-mdcare-ai h3{ text-align: center;}
.Features-page-list p { text-align: left !important;}
.four-box-design .card-body{     margin: 10px 0px;}
.top-service{ margin-top: 0px;}
.top-service-area{z-index: 1;}
.header-carousel .fs-3 { font-size: 12px !important; margin: 0px !important;}
.w-xs-50 { width: 50% !important;}
.single-top-service::before{ width: 100%;}
p{ text-align: left;}
.Take-advantage-with-m .service-item h4{     min-height: 0px; margin: 0px;}
.single-top-service:hover{ transform: scale(1);}
.fs-3 { font-size: calc(1.2rem + 0.6vw) !important;}
body{ text-align: left;}
.dropdown-menu {padding:0px; border:none;border-radius: 0px; }
.navbar-nav.ms-auto{ 
	overflow-x: hidden;
}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.navbar-nav.ms-auto{ 
	overflow-x: hidden;
}
.dropdown-menu {padding:0px; border:none;border-radius: 0px; }
body{ text-align: left;}
.fs-3 {font-size: calc(1.2rem + 0.6vw) !important;}
.w-sm-100{ width: 100% !important;}
.single-top-service img {   height: 73px;}
.single-top-service h3 { min-height: 80px;}
.top-service{ box-shadow: none; }
.border-l-sm{ border-left: solid 1px #dee2e6 ;}
.way-mdcare-section .feature-box {
   
    box-shadow: 0 10px 25px rgba(13, 110, 253, 0.12);
}


.single-top-service::before{ width: 100%;}
p{ text-align: left;}
.Take-advantage-with-m .service-item h4{     min-height: 0px; margin: 0px;}
.single-top-service:hover{ transform: scale(1);}
.header-carousel .fs-3 {font-size: 12px !important;margin: 0px !important;}
.top-service{ margin-top: 0px;}
.top-service-area{z-index: 1;}
.four-box-design .card-body{     margin: 10px 0px;}
.Features-page-list p { text-align: left !important;}
.list-design-two h2 , .services-mdcare-ai h3{ text-align: center;}
.mdcare-emr-core-modules .timeline ul li:nth-child(odd) div , .mdcare-emr-core-modules .timeline ul li:nth-child(even) div{ width: 100%; left: 0px;}
.mdcare-emr-core-modules .timeline ul li{ margin: 0px; width: 100%; background: none; padding-top: 5px;}
.mdcare-emr-core-modules .timeline ul li:nth-child(odd) div::before , .mdcare-emr-core-modules .timeline ul li:nth-child(even) div::before , .mdcare-emr-core-modules .timeline ul li.in-view::after{ display: none;}

	.testimonial-carousel .owl-nav .owl-prev {
    left: -50px !important;
}


	.testimonial-carousel .owl-nav .owl-next {
    right: -50px;
}
.mdcare-ai-s-t .card{ top: 40px;;}
.Download-s a{ font-size: 16px;}
	 .mdcare-ai-s-t .main-mdcare-ai-s {
   
    display: block; padding: 0px;}
	.mdcare-ai-s-t .col-12 {
    padding: 7% 10px;
}
.mdcare-ai-s-t .card{ top: 40px;;}
	.fda-inner-page-hero-section {
    /* background-color: var(--black); */
    padding-top: 100px;
    padding-bottom: 100px;
}
	.text-sm-right{ text-align: right !important;}
	.slider-dwone-s .rounded-top{ 
		    border: 1px solid #dee2e6;
    border-radius: 15px !important;
    margin-top: 10px;

	}
	
	.position-xs-relative{ position: relative;}
	.h-100px{ height: auto;}
	.header-carousel h1{ width: 95%;  font-size: 18px;}
	.header-carousel .fs-2{
		font-size: 16px !important;         text-align: left;
       
	}
	.header-carousel .carousel-caption-content i {
    padding: 5px 5px 5px 6px !important;
    background: #f8931e;
    border-radius: 19px;
    margin-right: 5px;
    position: relative;
    top: -4px;
    color: #fff;
    font-size: 7px !important;}




	.header-carousel .header-carousel-item .carousel-caption { padding: 5% 0px 5% 5px; display: flex; align-items: center; justify-content: center;}

	.bg-breadcrumb {
		padding: 50px 0px;
	}

	.live-demo-btn-c {
		top: 40%;
	}

	div#navbarCollapse {
		position: absolute;
		width: 100%;
		z-index: 999999;
		background: #fff;
		top: 80%;
		left: 0;
	}

	.popup-content {
		width: 70%;
		text-align: left;
	}

	.class-carousel .owl-nav .owl-prev,
	.class-carousel .owl-nav .owl-next {
		padding: 10px 15px;
	}

	.home-list {
		padding: 0px !important;
	}

	.available-for-btn a {

		padding: 1rem .5rem 1rem 0.5rem;
	}

	.navbar-nav i {
		width: 30px !important;
		padding-right: 5px;
		position: absolute;
		right: 0;
		top: 35%;
	}

	.bg-breadcrumb>div {
		margin-top: auto;
	}

	.sub-title {
		font-size: 16px;
	}

	div#navbarCollapse {
		height: 100vh;
		overflow-y: scroll;
		padding-bottom: 100px;
	}

	.dedcription-btn .btn-icon {
		width: 60px;
	}

	.btn-icon::after {
		left: -1px;
		top: -1px;
	}

	.btn-icon i {
		right: 15px;
	}

	.dedcription-btn {
		overflow: hidden;
	}

	.bg-Meaningful-use {
		background-position: 0px -90px;
	}

	.navbar-light .navbar-nav .nav-link:hover,
	.navbar-light .navbar-nav .nav-link.active {
		columns: var(--bs-white);
	}

	.bg-breadcrumb>div {
		margin-top: 0px;
	}

	.features-list .box .content .icon {
		min-width: 40px;
	}

	div#navbarCollapse a {
		padding: 10px;
		border-bottom: 1px solid #dee2e6;
	}

	.header-carousel .owl-nav .owl-prev,
	.header-carousel .owl-nav .owl-next {
		top: 44%;
		transition: 0.5s;
	}

	.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
		width: 95% !important;
	}

	.header-carousel .owl-nav .owl-next {
		width: 30px;
		height: 30px;
		font-size: 10px;
	}

	.topbar {
		display: none;
	}

	.header-carousel .owl-nav .owl-prev {
		width: 30px;
		height: 30px;
		font-size: 10px;
	}

	.class-carousel .owl-nav .owl-prev {
		left: 0 !important;
		top: 210px;
	}

	.class-carousel .owl-nav .owl-next {
		right: 0 !important;
		top: 210px;
	}

	.class-carousel .owl-stage-outer {
		margin: 0px;
	}

	#chartdiv {
		height: 350px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	    .header-carousel .fs-3 {
        font-size: 16px !important;
        margin: 0px !important;
    }
	    .header-carousel h1 {
        width: 95%;
        font-size: 18px;
    }
	    .top-service {
        margin-top: 0px;
    }
	    .top-service-area {
        z-index: 1;
    }
	    .single-top-service::before {
        width: 100%;
    }
.w-md-80{ width: 80% !important;}
.single-top-service h3 { min-height: 80px;}
.top-service{ box-shadow: none; }
.border-l-sm{ border-left: solid 1px #dee2e6 ;}
.way-mdcare-section .feature-box {
   
    box-shadow: 0 10px 25px rgba(13, 110, 253, 0.12);
}

	.mdcare-emr-core-modules .timeline ul li:nth-child(odd) div , .mdcare-emr-core-modules .timeline ul li:nth-child(even) div{ width: 100%; left: 0px;}
.mdcare-emr-core-modules .timeline ul li{ margin: 0px; width: 100%; padding-top: 10px; background: none;}
.mdcare-emr-core-modules .timeline ul li:nth-child(odd) div::before , .mdcare-emr-core-modules .timeline ul li:nth-child(even) div::before , .mdcare-emr-core-modules .timeline ul li.in-view::after{ display: none;}

	.bg-breadcrumb>div {
		margin-top: auto;
		margin: 40px 0px;
	}

	.sub-title {
		font-size: 18px;
	}

	.navbar-light .navbar-nav .nav-link:hover,
	.navbar-light .navbar-nav .nav-link.active {
		columns: var(--bs-white);
	}

	.counter-facts .counter {
		margin-bottom: 20px;
		width: 300px;
		min-height: 275px;
	}

	div#navbarCollapse a {
		padding: 10px;
		border-bottom: 1px solid #dee2e6;
	}

	.Download-s .available-for-btn {

		column-gap: 0px;

		border-radius: 15px;

		font-size: 16px;
	}

	.available-for-btn a {
		width: 100%;
		text-align: left;
		padding: 10px 0px;
	}

	p {
		font-size: 16px;
	}

	.navbar-nav i {
		width: 30px !important;
		padding-right: 5px;
		position: absolute;
		right: 0;
		top: 35%;
	}

	.navbar-nav {
		height: 300px;
		overflow: scroll;
	}

	.features-list .box .content .icon {
		min-width: 35px;
	}

	.features-list .box .content .icon i {
		font-size: 16px !important;
	}

	.features-list .box h5,
	.h5 {
		font-size: 1rem !important;
	}


	.leaderboard__name {
		font-size: 16px !important;
	}

	.list-design-two .olcards li .content .text {

		font-size: 16px !important;
	}

	.dedcription-btn {
		overflow: hidden;
	}

	.bg-Meaningful-use {
		background-position: 0px -110px;
	}
.Reimagine-text {
		position: absolute;
		top: 310px;
		width: 100%;
		background: rgb(202, 222, 221, 0.4);
	}
    .h-100px {
        height: auto;
    }
	    .position-xs-relative {
        position: relative;
    }
	
	    .header-carousel .fs-2 {
     
        text-align: left;
    }
	    .header-carousel .carousel-caption-content i {
        padding: 5px !important;
        background: #f8931e;
        border-radius: 19px;
        margin-right: 0px;
        position: relative;
        top: -4px;
        color: #fff;
		font-size: 7px !important;
       
    }
	     .mdcare-ai-s-t .main-mdcare-ai-s {
        display: block;
        padding: 0px;
    }
	    .mdcare-ai-s-t .col-12 {
        padding: 7% 10px;
    }
	    .mdcare-ai-s-t .card {
        top: 40px;
    }

	  .header-carousel .fs-2 {
        text-align: left; font-size: 24px !important;
    }
		.Download-s a , .Download-s .Real-World-Testing-Results-btn .btn-secondary{
    min-height: 66px;
}
.fda-inner-page-hero-section {
    /* background-color: var(--black); */
          padding-top: 100px;
        padding-bottom: 100px;
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	.header-carousel .carousel-caption-content i {
   top: -3px;
   font-size: 8px !important;
}
	    .header-carousel .fs-3 {
        font-size: 18px !important;
        margin: 0px !important;
    }
	.header-carousel h1 {
        width: 95%;
        font-size: 20px;
    }
	.mdcare-emr-core-modules .timeline ul li:nth-child(odd) div{     width: 455px;}
	.mdcare-emr-core-modules .timeline ul li:nth-child(even) div{ width: 455px;    left: -492px;}
	
	.fda-inner-page-hero-section {
    /* background-color: var(--black); */
          padding-top: 180px;
        padding-bottom: 180px;
}

	.slider-dwone-s{ top: 10%;}
	    .header-carousel .fs-2 {
        text-align: left; font-size: 24px !important;
    }
	    
	.navbar-light .navbar-nav .nav-link {
		padding: 21px 5px;
	}

	.navbar-light .navbar-brand img {
		max-height: 35px !important;
	}
	.Reimagine-text {
        position: absolute;
        top: 440px;
        width: 100%;
        background: rgb(202, 222, 221, 0.4);
    }

	.sub-title {
		font-size: 18px;
	}

	.navbar-light .navbar-nav .nav-link {
		padding: 20px 5px;
		font-size: 15px;
	}

	.sticky-top.navbar-light .navbar-nav .nav-link {
		padding: 20px 5px;
		font-size: 16px !important;
	}

	.header-carousel .header-carousel-item,
	.header-carousel .header-carousel-item img {
		margin-top: 85px;
	}

	.dedcription-btn {
		overflow: hidden;
	}

	.counter-facts .counter {
		margin-bottom: 40px;
	}

	.owl-carousel .owl-item {
		padding-right: 1px;
	}

	.available-for-btn a {
		padding: 1rem 0rem 1rem 0rem;
		font-size: 15px;
	}

	.fs-1 {
		font-size: calc(1.2rem + 1.5vw) !important;
	}

	.bg-Meaningful-use,
	.bg-breadcrumb-pos {
		background-position: center top;
	}
 .mdcare-ai-s-t .card .content .details {  min-height: 110px;
    height: 110px;}
.dropdwone-pos {
    left: -61% !important;
}
}

/*  Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.dropdwone-pos {
    left: -61% !important;
}
	 .mdcare-ai-s-t .card .content .details {  min-height: 110px;}

	.carousel-caption-content{
	    align-items: start;
    display: flex;
    justify-content: start;
    height: 100%;
	
} 

	.Reimagine-text {
		position: absolute;
		top: 470px;
		width: 100%;
		background: rgb(202, 222, 221, 0.4);
	}

	.navbar-light .navbar-nav .nav-link {
		padding: 21px 10px;
	}
}

@media (min-width: 1400px) {
	p{ font-size: 18px;}
	.Reimagine-text {
		position: absolute;
		top: 634px;
		width: 100%;
		background: rgb(202, 222, 221, 0.4);
	}
	.navbar-light .navbar-nav .nav-link {
		padding: 21px 20px;
	}

	.bg-breadcrumb-pos {
		background-position: 0px -60px;
	}
}

/* Responsive end */

@media (max-width: 767px) {
	.table-main-cus .fl-table {
		display: block;
		width: 100%;
	}

	.table-main-cus .table-wrapper:before {
		content: "Scroll horizontally >";
		display: block;
		text-align: right;
		font-size: 11px;
		color: white;
		padding: 0 0 10px;
	}

	.table-main-cus .fl-table thead,
	.fl-table tbody,
	.fl-table thead th {
		display: block;
	}

	.table-main-cus .fl-table thead th:last-child {
		border-bottom: none;
	}

	.table-main-cus .fl-table thead {
		float: left;
	}

	.table-main-cus .fl-table tbody {
		width: auto;
		position: relative;
		overflow-x: auto;
	}

	.table-main-cus .fl-table td,
	.fl-table th {
		padding: 20px .625em .625em .625em;
		height: 60px;
		vertical-align: middle;
		box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: auto;
		width: 120px;
		font-size: 13px;
		text-overflow: ellipsis;
	}

	.table-main-cus .fl-table thead th {
		text-align: left;
		border-bottom: 1px solid #f7f7f9;
	}

	.fl-table tbody tr {
		display: table-cell;
	}

	.table-main-cus .fl-table tbody tr:nth-child(odd) {
		background: none;
	}

	.table-main-cus .fl-table tr:nth-child(even) {
		background: transparent;
	}

	.table-main-cus .fl-table tr td:nth-child(odd) {
		background: #F8F8F8;
		border-right: 1px solid #E6E4E4;
	}

	.table-main-cus .fl-table tr td:nth-child(even) {
		border-right: 1px solid #E6E4E4;
	}

	.table-main-cus .fl-table tbody td {
		display: block;
		text-align: center;
	}
}

@media (min-width: 1200px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		visibility: hidden;
		top: 100%;
		transform: rotateX(-75deg);
		transform-origin: 0% 0%;
		border: 0;
		border-radius: 10px;
		transition: .5s;
		opacity: 0;
		left: -18px;
	}
}

@media (max-width: 991.98px) {
	.sticky-top.navbar-light {
		position: fixed;
		background: var(--bs-white);
		width: 100%;
	}

	.navbar.navbar-expand-lg .navbar-toggler {
		padding: 10px 20px;
		border: 1px solid var(--bs-primary);
		color: var(--bs-primary);
	}

	.navbar-light .navbar-collapse {
		margin-top: 15px;
		border-top: 1px solid #DDDDDD;
	}

	.navbar-light .navbar-nav .nav-link,
	.sticky-top.navbar-light .navbar-nav .nav-link {
		padding: 10px 0;
		margin-left: 0;

	}

	.navbar-light .navbar-brand img {
		max-height: 45px;
	}
}

@media (min-width: 992px) {
	.navbar-light {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		/* border-bottom: 1px solid rgba(255, 255, 255, .1); */
		z-index: 999;
	}

	.sticky-top.navbar-light {
		position: fixed;
		background: var(--bs-light) !important;
	}

	.navbar-light .navbar-nav .nav-link.nav-contact::before {
		display: none;
	}
}

@media (max-width: 992px) {

	.header-carousel .header-carousel-item,
	.header-carousel .header-carousel-item img {
		margin-top: 65px;
		transition: 0.5s;
	}
}

@media (min-width: 992px) {

	.header-carousel .owl-nav .owl-prev,
	.header-carousel .owl-nav .owl-next {
		margin-top: 50px;
	}
}

@media (min-width: 992px) {
	
	.nav-item.dropdown i {
		position: relative;
		top: -1px;
	}
}

@media screen and (min-width: 1200px) {
	.counter-facts .counter {
		margin-bottom: 40px;
	}

	.nav-item.dropdown i {
		position: relative;
		top: -1px;
	}

}


defs {
	display: none;
}
.shadow-none{ box-shadow: none !important;}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu  .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
 
}
.dropdown-submenu .dropdown-menu{ display: none !important;}
.dropdown-submenu:hover > .dropdown-menu {
  display: block !important;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
    right: auto !important;
    width: 100%;
    position: absolute;
    left: -100% !important;
    top: 0px;
    border-radius: 0px;
}
.dropdown-submenu:hover i{ color: #fff; }
a.btn.btn-primary.btn-lg-square.back-to-top {
    display: none;
}
#myBtn {
     display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
   z-index: 99999999;
    color: white;
    
}




/* Mobile: submenu hidden by default */
@media (max-width: 991px) {
 nav  .dropdown-submenu > .dropdown-menu {
    display: none;
    position: static;
    margin-left: 1rem;
  }

 nav  .dropdown-submenu.show > .dropdown-menu {
    display: block;
  }
  /* Submenu base */
nav .dropdown-submenu {
  position: relative;
}
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    display: none;
  }

 nav  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
nav  ul.dropdown-menu.m-0.inner-s-m {
    left: 0px !important;
    position: relative;
	background: #ccc !important;
}
nav ul.dropdown-menu.m-0.inner-s-m{ display: none !important;}
nav ul.dropdown-menu.m-0.inner-s-m.show{ display: block !important;}
  
}
nav .dropdown-submenu > .dropdown-menu {
  display: none;
}

nav .dropdown-submenu.show > .dropdown-menu {
  display: block;
}
nav .inner-s-m {
  display: none;
}

nav .inner-s-m.show {
  display: block;
}
.nav-item.active:hover::after {
    width: auto;
}
