ul {
	list-style: none;
}

h2 {
	font-size: 50px;
}

.navbar-brand {
	padding: 1px 17px 10px 15px;
}

.nav {
	padding: auto;
}

.navbar {
	padding: 15px 175px;
}

.nav li {
	display: inline-block;
}

.nav-link {
	padding: 0 1rem;
	font-family: 'Quicksand', sans-serif;
}

h2, p, button, li {
	font-family: 'Quicksand', sans-serif;
	position: relative;
}

.container {
	margin-top: 2rem;
	margin-bottom: 1rem;
	padding: 0 1px;
}

.iphone-bg {
	background-image: url("../images/iphone 13.png");
	padding: 130px 0px;
	background-repeat: no-repeat;
	background-position: right;
}

.col-lg-3 {
	text-align: left;
	padding: 0px;
	font-size: 50px;
}

.samsung-bg {
	background-image: url("../images/samsung.png");
	padding: 130px 0px;
	background-repeat: no-repeat;
	background-position: left;
}

.title-samsung {
	padding: 0px 10px 0px 0px;
	float: right;
	text-align: right;
}

.title-samheading {
	text-align: right;
	font-size: 50px;
}

.tv-bg {
	background-image: url("../images/tv.png");
	padding: 140px 0px;
	background-repeat: no-repeat;
	background-position: right;
	background-color:#F3F3F4;
}

.title-tv {
	text-align: right;
	padding: 0px;
}

.title-tv2 {
	padding: 0px;
	font-size: 50px;
}

.brands-h2 {
	margin: 10px 0px;
	text-align: center;
	position: relative;
}

.brands-h2:before{
	content: "";
	display: block;
	width: 400px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	top: 50%;
	margin-left: 50px;
	z-index: -2;
}

.brands-h2:after{
	content: "";
	display: block;
	width: 400px;
	height: 2px;
	background: #000;
	position: absolute;
	right: 0;
	top: 50%;
	margin-left: 50px;
	z-index: -2;
}

span {
	background: #fff
}

.brands {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.brands li {
	display: inline-block;
	padding: 5rem 1rem;
}

footer {
	background-color: black;
	color: white;
}

.foot {
	display: flex;
	padding: 4rem 8rem 0rem;
	align-content: center;
}

.footer-body {
	padding-left: 4rem;
	padding-top: 3rem;
	line-height: 1.3;
	margin-right: 35rem
}

.btn-primary {
	background-color: white!important;
	border-color: black !important;
	border: 2px solid black;
	padding: 10px 28px;
	border-radius: 0;
	color: black;
}

.btn-primary:hover {
	background-color: gray !important;
}

.vl {
  border-left: 2px solid white;
  height:300px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 20;
}

.about_us_logo {
	display: inline-block;
}

.foot2 {
	display: flex;
	padding: 1rem 8rem 0rem ;
	align-content: center;
}

.copyright {
	padding-left: 4rem;
	padding-top: 2.4rem;
	line-height: 1.3;
	margin-right: 33rem;
}

.about_us_logo {
	padding-left: 3.2rem;
}

.about_us_logo li {
	display: inline-block;
	padding: 1.5rem 0.5rem;
}