html,
body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #757575;
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

b {
	font-weight: bold;
}

a {
	text-decoration: none;
	outline: none !important;
	&:hover,
	&:focus {
		text-decoration: none;
	}
}

p {
	margin: 0;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	/* border-color:#000; */
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 0px rgba(126, 239, 104, 0);
	outline: none;
}

input.form-control {
	background: #f6faff;
	padding: 15px 30px;
	border: 1px solid #e2eefd;
	margin-bottom: 10px;
	border-radius: 30px;
	height: 50px;
	color: #757575;
	font-size: 14px;
	line-height: 1.35;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

input.form-control:focus {
	-webkit-box-shadow: 0 20px 40px 0 rgba(79, 35, 35, .1);
	box-shadow: 0 20px 40px 0 rgba(79, 35, 35, .1);
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-color:#e2eefd;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
	/*-webkit-text-fill-color: $defult !important*/
}

select {
	cursor: pointer;
}

.form-control::-webkit-input-placeholder {
	color: #757575;
	text-transform: uppercase;
}

.form-control:-moz-placeholder {
	color: #757575;
	text-transform: uppercase;
}

.form-control::-moz-placeholder {
	color: #757575;
	text-transform: uppercase;
}

.form-control:-ms-input-placeholder {
	color: #757575;
	text-transform: uppercase;
}

.re-eye-icon .cm-eye {
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 15px;
}

.re-eye-icon {
	position: relative;
}


/* --------------------------- Common Extra Class --------------------------- */

.full-width {
	width: 100%;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.no-padding {
	padding: 0 !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-padding-right {
	padding-right: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.no-padding-left {
	padding-left: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-right {
	margin-right: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.no-margin-left {
	margin-left: 0 !important;
}

.no-text-decoration {
	text-decoration: none !important;
}

.no-border {
	border: 0 !important;
}

.no-border-left {
	border-left: 0 !important;
}

.no-border-top {
	border-top: 0 !important;
}

.no-border-right {
	border-right: 0 !important;
}

.no-border-bottom {
	border-bottom: 0 !important;
}

.no-after:after {
	display: none;
}

.no-before:before {
	display: none;
}

.text-center {
	text-align: center !important;
}

.uppercase {
	text-transform: uppercase;
}

/* --------------------------- header --------------------------- */

header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 20px;
}

.header-container {
	width: 1170px;
	margin: 0 auto;
}

.top-logo {
	float: left;
	width: 80px;
}

.top-logo img {
	float: left;
	width: 100%;
}

/* --------------------------- Common --------------------------- */

.smooth {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.common-title {
	float: left;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	color: #323d47;
	font-size: 30px;
	line-height: 32px;
	font-weight: 500;
}

.common-title2 {
	float: left;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	color: #323d47;
	font-size: 23px;
	line-height: 26px;
	font-weight: 500;
}

.cummon-btn {
	display: inline-block;
	min-width: 140px;
	padding: 8px 30px;
	font-size: 14px;
	line-height: 28px;
	cursor: pointer;
	text-align: center;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 20px;
	border: 0;
	outline: none;
	background-color: #23539f;
	color: #fff;
	font-weight: 600;
	box-shadow: 0 10px 18px 0 rgba(73, 125, 208, 0.3);
}

.cummon-btn:hover {
	box-shadow: none;
}

.cummon-btn:focus {
	outline: none;
}

.already-have-account {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	font-size: 14px;
	color: #50a0fc;
	letter-spacing: 0.5px;
}

.already-have-account a {
	color: #50a0fc;
}

/* ---------------------------Signup --------------------------- */

.signup-wrap {
	float: left;
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
}

.signup-wrap:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 32%;
	height: 100%;
	background-color: #cff0fb;
	z-index: -1;
}

.signup-content-wrap {
	width: 1100px;
	margin-right: -260px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.signup-img {
	float: right;
	width: 644px;
}

.signup-img img {
	float: right;
	width: 100%;
}

.signup-content {
	float: left;
	width: calc(100% - 700px);
}

.signup-form-wrap {
	float: left;
	width: 100%;
	margin: 50px 0 0 0;
}

.signup-form-filed {
	float: left;
	width: 100%;
}

.signup-form-filed + .signup-form-filed {
	margin-top: 15px;
}

.signup-form-button {
	float: left;
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

/* --------------------------- Good Star / Business Name --------------------------- */

.good-start-wrap {
	float: left;
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
}

.good-start-wrap-vectore {
	position: absolute;
	width: 2076px;
	height: 90%;
	left: 50%;
	bottom: 10%;
	background-image: url(../images/good-start-vectore.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	/*background-size: auto 100%;*/
}

.good-start-wrap-vectore img {
	float: left;
	width: auto;
	height: 100%;
}

.good-start-content-wrap {
	width: 1100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.good-start-content {
	float: left;
	width: 480px;
}

.good-start-text {
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
}

.good-start-form-wrap {
	float: left;
	width: 100%;
	margin: 50px 0 0 0;
}

.good-start-form {
	float: left;
	width: 100%;
	margin: 25px 0 0 0;
}

.good-start-redio-button-list {
	margin: 0 -20px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.good-start-redio-button-list li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 0 20px;
	margin: 0 -2px;
}

.good-start-redio-button-box {
	float: left;
	width: 100%;
	height: 135px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border: 2px #e1e1e1 solid;
	border-radius: 25px;
	position: relative;
	cursor: pointer;
}

.good-start-redio-button-box.checked {
	border-color: #23539f;
}

.good-start-redio-button-box.checked .good-start-redio-button-text {
	color:#23539f;
}

.good-start-redio-button-box-inner {
	float: left;
	width: 100%;
	padding: 5px;
	margin-top: 20px;
}

.good-start-redio-button-icon {
	float: left;
	width: 100%;
	text-align: center;
}

.good-start-redio-button-icon img {
	max-width: 100%;
}

.good-start-redio-button-text {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	text-align: center;
}

.good-start-redio {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	opacity: 0;
}

.good-start-form-button {
	float: left;
	width: 100%;
	margin-top: 40px;
	text-align: center;
}
.good-start-form-button .cummon-btn, .signup-form-button .cummon-btn, .pick-theme-button .cummon-btn {
	margin-right: 20px;
}
.good-start-form-button .cummon-btn:last-child, .signup-form-button .cummon-btn:last-child, .pick-theme-button .cummon-btn:last-child {
	margin-right: 0px;
}


/* --------------------------- Business Name --------------------------- */

.business-name-wrap.signup-wrap:before {
	content: '';
	position: absolute;
	right: auto;
	left: calc(50% + 200px);
	top: 0;
	width: 3500px;
	height: 100%;
	background: transparent url(../images/business-name-vectore2.png);
	z-index: -1;
	background-size: auto 100%;
	background-repeat: no-repeat;
}


/* --------------------------- Pick A Theme --------------------------- */

.pick-theme-wrap {
	float: left;
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
}

.pick-theme-content-wrap {
	width: 1100px;
	margin-right: -70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.pick-theme-img {
	float: right;
	width: 520px;
}

.pick-theme-img img {
	float: right;
	width: 100%;
}

.pick-theme-content {
	float: left;
	width: calc(100% - 600px);
}

.pick-theme-slide-wrap {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
}

.pick-theme-slide-wrap .slider {
	width: 100%;
	margin: 0;
	padding: 0 0 30px 0;
}

.pick-theme-slide-wrap .slick-list {
	margin: 0 -7px;
}

.pick-theme-slide-wrap .slick-slide {
	margin: 5px;
}

.pick-theme-slide-wrap .slick-slide img {
	width: 100%;
}

.pick-theme-slide-wrap .slick-prev:before,
.pick-theme-slide-wrap .slick-next:before {
	color: black;
}

.pick-theme-slide-wrap .slick-slide {
	transition: all ease-in-out .3s;
}

.pick-theme-slider-thu {
	position: relative;
	border: 2px transparent solid;
}

.pick-theme-slider-thu.checked {
	border-color: #23539f;
}

.pick-theme-redio {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	opacity: 0;
}

.pick-theme-slide-wrap .slick-dots {
	text-align: right;
	bottom: 0;
}

.pick-theme-slide-wrap .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 0 0 5px;
	padding: 0;
}

.pick-theme-slide-wrap .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
	background: #23539f;
	border-radius: 50%;
	border: 1px transparent solid;
}

.pick-theme-slide-wrap .slick-dots li button:before {
	display: none;
}

.pick-theme-slide-wrap .slick-dots li.slick-active button{
	border-color: #23539f;
	background-color: #fff;
}

.pick-theme-button {
	float: left;
	width: 100%;
	margin-top: 40px;
	text-align: center;
}


