@import url('https://fonts.googleapis.com/css?family=poppins');

*{
	margin: 0;
	padding: 0;
    color:#d9d9d9;
	box-sizing: border-box;
	font-family: 'poppins',sans-serif;
}
footer{
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #000;
}
.main-content{
	display: flex;
}
.main-content .box{
	flex-basis: 50%; 
	padding: 10px 20px;
}
.box h2{
	font-size: 1.125rem;
	font-weight: 600;
	text-transform: uppercase;
}
 .box .content{
	margin: 20px 0 0 0 ;
}

.box .content:before{
	position: absolute;
	content: '';
	top: 35px;
	height: 2px;
width: 100%;
background: #1a1a1a;
}
.box .content:after{
	position: absolute;
	content: '';
	height: 2px;
	width: 3%;
	background: #f12020;
	top: 35px;
}
 .left .content p{
	text-align: justify;
}
.left .content .social {
	margin: 20px 0 0 0;
}
.left .content .social a{
	padding: 0 2px;
}

.left .content .social a span {
	height:50px;
	width: 50px;
	background: #1a1a1a;
	line-height:50px;
	text-align: center;
	font-size: 22.5px;
	border-radius: 6.25px;
	transition: 0.3s;
}
 .left .content .social a span:hover{
	background: #f12020;
}
.text1{
    font-size: 14px; 
}

.copyright{
	text-align: center;
	
	font-size: 14px;
	color: white;
	margin-bottom: 2px;
}

.mastercard{
	display: flex;
}
.visa{
	margin: 5px;
	width: 20%;
background: white;
border-radius: 10px;
padding: 5px;
	
}
.center .content .fas{
	font-size: 1.4375rem;
	height: 45px;
	width:45px;
	line-height: 45px;
	background: #1a1a1a;
	text-align: center;
	border-radius: 50%;
	transition: 0.3s;
	cursor: pointer;
}
.center .content .fas:hover{
background: #f12020;	
}
.center .content .text{
	font-size:1.0625rem;
	font-weight: 500;
padding-left: 10px;
}
.center .content .phone {
	margin: 10px 0;
}
.pp{
	font-size: 14px;
	line-height: 20px;
}
@media screen and (max-width: 900px) {
	footer{
		position: relative;
		bottom: 0px;
	}

.main-content{
		flex-wrap: wrap;
		flex-direction: column;
	}
.main-content .box{
	margin: 5px 0;
    flex-wrap: wrap;
	flex-direction: column;
}
}
.fixed{
	margin: 5px;
height: 32px;
width:32px;

line-height:50px;
	text-align: center;
	font-size: 22.5px;
	border-radius: 6.25px;
	transition: 0.3s;
}
.fixed2{
	height: 50px;
	width: 50px;
}
.fixed:hover{
	text-shadow: 0 0 80px #00ffcc;
}	
