@charset "UTF-8";
/* CSS Document */

#sheathRemoval{
	display:flex;
	flex-grow: 1;
	flex-direction: column;
}

.removalImageCont{
	display:flex;
	flex-direction: row;
}

/* .sheath_removal_outer{
	width:45%;
	padding:1%;
	height: 185px;
	min-width: 223px;
	margin-left:2%; */
	/* border:1px solid #FF0000 */
}

.sheath_removal_outer{
	color: #198982;
	font-weight: 200;
}

.sheath_removal_outer p{
	font-family: 'Montserrat', sans-serif !important;
	font-weight:300 !important;
}

#doDontCont{
	display:flex;
	color: #198982;
	font-family: 'Montserrat', sans-serif !important;
	margin-top:20px;
}

.sheathList{
	list-style: disc;
	line-height: 22px;
	margin-left:16px;
}

.do{
	margin-right:15px;
}

#removalImgs{
	margin-top:20px;
	display:flex;
	flex-direction: column;
	width:100%;
}

#removalImgs img{
	width:150px;
}

.removalTxt{
	padding:0px 10px;
	font-size: 15px;
}

.removalImgCont{
	display:flex;
	flex-direction: row;
	width:50%;
	/* border:1px solid #FF0000; */
}

.removalImgTop, .removalImgBot{
	display:flex;
}

.removalImgTop{
	margin-bottom: 20px;
}

.firstcharacter{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #198982;
	padding-top: 0px;
	font-family: inherit;
}

#cableReplacement{
	width:100%;
	padding-top:20px;
}

#videoPlayingCont{
	width:100%;
	display:flex;
	justify-content: center;
	margin-bottom:20px;
}

#videoPlaying{
	width:75%;
}

#videoContainer{
	display:flex;
}

.vidContainer{
	border: 1px solid #999;
	width:50%;
}

#instructions{
	font-family: 'Montserrat', sans-serif;
	width:100%;
	text-align: center;
	color:#1A8981;
	font-size:23px;
}

#videoThumbs{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin-top:30px;
	gap:20px 20px;
}

.thumb{
	display: flex;
	width:275px;
	height:155px;
	margin-bottom:30px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}

.thumb p{
	color: #1A8981 !important;
}

.videoThumbImg{
	width:100%;
	border: 1px solid #999;
}

.static{
	margin-bottom:20px;
}

.cleaning, .cleaning_numbered{
	margin-left: 36px;
	padding-right: 16px;
}

.cleaning_numbered, .cleaningP, .protective, .never, .clinical{
	margin-bottom: 30px;
}

.never{
	margin-top:30px;
}

.cleaning li{
	list-style: disc;
	font-family: 'Montserrat', sans-serif;
	color: #1A8981;
}

.cleaning_numbered li{
	font-family: 'Montserrat', sans-serif;
	color: #1A8981;
	list-style-type: decimal;
	padding-left: 16px;
}


@media all and (min-width: 481px) and (max-width: 840px) {

	.removalImgCont{
		flex-direction: column;
	}
	
	.do_dont{
		/* height:80px; */
	}
	
	#doDontCont{
		flex-direction: column;
	}
	
	.dont{
		margin-top:20px;
	}
	
	.do{
		margin-right: 0px;
	}
	
	#videoPlayingCont{
		width:100%;
	}


}

@media all and (max-width: 700px) {
	
	.removalImgTop, .removalImgBot{
		flex-direction: column;
		margin-bottom:0px;
	}
	
	.removalImgCont{
		flex-direction: column;
		width:100%;
		margin-bottom:15px;
	}
	
	.removalTxt{
		padding: 10px 0px;
	}
	
}

@media all and (max-width: 480px) {
	
	#doDontCont{
		flex-direction: column;
	}
	
	.dont{
		margin-top:20px;
	}
	
	.do{
		margin-right: 0px;
	}
	
	#videoPlayingCont{
		width:100%;
	}

}

