* {
	box-sizing: border-box;
}
*:focus {
	outline: none;
}
select {
	cursor: pointer;
}
a,
a:visited {
	text-decoration: none;
	color: #3C4042 !important;
}
body {
	color: #3C4042;
}
.container {
	width: 900px;
	max-width: 100%;
	margin: 0px auto;
	min-height: 500px;
	background-color: #EDEDED;

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-bottom: 20px;

	box-shadow: 0px 10px 0px 0px #DADADA;
}
.header {
	margin-top: 30px;
	background-color: #3C4042;
	background-image: url('img/logo.jpg');
	background-repeat: no-repeat;
	background-position: 20px 20px;
	/*height: 180px;*/

	padding: 20px 40px 10px 10px;

	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.header .name {
	font-size: 3em;
	line-height: 2em;
	height: 2em;
	color: #fff;
	text-align: right;
}
.header .button {
	display: inline-block;
	height: 30px;
	width: 195px;
	margin-left: 14px;
	margin-bottom: 10px;

	box-sizing: border-box;
}
.header .button .number {
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 20%;
	background-color: #4C4F51;
	color: #fff;

	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;

	box-shadow: 0px 3px 0px 0px #20201E;

	box-sizing: border-box;
}
.header .button .text {
	display: inline-block;
	float: left;
	width: 80%;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	background-color: #C6C6C6;
	color: #fff;

	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;

	box-shadow: 0px 3px 0px 0px #7F7F7F;

	box-sizing: border-box;
}
.header .button:hover .text,
.header .button.active .text {
	background-color: #F08700;
	box-shadow: 0px 3px 0px 0px #CC6D05;
}
.header .select {
	position: relative;
	display: inline-block;
	float: right;
	width: 250px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
	cursor: pointer;
}
.header .select:after {
	position: absolute;
	top: 25px;
	right: 0;
	content: '';
	width: 30px;
	height: 5px;
	background-color: transparent;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;

	box-shadow: 0px 3px 0px 0px #BF690A;
}
.header .select select {
	position: relative;
	text-align: left;
	width: 250px;
	height: 30px;
	line-height: 30px;
	border: 0;
	padding-left: 10px;
	padding-right: 35px;
	background-image: url('img/down.jpg');
	background-repeat: no-repeat;
	background-position: right center;

	-webkit-appearance: none;
	-moz-appearance: none;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	box-shadow: 0px 3px 0px 0px #C6C6C6;
}
.header .actions a {
	color: #fff !important;
}
.header .actions a:hover {
	color: #F08700 !important;
}
.container .content {
	display: inline-block;
	float: left;
	width: 600px;
	max-width: 100%;
	min-height: 300px;
	padding: 20px 40px 20px 40px;

	box-sizing: border-box;
}
.container .heading {
	position: relative;
	cursor: pointer;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #F08700;
	color: #fff;
	padding: 0px 10px;
	font-size: 1.5em;
	background-image: url('img/down-black.jpg');
	background-repeat: no-repeat;
	background-position: right center;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	box-shadow: 0px 3px 0px 0px #CC6D05;

	box-sizing: border-box;
}
.container .heading.active {
	background-image: url('img/up-black.jpg');
	background-repeat: no-repeat;
	background-position: right center;
}
.container .heading.right {
	background-image: url('img/right-black2.jpg');
	background-repeat: no-repeat;
	background-position: right center;
}
.container .part > .heading.correct {
	background-image: url('img/y.jpg'), url('img/down-black.jpg');
	background-position: right 45px center, right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.container .heading:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 40px;
	height: 40px;
	background-color: transparent;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;

	box-shadow: 0px 3px 0px 0px #1D1D1B;
}
.content .heading.dark {
	background-color: #4C4F51;
	box-shadow: 0px 3px 0px 0px #1D1D1B;
}
.content .heading.dark.active {
	background-image: none;
}
.content .heading.dark.active:after {
	box-shadow: none;
}
.content .heading .right {
	display: none;
	float: right;
	text-align: right;
	font-size: 0.8em;
}
.content .heading.dark.active .right {
	display: inline;
}
.content .part {
	margin-top: 20px;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.tab-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  margin: 10px auto;
  max-width: 100%;
}
.content .part.mini {
	display: inline;
}
.tabs{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.content .part .all-ctnt {
	padding: 10px;
}
.part .form {
	width: 80%;
	background-color: #F6F6F6;
	margin: 20px 0px 20px 20px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	box-sizing: border-box;
}
.part .half {
	display: inline;
	float: left;
	width: 45%;
}
.part .half .form {
	width: 100%;
}
.form .heading {
	position: relative;
	background-color: #B2BDBF;
	/*height: 35px;*/
	height: auto;
	line-height: 35px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url('img/x.jpg');

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	box-shadow: 0px 3px 0px 0px #9BA4A5;

	box-sizing: border-box;
}
.form .heading:hover {
	cursor: pointer;
}
.form .heading.active {
	background-image: url('img/x.jpg');
}
.form .heading.correct {
	background-image: url('img/y.jpg');
}
.form .heading:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 35px;
	/*height: 35px;*/
	height: auto;
	background-color: transparent;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;

	box-shadow: 0px 3px 0px 0px #1D1D1B;
}
.form .heading.orange {
	background-color: #F08700;
	background-image: none;
	box-shadow: 0px 3px 0px 0px #CC6D05;
}
.form .heading.orange:after {
	box-shadow: none;
}
.form .heading.blue {
	background-image: url('img/down-black.jpg');
}
.form .heading.blue.active {
	background-image: url('img/up-black.jpg');
}
.form .heading.blue:after {
	width: 40px;
	height: 35px;
}
.all-ctnt table {
	padding-right: 10px;
	padding-top: 10px;
	width: 100%;
}
.all-ctnt table tr td {
	height: 20px;
	line-height: 20px;
}
.all-ctnt table tr td:first-child {
	padding: 5px 0px;
	padding-left: 20px;
	width: 40%;
}
.all-ctnt table tr td:last-child {
	width: 60%;
}
.all-ctnt input,
.all-ctnt select,
.all-ctnt textarea
{
	width: 100%;
	border: 0;
	padding: 5px 0px 5px 10px;
	height: 25px;
	resize: none;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.all-ctnt textarea {
	height: 100px;
}
.all-ctnt table .select {
	display: inline-block;
	float: left;
	position: relative;
	width: 100%;
	height: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.all-ctnt table .select:after {
	position: absolute;
	top: 20px;
	right: 0;
	content: '';
	width: 25px;
	height: 5px;
	background-color: transparent;

	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;

	box-shadow: 0px 3px 0px 0px #347789;
}
.all-ctnt table .select select {
	padding-right: 25px;
	background-image: url('img/down-blue.jpg');
	background-repeat: no-repeat;
	background-position: right center;

	-webkit-appearance: none;
	-moz-appearance: none;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	box-shadow: 0px 3px 0px 0px #ededed;
}
.all-ctnt table.darker {
	display: inline;
	width: 60%;
}
.all-ctnt table.darker input,
.all-ctnt table.darker select,
.all-ctnt table.darker textarea
{
	background-color: #EDEDED;
}
.all-ctnt button {
	border: 0;
	padding: 5px;
	height: 30px;
	line-height: 22px;
	color: #fff;
	background-color: #468EA7;
	cursor: pointer;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	box-shadow: 0px 3px 0px 0px #347789;
}
.all-ctnt .alert {
	position: relative;
    width: 80%;
    margin: 15px auto;
    bottom: 15px;
    padding: 10px;
    background-color: #d45234;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 3px 0px 0px #98361f;
}
.all-ctnt button.right {
	position: relative;
	display: inline-block;
	top: -5px;
	width: 28%;
	padding-right: 30px;
	margin-left: 10%;
	background-color: #F08700;
	font-size: 1.3em;
	background-repeat: no-repeat;
	background-image: url('img/right-black.jpg');
	background-position: right center;
	background-size: auto 30px;

	box-shadow: 0px 3px 0px 0px #CC6D05;
}
.all-ctnt button.right:after {
	position: absolute;
	top: 25px;
	right: 0;
	content: '';
	width: 30px;
	height: 5px;
	background-color: transparent;

	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;

	box-shadow: 0px 3px 0px 0px #1D1D1B;
}
.container .slider {
	display: inline-block;
	float: left;
	width: 300px;
	min-height: 300px;
	padding: 40px 40px 20px 10px;
	box-sizing: border-box;
}
.slider .item {
	background-color: #fff;
	margin-bottom: 20px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.slider .heading,
.heading.blue {
	background-color: #468EA7;

	box-shadow: 0px 3px 0px 0px #347789;
}
.slider .heading.active {
	background-image: url('img/up-black.jpg');
}
.slider .all-ctnt {
	padding: 10px;
}
.slider .all-ctnt .name {
	font-size: 1.3em;
	margin: 5px auto;
}
.slider .all-ctnt .name .remove {
	cursor: pointer;
	color: #9f9f9f;
	font-size: 0.8em;
	font-style: italic;
	float: right;
	text-align: right;
        width: 70px;
}
.slider .all-ctnt .name .remove:hover {
	color: #3C4042;
}
.slider .all-ctnt .pr_name {
	font-size: 1.2em;
	font-weight: bold;
}
.slider .all-ctnt .pr_date {
	font-size: 1.3em;
	font-style: italic;
	color: #468EA7;
}
.slider .all-ctnt .gray_btn {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 0.8em;
	text-align: center;
	color: #fff !important;
	padding: 7px 12px;
	background-color: #B2BDBF;
	box-shadow: 0px 3px 0px 0px #9BA4A5;
	
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	
	box-sizing: border-box;
}
.slider .all-ctnt .review_box {
	width: 100%;
	height: 175px;
}
.slider .all-ctnt .review_box textarea {
	width: 100%;
	height: 100px;
	resize: none;
}
.slider .all-ctnt .review_box input {
	cursor: pointer;
}
.article {
	display: inline-block;
	float: left;
	width: 25.33333%;
	height: 200px;
	margin-left: 4%;
	margin-right: 4%;
	margin-bottom: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('img/demo.jpg');
	background-position: center;
	
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.article .title {
	width: 100%;
	height: 40px;
	line-height: 26px;
	padding: 7px 14px;
	background-color: #F08700;
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
	
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.article  .heading {
	position: relative;
	top: 117px;
	cursor: pointer;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #F08700;
	color: #fff;
	padding: 0px 10px;
	font-size: 1.2em;
	background-image: url('img/right-black2.jpg');
	background-repeat: no-repeat;
	background-position: right center;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	box-shadow: 0px 3px 0px 0px #CC6D05;

	box-sizing: border-box;
}
.clearfix {
	clear: both;
}
@media(max-width: 992px) {
	.header .button {
		display: inline-block;
		width: 45%;
	}
	.container .content {
		width: 100%;
		padding: 20px 10px 40px 10px;
	}
	.part .half {
		width: 100%;
		margin: 20px 0px 20px 0px;
		margin-left: 0px !important;
	}
	.part .form {
		margin: 20px 0px 20px 0px;
	}
	.container .slider {
		width: 100%;
		padding: 20px 40px 40px 40px;
	}
}
@media(max-width: 768px) {
	.header {
		padding-top: 120px;
	}
	.header .name {
		text-align: center;
	}
	.header .select {
		margin: 0px auto;
		display: block;
		float: none;
		margin-bottom: 20px;
	}
	.header .button {
		display: inline-block;
		width: 45%;
	}
	.content .part.mini {
		width: 100%;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.part .form {
		width: 92%;
	}
	.all-ctnt table .select {
		min-width: 100%;
	}
	.all-ctnt table .select.margin {
		margin-bottom: 5px;
	}
	.all-ctnt button {
		min-width: 100px;
		margin-top: 10px;
	}
	.all-ctnt button.right {
		display: block;
		margin: 0px auto;
		margin-top: 10px;
	}
	.article {
		display: inline-block;
		float: left;
		width: 80%;
		height: 200px;
		margin-left: 10%;
		margin-right: 10%;
	}
}
@media(max-width: 448px) {
	.header .button {
		display: inline-block;
		width: 100%;
	}
	.content .heading .right {
		display: none;
	}
}
select.required {
	background-color: transparent, rgba(70,142,167,0.10) !important;
	background-image: url('img/down-blue.jpg'),url('img/star.png') !important;
	background-repeat: no-repeat,no-repeat !important;
	background-position:right center,91% center !important;
	background-size: auto, auto 40% !important;
}
input.required {
	background-color: rgba(70,142,167,0.10);
	background-repeat: no-repeat;
	background-image: url('img/star.png');
	background-position: right 10px center;
	background-size: auto 40%;
}
.ctnt input[name="join"] {
  background-color: #468ea7;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 3px 0 0 #347789;
  color: #fff;
  cursor: pointer;
  height: 30px;
  line-height: 22px;
  padding: 5px;
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.new_group {
  background-color: #f6f6f6;
  border-radius: 3px;
  box-sizing: border-box;
  padding-bottom: 20px;
}

/* star rating css */
div.stars {
  display: inline-block;
  padding-left: 10px;
}
.message123, .message {
  float: right;
  font-size: 14px;
  font-weight: bold;
  position: relative;  
}
.slider .all-ctnt .pr_date .desablestar {
  display: inline;
  color: gray;
}
.rating-radio {
  position: relative;
  top: -10px;
  z-index: 99;
}
.rating-radio > input {
  height: 32px;
  margin: 0 !important;
  opacity: 0;
  width: 25px;
}
.rating-star {
  position: relative;
  top: -35px;
}
.staron,.hstar   {
  color: #f9d909 !important;
}
.staroff {
  color: #d4d4d4;
  margin-right: 6px;
}
.rsdup {
  position: relative;
  top: -30px;
}
.name-width {
  display: inline-block;
  width: 160px !important;
}

.jtoggler-wrapper-multistate .jtoggler-control {
    display: flex;
    width: 87px;
    height: 25px !important;
    top: 6px !important;
}
/* end star rating css */

.ypd table .select{
	min-height: 25px;
	height: auto;
}

.invsec {
    position: relative;
    display: inline-block;
    top: 20px;
	width: 44%;
}

.invsec p{
	font-size: 12px;
	font-weight: 800;
}