.wrapper-footer{
  width: 100%;
  height: 303px;
  background-color: #f8f8f8;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}

.wrapper-footer-row{
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
    background-color: #f8f8f8;
	z-index: 1;
	padding-left: 0;
	padding-right: 65px;
}

.wrapper-footer-row2{
    height: 67px;
    background-color: #0a1f38;
    padding: 10px 0;
}

.copyright{
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	z-index: 1;
	padding-left: 0;
	padding-right: 65px;
    background-color: #0a1f38;
}

.home-card:hover {
    box-shadow: 0 10px 15px 2px rgba(102, 117, 127, 0.15);
    cursor: pointer;
}

.wrapper-footer p{
	  width: 100%;
	  font-family: 'NotoKufiArabic-Regular', sans-serif;
	  font-size: 13px;
	  font-weight: normal;
	  font-style: normal;
	  font-stretch: normal;
	  line-height: 24px;
	  letter-spacing: normal;
	  text-align: right;
	  color: #66757f;
}

.footer_ a > p:hover{
	color: #102643 !important;
}

.footer_2:hover{
	color: #102643 !important;
	font-weight: 500;
	cursor: pointer;
}

.wrapper-footer h3{
	  width: 100%;
	  font-family: 'NotoKufiArabic-Regular', sans-serif;
	  font-size: 14px;
	  font-weight: 900;
	  font-style: normal;
	  font-stretch: normal;
	  line-height: 1.36;
	  letter-spacing: normal;
	  text-align: right;
	  color: #ab8522;
	  margin-bottom: 21px;
	  margin-top: 36px;
}

.logo-footer{
	margin-bottom: 26px;
	margin-top: 53px;
	width: 136px;
	height: 33px;
}

.terms_of_use{
	display: inline-block;
	width: auto !important;
	margin-right: 39px;
	color: white !important;
	float: right;
}

.privacy{
	display: inline-block;
	width: auto !important;
	color: white !important;
	float: right;
}

.w35{
	width: 40%;
}
.w26{
	width: 26%;
}
.w20{
	width: 20%;
}
.w18{
	width: 10%;
}
.w85{
	width: 85% !important;
}

.footer-icon{
	margin-left: 8px;
	width: 15px;
	height: 15px;
}


@media screen and (max-width: 740px) {
	.wrapper-footer-row{
		width: 100% !important;
		padding-bottom: 20px !important;
		padding-left: 5% !important;
		padding-right: 4% !important;
	}
	.copyright{
		width: 100% !important;
		padding-left: 3% !important;
		padding-right: 3% !important;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.w35{
		width: 100% !important;
	}
	.w26{
		width: 100% !important;
	}
	.w20{
		width: 100% !important;
	}
	.w18{
		width: 100% !important;
	}
	.w85{
		width: 100% !important;
	}
	.wrapper-footer,.wrapper-footer-row2{
		height: auto !important;
	}
	.wrapper-footer p{
		font-size: 15px !important;
		line-height: 33px;
	}
	.wrapper-footer h3{
		font-size: 18px !important;
	}
	.terms_of_use,.privacy{
		float: left !important;
		line-height: 20px !important;
		padding-right: 20px;
	}
}
