/*PRO landing pages*/

/*1. HERO*/

 

h1 {

	padding-top:240px;
	margin: 0 0 1.17rem 30px;
	font-size: 2rem;
}


/*2. main intro*/

.myIntroTextBox {
	box-sizing: border-box;
	padding: 10px 150px 40px;
	padding: 0px 30px 15px;
	margin: 25px 0 0 0;

}



/*3. Tabs*/
.myElectrodeTab {
	box-sizing: border-box;
	padding: 10px 20px;

	padding-bottom: 50px;
	background-image: url() ;

	height:240px;

}
		.myElectrodeTab:hover {
			cursor: pointer;
		}

		.myElectrodeTab1:hover, .myElectrodeTab3:hover  {
			background-color: #e0e0e0;
		}

		.myElectrodeTab2:hover, .myElectrodeTab4:hover  {
			background-color: #f4f4f4;
		}



.myElectrodeTab p a {
	font-size: 12px;
	padding: 0 0 0 20px;
	background: url(https://media.mt.com/dam/LabDiv/graphics/triangle-blt2.png) 0 -2px no-repeat;

}





.myElectrodeTab1 {
	border-right: 0px solid #676767;
}

.myElectrodeTab2 {
	border-right: 0px solid #676767;
}

.myElectrodeTab3 {
	border-right: 0px solid #676767;
}

.myElectrodeTab4 {
	
}


.imageBorder {
	padding:0!important;
	margin:0!important;
}

.parbase {
	margin-top: 0!important;
}

@media (max-width: 460px) {

		.myDesktop {
			display: none;
		}

		.myElectrodeTab {
			height: auto;
			padding-bottom: 5px;
		}

}

@media (min-width: 461px) {

		.myMobile {
			display: none;
		}

}


 

/*4. Download section */

.myDownload {
	width: 460px; height: 250px;
	position: relative;
	margin: 0;
	padding: 0;
	border: 1px solid #f0f0f0;
}

.myD_TextBox {
	padding: 20px 0 0 20px;
	width: 210px;
	position: relative;
}

.myD_TextBox h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	display: block;
	margin: 0 0 15px 0;
}

.myD_text {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	display: block;
	margin: 0 0 15px 0;
}

.download1, .download2 {
	background-repeat: no-repeat;
	background-position: 0 0;
}


@media (max-width: 768px) {

		.myDownload {
			width: 99%; height: auto;
			margin-bottom: 10px;
			min-height: 240px;
		}

		div.colCtrlBasic2-0-c0, .colCtrlBasic2-0-c1 {
		    width: 100%!important;
		    float: left;
		}

		.download1, .download2 {
			background-position: right 0!important;
		}



		@media (max-width: 558px) {
				.myD_text, .myD_TextBox h2 {
					    background-color: rgba(255,255,255, 0.8);
		    			padding: 5px 5px 5px 0;
				}

				.download1, .download2 {
						background-position: center top!important;
					    background-size: cover!important;
					    -webkit-background-size: cover;
					    -moz-background-size: cover;
					    -o-background-size: cover;
				}

		}

}


/*5. Feedback form*/

.fb_form_section_title {
	display:none;
}

@media (min-width: 768px) {

	.feedbackb {
		box-sizing: border-box;
		padding: 0px 200px 70px  ;
		background-color: #f8f8f8;
	}

	.fb_form_section .customQuestionInput {
		font-size: 12px;
	}

}




@media (max-width: 768px) {

		.inlineFeedbackFormContainer .fb_form {
			width: 99%!important;

		}


}
