html, body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body {
	font-family: 'Quicksand', sans-serif;
	margin: 0;
	padding: 0;
	color: #373030;
	font-size: 14px;
	line-height: 1.4;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #ffffff;
}
 @media only screen and (min-width:960px) {
body {
	font-size: 16px;
}
}
body, header, main, footer {
	transition: transform ease-out 0.3s;
	-moz-transition: transform ease-out 0.3s;
	-webkit-transition: transform ease-out 0.3s;
	-o-transition: transform ease-out 0.3s;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
*:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	border: 0;
}
a:active, a:hover {
	outline-width: 0;
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #000000;
}
p {
	margin: 0.5em 0;
}
h1 {
	font-size: 26px;
	margin: 0;
	color: #373030;
	font-weight: lighter;
}
h2 {
	font-size: 16px;
	font-weight: lighter;
	margin: 0;
	color: #373030;
}
h3 {
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
}
ul {
	list-style: none;
	padding-left: 0;
}
.header {
	position: absolute;
	z-index: 999;
	top: 0;
	width: 100%;
	transition: background-color .3s;
	-webkit-backface-visibility: hidden;
}
 @media (min-width: 992px) {
.header.scrolled {
	top: 0;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	position: fixed;
}
}
.logo {
	float: left;
	width: 25%;
}
.logo a {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0em;
	padding-right: 0em;
	display: inline-block;
}
.main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
 @media (min-width: 992px) {
.main-nav>ul>li {
	display: inline-block;
}
.main-nav>ul>li>a {
	padding: 2em 0.5em;
	display: block;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
}
 @media (min-width: 1280px) {
.main-nav>ul>li>a {
	padding-left: 1.5em;
	padding-right: 1.5em;
}
}
@media (max-width: 992px) {
.main-nav>ul>li>a {
	font-size: 12px;
}
}
.main-nav ul li a {
	transition-property: color;
	-webkit-transition-property: color;
	-moz-transition-property: color;
}
.main-nav ul li a:hover {
	color: #2a77e4;
}
.main-nav ul li a.active {
	color: #2a77e4;
}
nav ul li a, nav ul li a:after, nav ul li a:before {
	transition: all .5s;
}
 @media (min-width: 992px) {
.main-nav .langswitcher {
	position: fixed;
	top: 0;
	right: 2.5em;
}
}
.main-nav .langswitcher {
	margin: 0;
}
.main-nav>.langswitcher>li>a.active {
	opacity: 1;
}
@media (min-width: 992px) {
.main-nav>.langswitcher>li>a {
	padding-left: .5em;
	padding-right: .5em;
}
}
.main-nav>.langswitcher>li>a {
	opacity: .5;
}
.main {
	position: relative;
}
/***********Index page*************/
.index {
	background: rgba(253,168,67,1);
	background: -moz-linear-gradient(left, rgba(253,168,67,1) 0%, rgba(253,67,80,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(253,168,67,1)), color-stop(100%, rgba(253,67,80,1)));
	background: -webkit-linear-gradient(left, rgba(253,168,67,1) 0%, rgba(253,67,80,1) 100%);
	background: -o-linear-gradient(left, rgba(253,168,67,1) 0%, rgba(253,67,80,1) 100%);
	background: -ms-linear-gradient(left, rgba(253,168,67,1) 0%, rgba(253,67,80,1) 100%);
	background: linear-gradient(to right, rgba(253,168,67,1) 0%, rgba(253,67,80,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda843', endColorstr='#fd4350', GradientType=1 );
	color: #ffffff;
}
.main.index {
	background-image: url(../img/index_bgr.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.index-sign-butt {
	float: right;
	padding-top: 2em;
}
.button.wh-bor {
	background-color: transparent;
	border-radius: 50px;
	font-weight: 600;
	border: 2px solid #ffffff;
	color: #ffffff;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.button.wh-bor:hover {
	background-color: #ffffff;
	color: #fd4550;
}
.home-container {
	padding-top: 6em;
	text-align: center;
	margin: 0 auto 0 auto;
	padding-left: 1em;
	padding-right: 1em;
}
.logo-index {
	overflow: hidden;
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
}
@media (max-width: 480px) {
.logo-index {
	width: 90%;
	margin: 0 auto 0 auto;
}
}
.logo-title {
	padding-top: 2em;
	padding-bottom: 2em;
}
.logo-title p {
	font-size: 30px;
	margin: 0;
}
@media (max-width: 480px) {
.logo-title p {
	font-size: 22px;
}
.logo-title {
	padding-top: 1em;
	padding-bottom: 1em;
}
}
.search-index {
	padding-top: 10em;
	padding-bottom: 10em;
}
.hero-search {
	display: block;
	min-height: 1px;
	margin-top: 2em;
	margin-bottom: 2em;
	position: relative;
	width: 40%;
	margin: 0 auto 0 auto;
}
 @media (max-width: 991px) {
.hero-search {
	width: 70%;
	margin: 0 auto 0 auto;
}
}
.input-container {
	display: block;
}
.hero-search input {
	height: 40px;
	line-height: 18px;
	padding: 10px 0px 10px 40px;
	width: 100%;
	border: 4px solid #fd974b;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	display: block;
	font-size: 16px;
	color: #373030;
}
input:focus {
	outline: none;
	border: 4px solid #fd484f;
	box-shadow: 0px 0px 5px #fd484f;
	-moz-box-shadow: 0px 0px 5px #fd484f;
	-webkit-box-shadow: 0px 0px 5px #fd484f;
}
.hero-search .input-button {
	position: absolute;
	top: 13%;
	right: -3%;
}
@media (max-width: 480px) {
.hero-search .input-button {
	top: 10%;
	right: -3%;
}
}
button {
	border: 0 none;
}
.hero-search .input-button button {
	background-color: transparent;
	padding: 0.45em;
	height: 50px;
	width: 50px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
 @media (max-width: 480px) {
.hero-search input {
	padding: 10px 0px 10px 30px;
	font-size: 12px;
}
}
.hero-search ul.search-tool {
	display: block;
	position: absolute;
	left: 3em;
	top: -3.4em;
}
.hero-search ul.search-tool li {
	display: inline-block;
}
.hero-search ul.search-tool li a {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 15px 5px 15px;
	text-transform: uppercase;
}
.hero-search ul.search-tool li a.active {
	color: #000000;
	border-bottom: 2px solid #000000;
}
.hero-search ul.search-tool li a:hover {
	color: #000000;
	border-bottom: 2px solid #000000;
}
@media (max-width: 480px) {

.hero-search ul.search-tool li a.none {
	display: none;
}
.hero-search ul.search-tool li a {
	padding: 5px 5px 5px 5px;
}
}
@media (max-width: 991px) {
.hero-search ul.search-tool {
	left: 1em;
}
}
/*Section*/
.section {
	padding-top: 8em;
	padding-bottom: 8em;
	position: relative;
}



/***********Media*************/

 @media (min-width: 992px) {
.row {
	margin-left: 0;
	margin-right: 0;
}
}
.container {
	max-width: 1800px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 3em;
	padding-right: 3em;
	position: relative;
}
@media (max-width: 480px) {
.container {
	padding-left: 1em;
	padding-right: 1em;
}
}
.container:after, .row:after {
	clear: both;
}
.container:before, .container:after, .row:before, .row:after {
	content: " ";
	display: table;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 0;
	padding-left: 0;
}
@media (min-width: 992px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	float: left;
}
}
 @media (min-width: 992px) {
.col-md-4 {
	width: 33.3333%;
}
}
 @media (max-width: 991px) {
.col-md-4 {
	width: 100%;
}
}
 @media (min-width: 992px) {
.col-md-6 {
	width: 50%;
}
}
 @media (min-width: 992px) {
.col-md-3 {
	width: 25%;
}
}
 @media (max-width: 991px) {
.col-md-3 {
	width: 25%;
	float: left;
}
}
 @media (max-width: 991px) {
.col-md-2 {
	width: 50%;
	float: left;
}
}
.col-md-1 {
	width: 8.33333333%
}
 @media (min-width: 992px) {
.col-md-8 {
	width: 66.66666667%;
}
}
 @media (min-width: 992px) {
.col-md-9 {
	width: 75%;
}
}
/***********Footer*************/


footer {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 0.4em;
	font-size: 14px;
}
footer p {
	margin-top: 0;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li {
	display: inline-block;
}
footer ul li a:hover {
	font-weight: 600;
}
footer ul li a {
	padding: 1em 0.5em;
	display: block;
	color: #ffffff;
	text-transform: uppercase;
}
footer.inpage {
	border-top: 3px solid #f4f4f4;
	text-align: left;
}
footer.inpage .foofter-menu {
	float: left;
}
footer.inpage ul li a {
	color: #2c2929;
}
footer.inpage p {
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 0;
	color: #2c2929;
	float: right;
}
@media (max-width: 991px) {
footer.inpage .foofter-menu {
	float: none;
}
footer.inpage p {
	float: none;
	padding-left: 0.5em;
}
}
/***********In page header*************/
.header.scrolled.inpage {
	background: rgba(253,168,67,1);
	background: -moz-linear-gradient(left, rgba(253,168,67,1) 0%, rgba(253,67,80,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(253,168,67,1)), color-stop(100%, rgba(253,67,80,1)));
	background: -webkit-linear-gradient(left, rgba(253,168,67,1) 0%, rgba(253,67,80,1) 100%);
	background: -o-linear-gradient(left, rgba(253,168,67,1) 0%, rgba(253,67,80,1) 100%);
	background: -ms-linear-gradient(left, rgba(253,168,67,1) 0%, rgba(253,67,80,1) 100%);
	background: linear-gradient(to right, rgba(253,168,67,1) 0%, rgba(253,67,80,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda843', endColorstr='#fd4350', GradientType=1 );
	color: #ffffff;
	position: unset;
}
.header.scrolled.inpage .index-sign-butt {
	padding-top: 1em;
	padding-bottom: 1em;
	float: right;
	text-align: right;
	width: 25%;
}
 @media (max-width: 991px) {
.header.scrolled.inpage .index-sign-butt {
	width: auto;
}
}
.header-search {
	display: block;
	min-height: 1px;
	position: relative;
	width: 50%;
	padding-top: 0.55em;
	padding-bottom: 0.55em;
	float: left;
}
 @media (max-width: 991px) {
.header-search {
	display: none;
}
}
.input-container {
	display: block;
}
.header-search input {
	height: 30px;
	line-height: 18px;
	padding: 10px 0px 10px 40px;
	width: 100%;
	border: 4px solid #fd974b;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	display: block;
	font-size: 16px;
	color: #373030;
}
input:focus {
	outline: none;
	border: 4px solid #fd484f;
	box-shadow: 0px 0px 5px #fd484f;
	-moz-box-shadow: 0px 0px 5px #fd484f;
	-webkit-box-shadow: 0px 0px 5px #fd484f;
}
.header-search .input-button {
	position: absolute;
	top: 13%;
	right: -3%;
}
@media (max-width: 480px) {
.header-search .input-button {
	top: 10%;
	right: -3%;
}
}
.header-search .input-button button {
	background-color: transparent;
	padding: 0.45em;
	height: 50px;
	width: 50px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
 @media (max-width: 480px) {
.header-search input {
	padding: 10px 0px 10px 30px;
	font-size: 12px;
}
}
/***********Search Scan Page*************/
.in-section {
	padding-top: 2.5em;
}
.bold {
	font-weight: bold;
}
.red {
	color: #eb303d;
}
.in-titles {
	padding-bottom: 2em;
}
.in-titles img {
	float: left;
	padding-right: 0.5em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
.title {
	padding-left: 2em;
}
.search-progress-bar {
	padding: 2em;
}
.progress {
	overflow: visible;
	margin-bottom: 26px;
	height: 4px;
}
.progress {
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress .progress-bar {
	background: rgba(253,168,67,1);
	background: -moz-linear-gradient(left, rgba(253,67,80,1) 0%, rgba(253,168,67,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(253,67,80,1)), color-stop(100%, rgba(253,168,67,1)));
	background: -webkit-linear-gradient(left, rgba(253,67,80,1) 0%, rgba(253,168,67,1) 100%);
	background: -o-linear-gradient(left, rgba(253,67,80,1) 0%, rgba(253,168,67,1) 100%);
	background: -ms-linear-gradient(left, rgba(253,67,80,1) 0%, rgba(253,168,67,1) 100%);
	background: linear-gradient(to right, rgba(253,67,80,1) 0%, rgba(253,168,67,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4350', endColorstr='#fda843', GradientType=1 );
	position: relative;
	border-radius: 20px;
}
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}
.progress .progress-bar span {
	background-color: #fd4350;
	position: absolute;
	font-weight: bold;
	bottom: -40px;
	font-size: 14px;
	line-height: 10px;
	padding: 10px;
	right: -1.4em;
	border-radius: 5px;
	-webkit-box-shadow: 0px -1px 16px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 16px -4px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 16px -4px rgba(0,0,0,0.75);
}
.progress .progress-bar span:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fd4350;
	border-width: 5px;
	margin-left: -5px;
}
.search-progress-info {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}
.in-section-gr {
	background-color: #fbfafa;
	padding: 2em;
}
.in-section-gr p.bold {
	font-size: 20px;
}
.box {
	padding: 2em;
}
.box ul li {
	font-size: 13px;
	font-weight: bold;
	line-height: 2;
}
.box ul li img {
	padding-right: 0.5em;
}
.arrow-sec-dw {
	position: absolute;
	top: -5%;
	left: 0;
	right: 0;
}
.customer-testimonials {
	background-color: #eb303d;
	text-align: center;
	color: #ffffff;
	padding: 2em;
	position: relative;
}
.customer-testimonials .container {
	background-image: url(../img/index_bgr.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.customer-img {
	margin-top: 2em;
	margin-bottom: 2em;
}
.customer-img img {
	border: 3px solid #ffffff;
	border-radius: 100px;
	-webkit-box-shadow: 0px -1px 23px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 23px -2px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 23px -2px rgba(0,0,0,0.75);
}
@media (min-width: 992px) {
.customer-testimonials-text {
	width: 70%;
	margin: 0 auto 0 auto;
}
}
.customer-testimonials-text p {
	font-style: italic;
}
.customer-testimonials-text em {
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;
	display: block;
}
.slider {
	height: 100%;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.slider__nav {
	width: 12px;
	height: 12px;
	margin: 2rem 12px;
	border-radius: 50px;
	z-index: 10;
	outline: 6px solid #f59399;
	outline-offset: -6px;
	box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slider__nav:checked {
	-webkit-animation: check 0.4s linear forwards;
	animation: check 0.4s linear forwards;
}
.slider__nav:checked {
	-webkit-animation: check 0.4s linear forwards;
	animation: check 0.4s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
	left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
	left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
	left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
	left: -300%;
}
@keyframes check {
 50% {
 outline-color: #333;
 box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
}
 100% {
 outline-color: #333;
 box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
}
}
/***********Search Result Page*************/
.in-section-2, .in-section-3, .notice {
	margin-bottom: 2em;
}
.section-half {
	background-color: #fbfafa;
	padding: 2em;
	margin-bottom: 2em;
}
@media (min-width: 992px) {
.section-half {
	min-height: 340px;
}
}
@media (max-width: 991px) {
.section-half {
	margin-right: 0 !important;
}
}
.section-half-title {
	margin-bottom: 2em;
}
.section-half-title img {
	float: left;
	padding-right: 0.5em;
}
.list-checkbox {
	overflow: hidden;
}
.list-checkbox .box {
	padding: 0;
}
.list-checkbox .box.in {
	float: left;
	padding-right: 2em;
}
.button.wh-bor.red {
	background-color: #fd4350;
	-webkit-box-shadow: 0px -1px 23px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 23px -6px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 23px -6px rgba(0,0,0,0.75);
	border: none;
	padding: 18px 40px;
	margin-top: 2em;
}
.button.wh-bor.red:hover {
	background-color: #fda843;
	color: #ffffff;
}
.section-half-text {
	padding-bottom: 5em;
}
.features .icon {
	margin-bottom: 2em;
}
.features p.bold {
	margin-bottom: 2em;
}
/***********Login Page*************/


.input-forms {
	margin-top: 2em;
}
.input-forms label {
	padding-left: 20px;
}
.section-half .input-forms input {
	width: 100%;
	padding: 20px 20px;
	margin: 10px 0px 20px 0px;
	box-sizing: border-box;
	border: 1px solid #abb5bb;
	border-radius: 50px;
	box-shadow: none;
}
.input-forms label {
	padding-left: 20px;
}
.input-forms input:focus {
	outline: none;
	border: 1px solid #eb303d;
	box-shadow: 0px 0px 5px #eb303d;
	-moz-box-shadow: 0px 0px 5px #eb303d;
	-webkit-box-shadow: 0px 0px 5px #eb303d;
}
a.forgot-pass {
	text-decoration: underline;
	padding-top: 1em;
	display: block;
}
a.forgot-pass:hover {
	color: #eb303d;
}
.button.wh-bor.orange {
	background-color: #fda843;
	-webkit-box-shadow: 0px -1px 23px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 23px -6px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 23px -6px rgba(0,0,0,0.75);
	border: none;
	padding: 18px 40px;
	margin-top: 1em;
}
.button.wh-bor.orange:hover {
	background-color: #fd4350;
	color: #ffffff;
}
.select-style {
	width: 100%;
	padding: 15px 20px;
	margin: 10px 0px 20px 0px;
	box-sizing: border-box;
	border: 1px solid #abb5bb;
	border-radius: 50px;
	overflow: hidden;
	background: url(../img/arrow-select.png) no-repeat 95% 50%;
	background-color: #ffffff;
}
.select-style select {
	padding: 5px 2px;
	color: #898989;
	border: none;
	width: 100%;
	box-shadow: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
}
textarea {
	width: 100%;
	padding: 15px 20px;
	margin: 10px 0px 20px 0px;
	box-sizing: border-box;
	border: 1px solid #abb5bb;
	border-radius: 50px;
}
/*********** Terms Page *************/
.section-static-info {
	padding-bottom: 3em;
}
.section-static-info p.static-info-title {
	color: #000000;
	padding-bottom: 1.5em;
	padding-top: 1.5em;
	font-weight: bold;
}
/*********** Plan Order Page *************/


.wide-box {
	background-color: #fbfafa;
	padding: 2em;
	margin-bottom: 2em;
	overflow: hidden;
}
.red-span {
	color: #fd4350;
}
.form-check-label {
	margin-bottom: 0;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	color: #27343b;
}
/*
input[type='radio'] {
	-webkit-appearance: none;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	outline: none;
	box-shadow: 0 0 0 2px #e2e2e2;
}
input[type='radio']:before {
	content: '';
	display: block;
	width: 60%;
	height: 60%;
	margin: 20% auto;
	border-radius: 50%;
}
input[type='radio']:checked:before {
	background: #ffffff;
}*/
.wide-box-long-subtitle {
	padding-left: 1.4em;
}
.price-right {
	text-align: right;
}
@media (max-width: 991px) {
.price-right {
	text-align: left;
	padding-top: 1.5em;
}
}
.price-right .price {
	font-size: 26px;
	color: #27343b;
}
.price-right .sub-price {
	margin-bottom: 1em;
}
.price-right .sub-price.upp {
	text-transform: uppercase;
}
.tag-offer {
	color: #ffffff;
	background-color: #fda843;
	font-size: 11px;
	font-weight: bold;
	border-radius: 20px;
	text-transform: uppercase;
	padding: 10px;
}
.agreements-check {
	padding: 2em;
	text-align: left;
	margin: 0 auto 0 auto;
}
.agreements-check label, p {
	font-size: 16px;
	font-weight: normal;
}
.agreements-check p {
	padding-top: 1em;
}
.center-button {
	text-align: center;
	padding-top: 2em;
	padding-bottom: 4em;
	margin-bottom: 4em;
	border-bottom: 4px solid #f4f4f4;
}
.center-button .button.wh-bor.red {
	padding: 20px 90px;
	margin-bottom: 2em;
}
/*********** FAQS Page *************/

.slogan {
	padding-top: 4em;
	padding-bottom: 9em;
	text-align: center;
}
h3.slogan {
	text-transform: none;
	font-size: 42px;
	color: #27343b;
	font-weight: normal;
	margin-bottom: 2em;
	padding: 0;
	margin-top: 0;
}
.dropdown-panel {
	background-color: #fafafa;
	padding-bottom: 2em;
	padding-top: 2em;
	margin-bottom: 2em;
	overflow: hidden;
}
.dropdown-cont {
	display: block;
	overflow: hidden;
	padding-left: 2em;
	padding-right: 2em;
	position: relative;
}
.dropdown-panel a {
	display: block;
	overflow: hidden;
	float: right;
}
.dropdown-cont p.title {
	font-weight: bold;
	position: absolute;
	width: 55%;
}
.dropdown-panel p {
	margin: 0;
	float: left;
	padding: 0;
}
.dropdown-cont p.answer {
	padding-top: 2em;
}
@media (max-width: 480px) {
.dropdown-cont p.answer {
	padding-top: 4em;
}
}
@media (min-width: 992px) {
.dropdown-panel p {
	font-size: 16px;
}
}
/*********** Area Codes Page *************/

.in-section-search {
	margin-bottom: 2em;
	display: block;
	min-height: 1px;
	position: relative;
	width: 40%;
	padding-top: 0.55em;
	padding-bottom: 0.55em;
}
 @media (max-width: 991px) {
.in-section-search {
	width: 90%;
}
}
.in-section-search input {
	height: 30px;
	line-height: 18px;
	padding: 10px 0px 10px 40px;
	width: 100%;
	border: 4px solid #fd974b;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	display: block;
	font-size: 16px;
	color: #373030;
}
.in-section-search .input-button {
	position: absolute;
	top: 13%;
	right: -3%;
}
@media (max-width: 480px) {
.in-section-search .input-button {
	top: 10%;
	right: -3%;
}
}
.in-section-search .input-button button {
	background-color: transparent;
	padding: 0.45em;
	height: 50px;
	width: 50px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
 @media (max-width: 480px) {
.in-section-search input {
	padding: 10px 0px 10px 30px;
	font-size: 12px;
}
}
.section-area-codes {
	padding-bottom: 2em;
	overflow: hidden;
}
.section-area-codes p.title-codes {
	font-size: 26px;
	margin: 0;
	color: #373030;
	font-weight: lighter;
	padding-bottom: 2em;
}
.box.lh2 {
	padding: 0;
	overflow: hidden;
	width: 200px;
	margin: 5px 15px;
}
@media (min-width: 992px) {
.box.lh2 {
	margin-right: 4em;
}
}
.box.lh2 ul {
	display: block;
	overflow: hidden
}
.box.lh2 ul li {
	font-size: 16px;
	font-weight: lighter;
}
.box.lh2 .area-wrap {
	width: 140px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}
 @media (max-width: 480px) {
.box.lh2 .area-wrap {
	width: 100px;
}
}
.box.lh2 ul li a {
	float: left;
	margin: 0 0 0 15px;
	color: #fd4350;
	font-weight: 400;
}
.box.lh2 ul li a:hover {
	color: #fda843;
}
/***********  *************/

@media (min-width: 992px) {
.in-section-search.visb {
	display: none;
}
}
@media (max-width: 991px) {
.in-section-search.visb {
	display: block;
}
.in-section-search.visb .input-button {
	top: 15%;
	right: -5%;
}
}

.btn-sm{
    margin-top: 9%;
}
