#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }

.testlab acronym { border-bottom:1px dotted #ccc; }

.testlab .info p {
	text-align:center;
	color: #999;
	text-transform:none;
	font-weight:600;
	font-size:15px;
	margin-top:2px
}

.testlab .info i {
 color:#F6AA93;
}
.testlab form h1 {
 font-size: 18px;
 background: #F6AA93 none repeat scroll 0% 0%;
 color: rgb(255, 255, 255);
 padding: 22px 25px;
 border-radius: 5px 5px 0px 0px;
 margin: auto;
 text-shadow: none; 
 text-align:left;
 padding-top:5px!important;
}

.testlab form {
 border-radius: 5px; 
 width:100%;
 /* margin: 5% auto; */
 background-color: #FFFFFF;
 overflow: hidden;
}

.testlab p span {
 color: #F00;
}

.testlab p {
 margin: 0px;
 font-weight: 500;
 line-height: 2;
 color:#333;
}

.testlab h1 { 
 color: #666;
 text-shadow: 1px 1px 0px #FFF; 
}

.testlab #formcontacto input {
   border-radius: 0px 5px 5px 0px;
   border: 1px solid #cecece;
   /* margin-bottom: 15px; */
   width: 85%;
   height: 40px;
   float: left;
   padding: 0px 15px;
}

.testlab a {
 text-decoration:inherit
}

.testlab #formcontacto textarea {
   border-radius: 0px 5px 5px 0px !important;
   border: 1px solid #cecece !important;
   margin: 0 !important;
   width: 85% !important;
   height: 130px !important;
   float: left !important;
   padding: 0px 15px !important;
}

.testlab #formcontacto .form-group {
 overflow: hidden;
 clear: both;
}

.testlab .icon-case {
   width: 35px;
   float: left;
   border-radius: 5px 0px 0px 5px;
   background: #cecece;
   height: 42px;
   position: relative;
   text-align: center;
   line-height: 40px;
}

.testlab .icon-case i {
 color:#555;
}

.testlab .contentform {
 padding: 10px 30px;
}

.testlab .bouton-contact{
 background-color: #81BDA4;
 color: #FFF;
 text-align: center;
 width: 100%;
 border:0;
 padding: 17px 25px;
 border-radius: 0px 0px 5px 5px;
 cursor: pointer;
 margin-top: 40px;
 font-size: 18px;
}

.testlab .leftcontact {
 width:49.5%; 
 float:left;
 border-right: 1px dotted #CCC;
 box-sizing: border-box;
 padding: 0px 15px 0px 0px;
}

.testlab .rightcontact {
 width:49.5%;
 float:right;
 box-sizing: border-box;
 padding: 0px 0px 0px 15px;
}

.testlab .validation {
 display:none;
 margin: 0 0 10px;
 font-weight:400;
 font-size:13px;
 color: #DE5959;
}

.testlab #sendmessage {
 border:1px solid #fff;
 display:none;
 text-align:center;
 margin:10px 0;
 font-weight:600;
 margin-bottom:30px;
 background-color: #EBF6E0;
 color: #5F9025;
 border: 1px solid #B3DC82;
 padding: 13px 40px 13px 18px;
 border-radius: 3px;
 box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
}

/* #sendmessage.show,.show  {
 display:block;
} */

.testlab #formcontacto .form-checkbox
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	position: relative;
	background-color: #b9b9b9;
	color: #666;
	
	height: 30px;
	width: 30px;
	border: 0;
	border-radius: 3px;
	cursor: pointer;     
	margin-right: 7px;
	outline: none;
}
.testlab .form-checkbox:checked::before
{
	position: absolute;
	font: 13px/1 'Open Sans', sans-serif;
	left: 11px;
	top: 7px;
	content: '\02143';
	transform: rotate(40deg);
}
.testlab .form-checkbox:hover
{
	background-color: #b9b9b9;
}
.testlab .form-checkbox:checked
{
	background-color: #969696;
	color:red;
}
/*.testlab label
{
	font: 300 16px/1.7 'Open Sans', sans-serif;
	color: #666;
	cursor: pointer;
}*/ 
.testlab .checkAcepta{
	border-radius: 0px 5px 5px 0px;
    border: 1px solid #cecece;
    /* margin-bottom: 15px; */
    width: 30px;
    height: 30px;
    float: left;
    padding: 0;
    margin-right: 10px;
}

.testlab .max-height-600 {
  max-height: 600px;
}

.testlab .carousel {
  max-width: 500px;
}

.testlab .banner-container {
  width: 100%;
  height: 406px;
  padding: 10px;  
  border-color:#f8f8f8;
  border-style: solid;
  border-width: 2px;  
}

.testlab .banner {
  width: 100%;
  background-image: url(/img/testlab/banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
 
}

.testlab #player {
  height: 403px;
}

.testlab .container-video {
  position: relative;
  width: 100%;
  height:0;
  padding-bottom: 56.25%
}

.testlab .video-ajustado {
  position: absolute;
  top: 0px;
  left: 0px;  
  width: 100%;
  height:100%;  
  border-style: none;
}

.testlab .services img {
  width: 100%;
 padding-top:20px;
}

.table-steps {
  min-width: 1200px;
}

.testlab .table {
  border-collapse: separate;
  border-spacing: 1em;
}
/*.testlab .banner h1 {
  font-size: 1.2rem;
}

@media (min-width: 544px) {
  .testlab .banner h1 {
    font-size: 1.2rem;
  }
}


@media (min-width: 768px) {
  .testlab .banner h1 {
    font-size: 1.5rem;
  }
}


@media (min-width: 992px) {
  .testlab .banner h1 {
    font-size: 2rem;
  }
}


@media (min-width: 1200px) {
  .testlab .banner h1 {
    font-size: 2rem;
  }*/