body{
	font-family: 'Dosis', sans-serif;
}
p{
	font-family: 'Montserrat', sans-serif;
}
a{
	font-family: 'Dosis', sans-serif;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Dosis', sans-serif;
}

/*Header*/
.navbar-default .navbar-nav>li>a {
color: #777;
text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #f74d65;
}

body {
/*background: url(../../images/GlobalImages/update.png);*/
    background-repeat: repeat;
    background-attachment: fixed;
	background-size: cover;
}

header{
	/*background: url(../images/newbg.png);
	background-size: cover;
	background-repeat: repeat;*/
}
.section_overlay{
	/*background: rgba(250,250,250, .5);*/
}
.home_text{
	padding-top: 50px;
	/*padding-bottom: 210px;*/
}
.home_text h2{
	/*color: #010101;
	color: #1F6DAC !important;*/
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
}
.home_text p{
	color: #404040;
	font-size: 14px;
	text-transform: uppercase;
}
.home_text img{}
.scroll_down{
	padding-bottom: 50px;
}
.scroll_down h4{
	font-size: 12px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
/*Laboratory mgt*/
.lab_mgt, .mobile_area, .about_us_area,.video_area,.contact,.services, .calls , .testimonial1{
padding-top:85px;
}
.testimonial_img{
width:150px !important;
height:150px !important;
}
.displayIn{
display: inline-flex;
}
/*Testimonial
.testimonial1{
padding-top:80px;
}*/

/*Services*/
.services{
	/*padding-top: 96px;*/

}
.services .container{
	border-bottom: 1px solid #ddd;
}
.single_service{
	padding-bottom: 96px;
}
.single_service i{
	font-size: 30px;
	color: #f73b56;
}
.single_service h2{
	color: #000000;
	font-size: 25px;
	text-transform: uppercase;
}
.single_service p{
	color: #404040;
	font-size: 14px;
}
.single_progress_bar .progress {
height: 1px;
margin-bottom: 20px;
overflow: hidden;
background-color: #d5d5d5;
border-radius: 0px;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.single_progress_bar .progress-bar {
background-color: #2d3334;
}
.single_progress_bar h2{
	color: 000;
	font-size: 14px;
	font-weight: 400;
}
.about_us_p{
	font-size: 14px;
	color: #272727;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 21px;
}
.about_title h2{
	font-size: 25px;
	color: #3d3d3d;
	text-transform: uppercase;
	margin-top: 25px;
	letter-spacing: 6px;
	/*margin-bottom: 21px;*/
}

.about_title img{
	margin-bottom: 70px;
}
.about_title1 img{
	margin-bottom: 30px !important;
}
/*Testimonial*/
.testimonial{
		/*padding-top: 130px;
	padding-bottom: 80px;*/
}
.testimonial{

}
.testimonial .icon:after{
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	background-color: #f73b56;
	top: 110px;
	left: 50%;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	margin-left: -40px;

}
.testimonial .icon i{
color: #fff;
font-size: 47px;
position: absolute;
z-index: 555;
left: 50%;
margin-left: -23px;


}
.single_testimonial p{
color: #404040;
font-size: 18px;
font-family: 'Dosis', sans-serif;
letter-spacing: 1px;
/*padding-top: 110px;
padding-top:30px;*/

}
.single_testimonial h4{
	color: #404040;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px
}



/*Fun Facts*/
.fun_facts{
	/*background: url(../images/header_bg.jpg);*/
	background-attachment: fixed !important;
	background-repeat: repeat;
	
}
.fun_facts .section_overlay{
background: rgba(71,71,71,.8);
padding-bottom: 30px;
}
.single_count1{
padding-top: 30px !important;	
}
.single_count{
padding-top: 120px;	
}
.single_count i{
	color: #f73b56;
	font-size: 24px;
	font-weight: bolder;
}
.single_count h3{
font-family: 'Montserrat', sans-serif;
color: #6d6466;
font-size: 40px;
font-weight: bold;
margin-bottom: 0px;	
}
.single_count p{
font-family: 'Dosis', sans-serif;
color: #1D71B3;
font-size: 14px;
text-transform: uppercase;
position: relative;	
}
.single_count p:before{
content: "";
position: absolute;
width: 16px;
height: 1px;
left: 0;
bottom: -4px;
/*background: #ef4251;*/
}
.imac{
position: relative;
margin-top: -40px;	
}
.imac img{
	width: 100%;
}

@media(max-width: 767px){
	.imac{
		margin-top: 20px
	}
}
.single_image{
	margin-right: 3px;
	position: relative;
	transition: all 1s;
}
.single_image img{
	width: 100%;

}
.single_image:hover div.image_overlay{
	opacity: 1;
}

.image_overlay{
position: absolute;
width: 100%;
height: 100%;
background: rgba(247,77,101,.9);
left: 0;
top: 0;
opacity: 0;
	transition: all 1s;

}
.image_overlay a{
position: absolute;
top: 20px;
right: 20px;
color: #fff;
text-decoration: none;
text-transform: uppercase;	
}
.image_overlay h2{
position: absolute;
bottom: 28px;
left: 20px;
font-size: 25px;
color: #fff;
text-transform: uppercase;
letter-spacing: 3px;	
}
.image_overlay h4{
position: absolute;
bottom: 11px;
left: 20px;
color: #fff;
font-size: 14px;
text-transform: uppercase;	
}
.no_padding{
	padding-left: 0px;
	padding-right: 0px;
}
.work_title{}
.work_title h1, .contact_title h1{
	font-size: 25px;
	color: #3d3d3d;
	letter-spacing: 5px;
	/*padding-top: 80px;*/
	text-transform: uppercase;
	margin-bottom: 20px;
}
.work_title img, .contact_title img{
	margin-bottom: 30px;
}
.work_title p, .contact_title p{
	font-size: 14px;
	color: #000;
	margin-bottom: 100px;
}
.last_padding {
	padding-right: 0px;
}
.pad_top {
	padding-top: 2px;
}
.left h2{
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.left p{
	margin-bottom: 60px;
	font-size: 14px;
	color: #000;
}
.baton{
	margin-top: 65px;
}
.cs-btn, .cs-btn:active, .cs-btn:visited, .cs-btn:focus{
	color: #fff;
	background-color: #000;
	border-radius: 0px;
	outline: none;
	padding: 10px 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 1s;
}
.cs-btn:hover{
	background: #f74d65;
	border-color: #f74d65;
}
.call_to_action .container{
/*	padding-bottom: 60px;*/
	border-bottom: 1px solid #ddd;
}

/*Contact*/

.single_contact_info{
padding-bottom: 21px;	
}
.single_contact_info h2{
text-transform: uppercase;
color: #3d3d3d;
font-size: 18px;
letter-spacing: 3px;
margin-bottom: 1px;	
}
.single_contact_info p{
font-size: 15px;
color: #3d3d3d;	
}






.contact-form{
background-color: #f1f1f1;
padding: 30px;
}
.contact-form .form-control{
height: 43px;
border-radius: 0px;
margin-bottom: 20px;
border: 0px solid #fff;
}
.contact-form #message{
	height: 104px;
}
.form_submit{
width: 100%;
background: #f73b56;
border-radius: 0px;
color: #fff;
padding-top: 13px;
padding-bottom: 10px;
transition: all 1s;	
}


.work-with {
padding-bottom: 60px;
padding-top: 10px;
}
.work-with h3{
	font-size: 14px;
	color: #636363;
	text-transform: uppercase;
}



/*Footer*/
footer{
	background-color: #f1f1f1;
	/*padding-top: 50px;*/
	padding-bottom: 50px;
}
.footer_logo{}
.footer_logo img{}
.social{
	/*padding-top: 65px;*/
}
.social h2{
text-transform: uppercase;
font-size: 16px;	
}
ul.icon_list{
margin: 0;
padding: 0;
list-style: none;
text-align: center;
margin-top: 20px;
}
ul.icon_list li{
display: inline;
padding-left: 3px;
padding-right: 3px;
}
ul.icon_list li a{
display: inline-block;
color: #636363;
border: 1px solid #636363;
border-radius: 50%;
text-align: center;
width: 30px;
height: 30px;
text-align: center;
line-height: 28px;
transition: all 1s;
}
ul.icon_list li a:hover{
	color: #f73b56;
	border-color:#f73b56; 
}
.copyright_text{
/*padding-top: 80px;	*/
padding-top: 30px;
}
.copyright_text p{
color: #636363;
font-size: 14px;
text-transform: uppercase;
margin-bottom: 0px;
letter-spacing: 0px;
}
.copyright_text a{
	color:#f73b56;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
	}
	
	/******************************login css**********************************************************/
	/****** LOGIN MODAL ******/
 

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}

/**********************end login********************************/

.font-size1{
 color: #1e73b7 !important;
    font-size: 15px;
    font-weight: bold;
	}
.margin-bottom20 {
margin-bottom: 20px
}

.colorgraph {
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
.reg_label {
    font-size: 17px;
    font-weight: 500;
}
.underline{
text-decoration: underline;
}

.paddingtop20{
padding-top: 20px;
}
.animated1.infinite1 {
    transition: background 1s .5s linear;
}
.trans_bg{
        padding: 15px;
        background: rgba(0, 150, 214, 0.5);
}
.trans_bg_white{
 padding: 15px;
 background: rgba(255, 255, 255, 0.7);
}
.trans_bg_white1{
 padding: 15px;
 background: rgba(255, 255, 255, 0.23);
}
.pull-right1{
float:right;
}
.margin-top25{
margin-top: 25px;
}

.reg_top{
margin-top:100px; padding-top:10px; padding-bottom:10px; margin-bottom:20px}
.feature_caption{
color:#fff; padding-top:2px; padding-bottom:2px; margin-top:2px; margin-bottom:2px; font-size:20px;font-family: 'Dosis', sans-serif;}

.color_red{
color:#C9302C;
}
.margin_top10{
margin-top:15px;
}
.fontbold{
font-weight: bold;
}
.register_btn{
font-weight:bold; font-size:18px;
}
.bg_color {
background-color: #ffffff !important;
}
.trans_bg_orange{
 padding: 15px;
 background: rgba(255, 99, 71, 0.75);
}
.trans_bg_voliet{
 padding: 15px;
 background: rgba(104, 33, 122, 0.75);
}
.trans_bg_darkblue{
 padding: 15px;
 background: rgba(1, 56, 123, 0.75);
}
.trans_bg_gray{
 padding: 15px;
 background: rgba(0, 0, 0, 0.75);
}
.trans_bg_blue{
        padding: 15px;
        background: rgba(0, 150, 214, 0.75);
}
.trans_bg_green{
 padding: 15px;
        background: rgba(216, 221, 220, 0.75);
}

.font_icon{
font-size: 34px;
}
.font_white{
color:#ffffff !important;
}
.align_center {
display: block;
    margin-left: auto;
    margin-right: auto;
}
.video_ht{
width:322px; height:300px;
}
.success_head {
background-color: #1B75BB;
}
.success_head h4 {
color: #ffffff;
}
.margin-top10{
margin-top :10px;
}
.margin-bottom10{
margin-bottom :10px;
}
.padding_topbtm{
padding-top: 10px;
padding-bottom: 10px;
}
.compulsory_text{
border-color: #F0776C;
}
.well2{
background-color:#f5f5f5;border-radius:10px;padding:10px;
}
.well1{
background-color:#f5f5f5;border-radius:10px;padding:10px;
}
/******height *****************/
.height_tab{
height:448px
}

.font17 {
font-size: 17px !important;
}
.padding_top_btm{
padding-bottom:10px;
padding-top: 10px;
}
.text-left{
text-align : left;
}
.font_style{
font-family: 'Copperplate Gothic Light';
	text-transform: uppercase;
	color: #000;
	font-size: 23px;
}
.margin_right5{
margin-right:10px;
}
.font_size16{
/*font-size: 15px;*/
}

.font_size15{
 font-size: 16px;
 font-style: italic;
}
.market{
color: #006eab !important;
}
.home {
color: brown !important;
}
.pathology{
color: #144c9e !important;
}
.gogreen{
color: green !important;
}
.black{
color:#000 !important;
}
.marginleft_minu33{
margin-left; -33px !important;
}
.marginright_minu33{
margin-right; -33px !important;
}
.font16{
font-size:16px;
}
/*****************************************************slider bg***********************************************************/
@media screen and (max-width:800px) {
header{
	background: none;
}
.text-center1{
text-align: center!important;
}
.pull-right1{
text-align: center!important;
float:none;
}
}

@media screen and (max-width:320px) {
.home_text h2 {
    /* color: #010101; */
    color: #1F6DAC !important;
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: 13px;
}
.margin_top34{
    margin-top: 34px;
}
.video_ht{
width:256px;;
}
}

@media (min-width: 766px) and (max-width: 990px) {
  .margin0{
  margin-top:0px !important;
  }
}



@media (min-width: 1440px) and (max-width: 1471px) {
.padding_top{
padding-top: 9px !important;
}
}

@media (min-width: 375px) and (max-width: 414px) {

.tablet {
width: 79px;
}
.pc {
width: 137px;
}
.mobile {
width: 48px;
}
.margin-right0{
margin-right:0px ;
}
.margin-top30{
margin-top:30px ;
}
.video_ht{
width:256px;;
}
}

@media (min-width: 1024px) and (max-width: 1030px) {

.tablet {
width: 96px;
}
.pc {
width: 200px;
}
.mobile {
width: 55px;
}
}

@media (min-width: 382px) and (max-width: 484px) {

.tablet {
width: 88px;
}
.pc {
width: 180px;
}
.mobile {
width: 50px;
}
}


@media (min-width: 317px) and (max-width: 381px) {

.tablet {
width: 66px;
}
.pc {
width: 147px;
}
.mobile {
width: 37px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.logo_shrink{
    width: 100px;
}
}
@media (min-width: 991px) and (max-width: 1199px) {
.web_heading{
        padding-top: 110px;
}
}
@media (min-width: 801px) and (max-width: 991px) {
.pull-right1{
        float: none;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.tablet {
width: 96px;
}
.pc {
width: 200px;
}
.mobile {
width: 55px;
}
.lab_mgt, .mobile_area, .about_us_area,.video_area,.contact,.services, .calls , .testimonial1{
padding-top:131px;
}
}

@media (min-width: 768px) and (max-width: 990px) {
.lab_mgt, .mobile_area, .about_us_area,.video_area,.contact,.services, .calls , .testimonial1{
padding-top:134px;
}
}

@media (min-width: 768px) and (max-width: 1199px) {
.reg_top {
    margin-top: 161px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
}

@media (min-width: 200px) and (max-width: 991px) {
.well1{
 background-color: rgba(0, 0, 0, 0); !important ;border-radius:10px;padding:10px;
}
}

@media (min-width: 768px) and (max-width: 990px) {
.font11{
font-size: 10px;
}
}
@media (min-width: 470px) and (max-width: 1200px) {
.new1{
width:177px;
}
.new2{
width:182px
}
.new3{
width:100px;
}
}
@media (min-width: 359px) and (max-width: 469px) {
.new1{
width:100px;
}
.new2{
width:122px
}
.new3{
width:93px;
}
}

@media (min-width: 330px) and (max-width: 1199px) {
.video_ht{
width: 280px;
height: 300px;
}
}

@media (min-width: 400px) and (max-width: 577px) {
.video_ht2{
width: 286px;
height: 171px;
}
}
@media (min-width: 250px) and (max-width: 399px) {
.video_ht2{
width: 250px;
height: 399px;
}
}

.buttonGreen {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.buttonRed {
    background-color: #f44336;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}