.pb-100 {
	padding-bottom: 100px;
}
.pt-100 {
	padding-top: 100px;
}
a{
    text-decoration:none;
}
.bar-header .container:before {
  margin-top: 15px;
}
.section-title h4 {
  font-size: 14px;
  font-weight: 500;
  color: #777;
}
.section-title h2 {
	font-size: 32px;
	text-transform: capitalize;
	margin: 15px 0;
	display: inline-block;
	position: relative;
	font-weight: 700;
	padding-bottom: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
  line-height: 1.4;
}
.section-title p {
	font-weight: 300;
	font-size: 14px;
}
.black-bg .section-title h2, .black-bg .section-title h4, .black-bg .section-title p {
  color:#fff
}
.section-title h2:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 1px;
  background-color: #777;
  bottom: 0;
  left: 50%;
  margin-left: -75px;
}
.section-title h2:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 3px;
  background-color: #30C201;
  border: darkblue;
  bottom: -1px;
  left: 50%;
  margin-left: -40px;
}
.section-title {
  margin-bottom: 40px;
}
.single-price {
	text-align: center;
	padding: 30px;
  /*margin: 0 20px;*/
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.price-title h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 10px;
}
.price-tag {
  margin: 30px 0;
}
.price-tag {
	margin: 30px 0;
/*	background-color: #fafafa;*/
	color: #000;
	padding: 10px 0;
}
.price-tag h2 {
	font-size: 45px;
	font-weight: 600;
	font-family: Kanit;
  margin-bottom: 0;
  padding: 20px 0;
}
.price-tag.center h2 {
  background-color: #30C201;
  color:#fff;
}
.price-tag h2 span {
  font-weight: 300;
  font-size: 16px;
  font-style: italic;
}
.price-desc {
  font-family: 'Kanit', 'Sarabun';
  font-size: 1.4em;
  color: #000;
  padding: 20px 0;
}
.price-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.price-item ul li {
  font-size: 1.4em;
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
  margin: 8px 0;
}
.price-item ul li:last-child {
  border-bottom: 0;
}
.single-price a {
  margin-top: 15px;
}
a.box-btn {
	background-color: #30C201;
	padding: 5px 20px;
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
	border-radius: 3px;
	font-size: 15px;
	transition: .3s;
}
a.box-btn:hover, a.border-btn:hover {
	background-color: #d35400;
}





.row.features-title {
  padding: 15px 30px;
  background-color: #183A78;
}
.row.features-title h3 {
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.4;
}
.row.features {
  padding: 30px;
  background-color: #fff;
}
.row.features > div {
  font-size: 1.2em;
  line-height: 32px;
}



/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #30C10B;
}

input:focus + .slider {
  box-shadow: 0 0 1px #30C10B;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}



@keyframes yellowfade {
    from { background: yellow; }
    to { background: transparent; }
}
.feature-item-users.active {
    animation-name: yellowfade;
    animation-duration: 1.5s;
}


hr {
  border-color: #ccc;
}

.pricing-contact {
  padding: 70px 0 50px 0;
}
.pricing-contact h3 {
  font-size: 2.5em;
  letter-spacing: 1px;
  padding-bottom: 15px;
}
.pricing-contact p {
  font-size: 1.7em;
  line-height: 1.7;
}
.pricing-contact .form-control {
  border-radius: 0;
}


.panel-default > .panel-heading {
  background-color: #183A78;
  color: #fff;
  border: none;
  padding: 20px;
}
.panel-default > .panel-heading:hover {
  background-color: #183A78;
  border-radius: 0 !important;
}
.panel-title {
  line-height: 1.6;
}
.panel-title > a {
  font-family: 'Kanit';
  font-size: 1.5em;
  color: #fff;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  padding: 30px;
  font-family: 'Sarabun';
  font-size: 1.3em;
  border-top-color: #F6F6F6;
  line-height: 30px;
}