	:root{
	--themecolor: #0089e5;
	--themecolor2:#283561;
	--themecolor3:#addeff;
	--themecolor4:#e8f6ff;
	--themecolor1:#264598;
	  --hz_transition: cubic-bezier(.25,1,.5,1);
  --hz_transition2: cubic-bezier(0.45, 0.32, 0, 1);
  --hz_transition3: cubic-bezier( 0.76, 0.21, 0.3, 1 );
  --hz_transition4: cubic-bezier(0.37,0,0.13,1);	
	}
	.owl-nav{
		height:auto;
	}
	.owl-carousel .owl-nav [class*=owl-]{
		top:-50vh;
	}
	.col-lg-6 img{
		border-radius:6px;
	}
	.color2{color:var(--themecolor1)!important}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--themecolor4);
}
.btn-primary {
    background-color: var(--themecolor);
	border:0;

}
.btn-primary:hover,.btn-primary:focus {
    background-color: var(--themecolor2);
}	
b, strong {
    color:#333;
	font-weight:600; 
}
.heading-block h2 {
line-height: 1.2;
margin-bottom:30px!important;
 }
	.card-title{
		line-height: 1.2;
		margin-bottom:20px!important;
	}

	.menu-item:before{
		content:'';
		position: absolute;
		left:50%;
		bottom:0%;
		width:0%;
		height:5px;
		background:var(--themecolor);
		transform: translateX(-50%);
	}
	.menu-item.current:before{
		width:100%;
		transition: all var(--hz_transition) 1s 0.5s;
	}
	
	.heading-block .h1{
		font-size: clamp(2.5rem, 1rem, 5rem);
		letter-spacing: 0;
	}

	*{
		box-sizing: border-box;
		position:relative;
	}	
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:1px solid #006ed4!important}input:focus-visible,textarea:focus-visible,select:focus-visible{box-shadow:0 0 35px rgba(100,100,100,0.6)!important}.port_wrapper .pc-item a,.pg-cat-filter a{border:1px solid transparent}.port_wrapper .pc-item a:focus-visible,.pg-cat-filter a:focus-visible{border-color:#006ed4}	
.si-facebook:hover,.si-colored.si-facebook{background-color:#1877F2!important}.si-linkedin:hover,.si-colored.si-linkedin{background-color:#0E76A8!important}.si-instagram:hover,.si-colored.si-instagram{background-color:#833ab4!important;background:linear-gradient(203deg, rgba(131, 58, 180, 1) 6%, rgba(253, 29, 29, 1) 42%, rgba(252, 218, 69, 1) 95%)!important;border:0}.si-pinterest:hover,.si-colored.si-pinterest{background-color:#C8232C!important}
.testi-stars i {
    background-color: transparent;
    font-size: 18px;
    color: var(--themecolor);
    padding: 1px 5px;
    border-radius: 2px;
}	
	#content p {
    line-height: 1.6;
		font-weight: 300;
}
#content p:not(.lead) {
		font-size:15px;
}
.si-sticky {
	top:auto;
	bottom:100px;
    left:auto;
		right:35px;
}
.si-sticky a{
	transform:scale(1.3);
	border-color:transparent;
	
}
		.si-sticky a i:first-child{
			background: linear-gradient(to bottom, #229fda, #283891);
			color:#fff;
			
		}
	#gotoTop{
		border-radius: 50%;
	}
	.footer-img{
		margin-top:-150px;
	}	
.icon-medical:before {
    content: "\e625";
	font-family: 'webfont-medical-icons'
}
.price-list .price-title {
    font-size: 30px;
    font-weight: 600;
}	
.before-heading {
    font-size: 13px;
    font-weight: 500;
}	
.menu-container > .menu-item > .menu-link {
    font-size: 17px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
}
.fbox-plain.fbox-sm h3 {
    font-weight: 600;
    font-size: 1.2rem;
}
.fbox-plain.fbox-sm p {
    font-size: 14px;
}
.parallax_pc img{
		filter:brightness(80%)
	}
.i-plain {
    transform: scale(1.5);
	transform-origin: left bottom;
}
footer {
		font-size:15px;
	font-weight: 100;
}

footer #copyrights, 
footer #copyrights * {
    font-size: 14px;
}
	
	.table{
	margin-bottom:0;	
	}
	tbody{
    border-radius: 13px;
		overflow:hidden;
}

	td, th {
  text-align: center;
  vertical-align: middle;
}
.table-wrapper {
    padding:0;
	margin:0;
}
	.table *{
		font-size:15px;
		color:#333;
	}
	.table1{
		min-width: 800px;
		background:#fff;
	}
	.table>:not(caption)>*>*{
		background:transparent;
	}
	.table1 tr:not(:first-child) td:first-child {
    background-image: linear-gradient(to bottom, var(--themecolor1), var(--themecolor1))!important;
	color:#fff;
		max-width: 200px;
	}
.table1 tr:first-child {
    background-image: linear-gradient(to bottom, var(--themecolor), var(--themecolor1))!important;
	color:#fff;

	}

	.table1 tr:first-child * {
	color:#fff;
	font-weight:600;
	}
@media (min-width: 992px) {	
	.col-grid .card-body{
		min-height:260px;
	}
}
@media (max-width: 991.8px) {
	.btn-MM2H{
		float:none!important;
	}
	.row.topmargin.bottommargin{
	margin-top:0px!important;
	}
	.map-overlay {
	display:none;	
	}
	#primary-menu-trigger{
		border:1px solid var(--themecolor);
		border-radius: 3px;
		margin-left:15px;
	}
	#logo img {
    width: 160px;
		height:auto!important
}
	.btn-primary{
		font-size:11px;
	}
	#content .container {
    padding:0 20px;
}
	.w-sm-100{
		width: 100%;
	}
	.button.w-sm-100 *{
		text-align: center;
		width: 100%;
	}
	
.table-wrapper {
    overflow-x: auto;
}
	.feature-sec{
		text-align: center;
	}
	.feature-sec *{
		margin:auto;
		width:100%!important;
	}
	.feature-sec .col-lg-4 {
		margin:auto;
	}
	.feature-sec i{
		margin:auto;
		display: table!important;
    	transform-origin: 50% bottom;
	}
	.parallax_pc{
		height:700px!important;
	}
	.parallax_pc img{
		display:block!important;
		height:700px!important;
		object-fit: cover;
		top:0!important;
		filter:brightness(80%);
	}
	.bg-theme-light2{
		height:350px;
	}
	.copyrights-menu{
		margin-top:20px;
	}
	.parallax_pc .container{
		padding:0 30px;
		margin-top:-50%;
	}
	.parallax_pc .container h2{
		line-height: 1.3;
		font-size:20px;
	}
	#content p:not(.lead) {
    font-size: 14px;
}
.fbox-plain.fbox-sm h3 {
    font-size: 1.0rem;
}	
	.hero-features{

	}
	.testimonials .container{
		margin:auto 20px;
		width:calc(100% - 40px);
	}
	footer *{
		text-align: center;
	}
	footer .row{
		margin:auto
	}
	footer .social-wrapper{
		justify-content: center;
		display:flex;
	}
	.sticky-sec .container{
		text-align: center
	}
	.sticky-sec .row{
		margin:auto
	}
	.sticky-sec .offset-1 {
    margin-left: 0;
}
	.footer-img {
    margin-top:0
	}
}