* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: none;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder { 
  color: inherit;
  opacity: 1;
}
::placeholder {
  color: inherit;
  opacity: 1;
}
.container{
	width: 100%;
	max-width: 1140px;
}
body{
	background-image: url(../../images/signup_img/images/bg.png);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 100px;
}
.primary-btn{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: #f6b64d;
	text-decoration: none;
	outline: none;
	border: 2px solid #dbb577;
	color: #221f1b;
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
}
.primary-btn span{
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
	height: 50px;
	min-width: 120px;
}
.platform-infblk{
	padding-top:95px;
}
@media (max-width:1199px){
	.primary-btn{
		border: 1px solid #dbb577;
		font-size: 20px;
	}
	.primary-btn span{
		height: 45px;
		min-width: 100px;
	}
}
@media (max-width:991px){
	.primary-btn{
		font-size: 18px;
	}
	.primary-btn span{
		height: 40px;
		min-width: 80px;
	}
}
@media (max-width:767px){
	.primary-btn{
		font-size: 16px;
	}
	.primary-btn span{
		height: 35px;
		min-width: 80px;
	}
}
/*** ### Header ### ***/
header{
	position: relative;
	padding: 20px 0px;
}
header .logo{
	position: relative;
	text-align: left;
}
header .logo a{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	outline: none;
}
header .logo img{
	max-height: 90px;
}
header a.primary-btn{
	position: relative;
}
header a.primary-btn span{
	min-width: 160px;
}
@media (max-width:1199px){
	header{
		padding: 15px 0px;
	}
	header .logo img{
		max-height: 80px;
	}
	header a.primary-btn span{
		min-width: 140px;
	}
		
}
@media (max-width:991px){
	header{
		padding: 10px 0px;
	}
	header .logo img{
		max-height: 70px;
	}
	header a.primary-btn span{
		min-width: 120px;
	}
		
}
@media (max-width:767px){
	header .logo img{
		max-height: 60px;
	}
	header a.primary-btn span{
		min-width: 100px;
	}
		
}

/*** ### Hero Text ### ***/
.hero-text{
	position: relative;
	padding: 20px 0px;
	text-align: center;
}
.hero-text h1{
	color: #FFFFFF;
	font-size: 45px;
	line-height: 60px;
	font-weight: 700;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.hero-text h1 span{
	position: relative;
	border-bottom: 2px solid #fcbf5c;
}
.hero-text p{
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 300;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
@media (max-width:1199px){
	.hero-text{
		padding: 15px 0px;
	}
	.hero-text h1{
		font-size: 35px;
		line-height: 50px;
	}
	.hero-text p{
		color: #FFFFFF;
		font-size: 14px;
	}
}
@media (max-width:991px){
	.hero-text h1{
		font-size: 30px;
		line-height: 45px;
	}
}
@media (max-width:767px){
	.hero-text h1{
		font-size: 25px;
		line-height: 35px;
	}
}
@media (max-width:576px){
	.hero-text h1{
		font-size: 18px;
		line-height: 30px;
	}
	.hero-text h1 br{
		display: none;
	}
	.hero-text p{
		font-size: 12px;
	}
	.hero-text p br{
		display: none;
	}
}

@media(max-width:500px){
	.contact-btn .iner{width:240px !important;}
	.contact-btn{top:170px !important;}
}
@media (max-width:360px){
	.hero-text h1{
		font-size: 15px;
		line-height: 25px;
	}
}
/*** ### Mobile image ### ***/
.social-media-image{
	position: relative;
	overflow: hidden;
}
.social-media-image .mobile-image{
	position: relative;
	background: url(../../images/signup_img/images/mobile.png) top center no-repeat;
	background-size: contain;
	/* min-height: 1190px; */
	padding-bottom: 100px;
}
/*** ### Lets Start ### ***/
.lets-start{
	position: relative;
	text-align: center;
}
.lets-start .primary-btn {
	color: #FFFFFF;
	text-decoration: none !important;
}
.lets-start .primary-btn span{
	min-width: 300px;
}
@media (max-width:1199px){
	.lets-start .primary-btn span{
		min-width: 250px;
	}
}
@media (max-width:991px){
	.lets-start .primary-btn span{
		min-width: 220px;
	}
}
@media (max-width:767px){
	.lets-start .primary-btn span{
		min-width: 200px;
	}
}

.help-block{color:red; font-size:12px;}
#sm_profile_form{padding-bottom:30px;}
/*** ### Contact Form ### ***/
.contact-btn{
	position: relative;
	background: url(../../images/signup_img/images/phone.png) top center no-repeat;
	background-size: 100% 100%;
	display: block;
	margin: auto;
	width: 100%;
	max-width: 451px;
	padding: 50px 0px 120px;
	top: 100px;
	/* min-height: 1160px; */
	right: -30px;
}
.contact-btn .iner{
	position: relative;
	display: block;
	margin: auto;
	width: 295px;
	left: -26px;
}
.contact-btn .logo-form{
	position: relative;
	padding: 40px 0px;
}
.contact-btn .logo-form img{
	display: block;
	margin: auto;
	max-height: 125px;
}
.contact-btn .input-box{
	position: relative;
	border: 1px solid #856334;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
}

#sm_profile_form .row .col-12{margin-bottom:15px;}
.contact-btn .select-box{
	position: relative;
	z-index: 1;
}
.contact-btn .select-box::before{
	position: absolute;
	content: "";
	top: 50%;
	right: 10px;
	transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	background: url(../../images/signup_img/images/angle-down.png) no-repeat;
	width: 15px;
	height: 10px;
	z-index: 1;
}
.contact-btn .input-box .icons{
	/* position: absolute; */
	top: 0px;
	left: 0px;
	line-height: 50px;
	width: 35px;
	text-align: center;
	color: #c39852;
	font-size: 18px;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-btn .input-box .icons img{width:16px; /* height:16px; */ object-fit: contain;}
.contact-btn .input-box input{
	position: relative;
	border: none;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 400;
	margin: 0px;
	/* width: 100%; */
	height: 40px;
	outline: none;
	background: #0b0907;
	/* padding: 0px 0px 0px 35px; */
	padding-left:0;
}
.contact-btn .input-box input:focus, .contact-btn .input-box select:focus{box-shadow:none;}

.contact-btn .input-box .input-group-prepend .input-group-text{background: transparent; border: 0; padding:0; color:#fff;}
.contact-btn .input-box .form-control::placeholder{color: #fff;}
.contact-btn .input-box select{
	position: relative;
	border: none;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 400;
	margin: 0px;
	width: 100%;
	height: 40px;
	outline: none;
	background: #0b0907;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	/* padding: 0px 15px 0px 35px; */
	padding-left:0;
}
.contact-btn .input-box select::-ms-expand {
  display: none;
}
.contact-btn button{
	position: relative;
	width: 100%;
	height: 50px;
	margin: 0px 0px 10px 0px;
}
.contact-btn a.forget-password{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
	outline: none;
}