@font-face {
	font-family: 'caviar_dreamsregular';
	src: url('../font/CaviarDreams-webfont.eot');
	src: url('../font/CaviarDreams-webfont.eot?#iefix') format('embedded-opentype'),
	url('../font/CaviarDreams-webfont.woff2') format('woff2'),
	url('../font/CaviarDreams-webfont.woff') format('woff'),
	url('../font/CaviarDreams-webfont.ttf') format('truetype'),
	url('../font/CaviarDreams-webfont.svg#caviar_dreamsregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'caviar_dreamsbold';
	src: url('../font/Caviar_Dreams_Bold-webfont.eot');
	src: url('../font/Caviar_Dreams_Bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../font/Caviar_Dreams_Bold-webfont.woff2') format('woff2'),
	url('../font/Caviar_Dreams_Bold-webfont.woff') format('woff'),
	url('../font/Caviar_Dreams_Bold-webfont.ttf') format('truetype'),
	url('../font/Caviar_Dreams_Bold-webfont.svg#caviar_dreamsbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

a:hover,
a:focus,
a:active,
a.active {
	text-decoration: none;
	outline: none !important;
	color: #000;
}

.container {
	max-width: 900px;
	margin: 0 auto;
	background: #fff;
}

li {
	list-style: none;
}

a,
button {
	outline: none !important;
	text-decoration: none;
	color: #000;
}

body {
	margin: 0;
	background: #bfdeef;
	color: #000;
	font-size: 16px;
	font-family: 'caviar_dreamsregular';
}

.header {
	background-color: #212121;
	width: 100%;
	position: relative;
	padding-top: 56.25%;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
}
.header img {
	position: absolute; 
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0; 
}

.user-icon {
	width: 320px;
	height: 320px;
	border-radius: 100%;
	background: #eaeaea;
	margin: -160px auto 0;
	position: relative;
	overflow: hidden;
}

@media (max-width: 470px) {
	.user-icon {
		width: 200px;
		height: 200px;
		margin: -100px auto 0;
	}
}

.user-desc {
	text-align: center;
	overflow: hidden;
	padding: 0 30px;
}

@media (max-width: 470px) {
	.user-desc {
		padding: 0 20px;
	}
}

.user-desc h2 {
	font-size: 50px;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'caviar_dreamsbold';
	margin-bottom: 0;
	margin-top: 40px;
}

@media (max-width: 767px) {
	.user-desc h2 {
		font-size: 36px;
	}
}

.user-desc p {
	font-size: 32px;
	font-weight: 300;
	margin: 0;
	text-transform: capitalize;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.user-desc p {
		font-size: 28px;
	}
}

.btn {
	background: #ececec;
	color: #000;
	line-height: 2;
	border-radius: 50px;
	margin: 0 0 34px;
	width: 100%;
	font-size: 32px;
	text-transform: capitalize;
	box-shadow: 0px 5px 0px 0px #c2c8c8;
	display: inline-block;
}
@media (max-width: 767px) {
	.btn {
		font-size: 24px;
	}
}

.btn i {
	float: left;
	width: 70px;
	margin: 16px 10px 0 0;
	border-right: 1px solid #c2c8c8;
}
@media (max-width: 767px) {
	.btn i {
		width: 50px;
		margin: 12px 10px 0 0;
	}
}
.btn span {
	
}
.user-desc .home-btn {
	margin-top: 40px;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
@media (min-width: 768px) {
	.user-desc .home-btn .btn {
		width: calc(50% - 10px);
	}
	.user-desc .home-btn .btn:nth-child(2n+1) {
		margin-right: 20px;
	}
}
.user-desc .form-group {
	margin-bottom: 30px;
	text-align: left;
}

.social-icon {
	display: flex;
	padding: 0 0 20px;
	margin: 0;
	justify-content: center;
}
.social-icon li {
	float: left;
}
.social-icon li img {
	padding: 30px;
	width: 80px;
}

@media (max-width: 991px) {
	.social-icon li img {
		width: 65px;
	}
}

@media (max-width: 767px) {
	.social-icon li img {
		width: 58px;
		padding: 18px;
	}
}

@media (max-width: 620px) {
	.social-icon li img {
		width: 50px;
		padding: 15px;
	}
}

@media (max-width: 500px) {
	.social-icon li img {
		width: 40px;
		padding: 10px;
	}
}

@media (max-width: 380px) {
	.social-icon li img {
		width: 35px;
		padding: 8px;
	}
}

.form-control-label {
	font-size: 32px;
	margin-bottom: 20px;
	display: flex;
}

@media (max-width: 767px) {
	.form-control-label {
		font-size: 22px;
		flex-direction: column;
	}
}

.form-control-label label {
	flex-grow: 1;
	font-weight: bold;
}

.form-control-label span {
	flex-grow: 9;
	text-align:right;
}

@media (max-width: 767px) {
	.form-control-label span {
		text-align: left;
		margin: 10px 0;
	}
}

.img-responsive {
	max-height: 100%;
	width: 100%;
}
.qr-img {
	margin-bottom: 40px;
}
.qr-img img {
	max-width: 500px;
}
.card_location {
	width: auto;
	font-size: 30px;
}
a.own_card {
	width: auto;
	padding: 0 40px;
	background: #FFF;
	box-shadow: none;
	border: 1px solid #ddd;
	border-radius: 6px;
	color: #777;
}
@media (max-width: 470px) {
	a.own_card {
		padding: 0 20px;
	}
}
.footer {
	text-align: center;
	background: #f5f5f5;
	padding: 30px 20px;
}
.footer .footer-links {
	margin-bottom: 20px;
}
.footer .footer-links .footer__navigation {
	margin: 0;
	padding: 0;
}
.footer .footer-links .footer__navigation li {
	margin: 0 20px;
	line-height: 1.5;
	display: inline-block;
	vertical-align: middle;
}
.footer .footer-buttons a {
	margin: 0 5px 30px;
	display: inline-block;
	vertical-align: top;
}
.footer .footer-buttons a img {
	max-height: 180px;
}


.google{
	    max-height: 170px !important;
  
}

.apple{
	    max-height: 63px !important;
    margin-top: 10px !important;
}

.findMore
{
	max-height: 170px !important;
    margin-top: 10px !important;
    margin-left: 20px !important;
}