@font-face {
    font-family: 'Candara';
    src:url('font/Candara.otf');
    src: url('font/Candara.eot') format('embedded-opentype'),
         url('font/Candara.woff') format('woff'),
         url('font/Candara.ttf') format('truetype'),
         url('font/Candara.svg#Candara') format('svg');
}

body { 
	font-family:'Candara';
	background-color: #fff ;
}
.text-center img {
	display: inline-block;
}
.clinical-contents img.img-fluid {
    border-radius: 20px;
}

header .mainmenu {
}
header {
	padding: 0px;
}
.header-top {
    padding: 20px 0px;
}

.navbar-nav {
	display: inline-block !important;	
}

nav.navbar ul li a {
	text-decoration: none;
	font-size: 17px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 700;
}
nav.navbar ul li {
	padding: 0px 10px;
	display: inline-block;
}
nav.navbar ul li:last-child {
	padding-right: 0px !important;
}

.indented {
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
}

.ui-tabs-vertical .ui-tabs-nav li a {
	display: block;
}

.themeButton {
	margin: 2px;
	display: inline-block;
	font-size: 1.3em;
	border-radius: 3px;
	text-align: left;
}

.themeButton .btn-logo {
	border-radius: 3px 0 0 3px;
	border-right: 1px solid rgba(0,0,0,0.15);
	padding: 0 0.4em;
	vertical-align: middle;
	font-size: 1.3em;
	display: inline-block;
	width: 1.6em;
	text-align: center;
	margin: 0;
}

.themeButton .btn-text {
	border-radius: 0 3px 3px 0;
	vertical-align: middle;
	padding: 0.4em;
	display: inline-block;
/*	width: 14.2em; */
	width: 11em;
	margin: 0;
}

.themeButton.cc-light {
	background-color: #ff8100;
	color: #fff;
}

.themeButton.cc-blue {
	background-color: #41a6de;
	color: #fff;
}

.themeButton.cc-blue .btn-text {
	background-color: #70b5db;
}

.themeButton.cc-light .btn-text {
	background-color: #ff9224;
}

.themeButton.cc-light .btn-text {
	background-color: #ff9224;
}

.fa-icon {
	width: 24px;
	text-align: center;
}

.action-item .themeButton .btn-text {
	width: 11em;
}
/*************SUB MENU - NOTUSED *************/
nav.navbar .sub-menu {list-style: outside none none;  min-width: 250px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
nav.navbar li:last-child:hover .sub-menu {right: 0;}
nav.navbar li:hover .sub-menu{ display:block; }
nav.navbar .sub-menu li{padding:0px !important;}
nav.navbar .sub-menu li a { background-color: #fff;  display: block;  padding: 10px 15px !important;  text-align: left; color: #000 !important;  text-decoration: none;  transition: all 1s ease-in-out 0s;}
nav.navbar .sub-menu li a:hover { background:#fff !important; padding-left:25px; color: #000 !important;}
.col-md-5ths {
	width: 20%;
	float: left;
}

/*******MAIN MENU*********/
.owl-theme .owl-nav {
	margin-top: 0;
}
.header-bottom {
	position: relative;
}
.header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
	width: 100%;
}
.banner-contents h3 {
	font-size: 67px;
	color: #fff;
	font-weight: 700;

}
.banner-contents h4{
	font-size: 51px;
	color: #fff;
	font-weight: 700;
}
.banner-contents p {
	font-size: 33px;
	color: #fff;
	font-weight: 700;
	font-style: italic;
	line-height: 1.7;

}
.banner-contents a.btn2 {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	border-radius: 5px;
	border: 2px solid #f37122;
	background-color: #f37122;
	padding: 2px 20px;
	font-weight: 700;
}

.footer-logo {
    margin-top: -14px;
    margin-bottom: 16px;
}

.footer-section .plaintext {
    font-size: 16px;
    color: #fff;
}

.footer-section a.action-login-popup,
.footer-section a.action-login-popup:hover,
.footer-section a.action-login-popup:visited {
    color:#436688;
}

.container {
	position: relative;
}

.nav-container-2 {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 1000;
}

.nav-container-2 .menuitem-single {
	padding: 5px;
	font-size: 1.7em;
}

.nav-container-2 li a {
    color: #333;
}
.nav-container-2 li.nav-edit a {
    color: #fff;
}

/*********** CAROUSEL NAV***********/
header .header-bottom .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
}
header .header-bottom .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
}

/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
    margin-top: 0;
}
header .header-bottom .owl-dots {
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
}
header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
}
header .header-bottom  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #edb200;
}
.banner-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    z-index: 9;
}

.banner-contents h3 {
	font-weight: 700;
}

.heading p{
	font-size: 18px;
	color: #39393a;
	font-weight: 400;
	line-height: 1.7;
}
.heading h4{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	min-height: 0;
}
.health-contents h4{
	font-size: 24px;
	color: #0455a3;
	font-weight: 700;
	text-transform: uppercase;
	min-height: 60px;

}

.health-heading {
    padding-bottom: 30px;
}
.health-wrap-cont:after{
    content: "";
    background-image: url(img/others/box-shadow1.png);
     background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: -15px;
    width: 359px;
    height: 40px;
    z-index: -1;
}


.head h4{
	min-height: 20px;
}
.health-contents p{
	font-size: 18px;
	color: #39393a;
	font-weight: 400;
	line-height: 1.7;

}
.health-contents {
    background-color: #f6f6f6;
    padding: 80px 30px 10px;
    border-radius: 20px;
    margin: 10px;
}
.health-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding-top: 10px;
    background-color: #f37122;
    position: absolute;
    left: 0px;
    top: 53px;
    right: 0px;
    z-index: 9;
    margin: auto;
}
.health-wrap-cont {
    position: relative;
    padding-top: 100px;
}

.health-section {
    padding: 70px 0px 60px;
}
.solution-section {
	background-color: #0455a3;
	padding: 60px 0px;
	position: relative;
}
.top-shape {
    position: absolute;
    top: -5px;
    right: 0px;
    left: 0px;
    z-index: 9;
}
.bot-shape{
	position: absolute;
	bottom: -4px;
	right: 0px;
	left: 0px;
	z-index: 9;
}
.solution-heading h3{
	color: #fff;
}
.solution-icon {
    width: 100px;
    height: 100px;
    padding-top: 7px;
    border-radius: 50%;
    background-color: #fff;
    margin: auto;
}
.solution-cont h4{
	font-family:'Exo';
	font-weight: 600;
	font-size:19px;
	color: #fff;

	text-transform: uppercase;
}
.icon2 .solution-icon{
	background-color: #f37122;
}
.icon4 .solution-icon{
	background-color: #f37122;
}
.solution-wrap {
    position: relative;
    padding: 60px 0px;
}
.solution-cont {
    padding: 30px 10px;
}

.icon1 {
    position: absolute;
    top: 60px;
    right: -65px;
    left: 0px;
    z-index: 9;
}
.icon2 {
    position: absolute;
    bottom: 84px;
    right: -58px;
    left: -50px;
    z-index: 9;
}
.icon3 {
    position: absolute;
    top: 66px;
    right: 0px;
    left: -155px;
    z-index: 9;
}
.icon4 {
    position: absolute;
    bottom: 95px;
    right: 0px;
    left: -160px;
    z-index: 9;
}
.icon5 {
    position: absolute;
    bottom: -140px;
    right: 0px;
    left: -70px;
    z-index: 9;
    margin: auto;
}
.perfor-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0455a3;
}
.perfor-content p {
	line-height: 1.4;
	font-size: 18px;
	color: #454343;
}


.performance-section {
    background-color: #d1e6fb;
    padding: 50px 0px;
}
.performance-section .heading h3 {
    padding-bottom: 30px;
}
.perfor-content ul li {
    background-image: url(img/others/tick-img.png);
    background-repeat: no-repeat;
    background-position: left 1px;
    padding-left: 50px; 
    line-height: 2;
}
.textimonial-cont h4{
	color: #f37122;
	font-weight: 400;
	font-size: 22px;
}
.textimonial-cont h5{
	color: #0455a3;
	font-weight: 400;
	font-size: 18px;
	font-style: italic;
	line-height: 1.7;
}
/*********** CAROUSEL NAV***********/
.test-section .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/others/left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 53px;
	left: -7%;
    position: absolute;
    text-indent: -99999px;
    top: 35%;
	width: 46px;
	outline: none !important;
}
.test-section .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/others/right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 53px;
	right: -6%;
    position: absolute;
    text-indent: -99999px;
    top: 35%;
	width: 46px;
	outline: none !important;
}

/**********CAROUSEL DOTS***************/
header .test-section .owl-theme .owl-controls {
    margin-top: 0;
}
header .test-section .owl-dots {
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
   background: #0455a3;
}

.clical-cont-wrap {
    border-radius: 20px;
	background-color: #fff;
/*	margin: 10px; */
    position: relative;
    display: block;
}

.test-contents {
    background-color: #f6f6f6;
    padding: 30px;
    position: relative;
    border-radius: 10px;
}
.test-contents:after{
    content: "";
    background-image: url(img/others/box-shadow2.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: -25px;
    width: 1141px;
    height: 40px;
}
.test-section {
    padding: 30px 0px 0px;
}
.textimonial-img img {
    border-radius: 50%;
}
.clinical-img img {
    border-radius: 20px;
}
.perfor-img img {
    border-radius: 10px;
}
.clinical-section {
    padding: 20px 0px 90px;
    background-color: #d1e6fb;
    position: relative;
}
   
.clinical-heading {
    padding-bottom: 30px;
}
.clical-cont{
	position: absolute;
	bottom: 0;
	right: 15px;
    text-shadow: 3px 3px 5px #000;
}
.owl-dots {
    padding-top: 20px;
}
.textimonial-cont {
    margin: 20px;
}
.perfor-content {
    margin-left: 20px;
}

/*********** CAROUSEL NAV***********/
.clinical-section .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/others/left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 53px;
	left: -7%;
    position: absolute;
    text-indent: -99999px;
    top: 35%;
	width: 46px;
	outline: none !important;
}
.clinical-section .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/others/right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 53px;
	right: -6%;
    position: absolute;
    text-indent: -99999px;
    top: 35%;
	width: 46px;
	outline: none !important;
}

.top1-shape {
    position: absolute;
    top: -5px;
    right: 0px;
    left: 0px;
    z-index: 9;
}
.footer-section {
    background-color: #0455a3;
    padding: 60px 0px 30px;
}
.copyrights {
    padding-top: 18px;
}
.footer-wrap h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	font-family: 'lato';
	margin-bottom: 25px;
}
.footer-wrap ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-family: 'lato';
	font-weight: 400;
}
.footer-wrap ul li {
	padding-bottom: 5px;
}
.footer-contact  ul li:first-child{
	padding-left: 0px;
}
.footer-contact ul li a span{
	color: #f77e35;
}
.footer-contact ul li {
	background-repeat: no-repeat;
	background-position: left -2px;
}
.footer-contact ul li .fas,
.footer-contact ul li .fab,
.footer-contact ul li svg {
    margin-right: 16px;
    color: #fff;
    display: inline-block;
}

ul.list-social-icons .svg-inline--fa {
    height: 1.3em;
    width: 1.3em;
}

.social-icons ul li a i {
	padding-top: 10px;
}
.social-icons ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}
.social-icons ul li:last-child{
	padding-left: 0px;
}
.social-icons ul li {
    padding-right: 28px;
}
.copyrights p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
    font-family: 'lato';
    font-weight: 400;
}
.clinical-section .owl-nav.disabled {
	display: block !important;
}.clinical-section .owl-dots.disabled {
	display: block !important;
}

/*about us */



.about-section {
    padding: 70px 0px;
}

.testimonial-section {
    padding: 70px 0px;
}
.test-content{
	padding: 30px 0px;
	margin:30px 0px;
}
.test-content{
	background-color: #f6f6f6;
}
.cont-contact a{
	font-size: 26px;
	color: #fff;
	background-color: #68aff3;
	padding: 2px 30px;
}
.contact-contents h3{
	font-size: 36px;
	color: #68aff3;
}
.cont-contact p{
	font-size: 26px;
	color: #348de2;
}
.cont-contact{
	background-color: #f6f6f6;
	padding: 30px 20px;	
	margin: 30px 0px;	
}
.contact-section {
    padding: 30px 0px;
}
.medical-cont {
    padding: 80px 0px 0px 10px;
}
.medical-contents{
	margin: 30px 0px;
}
.medical-cont h5{
	color: #000;
	font-style: italic;

}
.medical-cont h4{
	color: #000;
}
.medical-contents1{
	background-color: #f6f6f6;
}
.medical-contents{
	background-color: #e7e8e3;
}
.medical-section {
    padding: 70px 0px;
}


footer-line-1 .t1 {
	color: #fff;
	font-size: 1.2em;
	margin-right: 40px;
}

.footer-line-1 .t2 {
	color: #fff;
	font-size: 0.9em;
}

.footer-line-2 {
	padding: 20px 0;
	text-align: center;
	background-color: #00BAF2;
}

section.footer div.container {
	padding-left: 0;
	padding-right: 0;
}

/* ** Fields *************************** */

.field-entry {
	margin: 5px 0;
}

.field-entry label {
	color: #333;
}

.field-label {
	display: block;
	margin-bottom: 5px;
}

.field-text {
	width: 400px;
}

.button-row {
	margin: 5px 0;
	text-align: right;
}

.ui-widget-overlay {
	background-color: #000;
	opacity: 0.77;
}

/* datatables */

div.slider {
    display: none;
}

table.modules .slidecol_2 {
	width: 450px;
}

.cms-container {
	line-height: normal;
}

.contact-form {
	background-color: rgb(87,88,90);
	padding: 6vh 7%;
	color: #fff;
}

.contact-form .sfs-container {
    width: 50%;
}
.contact-form .sfs-input {
    width: 98%;
	color: #333;
}
.contact-form .sfs-textarea {
	width: 100%;
}

.contact-form .tag-line {
    font-size: 24pt;
    text-align: center;
}

section.spacer .container {
	height: 40px;
}

section.sec-contact {
	font-size: 12pt;
}

section.sec-provision form input[type="text"] {
    width: 100%;
    max-width: 700px;
}

.etl-inst {
    border: 1px solid #999;
    border-radius: 5px;
    background-color: #ccc;
    padding: 5px 10px 0;
    margin-top: 10px;
}

.etl-inst h5 {
    font-weight: bold;
}


.procedure-list p {
    font-size: 14pt;
    font-weight: bold;
	color: #1fa8e3;
}

.dialog-login-popup {
    z-index: 100;
}

.page-title {
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
    font-size: 42pt;
    color: #1791C5;
    font-weight: bold;
    text-shadow: 2px 2px 4px #fff;
}

.background-title {
    padding-top:80px;
    position:relative;
    background: #d0e8ff url(img/banner/top_1.jpg) 50% 50%;
    background-size: cover;
}


ul.cms-sortable li {
    color: #1a1a1a;
    padding: 0 5px;
}

.team-item .__se__float-none {
	display: table-cell;
}

.team-item {
	margin-bottom: 40px;
}

.team-item .media-body {
	padding-left: 20px;
}

.media-body, .media-left, .media-right {
	display: table-cell;
	vertical-align: top;
}
.media-middle {
	/*vertical-align: middle;*/
    align-self: center;
}

.team-item .media-body {
    font-size: 25px;
}

.testimonials .media-object {
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 15px;
	width: 90px;
}

.team-item .media-object {
	display: inline-block;
	margin-bottom: 20px;
	width: 160px;
}

body.about .container p {
    font-size: 20px;
}

.clinical-wrap {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
}

.clinical-wrap .item {
    padding: 5px;
    width: 33%;
}

/*RESPONSIVE*/


@media screen and (max-width: 3840px) {
	.solution-section {
		padding: 60px 0px;
	}
	.clinical-section {
 		 padding: 20px 0px 90px;
	    background-color: #d1e6fb;
	    position: relative;
	}
}
@media screen and (max-width: 2880px) {
	.solution-section {
        padding: 60px 0px;
	}
}

@media screen and (max-width: 1920px) {

	.solution-section {
		padding: 60px 0px;
	}
	.clinical-section {
	    padding: 20px 0px 90px;
	}
}

@media screen and (max-width: 1600px) {
	.solution-section {
		padding: 60px 0px;
	}
		.clinical-section {
	    padding: 20px 0px 90px;
	}
}



@media screen and (max-width: 1440px) {

	.solution-section {
		padding: 60px 0px;
	}
}

@media screen and (max-width: 1279px) {
	
	nav.navbar ul li a {
	    font-size: 16px;
	}
	.banner-contents h3 {
 	   font-size: 47px;
 	}
 	.banner-contents h4 {
    	font-size: 35px;
    }
    .banner-contents p {
    	font-size: 22px;
    }
    .banner-contents a.btn2 {
	    font-size: 19px;
	    border-radius: 5px;
	    padding: 2px 30px;
	}
	.heading h3 {
    	font-size: 35px;
    }
    .health-contents h4 {
    	font-size: 21px;
    }
    .health-contents p {
	    font-size: 16px;
	}
	.health-contents h4 {
	    font-size: 20px;
	}
	.health-wrap-cont:after {
	    left: -30px;
	    bottom: -17px
	}
	.health-img {
	    width: 100px;
	    height: 100px;
	    top: 45px;
	    padding-top: 5px;
	}
	.health-contents h4 {
	    min-height: 30px;
	}
	.perfor-content h4 {
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.solution-cont {
	    padding: 40px 16px;
	}
	.heading p {
	    font-size: 17px;
	}
	.solution-cont h4 {
	    font-size: 14px;
	}
	.solution-section {
	    padding: 60px 0px;
	}
	.clinical-section {
	    padding: 20px 0px 90px;
	}
	.icon1 {
	    top: 60px;
	    right: -53px;
	    left: -40px;
	    
	}
	.icon3 {
	    
	    top: 66px;
	    right: -50px;
	    left: -83px;
	    margin-right: 10px;
	}
	.icon2 {
	 
	    bottom: 74px;
	    right: -53px;
	}
	.icon4 {
	    bottom: 80px;
	    right: -40px;
	    left: -90px;
	}
	.test-section .owl-prev {
	    left: -4%;
	}
	.test-section .owl-next {
		right: -4%
	}
	.clinical-section .owl-prev {
	    left: -4%;
	}
	.clinical-section .owl-next {
	    right: -4%;
	}
	.head h4{
		min-height: 20px;
	}

	.health-contents {
	    padding: 60px 30px 15px;
	}
	.health-contents.head {
	    margin: 0px 15px;
	    padding-bottom: 10px;
 
	}
	.social-icons ul li {
	    padding-right: 18px;
	}
	.footer-wrap h3 {
    	font-size: 18px;
    }
    .copyrights p {
	    font-size: 12px;
	}
	.icon5 {
	    bottom: -134px;
	    right: -7px;
	    left: 27px;
	}
	header .header-bottom .banner-contents {
	    top: 25%;
	}
	.solution-wrap {
	    padding: 40px 0px 100px;
	}
}


@media screen and (max-width: 1023px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
	nav.navbar ul li a {
	    font-size: 13px;
	}
	nav.navbar ul li {
	    padding: 0px 7px;
	}
	.banner-contents h3 {
	    font-size: 26px;
	}
	.health-contents h4 {
	    font-size: 18px;
	    min-height: 40px;
	}
	.health-heading {
	    padding-bottom: 10px;
	}
	.health-wrap-cont:after {
	    left: 30px;
	    bottom: -12px;
		width: 170px;
	    height: 40px;
	}
	.health-wrap-cont {
	    padding-top: 80px;
	}
	.health-img {
	    width: 100px;
	    height: 100px;
	    top: 30px;
	}

	.health-contents.head {
	    margin: 10px 15px 0px;
	    padding-bottom: 1px;
	    padding-top: 70px;
	}
	.solution-section {
	    padding: 60px 0px;
	}
	.solution-icon {
	    width: 80px;
	    height: 80px;
	    padding-top: 4px;
	}
	.solution-cont {
	    padding: 15px 15px;
	}
	.solution-cont h4 {
	    font-size: 12px;
	}
	.icon1 {
	    top: 40px;
	    right: -46px;
	    left: -22px;
	}
	.icon2 {
	    bottom: 34px;
	    right: 0px;
		}

	.icon3 {
    	top: 56px;
	    right: -40px;
	    left: -53px;
	}
	.icon4 {
	    bottom: 60px;
	    right: -40px;
	    left: -48px;
	}
	.icon5 {
	    bottom: -105px;
	    right: 0px;
	    left: 0px;
	}
	.test-section .owl-prev {
	    left: -5%;
	}
	.test-section .owl-next {
    	right: -5%;
	}
	.textimonial-cont {
	    margin: 0px 20px;
	}
	.cont-icon {
	    width: 240px;
	}
	.icon-cont.icon4 {
	    width: 270px;
	}
	.cont-icon.icon2 {
	    width: 190px;
	    left: 10px;
	}
	.icon-cont.icon4 {
	    width: 266px;
	    left: -50px;
	}
	.icon-cont.icon4 {
    width: 266px;
    left: -60px;
	}
	.heading h4 {
	    font-size: 15px;
	}
	.perfor-content h4 {
	    padding-bottom: 0;
	    font-size: 16px;
	}
	.clinical-section .owl-prev {
	    left: -2%;
	}
	.clinical-section .owl-next {
	    right: -2%;
	}
	.perfor-content p {
	    line-height: 1.4;
	    font-size: 14px;
	}
	.clinical-section {
	    padding: 20px 0px 90px;
	}
	.health-contents {
	    padding: 60px 20px 15px;
	}
	.cont-icon.icon3 .solution-cont {
	    padding-left: 30px;
	}
	.medical-cont {
	    padding: 50px 10px 10px 30px;
	}
	.cont-contact p {
	    font-size: 22px;
	}
	.footer-wrap h3 {
   		 font-size: 16px;
   	}

	.cont-contact a {
	    font-size: 23px;
	}
}

@media screen and (max-width: 767px) {
	header .header-logo {
	    text-align: center;
	}
	header .header-logo img {
		display: inline-block;
	}
    
    .background-title {
        padding-top: 50px;
    }
    .heading h4 {
        font-size: 16px;
    }
    
	.icon-bar {
		background-color: #000;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	button:focus {
		outline: none;
	}
	nav.navbar ul li {
	  margin-bottom: 10px;
	}
	nav.navbar ul li .sub-menu li {
	  margin-bottom: 0px;
	}
	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}
	.social-icons ul li {
	    padding-right: 18px;
	}
	.copyrights {
	    padding-bottom: 20px;
	    text-align: center !important;
	    padding-top: 10px;
	}
	.clinical-section {
	    padding: 20px 0px 90px;
	}
	.banner-contents h3 {
	    font-size: 23px;
	}
	.solution-section {
	    padding: 60px 0px 20px;
	}
	.health-section {
	    padding: 40px 0px 20px;
	}
	.perfor-content h4 {
	    background-position: left -2px;
	}
	.perfor-content {
	    margin: 20px 0px;
	}
	.textimonial-img img {
	    width: auto !important;
	    margin: 0px auto 30px;
	}
	.heading h4 {
    	font-size: 16px;
	}
	.health-img {
	    width: 110px;
	    height: 110px;
	    top: 30px;
	}
	.heading h3 br {
		display: none;
	}
	.heading p {
	    font-size: 15px;
	}
	.health-wrap-cont:after {
    left: 0;
	    bottom: -11px;
	    width: auto;
	    height: 40px;
	    right: 0;
	    margin: auto;
	    background-position: center;
	}
	.banner-shape {
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 0px;
	}
	.banner-contents h3 {
	    font-size: 30px;
	}
	.banner-contents h4 {
	    font-size: 20px;
	}
	.banner-contents p {
	    font-size: 15px;
	}
	.banner-contents a.btn2 {
	    font-size: 14px;
	    padding: 2px 20px;
	}
	.footer-wrap h3 {
 	   font-size: 18px;
	}
	.copyrights p {
    	font-size: 12px;
	}
	.footer-wrap ul li a {
	    font-size: 14px;

	}
	.test-section .owl-prev {
	    left: -2%;
	}
	.test-section .owl-next {
	    right: -2%;
	}
	.textimonial-cont h5 {
	    font-size: 14px;
	}
	.icon-cont.icon1 {
		left: 0px;
		top: 0px;
	}
	.icon-cont.icon2 {
		left: 0px;
		top: 0px;
	}
	.icon-cont.icon3 {
		left: 0px;
		top: 0px;
	}
	.icon-cont.icon4 {
		left: 0px;
		top: 0px;
	}
	.icon-cont.icon5{
		left: 0px;
		top: 0px;
	}
	.header-top {
	    padding: 10px 0px;
	}
	header .header-bottom .banner-contents {
	    top: 25%;
	}
	.icon1,.icon2, .icon3,.icon4,.icon5 {
		position: relative;
		left: 0 !important;
		right: 0 !important;
		margin: auto;
		text-align: center;
		top: 0px !important;
		bottom: 0px !important;
	}
	.cont-icon {
	    width: auto;
	}
	.cont-icon.icon2,.cont-icon.icon1,.cont-icon.icon3,.cont-icon.icon4,.cont-icon.icon5,.icon-cont.icon4,.icon-cont.icon1,.icon-cont.icon2,
	.icon-cont.icon3,.icon-cont.icon5 {
	    width: auto;
	    left: 0;
	    right: 0;
	    top: 0px;
	    bottom: 0px;
	}
	.solution-cont {
	    padding: 20px;
	    text-align: center !important;
	}
	.footer-logo {
	    text-align: center;
	}
	.testimonial-cont {
	    text-align: center;
	    padding-top: 20px;
	}
	.medical-img img {
	    width: 100%;
	}
    .clical-cont {
        right: 5px;
    }
}

@media screen and (max-width: 450px) {
    header .navbar-brand .img-fluid {
        max-width: 75%;
    }
	header .header-bottom .banner-contents {
	    top: 10%;
	}
    .background-title {
        padding-top: 40px;
    }
    .heading h4 {
        font-size: 15px;
    }
    .page-title {
        font-size: 29pt;
    }
}
@media screen and (max-width: 375px) {
	.banner-contents h3 {
	    font-size: 20px;
	}
	.banner-contents h4 {
	    font-size: 15px;
	}
	.banner-contents p {
	    font-size: 13px;
	}
    .heading h4 {
        font-size: 14px;
    }
}


/* Others */


div.footer-line-1 span.t2 {
	display: inline-block;
	padding: 5px 0;
}
div.footer-line-1 span.t2 .menuitem-single {
	display: inline-block;
	padding: 0 20px;
	border-left: 1px solid #fff;
}

div.footer-line-1 span.t2 .menuitem-single:first-child {
	border-left: 0;
	padding-left: 0;
}

.ui-tabs-vertical .cms-tab {
	min-height: calc(100vh - 500px);
}

.cms-textarea {
	height: 150px !important;
	width: 300px !important;
}

.cms-comment {
	font-style: italic;
	color: #999;
}

.typed-area {
	text-align: left;
	font-size: 44pt;
	color: #222;
}
.typed {
	text-shadow: 2px 2px 2px rgba(128,128,128, 0.7);
}

.footer-container {
	position: relative;
	width: 100%;
	height: 240px;
	background-color: rgb(87,88,90);
	color: #fff;
}

.footer-container a {
	font-style: normal;
	text-decoration: none;
	color: #fff;
}

.footer-container a:link,
.footer-container a:visited {
	color: #fff;
}

.footer-line-1 {
	position: absolute;
	text-align: center;
	bottom: 40px;
	width: 100%;
}

.footer-widgets {
	position: absolute;
	text-align: left;
	left: 5%;
	top: 40px;
	width: 100%; 
	display: table;
	font-size: 15px;
	line-height: 1.5em;
}

.footer-widgets .col {
	display: table-cell;
	vertical-align: top;
	width: 30%;
}

.footer-widgets .col:last-child {
	width: auto;
}

@media screen and (max-width: 799.9px) {
	.footer-widgets {
		position: static;
		width: 300px;
		padding-left: 5%;
		padding-top: 40px;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.footer-widgets .col {
		display: block;
		width: 90%;
	}
	.footer-widgets .col:last-child {
		display:none;
	}
	.footer-line-1 {
		position: static;
	}
}

.themeButton.cc-gp {
  background-color: #4688f1;
}

a.google-button:hover {
	text-decoration: none;
}

.menu-button {
	border: 2px dashed #007bff;
	padding: 3px 5px;
	border-radius: 5px;
	background-color: #007bff;
	color: #fff;
}

.menu-button:hover {
	color: #fff;
}

.menu-button .menu-text {
	padding: 0 5px;
	background-color: #6ab0fb;
	
}

.menu-button .menu-icon {
	text-align: center;
	padding: 0 0 0 5px;
}

.inline-label {
    padding-left: 20px;
    padding-right: 10px;
    vertical-align: top;
    padding-top: 13px;
    display: inline-block;
}

.context-menu-icon-pkp.context-menu-icon::before {
	font-family: 'pkpFont';
}
.context-menu-icon.context-menu-icon-pkp {
	display: list-item;
	font-family: 'pkpFont' !important;
	line-height: inherit;
}

