/*----------------------------------------------------

1. Global Area 
2. Header Section
=====================================================================*/
/*=========
Font load
===========*/
/*=========
Color Code
===========*/
/*global area*/
/*----------------------------------------------------*/
body {
  margin: 0;
  padding: 100px 0px;
  overflow-x: hidden;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  background: #f9f9f9;
  color: #2f3146;
  font-family: "kanit", sans-serif;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background-image: url(../img/bbg.jpg);
  background-size: cover;
}

::selection {
  color: #fff;
  background-color: #78c68e;
}

::-moz-selection {
  color: #fff;
  background-color: #78c68e;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  box-shadow: none;
}

p, label {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "kanit", sans-serif;
}

.pt150 {
  padding-top: 150px;
}

.multisteps-form__panel[data-animation=scaleOut] {
  transform: scale(1.1);
}

.multisteps-form__panel[data-animation=scaleOut].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

.multisteps-form__panel[data-animation=slideHorz] {
  left: -50px;
}

.multisteps-form__panel[data-animation=slideHorz].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}

.multisteps-form__panel[data-animation=slideVert] {
  top: 30px;
}

.multisteps-form__panel[data-animation=slideVert].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}

.multisteps-form__panel[data-animation=fadeIn].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.multisteps-form__panel[data-animation=scaleIn] {
  transform: scale(0.9);
}

.multisteps-form__panel[data-animation=scaleIn].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

/* ==========================================================================
   multistep css
   ========================================================================== */
.multisteps-form__progress {
  padding-top: 60px;
  height: 100%;
}

.multisteps-form__panel {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  overflow: hidden;
  height: 0;
}
.multisteps-form__panel.js-active {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  height: auto;
}
.multisteps-form__panel[data-animation=scaleOut] {
  transform: scale(1.1);
}
.multisteps-form__panel[data-animation=scaleOut].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}
.multisteps-form__panel[data-animation=slideHorz] {
  left: -50px;
}
.multisteps-form__panel[data-animation=slideHorz].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}
.multisteps-form__panel[data-animation=slideVert] {
  top: 30px;
}
.multisteps-form__panel[data-animation=slideVert].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}
.multisteps-form__panel[data-animation=fadeIn].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.multisteps-form__panel[data-animation=scaleIn] {
  transform: scale(0.9);
}
.multisteps-form__panel[data-animation=scaleIn].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}
.customer-form{
  text-align: center;
}
.employee-form{
  text-align: center;
  align-items: center;
}
.employee-display{
  text-align: center;
  align-items: center;
}
.employee-avatar {
  display: flex;
  flex-wrap: wrap;
}
.form-question{
  padding: 10px;
  text-align: left;
}
.form-answer div{
  padding-right: 5px;
}
.form-answer{
  display: flex;
  flex-wrap: wrap;
}
.border-b{
border-bottom: 4px solid rgb(25, 157, 2) !important;
}
.text-center{
  text-align: center;
}
.w-12 {
  width: 7rem;
}
.h-12 {
  height: 7rem;
}
.avatar {
  position: relative;
  display: inline-flex;
  padding: 20px 10px;
  flex-direction: column;
  align-items: center;
}
.avatarset {
  border-top: 10px solid rgb(25, 157, 2) !important;
}

.avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.avatar svg {
  position: absolute;
  top: 0;
  left: 0
}
.mask-squircle {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAwJyBoZWlnaHQ9JzIwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTAwIDBDMjAgMCAwIDIwIDAgMTAwczIwIDEwMCAxMDAgMTAwIDEwMC0yMCAxMDAtMTAwUzE4MCAwIDEwMCAwWicvPjwvc3ZnPg==);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAwJyBoZWlnaHQ9JzIwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTAwIDBDMjAgMCAwIDIwIDAgMTAwczIwIDEwMCAxMDAgMTAwIDEwMC0yMCAxMDAtMTAwUzE4MCAwIDEwMCAwWicvPjwvc3ZnPg==);
}
.mask {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.actions {
  right: 0px;
  bottom: -125px;
  margin-bottom: 20px;
  position: absolute;
}
.actions li {
  height: 65px;
  width: 430px;
  color: #3c3c3c;
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
  line-height: 70px;
  margin-left: 15px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  background-color: #fff;
  text-transform: uppercase;
}
.input {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
	padding-top: 1.5rem;
	&+.input {
		margin-top: 1.5rem;
	}
}

.input-label {
	color: #8597a3;
	position: absolute;
	top: 1.5rem;
	transition: .25s ease;
}

.input-field {
	border: 0;
	z-index: 1;
	background-color: transparent;
	border-bottom: 2px solid #eee; 
	font: inherit;
	font-size: 1.125rem;
	padding: .25rem 0;
	&:focus, &:valid {
		outline: 0;
		border-bottom-color: rgb(25, 157, 2);
		&+.input-label {
			color: rgb(25, 157, 2);
			transform: translateY(-1.5rem);
		}
	}
}

.error-message {
	color: #cc0033;
	display: inline-block;
	font-size: 14px;
	line-height: 15px;
	margin: 2rem 0 8px;
	text-align: center;
    width: 100%;
  }



.action-button {
	font: inherit;
	font-size: 1.25rem;
	padding: 1em;
	width: 100%;
	font-weight: 500;
	background-color: rgb(25, 157, 2);
	border-radius: 6px;
	color: #FFF;
	border: 0;
	&:focus {
		outline: 0;
	}
}
.card-form {
	padding: 2rem 1rem 0;
  max-width: 400px;
}

.card-info {
	padding: 1rem 1rem;
	text-align: center;
	font-size: .875rem;
	color: #8597a3;
	a {
		display: block;
		color: rgb(25, 157, 2);
		text-decoration: none;
	}
}
/*---------------------------------------------------- */
/*inner area*/
/*----------------------------------------------------*/
.wrapper {
  margin: 0 auto;
  max-width: 1420px;
  background-color: #fff;
}
.wrapper .poll-style-three-text {
  width: 50%;

  max-width: 645px;
  border-radius: 4px;
  padding: 45px 50px;
  background-color: #fff;
  display: inline-block;
}
.wrapper .poll-style-three-text h2 {
  color: #3f5d82;
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 28px;
  margin-bottom: 30px;
  text-transform: uppercase;
  border-bottom: 2px solid #eeeeee;
}
.wrapper .poll-style-three-text h3 {
  color: #151515;
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 30px;
}
.wrapper .poll-style-three-text .poll-item-selector li {
  width: 100%;
  height: 65px;
  line-height: 65px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.wrapper .poll-style-three-text .poll-item-selector li label {
  width: 100%;
  font-size: 23px;
  padding-left: 50px;
}
.wrapper .poll-style-three-text .poll-item-selector li .checkmark-border:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  left: 0px;
  top: 15px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
}
.wrapper .poll-style-three-text .poll-item-selector li .checkmark-border:after {
  left: 0px;
  top: 15px;
  width: 30px;
  content: "";
  height: 30px;
  display: none;
  position: absolute;
  border-radius: 100%;
  background-color: #446d76;
}
.wrapper .poll-style-three-text .poll-item-selector input[type=checkbox] + .checkmark-border:after,
.wrapper .poll-style-three-text .poll-item-selector input[type=checkbox] + .checkmark-border:before {
  border-radius: 0;
}
.wrapper .poll-style-three-text .poll-item-selector li .exp-option-box:checked ~ .checkmark-border:after {
  display: block;
}
.wrapper .poll-style-three-text .poll-item-selector .exp-option-box {
  display: none;
}
.wrapper .poll-style-three-text .poll-item-selector .exp-label {
  color: #446d76;
  display: block;
}
.wrapper .poll-style-three-text .poll-item-selector .poll-btn-pair {
  margin-top: 30px;
}
.wrapper .poll-style-three-text .poll-item-selector .poll-btn-pair span {
  height: 68px;
  padding: 15px 24px;
  color: #292929;
  border-radius: 40px;
  margin-left: 20px;
  border: 2px solid #9eb1b1;
  background-color: transparent;
}
.wrapper .poll-style-three-text .poll-item-selector .poll-btn-pair button {
  font-size: 23px;
  font-weight: 400;
}
.wrapper .poll-style-three-text .poll-item-selector .poll-btn-pair button:nth-child(1),
.wrapper .poll-style-three-text .poll-item-selector .poll-btn-pair button:nth-child(2) {
  color: #fff;
  width: 180px;
  border: none;
  border-radius: 40px;
  background-image: linear-gradient(4deg, #60dca0 0%, #18c1b2 100%);
}
.wrapper .poll-style-three-text .poll-item-selector .poll-btn-pair button:nth-child(2) {
  margin-left: 20px;
} 

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
/* ==================================================
*	01 - media screen and (max-width: 1440px)
*	02 - media screen and (max-width: 1280px)
*	03 - media screen and (max-width: 1199px)
*	04 - media screen and (max-width: 991px)
*	05 - media screen and (max-width: 767px)
*	06 - media screen and (max-width: 680px)
*	07 - media screen and (max-width: 580px)
*	08 - media screen and (max-width: 480px)
*	09 - media screen and (max-width: 380px)
*	10 - media screen and (max-width: 320px)
================================================== */
@media screen and (max-width: 1280px) {
  .wrapper .poll-style-three-text {
    float: none;
  }

  body {
    padding: 0;
  }

  .wrapper .poll-style-three-text {
    width: 100%;
  }

  .wrapper .poll-style-three-text .poll-item-selector .poll-btn-pair button:nth-child(1),
  .wrapper .poll-style-three-text .poll-item-selector .poll-btn-pair button:nth-child(2) {
    width: 160px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .poll-style-three-text {
    padding: 30px 15px;
  }

  .wrapper .poll-style-three-text .poll-item-selector .poll-btn-pair button {
    font-size: 16px;
    width: 100px;
  }

.wrapper .poll-style-three-text .poll-item-selector .poll-btn-pair button:nth-child(1),
.wrapper .poll-style-three-text .poll-item-selector .poll-btn-pair button:nth-child(2) {
    width: 120px;
    line-height: 40px;
  }
}
/*---------------------------------------------------- */

