/* ----- ----- ----- ----- ----- ----- ----- */
/*Tunit For Life Stylesheet */
/* ----- ----- ----- ----- ----- ----- ----- */
	#main-container-fluid{
		background: white;
		position: relative;
		padding: 0px;
	}
/* ----- ----- ----- ----- ----- ----- ----- */
/*Tunit For Life*/
/* ----- ----- ----- ----- ----- ----- ----- */
	#tunit-for-life{
		position: relative;
		color: black;
		padding: 50px 0px;
	}
	#left{
		line-height: 30px;
		font-size: 16px;
		padding-right: 40px;
	}
	#contact{
		font-weight: bold;
	}
	#contact .emphasised{
		color: #bd0a41;
	}
/* ----- ----- ----- ----- ----- ----- ----- */
/*Part Exchange*/
/* ----- ----- ----- ----- ----- ----- ----- */
	#part-exchange{
		padding: 50px 0px;
		background: black;
		color: white;
	}
	#part-exchange hr{
		border: 0px;
		height: 1px;
		background: grey;
	}
	#part-exchange-info{
		text-align: center;
	}
	#part-exchange-info .col-md-4{
		/*padding: 0px;*/
	}
	#part-exchange-info p{
		line-height: 25px
	}
	#first{
		padding-right: 80px;
	}
	#second{
		padding: 0px 40px;
	}
	#third{
		padding-left: 80px;
	}
	#part-exchange-info .contact-us{
		/*margin: 10px auto;*/
		border: 1px solid grey;
		border-radius: 10px;
		padding: 5px;
	}
	#first .contact-us,
	#third .contact-us
	{
		margin-top: 40px;
	}
	#second .contact-us{
		margin-top: 15px;
	}
	#part-exchange-info .contact-us a {
		color: white;
		font-size: 12px;
	}
	#part-exchange-info .contact-us a:hover{
		text-decoration: none;
	}
	#part-exchange-info .contact-us .emphasised{
		color: #bd0a41;
	}
/* ----- ----- ----- ----- ----- ----- ----- */
/*Respnsive CSS*/
/* ----- ----- ----- ----- ----- ----- ----- */
	/*Mobile Screen Sizes*/
	@media only screen and (max-width : 767px){
		#first, #second, #third{
			padding: 10px;
		}
		.contact-us{
			margin-top: 40px;
		}
	}
	/*Small Screen Sizes*/
	@media only screen and (min-width: 768px) and (max-width:  991px){
		#first, #second, #third{
			padding: 10px;
		}
		.contact-us{
			margin-top: 40px;
		}
	}
	/*Medium Screen Sizes*/
	@media only screen and (min-width: 992px) and (max-width: 1199px){
		.contact-us{
			margin-top: 40px;
		}
	}
/* ----- ----- ----- ----- ----- ----- ----- */
/* ----- ----- ----- ----- ----- ----- ----- */
/* ----- ----- ----- ----- ----- ----- ----- */