.border_right {
		
	    border-right: 1px solid rgba(0,0,0,.1);
		background-color: #f8f8f8;
}

.table th, .table td {
	text-align: left;
}

.table {
	margin-bottom: 0 !important;
	
}



.contact_box {
	background-color: #f8f8f8;
	padding: 1rem;
	width: 100%;
}

.vidsplit_row {
	
}

.vidsplit_text {
	
}

.vidsplit_text div {

	padding: 10px;

}

.vidsplit_text h2 {
 text-transform: uppercase;
 color: #007caa;
font-size: 48px;
text-align: center;
font-weight: 400;
 
}

.vidsplit_text p {
	margin: 10px 0px;
	color: black;
	text-align: justify;
}

.video_box {
	padding: 1rem;
	/* padding: 60px; */
	
	background-color: #d3d3d3;
	color: white;
}



.xc_box>i {
  
  font-size: 40px;
  margin-bottom: 10px;
}

.xc_box>h3 {
  text-transform: uppercase;
}

.xc_box>p {
  margin: 0;
}

.support_box{
	width: 100%;
	justify-content: center;
	margin-top: 5rem;
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
}
.service_stand {
	width: min(30em, 100%);
	
	border: 2px solid silver;
	/* display: inline-block; */
	border-radius: 3px;
	position: relative;
	text-align: center;
	margin-bottom: 1rem;
}

.service_stand>img {
	width: 75px;
	height:75px;
	position: absolute;
	top: -47.5px;
	left: calc(50% - 37.5px);
	background-color: white;
	padding: 5px;

}



.service_stand_group {
	display: flex;
	justify-content: space-between;
	margin-top:150px;
}


.service_button {
	background-color: #007caa;
	display: inline-block;
	margin-top: 55px;
	width: 80%;
	padding: 10px;
	color: white;
	border-radius: 3px;
	
}

.service_button:hover, .small_parts_button:hover {
	color: #D3D3D3;
}

.small_parts_button {
	background-color: #007caa;
	display: inline-block;
	margin-top: 10px;
	width: 80%;
	padding: 10px;
	color: white;
	border-radius: 3px;
	margin-bottom: 47.5px;
}

.action_button {
	background-color: #007caa;
	border: 1px solid #007caa;
	border-radius: 2px;
	color: white !important;
}

.action_button:hover {
	background-color: #007caa;
	border: 1px solid #007caa;
	border-radius: 2px;
}

.btn50 {
	width: 50%;
	text-align: center;
}

.service_doc {
	width: 100%;
}
.service_doc>img{

}

.service_doc>caption{

}

/* @media (max-width: 767px) {
	.second_col {
		margin-top: 40px;
	}
} */

@media (max-width: 992px) {
	.contact_box>h2 {
	font-size: 1.5rem;
	}
	}