
body{
	background: url('../mobile-assets/Mobile_Preview.jpg');
	background-repeat: repeat;
	font-family: 'Open Sans', sans-serif;
}
.wrapper{
	text-align: center;
	padding-bottom: 60px;
}
.phone-shape {
	width: 375px;
	height: 560px;
	border-radius: 20px;
	border: 2px solid #00a94f;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.inner-shape{
	border: 2px solid #00a94f;
	margin: 1px;
	padding: 45px 19px;
	border-radius: 17px;
	height: calc(100% - 2px);
}
.phone-screen {
	width: calc(100% - 38px);
	height: calc(100% - 90px);
	background-color: #fff;
	overflow: hidden !important;
	border: 2px solid #00a94f;
	position: absolute;
	left:19px;
	top:45px;
	border-radius: 2px;
}
iframe {
	width: 100%;
	height: 100%;
	border:none;
}
.logo a img{
	margin-left: auto;
	margin-right:auto;
}
.logo{
	padding: 50px 0 40px 0;
}
.top-details {
	position: absolute;
	left: 0;
	top: 17px;
	width: 100%;
}
.select-mobile-resulation p{
	color: #848484;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 15px;
}
.select-mobile-resulation{
	margin-bottom: 40px;
	display: inline-block;
	position: relative;
}
.select-mobile-resulation .dropdown-icon{
	position: absolute;
	right:18px;
	bottom:14px;
	color: #212121;
	font-size: 16px;
	pointer-events: none;
}
.select-mobile-resulation select{
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	height: 50px;
	min-width: 430px;
	padding: 10px 20px;
	font-size: 14px;
	color: #4c4c4c;
	font-weight: 700;
	background: #ffffff;
	border:0;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.circle {
	height: 8px;
	width: 8px;
	position: absolute;
	left: 0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	top: 5px;
	background: #fff;
	border:3px solid #12af5b;
	border-radius: 50%;
}

.circle-button {
	height: 25px;
	width: 25px;

	border-radius: 100px;
	border: 2px solid #29b66b;
	position: absolute;
	bottom:10px;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	background: #40be7b;
}
.inner-circle-button{
	height: 19px;
	width: 19px;
	margin: 1px;
	border: 2px solid #29b66b;
	border-radius: 100px;
		background: #fff;
}
