@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font: 400 16px/20px 'Roboto', sans-serif;
	color: #000;
	transition: all .3s ease-in-out;
	word-break: break-word;
	overflow-x: hidden;
}
ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none
}
ul li {
}
.flex-s {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-m {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-l {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.d-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.equal-height {
	align-items: initial!important;
}
.flex-re {
	flex-direction: row-reverse
}
.row.flex-re [class*="col-"] {
	margin-right: 2.5641%;
	margin-left: 0;
}
.row.flex-re [class*="col-"]:first-child {
	margin-right: 0;
}

div:after, ul:after, ol:after {
	clear: both;
	line-height: 0;
	content: "";
	display: table;
}
a {
	text-decoration: none;
	color: #3344a3;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0px;
}
h1 {
	font: 900 66px/66px 'Roboto', sans-serif;
	color: #d83c55;
	margin:0;
}
h2 {
	font: 900 60px/65px 'Roboto', sans-serif;
	color: #d83c55;
	margin:0;
}
h2 code {
	font: 400 42.57px/48px 'Roboto', sans-serif;
	color: #b5651e;
	display: block;
	margin:0;
}
h3 {
	font: 400 35px/40px 'Roboto', sans-serif;
	color: #000;
	margin:0;
}
h4 {
	font: 400 30px/35px 'Roboto', sans-serif;
	color: #000;
	margin:0;
}
h5 {
	font: 400 25px/30px 'Roboto', sans-serif;
	color: #000;
	margin:0;
}
h6 {
	font: 400 20px/25px 'Roboto', sans-serif;
	color: #000;
	margin:0;
}
p {
	font: 400 16px/21px 'Roboto', sans-serif;
	color: #545454;
	padding: 15px 0 0;
	margin:0;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
}
.btn {
/*	background: #d83c55;*/
	font: 700 16px/52px 'Roboto', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 50px;
	margin: 15px 0 0;
	display: inline-block;
	border: none;
	border-radius: 50px;
	letter-spacing: 0;
	position: relative;
}
.btn:hover {
	transition: all .3s ease-in-out;
	background: #000;
	color: #fff;
}
.btn-white {
	background: #fff;
	color: #4199EA;
	border: 1px solid #3E63DB;
}
.btn-black {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}
.btn-blue {
	background: #6273b9;
	color: #fff;
	border: 1px solid #6273b9;
}
.d-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.bld-text {
	font-weight: 900;
}
.blk-text {
	font-weight: 700;
}
.mid-text {
	font-weight: 500;
}
.lit-text {
	font-weight: 300;
}
/*--header start--*/
header {
	position: absolute;
	z-index: 9;
	width: 100%;
}
.logo {
	float: left;
}
.logo img {
}
.after-logo {
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0;
}
.order_now {
	margin: 0 0 0 56px;
}
.order_now ul {
	float: right;
}
.order_now ul li {
}
.order_now ul li:hover, .order_now ul li.active, .order_now ul li.current_page_item {
}
.order_now ul li a {
	background: #d83c55 url(../images/icon-1.png) no-repeat 35% center;
	font: 700 16px/52px 'Roboto', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 53px 0 87px;
	display: inline-block;
	border: none;
	border-radius: 50px;
	letter-spacing: 0;
	transition: all .3s ease-in-out;
	white-space: nowrap;
	display: block;
	text-transform: capitalize;
}
.order_now ul li:hover a, .order_now ul li.active a, .order_now ul li.current_page_item a {
	background: #000 url(../images/icon-1.png) no-repeat 37.5% center;
}
/*---navigation---*/
.menu_area {
	float: left;
}
#navbtn {
	display: none;
}
.nav-menu {
	float: right;
}
.nav-menu li {
	position: relative;
	float: left;
	padding: 0 35px;
}
.nav-menu li:last-child {
	border: none;
	padding-right: 0;
}
.nav-menu li .menuarrow {
	display: none;
}
.nav-menu li > a {
	font: 700 16px/52px 'Roboto', sans-serif;
	color: #000;
	white-space: nowrap;
	display: block;
	text-transform: capitalize;
}
.nav-menu li:hover, .nav-menu li.active, .nav-menu li.current_page_item {
}
.nav-menu li:hover > a, .nav-menu li.active > a, .nav-menu li.current_page_item > a, .nav-menu li > a:focus {
	/*text-shadow: 1px 1px 1px #000;*/
	color: #b5651e;
}
.nav-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	min-width: 260px;
	box-shadow: 0 0 5px #000;
	transition: all 300ms ease-out 0s;
	display: none;
	z-index: 999;
}
.nav-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.nav-menu li:hover > .sub-menu {
	display: block;
}
.nav-menu .sub-menu li {
	float: none;
	/*border-bottom: 1px solid #e3e3e3;*/
	padding: 0;
	border: none;
}
.nav-menu .sub-menu li:hover, .nav-menu .sub-menu li.active, .nav-menu .sub-menu li.current_page_item {
	background: #2c2c52;
	border-radius: 0;
}
.nav-menu .sub-menu li:hover a, .nav-menu .sub-menu li.active a, .nav-menu .sub-menu li.current_page_item a {
	color: #fff;/*text-shadow: 1px 1px 1px #000;*/
}
.nav-menu .sub-menu a {
	font: 700 16px/52px 'Roboto', sans-serif;
	color: #000;
	padding: 0px 10px;
	white-space: normal;
	margin: 0;
	text-transform: capitalize;
}
.nav-menu .sub-menu li+li {
	border-top: 1px solid #d6d6d6;
	border-radius: 0;
}
#navigation {
	float: right;
}
 @media only screen and (max-width: 1198px) {
#navigation {
}
.nav-menu li > a {
	margin: 0 0px;
}
}
@media only screen and (max-width: 990px) {
#navigation {
	width: 38px;
	position: relative;
	float: right;
	background: transparent;
	border: none;
	margin: 0 0 0 15px;
}
#navbtn {
	display: block;
	background: url(../images/navigation.png) no-repeat 100% 50%;
	width: 38px;
	text-align: left;
	height: 38px;
	font-size: 0px;
	text-transform: uppercase;
	line-height: 38px;
	cursor: pointer;
	color: #000;
}
.nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #fff;
	width: 100%;
	z-index: 999;
	width: 260px;
	box-shadow: 0 0 9px #000;
}
.nav-menu li {
	float: none;
}
.nav-menu li+li {
	border-top: 1px solid #d6d6d6;
}
.nav-menu li > a {
	font: 700 16px/42px 'Roboto', sans-serif;
	color: #000;
	padding: 0 10px;
	margin: 0;
}
.nav-menu li .menuarrow {
	position: absolute;
	right: 2px;
	top: 6px;
	width: 30px;
	height: 30px;
	z-index: 99;
	background: url(../images/nav-arrow.png) no-repeat 50% 50%;
	display: block;
	cursor: pointer;
	border-radius: 3px;
}
.nav-menu li:hover > .menuarrow, .nav-menu li.active > .menuarrow, .nav-menu li.current_page_item > .menuarrow {
	background: url(../images/nav-arrow.png) no-repeat 50% 50% #fff;
}
.nav-menu .sub-menu {
	position: relative;
	margin: 0 3px;
}
.nav-menu .sub-menu .sub-menu {
	left: 0;
	margin: 0 5px;
}
.nav-menu .sub-menu li {
	float: none;
}
.nav-menu li:hover > .sub-menu {
	display: none;
}
#navigation ul.nav-menu, .top-menu ul {
	display: none;
}
}
 @media only screen and (min-width: 1024px) {
.nav-menu {
	display: table !important;
}
}
@media only screen and (min-width: 1025px) {
.nav-menu {
	float: right;
}
}
@media only screen and (max-width: 450px) {
}
.nav-box {
	display: block;
	background: url(../images/close-nav.png) no-repeat 50% 50%;
	width: 40px;
	text-align: left;
	height: 40px;
	font-size: 0px;
	cursor: pointer;
	color: #fff;
	position: absolute;
	left: 5px;
	top: 16px;
}
#left-slider {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	background: #000;
	right: 0;
	z-index: 999;
	display: none;
	padding: 80px 0 0;
	overflow: scroll;
}
#left-slider.active {
	left: 0;
}
#afterleft-slider {
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 300ms ease-out 0s;
	opacity: 0;
	display: none;
	z-index: 998;
}
#afterleft-slider.active {
	opacity: 1;
	display: block;
}
#left-slider ul li {
	font: 600 21px/55px 'Roboto', sans-serif;
	color: #fff;
	text-align: right;
}
#left-slider ul li+li {
	border-top: 1px solid #333;
}
#left-slider ul li:last-child{
	display:none;
}
#left-slider ul li a {
	font: 600 21px/55px 'Roboto', sans-serif;
	color: #fff;
	display: block;
	padding: 0 20px;
	text-transform: uppercase;
}
#left-slider ul li:hover, #left-slider ul li.active, #left-slider ul li.current_page_item {
}
#left-slider ul li:hover a, #left-slider ul li.active a, #left-slider ul li.current_page_item a {
	color: #FF0000;
}
#left-slider ul li ul.sub-menu {
	margin: 0 15px 15px;/*---border: 1px dashed #222;---*/
}
#left-slider ul li ul.sub-menu li {
}
#left-slider ul li ul.sub-menu li a {
	font-size: 17px;
	line-height: 34px;
	color: #fff;
	text-transform: capitalize;
	padding: 0;
	font-weight: 400;
}
#left-slider ul li:hover ul li:hover, #left-slider ul li.active ul li.active, #left-slider ul li.current_page_item ul li.current_page_item {
}
#left-slider ul li:hover ul li:hover a, #left-slider ul li.active ul li.active a, #left-slider ul li.current_page_item ul li.current_page_item a {
	color: #e30303;
}
/*---navigation---*/
/*--header end--*/
/*--banner_wrap start--*/
.banner_wrap {
	position: relative;
}
.banner_wrap::after {
	content: "";
	z-index: 9;
	height: 15%;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: -1px;
	transform: translate(-50%, 0%);
	background: url(../images/banner_bot.png) no-repeat bottom center;
	background-size: 100% 100%;
}
.banner_wrap img {
	width: 100%;
}
.banner_wrap .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 8;
}
.banner_wrap .txt .ban_txt {
	width: 35%;
	text-align: center;
	float: left;
}
.banner_wrap .txt h2 {
	font: 900 50px/50px 'Roboto', sans-serif;
	color: #6a74b1;
	text-transform: capitalize;
}
.banner_wrap .txt p {
	font-size: 18px;
	color: #000;
}
.as_wrap::after {
	content: "";
	z-index: 9;
	height: 25%;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: -1px;
	transform: translate(-50%, 0%);
	background: url(../images/banner_bot.png) no-repeat bottom center;
	background-size: 100% 100%;
}
.banner_wrap .txt .as_txt {
	text-align: center;
	width: 37.5%;
}
.banner_wrap .txt .as_txt h2 {
	background: url(../images/bb.png) no-repeat 50% 85%;
	padding: 0px 0 30px;
}
/*--banner_wrap end--*/
/*--main_wrap start--*/
.main_wrap {
}
.content_container {
	padding: 120px 0;
}
.content_left {
	width: 50%;
	float: left;
}
.content_right {
	width: 50%;
	float: right;
}
.align-center.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 50% 85%;
	padding: 0px 0 30px;
}
.align-left.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 100% 85%;
	padding: 0px 0 30px;
}
.img_full {
}
.img_full img {
	width: 100%;
	height: auto;
	float: left;
}
.shadow {
	padding: 1%;
	box-shadow: 0 0 9px #999;
}
.ser_wrap {
	background: url(../images/blue-sec.jpg) no-repeat top center;
	background-size: 100%;
}
.service-box {
	position: relative;
	margin-top: 30px;
}
.service-box img{
	width:100%;
}
.service-box > div {
	position: absolute;
	left: 50%;
	top: 15%;
	transform: translate(-50%, -50%);
	width: 80%;
	color: #fff;
	text-align: center;
}
.service-box h5 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.service-box p {
	padding: 0;
	color: #fff;
}
.auction {
	margin: 25px 0 0 0;
	box-shadow: 0 0 9px #999;
	display: flex;
	align-items: center;
}
.auction > div {
	float: left;
	width: 40%;
}
.auction > div img {
	width: 100%;
}
.auction > div+div {
	width: 60%;
	padding: 0 2.5%;
}
.auction h6 {
	font-weight: 700;
	color: #6273b9;
	text-transform: uppercase;
}
.auction a {
	width: 100%;
	padding: 0;
	margin: 15px 0;
}
.accordion {
	background: #fff url(../images/plus.png) no-repeat 99% 50%;
	color: #444;
	cursor: pointer;
	padding: 12px 0;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font: 700 19px/20px 'Roboto', sans-serif;
	color: #000;
	transition: 0.4s;
	border-top: 1px solid #ccc;
}
.active, .accordion:hover {
	background: #fff url(../images/minus.png) no-repeat 99% 50%;
}
.accordion:last-child {
	border: none;
}
.panel {
	padding: 0;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.panel p {
	padding: 0;
	font-size: 14px;
}
.add_wrap {
	padding: 0;
	position: relative;
}
.add_wrap::after {
	content: "";
	z-index: 9;
	height: 464px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: -1px;
	transform: translate(-50%, 0%);
	background: url(../images/banner_bot.png) no-repeat bottom center;
	background-size: 100%;
}
.demo_box {
	margin: 25px 0 0 0;
}
.demo_box img {
	width: 100%;
}
.demo_box h6 {
	margin: 15px 0 0 0;
	font-weight: 900;
}
#owl-one .item {
	margin: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#owl-one .item img {
	display: inline-block;
}
#owl-one .owl-nav [class*=owl-] {
	position: absolute;
	margin-top: -20px;
	outline: 0;
	width: 28px;
	height: 54px;
	text-indent: -9999px;
	z-index: 999;
}
#owl-one .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: -50px;
	top: 50%;
	background: url(../images/right.png) no-repeat !important;
	border-radius: 0;
	margin: 0;
}
#owl-one .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -50px;
	top: 50%;
	background: url(../images/left.png) no-repeat !important;
	border-radius: 0;
	margin: 0;
}
#owl-one .owl-nav [class*=owl-] {
	display: block;
}
#owl-one .owl-dots {
	display: none;
}
.mail_form {
	text-align: center;
}
.mail_form h2 {
}
.mail_form p {
	margin: 0 0 25px 0;
	padding: 0;
}
.mail_form input[type="text"], .mail_form input[type="email"], .mail_form input[type="tel"], .mail_form input[type="date"], .mail_form input[type="time"], .mail_form select, .mail_form textarea {
	width: 100%;
	height: 56px;
	border: 1px solid #000;
	border-radius: 0px;
	margin: 5px 0;
	padding: 0 20px;
	text-indent: 0px;
	font: 400 14px/56px 'Roboto', sans-serif;
	color: #000;
	background: #fff;
	display: inline-block;
}
.mail_form textarea {
	height: 85px;
	line-height: 25px;
	padding: 15px;
	border-radius: 0;
}
.mail_form label {
	margin: 8px 15px 8px 0;
	font-size: 23px;
	line-height: 23px;
	color: #000;
	display: inline-block;
	width: auto;
}
.mail_form input[type="checkbox"], .mail_form input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: 22px;
	height: 22px;
	float: left;
	margin: 0 7px 0 0;
}
.mail_form select {
	background: transparent url(../images/select_1.png) no-repeat 96% center;
}
.mail_form select option {
	display: none;
	background: #0f3787;
}
.mail_form select option+option {
	display: block;
	padding: 5px 0;
}
.mail_form input[type="file"] {
	background: #575757;
	font: 500 14px/53px 'Roboto', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 15px;
	margin: 5px 0;
	display: inline-block;
	border: 1px solid #575757;
	border-radius: 0;
}
.mail_form input[type="submit"] {
	background: #d83c55;
	font: 500 19px/54px 'Roboto', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 59px;
	margin: 15px 0;
	display: inline-block;
	border: 1px solid #d83c55;
	border-radius: 50px;
	letter-spacing: 0;
	position: relative;
}
.mail_form input[type="submit"]:hover {
	background: #000;
	color: #fff;
	border: 1px solid #fff;
}
 .mail_form input[type="text"]::-webkit-input-placeholder, .mail_form input[type="email"]::-webkit-input-placeholder, .mail_form input[type="tel"]::-webkit-input-placeholder, .mail_form input[type="date"]::-webkit-input-placeholder, .mail_form input[type="time"]::-webkit-input-placeholder, .mail_form select::-webkit-input-placeholder {
 font: 400 14px/56px 'Roboto', sans-serif;
 color: #333 !important;
 opacity:1;
}
.mail_form textarea::-webkit-input-placeholder {
font: 400 14px/25px 'Roboto', sans-serif;
 color: #333 !important;
 opacity:1;
}
/*--footer_wrap start--*/
footer {
	background: #eaeef9;
	padding: 48px 0 51px;
	text-align: center;
}
footer p {
	color: #fff;
}
.footer_logo {
}
.footer_links {
	margin: 25px 0;
}
.footer_links ul {
	display: table;
}
.footer_links ul li {
	display: inline-block;
	padding: 0 25px;
	font: 700 16px/16px 'Roboto', sans-serif;
	color: #000;
	border-right: 1px solid #000;
}
.footer_links ul li:last-child {
	border: none;
}
.footer_links ul li a {
	font: 700 16px/16px 'Roboto', sans-serif;
	color: #000;
	text-transform: capitalize;
}
.footer_links ul li a:hover {
	color: #83d4aa;
}
.footer_links ul li:hover a, .footer_links ul li.active a, .footer_links ul li.current_page_item a {
	color: #83d4aa;
}
.footer_social {
	margin: 25px 0;
}
.footer_social ul {
	display: table;
}
.footer_social ul li {
	display: inline-block;
	width: 49px;
	height: 49px;
	border: 1px solid #000;
	background: #000;
	border-radius: 50%;
	text-align: center;
	margin: 0 5px;
}
.footer_social ul li a {
	font: 700 25px/49px 'Roboto', sans-serif;
	color: #fff;
	display: block;
}
.footer_social ul li:hover {
	background: #46cc80;
	border: 1px solid #eaeef9;
}
.footer_social ul li:hover a {
	color: #eaeef9;
}
.copyright_wrap {
	padding: 0 0 0 0;
	text-align: center;
}
.copyright_wrap p {
	font: 700 14px/20px 'Roboto', sans-serif;
	color: #000;
	padding: 0 0;
}
/*--footer_wrap end--*/
.align-center {
	text-align: center;
}
.colorwhite {
	color: #fff;
}
.coloryellow {
	color: #fed94c;
}
.colorblack {
	color: #000;
}
.bg-gray {
	background: #eeeeee;
}
.bg-black {
	background: #171a21;
}
.bg-blue {
	background: #1178bd;
}
.img {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.img img {
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition: all 5.5s;
	-moz-transition: all 5.5s;
	-o-transition: all 5.5s;
	transition: all 5.5s;
}
.img:hover, .img:focus {
/*box-shadow: 0 0 3px #999;*/
}
.img:hover img, .img:focus img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.btn {
	/*display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;	*/
	
	border: 1px solid currentColor;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: .2s transform ease-in-out;
	will-change: transform;
	z-index : 0;
}
.btn:before {
	background-color: #000;
	border-radius: 50px;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-100%, 0) rotate(10deg);
	transform-origin: top left;
	transition: .2s transform ease-out;
	will-change: transform;
	z-index: -1;
}
.btn:hover {
	border: 1px solid transparent;
	color: #fff;
	transform: scale(1.05);
	will-change: transform;
}
.btn:hover:before {
	transform: translate(0, 0);
}
.bdr-top {
	border-top: 3px solid #e5e5e5;
}
.al_area {
}
.al_area ul {
	width: 100%;
	
}
.al_area ul li {
	width: 100%;
	margin: 15px 0;
	box-shadow: 0 0 12px #999;
	display: inline-flex;
	align-items: center;
}
.al_area ul li .all_img {
	width: 30%;
	float: left;
}
.al_area ul li .all_img img {
	width: 100%;
}
.al_area ul li .all_txt {
	width: 70%;
	float: left;
	padding: 0 2.5%;
}
.all_txt h6 {
	color: #6273b9;
	font-weight: 700;
	text-transform: uppercase;
}
.at_left {
	float: left;
	width: 55%;
}
.at_left .left_top {
}
.at_left .left_top ul {
	display: table;
	white-space:nowrap
}
.at_left .left_top ul li {
	width: 32.33%;
	display: inline-block;
	margin: 2px 0.5%;
	background: #d83c55;
	border-radius: 50px;
	box-shadow: none;
	padding: 15px 15px;
	text-align: center;
	font: 700 15px/20px 'Roboto', sans-serif;
	color: #fff;
}
.at_left .left_bot {
}
.at_left .left_bot ul {
	display: table;
}
.at_left .left_bot ul li {
	display: inline-block;
	margin: 2px 0;
	box-shadow: none;
}
.at_left .left_bot ul li ul {
	display: table;
	white-space:nowrap
}
.at_left .left_bot ul li ul li {
	display: inline-block;
	margin: 0 0.5%;
	width: 65.66%;
}
.at_left .left_bot ul li ul li input[type="text"] {
	width: 100%;
	height: 50px;
	border: 1px solid #000;
	border-radius: 0px;
	margin: 0;
	padding: 0 20px;
	text-indent: 0px;
	font: 400 14px/56px 'Roboto', sans-serif;
	color: #000;
	background: #fff;
	display: inline-block;
	border-radius: 50px;
}
.at_left .left_bot ul li ul li:last-child {
	display: inline-block;
	width: 32.33%;
	text-align: center;
	background: #d83c55;
	border-radius: 50px;
	box-shadow: none;
	padding: 15px 15px;
	text-align: center;
	font: 500 15px/20px 'Roboto', sans-serif;
	color: #fff;
	margin: 0 0.5%;
}
.at_right {
	width: 40%;
	float: right;
}
.at_right ul {
	width: 100%;
}
.at_right ul li {
	width: 100%;
	display: inline-block;
	margin: 2px 0;
	background: #ebebeb;
	border-radius: 50px;
	box-shadow: none;
	padding: 15px 15px;
	font: 500 15px/20px 'Roboto', sans-serif;
	color: #5465ce;
}
.at_right ul li ul {
	display: table;
}
.at_right ul li ul li {
	display: inline-block;
	width: auto;
	padding: 0;
}
.at_right ul li ul li:last-child {
	text-align: right;
	float: right;
}
#customers {
	font-family: 'Roboto', sans-serif;
	border-collapse: collapse;
	width: 100%;
	box-shadow: 0 0 12px #ccc;
	border-radius: 9px 9px 0 0;
	margin: 15px 0;
}
#customers td, #customers th {
	border-bottom: 1px solid #ddd;
	padding: 8px;
}
#customers tr:nth-child(even) {
	background-color: #f2f2f2;
}
#customers tr:hover {
	background-color: #ddd;
}
#customers th {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	background-color: #d83c55;
	color: white;
	font-size: 25px;
	border-radius: 9px 9px 0 0;
}


#customers_1 {
	font-family: 'Roboto', sans-serif;
	border-collapse: collapse;
	width: 100%;
	box-shadow: 0 0 12px #ccc;
	border-radius: 9px 9px 0 0;
	margin: 15px 0;
}
#customers_1 td, #customers_1 th {
	border-bottom: 1px solid #ddd;
	padding: 8px;
}
#customers_1 tr:nth-child(even) {
	background-color: #f2f2f2;
}
#customers_1 tr:hover {
	background-color: #ddd;
}
#customers_1 th {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	background-color: #d83c55;
	color: white;
	font-size: 25px;
	border-radius: 9px 9px 0 0;
}


/* Additional styles */

.btn-primary {background: #d83c55;}
.btn-secondary {background: #858796;}
.btn-green {background: #4dcc86;}
.btn:active, .btn:focus {background: #d83c55;}


.data-column {
	width: 16.66%;
	display: table-cell;
	position: relative;
	text-align: center;
}

.line {
	position: absolute;
	right: 0;
	bottom: 0;
	left: -1px;
	background: #EEEEEE;
	height: 10px;
	top: 40px;
}
.line-s {
	left: 50%;
}
.line-e {
	right: 50%;
}

.knob {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	border: 1px solid #CCC;
	border:none;
	display: block;
	background-color: #EEEEEE;
	position: relative;
	top: 15px;
	text-align: center;
	font-size: 2em;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	line-height: 1.8em;
	margin: 0 auto;
}
.knob-active {
	background-color: #d83c55; 
	color: #ffffff;
}
.knob-text {
	font-size:11px;
	display:block;
	margin-top:18px;
}

.selected_result {
	border-radius: 0px;
	background: rgb(238, 238, 238);
	width: 150px;
	margin-right: 0;
}

.rp-step {
	margin-top: 50px;
}

.form-check {
	position: relative;
	display: block;
	/*padding-left: 1.25rem;*/
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem;
}

.form-check-label {
	margin-bottom: 0;
}

.answer {
	width: 1em;
	height: 1em;
}

.answer-label {
	padding-left: 0;
	padding-bottom: 10px;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	line-height: 1.25;
}

.question {
	text-align: left;
	font-weight: 600;
}

.rp-card-footer {
	margin-top: 1em;
}

.rp-table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: #EEEEEE;
	border-collapse: collapse;
	text-align: left;
}

.rp-table .tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

.rp-table td, .rp-table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
	min-width: 120px;
	font-weight: normal;
}
.btn_primary:disabled {
	color: #808080;
	background-color: #DDDDDD;
}
.disclaimer {
	font-style: italic;
	line-height: 1.2;
	font-size: 14px;
}
.btn-next:after {
font-family: 'AppIconFont' !important;
content: "\e909";
font-size: 0.8em;
line-height: 1;
font-weight:bold;
vertical-align: middle;
margin-left: .6em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
text-align: center;    
}
.btn-prev:before {
font-family: 'AppIconFont' !important;
content: "\e909";

-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
-ms-filter: "FlipH";
filter: FlipH;

font-size: 0.8em;
line-height: 1;
font-weight:bold;
vertical-align: middle;
margin-right: .6em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
text-align: center;    
}
.icfb-pmodell {
height:100%;
background-color: #AECABA;
}
.icfb-pmodell-header {background-color: #ffffff}


@media (max-width: 575.98px) {

	.question {
		text-align: center;
	}

	.selected_result {
		width: 60px;
	}

	.line {
		height: 8px;
		top: 34px;
	}

	.knob {
		width: 45px;
		height: 45px;
		font-size: 1.6em;
	}
	.btn-block {
		display: block;
		width: 100%;
	}
	.line {top: 34px;}
	.knob {font-size: 1.6em;}
	.icfb-pmodell {height:auto}

}

@media (max-width: 767.98px) {    
	.knob-text {display:none}

}


.btn-bilan {
	margin:0;
}
.vspacer {
	margin: 1rem 0 !important;
}    

