/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
*{box-sizing: border-box;}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #1B1B21;
  font-family: 'Kanit', sans-serif;
    font-weight: 500;
}
body {
  color: #545051;
  font-weight: 400;
  font-family: 'Kanit', sans-serif;
}

@font-face {
    font-family:RusticLoveTattoo;
    src: url(../fonts/RusticLoveTattoo.otf);
}

.selector-for-some-widget {
  box-sizing: content-box;
}
a:hover { text-decoration: none }

button:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
/* Header bar section start */

.header-area {
	height: 120px;
	display: flex;
	align-items: center;
	box-shadow: 0 0 10px #0000004f;
}
.header-logo {
  display: flex;
  align-items: center;
}
.site-logo {
  margin-right: 150px;
}
.site-logo a {
	font-size: 20px;
	color: #2A3747;
	margin-top: 12px;
}
.site-logo a span {
  color: #FAA634;
}

.site-logo img {
  margin-right: 20px;
}
.site-logo {
	margin-right: 150px;
	display: flex;
	align-items: center;
}

.heder-loho-r a {
	color: #2A3747;
	font-size: 22px;
}



.heder-loho-r {
}
.header-text a {
  font-size: 22px;
  color: #F14863;
}
.header-text {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 30px;
}




/* Header bar section  END */


/*login-area-css*/

.login-form-area {
	margin-bottom: 40px;
}
.login-title {
	display: flex;
	align-items: end;
}
.login-title h3 {
	font-size: 26px;
	color: #2A3747;
	margin-right: 80px;
	margin-bottom: 0;
}
.login-title p {
	font-size: 14px;
	color: #808080;
	margin-bottom: 0;
}

.login-title p span {
	color: #EB1E24;
}
.login-area {
	padding: 80px 0;
	background-size: cover;
	background-position: center;
	margin-bottom: 80px;
}

.login-all {
	padding: 20px 50px;
	background: #FEF9FC;
	border-radius: 12px;
}

.login-from input {
	width: 100%;
	height: 50px;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #D9D6D8;
}

.login-from button {
	width: 100%;
	background: #F14863;
	height: 45px;
	border: 0;
	color: #fff;
	margin-bottom: 15px;
}
.but-fl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.but-fl a {
	color: #808080;
	font-size: 15px;
}

.tx-bo {
	text-align: center;
	margin-bottom: 25px;
}
.tx-bo h3 {
	font-size: 14px;
	color: #808080;
	margin: 0;
	position: relative;
}
.tx-bo h3::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #CDC9CD;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.tx-bo h3 span {
	background: #FEF9FC;
	position: relative;
	padding: 0 15px;
}

.socil-icon {
	display: flex;
}
.socil-icon a {
	width: 50%;
	display: inline-block;
	background: #0076C0;
	margin: 0 5px;
	text-align: center;
	line-height: 45px;
	height: 45px;
	position: relative;
	color: #fff;
}
.socil-icon a img {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	max-width: 33px;
}

.widget-fl {
	display: flex;
	justify-content: space-between;
}

.widget-title h3 {
	font-size: 16px;
}
.widget-list a {
	display: block;
	font-size: 15px;
	color: #000000;
}
.widget-icon {
	font-size: ;
	display: flex;
	flex-wrap: wrap;
	width: 112px;
	margin-bottom: ;
}

.widget-icon a {
	margin-bottom: 5px;
	margin-right: 5px;
}


.mt {
	margin-top: 65px;
}

.widget-menu ul li a {
	color: #000;
	font-size: 15px;
	position: relative;
	padding-left: 25px;
	margin-bottom: 15px;
	display: block;
}
.widget-menu ul li a img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.footer-btn a {
	display: block;
	margin-bottom: ;
	color: #000;
	height: 40px;
	display: flex;
	align-items: center;
}

.footer-btn a img {
	margin-right: 10px;
}

.widget-qr {
	display: flex;
	align-items: center;
}
.footer-area {
	background: #F5F5F5;
	padding-top: 35px;
	padding-bottom: 80px;
	border-top: 5px solid#FAA634;
}

.footer-btn {
	margin-left: 10px;
}



.widget-icon.fll {
  width: auto;
}
.widget-icon.fll a {
	margin-right: 14px;
}



/*varifacation-page-css*/

.stap-area {
	display: flex;
	justify-content: space-between;
	width: 610px;
	margin: auto;
	margin-bottom: 50px;
}
.single-stap {
	text-align: center;
	width: 33.333%;
}
.single-stap a {
	height: 64px;
	width: 64px;
	display: inline-block;
	text-align: center;
	line-height: 64px;
	color: #676767;
	border-radius: 50px;
	margin-bottom: 20px;
	font-size: 35px;
	border: 1px solid #676767;
	position: relative;
}
.single-stap a img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -121px;
	max-width: 182px;
}

.single-stap.acctive a {
  background: #169D91;
  font-size: ;
  color: #fff;
  border-color: transparent;
}
.single-stap.acctive p {
  color: #169D91;
}
.single-stap p {
	margin: 0;
}

.verification-section {
  width: 610px;
  margin: auto;
  text-align: center;
  padding: 45px 0;
  box-shadow: 0 0 10px #0000004f;
  border-radius: 10px;
}
.verification-title h3 {
  font-size: 24px;
  color: #333333;
  margin-bottom: ;
}
.verification-title p {
  font-size: 16px;
  padding: ;
  margin: 0;
  color: #000000;
}
.verification-title span {
  font-size: 16px;
  color: #000000;
}
.verification-title {
  margin-bottom: 55px;
}
.verification-input input {
  width: 50px;
  border: 0;
  border-bottom: 1px solid #C5C5C5;
  margin-right: ;
  margin: 0 5px;
}
.verification-input {
  margin-bottom: 55px;
}
.verification-btn button {
  width: 220px;
  background: #F14863;
  border: 0;
  height: 35px;
  color: #fff;
  margin-bottom: 20px;
}
.verification-btn p {
  margin: 0;
  color: #000000;
  font-size: 14px;
}
.verification-area {
  padding: 60px 0;
}

/*account-area-css*/


.account-section {
  width: 725px;
  margin: auto;
  text-align: center;
  padding: 40px 50px;
  box-shadow: 0 0 10px #0000004f;
  border-radius: 10px;
}
.account-area {
  padding: 60px 0;
}
.account-title h3 {
  font-size: 24px;
  color: #2A3747;
  margin: 0;
}
.account-title {
  margin-bottom: 40px;
}
.account-h a {
  background: #2A3747;
  height: 80px;
  width: 80px;
  display: inline-block;
  line-height: 80px;
  font-size: 44px;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 25px;
}
.account-input input {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
  height: 50px;
  padding: 20px;
}
.account-input {
  margin-bottom: 10px;
}
.account-text p {
  font-size: 13px;
  color: #676767;
}
.account-text p span {
  color: #EB1E24;
}
.account-btn a {
  width: 135px;
  height: 40px;
  background: #E5E5E4;
  display: inline-block;
  line-height: 40px;
  color: #000;
  font-size: 15px;
  border-radius: 2px;
  margin: 0 65px;
  transition: .3s;
}
.account-text {
  margin-bottom: 30px;
}
.account-btn a:hover {
  background: #F14863;
  color: #fff;
}

/*.successful-area-css*/
.successful-area {
  padding: 60px 0;
}
.successful-img {
  margin-bottom: 30px;
}
.successful-section.account-section p {
  font-size: 15px;
  color: #676767;
  margin-bottom: 60px;
}
.successful-section.account-section button {
  background: #F14863;
  width: 200px;
  gap: ;
  border: ;
  height: 40px;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
}



.poppue-inn h3 {
	font-size: 18px;
	color: #000000;
	margin-bottom: 88px;
}

.poppue-inn {
  text-align: center;
}
.poppue-inn h3 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 88px;
}
.ppop span {
  display: block;
  color: #169D91;
  margin-bottom: 15px;
}
.modal-body {
  padding: 30px 90px;
}
.ppop input {
  width: 100%;
  height: 45px;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #DFDFDF;
}
.poppue-inn a {
  margin: ;
}
.poppue-inn .account-btn a {
  margin: 0;
}
.poppue-inn .account-btn {
  display: flex;
  justify-content: space-between;
}













