/*============== custom varible ================*/
 
body {
	padding:0  !important ;
	margin: 0   !important;
	font-size:18px;
	color:#000;
	font-family: 'Lato-Regular';
}
html {
	-webkit-font-smoothing: antialiased;
}
 
* {
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
	vertical-align:top;
}
 
li, ul, ol { 
	list-style:none; 
	margin:0;
	padding:0;
}
a, a img {
	text-decoration:none;
	border:0;
	outline:none !important;
}
a, 
button, 
input[type=submit],
.input-text {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
button:focus,
a:hover,
a:focus {
	text-decoration:none;
	outline:none;
}
:focus {
	outline:none;
}
img {
	max-width:100%;
}
h1, h2, h3, h4, h5, h6, p {
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
}
.clear {}
.clear:before,
.clear:after {
	content:"";
	display:table;
}
.clear:after { 
	clear:both; 
}
input, textarea { 
	outline:none !important; 
}
::-webkit-input-placeholder {
	color:inherit; 
	opacity:1;
}
::-moz-placeholder {
	color:inherit;
	opacity:1;
}
:-ms-input-placeholder {
	color:inherit; 
	opacity:1;
}
:-moz-placeholder {
	color:inherit;
	opacity:1;
}
#wrapper {
	float:left;
	width:100%;
	position:relative;
}
/***** Select Dropdown Start *****/
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  cursor:pointer;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: var(--white);
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.bootstrap-select {
	display: inline-block;
	float: none;
	width: 100%;
}
.bootstrap-select .btn,
.bootstrap-select .btn.dropdown-toggle {
	width: 100%;
	max-width: 100%;
	padding: 11px 50px 20px 19px;
	font-size: 18px;
	color: var(--white);
	text-align: left;
	background: none;
	border:0px;
	border-bottom:var(--white) solid 1px;
	border-radius:0px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		-ms-box-shadow: none;
			box-shadow: none;
}
.bootstrap-select.select-1 .btn { min-width: 250px; }
.bootstrap-select.select-2 .btn,
.bootstrap-select.select-2 .btn.dropdown-toggle {
	min-width: 205px;
	padding-left: 6px;
	color: #acacac;
}
.bootstrap-select.select-2 .sort_by { display: none; }
.bootstrap-select .sort_by { display: inline-block; }
.bootstrap-select .pull-left {
	display: inline-block;
	float: none !important;
}
.bootstrap-select .btn .caret {
	position: absolute;
	top: 0;
	right: 9px;
	width: 35px;
	height: 100%;
	text-align: center;
	border-top: none;
	border-right: none;
	border-left: solid 1px transparent;
	background:url(../images/select-arrow.svg) no-repeat center center;
}
.bootstrap-select .btn .caret:before {
	position: absolute;
	top: 50%;
	left: 0;
	height:20px;
	width: 100%;
	 
	font-size: 18px;
	color:var(--white);
	content:"";
	
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
.bootstrap-select .dropdown-menu {
	width: 100%;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		-ms-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		-ms-box-shadow: none;
			box-shadow: none;
}
.bootstrap-select.show .dropdown-menu{ display:inline-block; }
.bootstrap-select div.dropdown-menu {
	height: auto; 
	min-height: 136px !important;
	margin-top: 0;
	border-top: none;
	border-color: #ccc;
	overflow-y: auto !important;
}
.bootstrap-select ul.dropdown-menu {
	top: 0;
	max-height: inherit !important;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	overflow: hidden !important;
}
.bootstrap-select .dropdown-menu li { border-bottom: solid 1px #ccc; }
.bootstrap-select .dropdown-menu li:last-child { border-bottom-color: var(--white); }
.bootstrap-select .dropdown-menu li.selected a,
.bootstrap-select .dropdown-menu li.selected a:focus,
.bootstrap-select .dropdown-menu li a:hover { background: #f1f1f1; }
.bootstrap-select .dropdown-menu li a:focus { background: none; }
.bootstrap-select .dropdown-menu li a i { display: none; }
.bootstrap-select .dropdown-toggle::after{ display:none; }
/***** Select Dropdown End *****/
/*============ Header Start ============*/
#header{ width:100%; float:left; }
.header-wapper{ width:100%; float:left;  padding:50px 0;}
.header-wapper .logo{float:right; width:100%; max-width:360px;}
.header-wapper .logo a{float:right; width:100%;}
.header-wapper .logo a img{float:right; width:100%;}
/*============ Header End ============*/
/*============ Banner Start ============*/
.banner-wapper{ padding:0px; width:100%; float:left; position:relative; }
 
/*============ Banner End ============*/
/*============ Content Start ============*/
#section{ width:100%; float:left; }
.content-wapper{ width:100%; float:left; }
.content-wapper .form-wrapper{display:inline-block; width:100%;}
.content-wapper .form-wrapper .form-title{display:inline-block; width:100%;}
.content-wapper .form-wrapper .form-title h1{display:inline-block; width:100%; font-size:36px; font-family: 'Lato-Black'; margin:0 0 30px 0;}
.content-wapper .form-wrapper .form-title p{display:inline-block; width:100%; font-size:24px; font-family: 'Lato-REgular';}
.content-wapper .form-wrapper .form-block{display:inline-block; width:100%;}
.content-wapper .form-wrapper .form-block form{display:inline-block; width:100%; margin:0 0 50px 0;}
.rwd-table{margin:1em 0 2em; min-width:300px; width:100%;}
.rwd-table tr {/*  border-top: 1px solid #ddd;  border-bottom: 1px solid #ddd;*/}
.rwd-table th {display: none;}
.rwd-table td {display: block;}
.rwd-table td:before {content:attr(data-th) ": "; font-weight: bold; width: 6.5em; display: inline-block;}
.rwd-table th .fa{font-size:30px;}
.rwd-table td.happy:before { content:"\f118  \f118 :"; font-family:'FontAwesome'; font-size:30px; color:#2ea53a;}
.rwd-table td.smile:before { content:"\f118 :"; font-family:'FontAwesome'; font-size:30px; color:#2ea53a;}
.rwd-table td.confuse:before {content:"\f119 :"; font-family:'FontAwesome'; font-size:30px; color:#f00000;}
.rwd-table td.sad:before { content:"\f119  \f119 :"; font-family:'FontAwesome'; font-size:30px; color:#f00000;}
.rwd-table tr.mb-vw{display:none;}
.rwd-table th,
.rwd-table td {text-align: left;}
.rwd-table{/*background: #34495e;*/ color: #000;}
.rwd-table tr{ border-color: #46637f;}
.rwd-table th,
.rwd-table td { margin: 0.5em 1em; vertical-align:middle; text-align: center; position:relative;}
.rwd-table td:first-child{text-align:left;}
.rwd-table th,
.rwd-table td:before {color: #000; text-align:center;}
.rwd-table th.fx-wd{width:140px;}
.rwd-table th.fx-wd .fa-smile-o{color:#2ea53a;}
.rwd-table th.fx-wd .fa-meh-o{color:#ff7d24;}
.rwd-table th.fx-wd .fa-frown-o{color:#f00000;}
.rwd-table th strong{text-align:left; float:left; font-family: 'Lato-Bold'; font-size:28px; position:relative;}
.rwd-table th span{position:absolute; left:-40px; top:22px; content:''; font-size:28px; font-family: 'Lato-Bold';}
.rwd-table th{padding:16px 0; position:relative;}
.rwd-table td strong{font-size:24px;}
.rwd-table td{padding:3px 0;}
.rwd-table td.title:before{display:none;}
@media (min-width: 768px) {
  .rwd-table td:before{display: none !important;}
  
  .rwd-table th,
  .rwd-table td { display: table-cell;}
  .rwd-table th:first-child,
  .rwd-table td:first-child { padding-left: 0;}
  .rwd-table th:last-child,
  .rwd-table td:last-child{padding-right: 0;}
}
.rwd-table td input{padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer;}
.rwd-table td label {position: relative; cursor: pointer; margin:0;}
.rwd-table td label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  margin-right:0;
}
.rwd-table td input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #2ea53a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.fill-block{display:inline-block; width:100%; position:relative;}
.fill-block h2{text-align:left; float:left; font-family: 'Lato-Bold'; font-size:28px; position:relative;}
.fill-block h2 span{position:absolute; left:-40px; top:0; content:''; font-size:28px; font-family: 'Lato-Bold';}
.fill-block .input-row{display:inline-block; width:100%; margin:0 0 30px 0;}
.fill-block .input-row label{display:inline-block; width:auto; min-width:190px; font-family: 'Lato-Regular'; font-size:22px;}
.fill-block .input-row textarea{display:inline-block; width:100%; border:solid 2px #858585; margin:8px 0 0 0; padding:4px 10px;}
.fill-block .input-row .input-text{display:inline-block; width:auto; border:solid 2px #858585; padding:4px 10px; min-width:420px;}
.fill-block .input-row ul{display:inline-block; width:100%;}
.fill-block .input-row ul li{display:inline-block; width:100%; margin:0 0 6px 0;}
.fill-block .input-row ul li input{padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer;}
.fill-block .input-row ul li label{position: relative; cursor: pointer; margin:0; line-height:1; font-family: 'Lato-Bold';}
.fill-block .input-row ul li label span{font-size:12px; font-family: 'Lato-Bold'; display:inline-block; width:100%; margin:5px 0 0 0;}
.fill-block .input-row ul li label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  margin-right:10px;
}
.fill-block .input-row ul li input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #2ea53a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.fill-block .input-row .input-submit{display:inline-block; width:auto; border:none; padding:8px 35px; background:#2036fb; text-align:center; color:#fff; font-family: 'Lato-Regular'; font-size:24px; box-shadow:0px 10px 5px rgba(0,0,0,0.20); cursor:pointer;}
/*============ Content End ============*/
/*============ Footer Start ============*/
#footer{ width:100%; float:left; }
.footer-wapper{ width:100%; float:left; }
.rwd-table tr.error td.title { color:#ff0000; }
.rwd-table tr.error td label:before { border:2px solid #ff0000; }
.fill-block .input-row.error textarea { border:2px solid #ff0000; }
.fill-block .input-row.error .input-text { border:2px solid #ff0000; }
.success-msg{position:fixed; width:100%; height:100%; z-index:10000; background:rgba(0,0,0,0.40); opacity:0; visibility:hidden;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.success-msg.active{opacity:1; visibility:visible;}
.success-msg .success-box{position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%); background:#fff; border-radius:5px; width:100%; max-width:500px;}
.success-msg .success-box .msg-cls{display:inline-block; width:100%; border-bottom:solid 1px #000; text-align:right;}
.success-msg .success-box .msg-cls .close-msg{display:inline-block; width:auto; font-size:24px; color:#000; border:none; background:none; cursor:pointer; line-height:1; padding:10px 15px;}
.success-msg .success-box .success-text{display:inline-block; width:100%; padding:10px 15px;}
.success-msg .success-box .success-text p{display:inline-block; width:100%; padding:10px 15px; font-size:18px; color:#2ea53a; text-align:center;}
.success-msg .success-box .button-wrap{display:inline-block; width:100%; text-align:center;}
.success-msg .success-box .button-wrap a{display:inline-block; width:auto; padding: 5px 12px; font-size: 18px; background:#2ea53a; text-align: center; color:#fff; font-weight:600; margin:0 0 15px 0;}
.no-scroll{overflow:hidden;}

.success-msg.error .success-box .msg-cls .close-msg{color:#f00000;}
.success-msg.error .success-box .success-text p{color:#f00000;}