@font-face {
  font-family: Roboto;
  src: url("../../assets/fonts/Roboto.ttf");
}
body {
	background: #ffffff none repeat scroll 0 0;
    color: #151515;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
	margin: 0;
	padding: 0;
	letter-spacing: 0.6px;
}
h1{
	font-size: 2.1rem;
}
h2{
	font-size: 1.8rem;
}
h3{
	font-size: 1.6rem;
}
h4{
	font-size: 1.4rem;
}
h5{
	font-size: 1.2rem;
}
h6{
	font-size: 1.1rem;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 15px;
	font-weight: 700;
	line-height: normal;
  /*color: #151515;*/
}
p{
	margin: 0 0 15px;
	line-height: 22px;
	letter-spacing: 0.3px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all .5s ease;
	color: #027cc7;
}
a:hover {
	text-decoration: none;
	transition: all .5s ease;
	color: #ef6631;
}
a:focus {
	outline: none;
	text-decoration: none;
}
ul,li,ol {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}
label {
	color: #6c757d;
}
input, textarea{
	box-sizing: border-box;
}
input:focus,
textarea:focus {
	outline: none;
	box-shadow:  none !important;
}
button:focus {
	outline:none;
}
select.not_chosen,
select option:first-child,
select.not_chosen:focus,
select.form-control.not_chosen,
select.form-control option:first-child,
select.not_chosen.form-control:focus {
	color: #6c757d;
}
select {
 	display: block;
	border: 1px solid #adadad;
	border-radius: 5px;
	font-size: 16px;
	padding: 7px 15px;
	width: 100%;
}
:focus-visible{
	border: 1px solid #adadad;
}
select option {
	color: #000;
}
section{
	padding: 60px 0;
}
.section_padding{
  padding: 30px 0;
}
.container{
	max-width: 1200px;
	margin: 0 auto;
}
.container-fluid{
	max-width: 100%;
	margin: 0 auto;
}
.img-fluid{
	width: 100%;
}
.line-height-3{
	line-height: 3;
}
.mb-0{
	margin-bottom: 0!important;;
}
.mb-10{
	margin-bottom: 10px!important;;
}
.mb-30{
	margin-bottom: 30px!important;;
}
.mb-40{
  margin-bottom: 40px!important;;
}
.mt-30{
  margin-top: 30px;
}
.mt-50{
  margin-top: 50px;
}
.mt-20{
  margin-top: 20px;
}
.p-0{
  padding: 0!important;;
}
.pt-0{
  padding-top: 0px!important;
}
.ptb-30{
  padding: 30px 0!important;
}
.pt-30{
  padding-top: 30px!important;;
}
.pb-10{
  padding-bottom: 10px!important;
}
.pb-30{
  padding-bottom: 30px!important;;
}
.pb-0{
	padding-bottom: 0!important;;
}
.d-flex{
  display: flex!important;
}
.font-weight-100{
  font-weight: 100!important;
}
.full_button{
	border: 1px solid #fff;
	background: linear-gradient(45deg, #f0cd31, #ef6131);
	width: 100%;
	color: #fff;
  padding: 10px 0;
  font-size: 16px;
  cursor: pointer;
  transition: 1s;
}
.full_button:hover{
	border: 1px solid #000;
}
.vertical_center{
  display: flex;
  align-items: center;
}
.text-right{
  text-align: right!important;
}
.form_bottom_text{
	font-size: 13px;
	margin: 10px 0;
	text-align: center;
}
.border-radius-10px{
	border-radius: 10px;
}
.title_heading{
  font-size: 36px;
  font-weight: 100;
}
header{
  box-shadow: 0px 6px 9px -10px #000;
}
.nav_wrapper{
	width: 95%;
	margin: 0 auto;
	padding:10px 0;
}
.header_top_nav{
	background-color: #027cc7;
	padding: 23px;
}
.mobile_content{
	display: none!important;
}
.mobile_content_head1{
    font-size: 40px;
    margin-bottom: 5px;
   	color: #f78900;
}
.mobile_content_head2{
    font-size: 20px;
    letter-spacing: .9px;
   	color: #000;
}
.mobile_content_btn_full{
	display: flex;
    flex-wrap: wrap;
    margin: 25px auto 10px;
    justify-content: center;
}
.mobile_content_btn{
	width: 44%;
	text-align: center;
}
.mobile_content_btn .btn1{
    background: linear-gradient(45deg, #0573fb, #02398e);
    padding: 10px 40px;
    color: #fff;
    border-radius: 4px;
    font-weight: 900;
    letter-spacing: 1px;
    font-weight: 100;
}
.mobile_content_btn .btn2{
    background: linear-gradient(45deg, #f0cd31, #ef6131);
    padding: 10px 40px;
    color: #fff;
    border-radius: 4px;
    font-weight: 900;
    letter-spacing: 1px;
    font-weight: 100;
}
#header {
  overflow: visible;
  position: relative;
}
.logo{
	display: inline-block;
	padding: 10px 0;
	width: 15%;
	text-align: center;
}
#header .logo img {
  width: 200px;
}
#primary-nav-button {
  background: transparent;
  display: none;
  border: 1px solid #aaa;
  position: absolute;
  bottom: 12px;
  right: 0;
  padding: 0;
  text-decoration: none;
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 0;
}
#primary-nav-button:hover {
  background: rgba(0,0,0,0.05);
}

#primary-nav-button.selected {
  background: rgba(0,0,0,0.1);
}

#primary-nav-button:before {
  content: '\2261';
  display: block;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.05;
  -moz-line-height: 0.9!important;
  -webkit-line-height: 0.9!important;
  -moz-osx-line-height: 0.9!important;
  height: 1em;
  width: 1em;
  color: inherit;
  speak: none;
}
.menu li {
  float: left;
  margin-right: 10px;
  position: relative;
}
.menu li:last-child {
  margin-right: 0;
}
.menu li a {
  display: block;
  text-decoration: none;
}
.menu .sub-menu li {
  width: 100%;
  margin: 0 0px;
}
.menu .buy_bike_menu .all_bike_link{
  width: 95%;
  margin: 0 8px;
}
.menu .buy_bike_menu li{
  width: 45%;
}
.menu .sub-menu .all_bike_link a:hover{
  background: #fff!important;
  color: #027cc7!important;
}
#top-nav .sub-menu {
  background: #fff;
}
#top-nav .sub-menu li a {
  padding: 5px;
}
#top-nav .sub-menu li > a:hover,
#top-nav .sub-menu li.selected > a {
  background: #8CC152;
  color: #000;
}
.sub-menu .downarrow {
  position: absolute;
  right: 0;
  padding-right: 10px;
}
.downarrow {
	background: none;
	padding: 0;
	text-align: center;
	min-width: 3px;
	position: relative;
	left: 80%;
	margin-left: 15px;
}
.downarrow:before {
	content: '\25be';
	color: inherit;
	display: block;
	font-family: sans-serif;
	font-size: 21px;
	width: 1em;
}
.menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  max-height: 1000px;
  padding: 10px 0;
}
/*.menu .sub-menu:before {
  content: "";
  position: absolute;
  left: 15%;
  top: 5px;
  transition: .5s;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #027cc7;
}*/
.menu .sub-menu.hide {
  display: none;
}
#primary-nav .menu .buy_bike_menu{
  min-width: 350px;
}
#primary-nav .sub-menu {
  background: #fff;
  border-radius: 10px;
  min-width: 250px;
  z-index: 200;
  box-shadow: 0 10px 15px -7px #7b7b7b;
}
#primary-nav .sub-menu li {
  white-space: pre-wrap;
}
#primary-nav .sub-menu li:last-child {
  border-bottom: 0;
}
#primary-nav .sub-menu .downarrow:before {
  content: '\25b8';
}
#primary-nav.mobile .sub-menu li a {
  padding-left: 7%;  
}
#primary-nav.mobile .sub-menu .submenu li a {
  padding-left: 9%;  
}
#primary-nav.mobile .sub-menu .sub-menu .sub-menu li a {
  padding-left: 11%;  
}
#primary-nav.mobile .sub-menu {
  float: left;
  position: relative;
  width: 100%;
}
.mobile .downarrow,
.mobile .sub-menu .downarrow {
  position: absolute;
  right: 0;
  padding-right: 5%;
}
#primary-nav.mobile .sub-menu .downarrow:before {
  content: '\25be';
}
#primary-nav-button.mobile {
  display: inline-block;
}
.login li a{
  border-radius: 0px!important;
}
#top-nav li a {
  color: #027cc7;
  padding: 5px 0;
}
.text-white{
	color: #fff;
}
.nav-bar{
	display: inline-block;
	width: 83%;
	line-height: 0;
}
#primary-nav{
	display: flex;
	justify-content: space-between;
	position: relative;
  top: 5px;
  z-index: 992;
}
.login_drop a svg{
	margin-right: 10px;
}
#primary-nav li a {
  color: #333;
  font-weight: bold;
  padding: 19px 20px;
  border-radius: 20px;
  font-weight: 100;
  font-size: 18px;
}
#primary-nav li .sub-menu a{
  border-radius: 0px;
  color: #000;
  font-weight: 100!important;
  font-size: 14px;
  word-break: break-word;
  white-space: normal;
  line-height: 20px;
  padding: 8px 10px;
}
#primary-nav li.active > a,
#primary-nav li > a:hover,
#primary-nav li.selected > a {
  background: #027cc7;
  color: #fff;
}

#primary-nav.mobile {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
}

#primary-nav.mobile li {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #888888;
  background: #fff;
}

#primary-nav.mobile li.selected > a {
  border: 1px solid #888888;
}
#primary-nav-button.mobile {
  display: inline-block;
}

.main-nav {
  position:relative;
  padding:10px 15px;
  color: #000;
  cursor: pointer;
  font-size: 18px;
}

.main-nav:hover {
	color: #027cc7;
}
.arrow_down {
    background: none;
    display: inline-block;
    padding: 0;
    text-align: center;
    min-width: 3px;
    position: unset!important;
}
.arrow_down:before {
	content: '\25be';
	font-size: 25px;
    position: absolute;
    margin-top: -7px;
}
.main-nav i{
	font-size: 15px;
    margin-right: 10px;
}

.main-nav > span {
  position:absolute;
  top: 17px;
  right:20px;
  cursor:pointer;
}

.login ul {
  display:none;
  margin-top:-1px;
  background: rgba(0, 0, 0, 0.78);
  color: #fefefe;
  position: absolute;
  z-index: 9;
  border-radius: 10px;
  right: 0;
}
.login{
	position: relative;
}

.login li {
  border-bottom: 1px solid rgb(255 255 255 / 70%);
  width: 200px;
}
.login li:last-child {
  border-bottom: 0;
}
.login li a{
	color: #fff!important;
	padding: 10px 20px!important;
  font-size: 16px!important;
}
.login a{
  text-decoration:none;
  padding-left:0;
  color: #0a0a0a;
  padding:15px;
  display:block;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.login a:hover {
  background: rgba(0, 0, 0, 0);
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.text-heading{
	font-size: 36px;
	margin: 0 0 15px;
}
.text-center{
	text-align: center;
}
.hr_line {
	clear: both;
	width: 8%;
  height: 5px;
  margin: 7px auto 20px;
  background: linear-gradient(45deg, #f0cd31, #ef6131);
  border-radius: 10px;
  border: none;
}
.hr_line2 {
  clear: both;
  width: 5%;
  height: 5px;
  margin: 7px auto 10px;
  background: linear-gradient(45deg, #f0cd31, #ef6131);
  border-radius: 10px;
  border: none;
}
.bike_bg{
	background-image: url("../../assets/images/bg/bike_bg1.jpg");
	padding: 50px 15px;
	position: relative;
	z-index: 0;
	background-size: cover;
}
.bike_bg::before{
	content: "";
	background: linear-gradient(0deg,#00000094, #00000094);
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.bike1_box::before{
	content: "";
	background: url("../../assets/images/bg/bike_bg_design2.png");
	/*height: 300px;*/
	position: absolute;
  top: -54%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
}
.bikesome_head{
  position: relative;
  z-index: 99;
}
.bike1_box{
	position: relative;
	z-index: 1;
}
.bikesome_head{
	text-align: center;
}
.bikesome_head p{
	color: #888;
	font-size: 18px;
}
.bikesome{
	background-color: #eaeaea;
}
.bikesome_1{
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
.bikesome_1_box{
	width: 21%;
    text-align: center;
    box-shadow: 0px 5px 10px -5px #6f6f6f;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    margin: 0 auto;
}
.bikesome_1_box_icon img{
	background: #027cc7;
    display: inline-block;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    margin-top: -40px;
    border: 5px solid #ffffff;
    position: relative;
    width: 39%;
    top: -30px;
}
.bikesome_1_box h3{
	font-size: 18px;
    font-weight: 700;
}
.bikesome_1_box p{
	font-size: 17px;
	color: #888;
}
.bikesome_2{
	display: flex;
	flex-wrap: wrap;
	max-width: 950px;
	margin: 0 auto;
	padding: 50px 0;
	align-items: center;
}
.bikesome_2_box2_1 h4{
	font-size: 18px;
}
.bikesome_2_box1{
	width: 45%;
    padding: 15px;
    margin: 0 auto;
	color: #fff;
}
.bikesome_2_box2{
	width: 48%;
    margin: 0 auto;
}
.bikesome_2_box2_1{
    box-shadow: 0 0 5px #6f6f6f;
	background: #fff;
    border-radius: 10px;
    padding: 35px;
}
.bikesome_2_box1_list svg{
	background: linear-gradient(75deg, #f0cd31, #e64d19);
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    margin-right: 10px;
    margin-top: 5px;
    height: 20px;
    width: 20px!important;
    line-height: 6;
    font-size: 80px;
}
.form_control{
	display: block;
	border: 1px solid #adadad;
	border-radius: 5px;
	font-size: 16px;
	padding: 7px 15px;
	width: 100%;
}
.bikesome_2_box2_1 label {
    margin: 10px 0;
    display: block;
}
.bikesome_input{
	margin: 18px 0;
}
.how_it_works ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
.how_it_works ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 20px;
	cursor: pointer;
}
.how_it_works ul.tabs li.current{
	color: #222;
	position: relative;
	z-index: 0;
}
.how_it_works ul.tabs li.current:before{
	content: "";
	background: linear-gradient(45deg, #f0cd31, #ef6131);
	position: absolute;
	top: 90%;
	left: 5%;
	width: 90%;
	height: 3px;
	border-radius: 10px;
	z-index: 1;
}
.tab-content{
	display: none;
	padding: 15px;
}
.tab-content.current{
	display: inherit;
}
.how_full{
	display: flex;
	flex-wrap: wrap;
}
.how_box{
	background-color: #fff;
	box-shadow: 0 0 5px #afafaf;
	border-radius: 15px;
	overflow: hidden;
	width: 23%;
    margin: 0 auto;
}
.how_box_img img{
	width: 100%;
}
.how_box_content{
	padding: 0 15px 10px;
}
.how_box_content span{
	display: inline-block;
    background: #027cc7;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 2;
    position: relative;
    top: -20px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}
.how_box_content p{
  color: #606060;
}
.bikesome_2_box2_1 select{
	height: 48px;
	border: 1px solid #dbdbdb!important;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgb(34 34 34 / 10%);
}
.bikesome_2_box2_1 input{
	height: 48px;
	border: 1px solid #dbdbdb!important;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgb(34 34 34 / 10%);
}
.bg_grey{
	background: #8c8c8c!important;
}
.bg_grey p{
	color: #fff!important;
	height: 95%;
}
.bg_grey .last svg{
	display: block;
    box-shadow: 0px 11px 15px -10px #ababab;
    font-size: 35px;
    width: 75%!important;
    padding: 15px 0;
    margin: 20px auto;
    border-radius: 15px;
    background: #fff;
	color: #027cc7!important
}
.bg_grey .small_p{
    padding: 55px 0;
    background: #8c8c8c;
}
.bg_grey .small_p svg{
    margin: 50px auto;
}
.testimonial__inner{
	background: #f3f3f3;
	padding: 30px;
	border-radius: 10px;
}
.testimonial_box{
    margin: 10px 10px;
}
.footer_row .downarrow{
	left:0;
	margin: 0px;
	cursor: pointer;
}
.footer_row .downarrow:before{
	display: inline-block;
	position: absolute;
	left: 95%;
}
.footer_link_ani{
	position: relative;
	margin: 0 0 15px!important;
}
.footer_link_ani:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9px;
	width: 90px;
	height: 2px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 10px;
	animation: fadeani .6s ease-in-out;
}
@keyframes fadeani{
	from{
		width: 0px;
	}
	to{
		width: 90px;
	}
}
.testi_full{
    background-color: #027cc7;
}
.testimonial_box-top{
    background-color: #fff;
    padding: 5px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 10px -5px rgb(152 193 217 / 58%);
    height: 100%;
    min-height: 165px;
    max-height: fit-content;
}
.testimonial_box-img{
    padding: 10px 0 10px;
    display: flex;
    justify-content: center;
    width: 11%;
}
.testimonial_box-img img{
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
}
.testimonial_box-name{
    padding-top: 10px;
    width: 75%;
    margin: 0 20px;
}
.testimonial_box-name h4{
    font-size: 20px;
    line-height: 25px;
    color: #293241;
    margin-bottom: 5px;
}
.testimonial_box-name p{
	color: #3c3c3c;
	word-spacing: 1.5px;
	font-size: 17px;
}
.testi_stating{
	width: 85%;
    margin: 0 auto 20px;
}
.testi_stat h4{
	font-size: 16px;
	margin: 0 0 5px;
	color: #000;
}
.testi_stat h4 svg{
	color: #ffdd00;
}
.testi_stat p{
	margin: 0;
	color: #949494;
}
ul.breadcrumb {
  padding: 12px 0px;
  list-style: none;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.breadcrubms_row{
  display: flex;
  flex-wrap: wrap;
}
.breadcrubms_left{
  width: 45%;
  padding: 0 15px;
}
.breadcrubms_right{
  width: 45%;
  padding: 0 15px;
  position: relative;
  z-index: 999;
}
.get_started{
	background-image: url("../../assets/images/bg/get_bg.jpg");
	background-size: cover;
	/*background-attachment: fixed;*/
	position: relative;
	z-index: 0;
	text-align: center;
	padding: 130px 0;
  background-position: center 44%;
}
.get_started:before{
	content: "";
	background-color: #060606cc;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.get_started_body h2{
	color: #fff;
	font-size: 35px;
}
.get_started_body_buttons{
	margin: 40px 0 0;
}
.get_started_body_buy{
	background: #fff;
	padding: 12px 45px;
	border-radius: 5px;
	/*border: 1px solid #fff0;*/
	color: #000;
	margin: 0 15px;
}
.get_started_body_buy:hover{
	background: #ffffffd6;
	/*border: 1px solid #fff;*/
	color: #000;
}
.get_started_body_sell{
	background: linear-gradient(146deg, #f0cd31 0%, #ef6131 59%);
	padding: 12px 45px;
	border-radius: 5px;
	/*border: 1px solid #fff0;*/
	color: #fff;
	margin: 0 15px;
}
.get_started_body_sell:hover{
	background: linear-gradient(146deg, #f0cd31bf 0%, #ef6131eb 59%);
	/*border: 1px solid #fff;*/
	color: #fff;
}
.footer{
	background: #606060;
}
.footer_top_padding{
	padding: 80px 0 30px;
}
.footer_row{
	display: flex;
	flex-wrap: wrap;
}
.footer_box1{
	width: 40%;
}
.footer_box2{
	width: 20%;
}
.footer_box3{
	width: 20%;
}
.footer_box4{
	width: 20%;
}
.footer_logo{
	width: 45%;
}
.footer_box1 p{
	width: 70%;
	margin-top: 20px;
	color: #fff;
	letter-spacing: 0.3px;
  text-align: justify;
}
.footer_social{
	display: flex;
}
.footer_social li a{
	color: #fff;
	font-size: 26px;
	margin-right: 10px;
}
.footer_box2{
	color: #fff;
}
.footer_box2 ul li{
	color: #fff;
	margin: 8px 0;
}
.footer_box2 li a{
	color: #fff;
}
.footer_box3{
	color: #fff;
}
.footer_box3 ul li{
	color: #fff;
	margin: 8px 0;
}
.footer_box3 li a{
	color: #fff;
}
.footer_box4{
	color: #fff;
}
.footer_box4 ul li{
	color: #fff;
	margin: 8px 0;
}
.footer_box4 li a{
	color: #fff;
}
.footer_box2 li a:hover{
	color: #f0ca31;
	padding-left: 5px;
}
.footer_box3 li a:hover{
	color: #f0ca31;
	padding-left: 5px;
}
.footer_box4 li a:hover{
	color: #f0ca31;
	padding-left: 5px;
}
.footer_box2 h5{
	position: relative;
	color: #bdbdbd;
	font-weight: 100;
}
.footer_box3 h5{
	position: relative;
	color: #bdbdbd;
	font-weight: 100;
}
.footer_box4 h5{
	position: relative;
	color: #bdbdbd;
	font-weight: 100;
}
.footer_bottom{
	border-top: 1px solid #797979;
	padding:10px 0;
}
.footer_bottom_left p{
	margin-bottom: 0;
	color: #a7a7a7;
}
.scrollup {
	background: #1f2023;
	border-radius: 100%;
	bottom: 5%;
	color: #ffffff;
	font-size: 18px;
	height: 40px;
	line-height: 42px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 40px;
	z-index: 99;
}
.scrollup:hover {
	background: linear-gradient(45deg, #ef6131, #f0cd31);
	color:#fff;
}
.scrollup:focus {
	color:#fff;
}
.get_started_body_buttons{
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
/* animation -------------------------------*/
.fade_up {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: translate3d(0px, 200px, 0px);
  transform: translate3d(0px, 200px, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fade_up.in {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.fade_down {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: translate3d(0px, -200px, 0px);
  transform: translate3d(0px, -200px, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fade_down.in {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.state_icon{
  position: relative;
  text-align: right!important;
}
.state_icon:before{
  content: "";
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: -20px;
  top: 17px;
  transition: .5s;
}
.allstates:hover .state_icon:before{
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.allstates {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 25px;
  overflow: visible;
  max-width: 700px;
}
.allstates a {
  width: 100%;
  text-align: center;
  padding: 12px 0;
  display: block;
  color: #000;
  font-size: 18px;
  overflow-wrap: break-word;
}
.allstates a:hover {
  color: #027cc7;
  border-bottom-color: #027cc7; 
}
.drop-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transition: max-height .4s, opacity .3s;
  max-height: 0;
  opacity: 0;
  overflow: scroll;
  z-index: 9999;
  position: absolute;
  right: 0%;
  box-shadow: 0px 1px 8px -3px #565656;
}
.drop-menu a{
  border-bottom: 2px solid #ababab; 
}
.drop-menu::-webkit-scrollbar {
  width: 0px;
}
.drop-menu > .menu-button {
  height: 100%;
  transition: transform .4s;
  transform: translateY(-300%);
  background: #fff;
  font-size: 16px;
}
.dropdown-wrapper:hover .drop-menu{
  max-height: 500px;  
  opacity: 1;
  background: #fff;
}
.dropdown-wrapper:hover > .drop-menu .menu-button {
  transform: translateY(0%); 
}
.fade-in .menu-button {
  transition: opacity .5s;
  opacity: 0;
}
.dropdown-wrapper:hover .fade-in .menu-button {
  opacity: 1;
}
.allstates {   
  flex-direction: row;
  align-items: flex-start;
  margin: 0;
}
.allstates > .menu-button {
  width: 40%;
  position: relative;
}
.allstates {
  justify-content: flex-end;
}
.search_box{
  position: relative;
}
.search__box{
  position: relative;
  border-radius: .7rem;
}
.search__box .search, .search_btn {
  border: 0;
  color: #2f2f2f;
  font-size: 16px;
  padding: 5px 0;
  height: 50px;
}
.search {
  border: 1px solid #fff0;
  width: 100%;
  background: #e6e6e6;
  padding: 0 1.6rem!important;
  border-radius: 10px;
  appearance: none;
  transition: all .3s cubic-bezier(0, 0, 0.43, 1.49);
  transition-property: width, border-radius;
  z-index: 1;
  position: relative;
}
.search:focus{
  background: #fff;
  color: #000;
  border: 1px solid #027cc7;
  border-radius: 10px;
}
#search_box_suggest{
  display: none;
  position: absolute;
  left: 3px;
  background: #fff;
  z-index: 991;
  width: 99%;
  border-radius: 5px 5px 10px 10px;
  padding: 20px 0px 10px;
  transition: .5s;
  box-shadow: 0px 5px 8px -5px #585858;
  border: 1px solid #027cc7;
  border-top: 0;
  margin: 5px 0 0;
}
#search_box_suggest:before{
  content: "";
  position: absolute;
  top: 0;
  left: 2.5%;
  width: 95%;
  z-index: 999;
  border: 1px dotted #a0a0a0;
}
.search_box_suggest_inner{
  padding: 0 15px;
}
.search:focus #search_box_suggest{
  display: block;
}
.search_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  color: #fff;
  background: #027cc7;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
}
.search__box .search:not(:placeholder-shown) {
  border-radius: .7rem 0 0 .7rem;
  width: calc(100% - 6rem);
}
.search__box .search:not(:placeholder-shown) + .search_btn {
  display: block;
}
.search__box .search:not(:placeholder-shown) + .search_icon1{
  display: none;
}
.search_icon1{
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 99;
  font-size: 24px;
  color: #027cc7;
}
.search-recommended-content button {
  display: inline-block;
  padding: 7px 10px;
  margin: 12px 6px 0;
  font-size: 12px;
  line-height: 14px;
  color: #3d82c3;
  background: #ececec;
  outline: none;
  border:none;
  cursor: pointer;
}
.search-recommended-title span{
  font-size: 14px;
  font-style: italic;
  margin-right: 7px;
}
.search-recommended-title svg{
  color: #ca1111;
}
.filters{
  padding: 20px 0;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.multi {
  display: inline-block;
}
.multiselect {
  width: 140px;
  font-size: 14px;
  padding-bottom: 0px;
  border-radius: 3px;
  transition: 0.2s;
  outline: none;
  display: inline-block;
  margin: 0 0px;
  position: relative;
}
.multiselect > .title {
    cursor: pointer;
    padding: 10px 2px 25px;
  border: 1px solid #adadad;
}
.multiselect > .title > .text {
    width: 100%;
    display: block;
    float: left;
    overflow: hidden;
    line-height: 1em;
    text-align: center;
    padding: 3px 0;
    line-height: 10px;
}
.multiselect > .title > .expand-icon,
.multiselect > .title > .close-icon {
    float: right;
    border-radius: 50%;
    padding: 0 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    transition: 0.2s;
    display: none;
}
.multiselect.selection > .title > .expand-icon {
    display: none;
}
.multiselect > .title > .expand-icon,
.multiselect.selection > .title > .close-icon {
    display: block;
}
.multiselect > .title > .close-icon:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: rgb(203, 32, 32);
    color: #fff;
}
.multiselect > .container{
  max-height: calc(50vh - 150px);
  margin-top: 4px;
  margin-left: -1px;
  width: 170px;
  transition: 0.2s;
  position: absolute;
  z-index: 99;
  background: #fff;
  border: 1px solid transparent;
  border-top: 2px solid #027cc7!important;
  transform: translate(0px, -40px);
  display: none;
  overflow-y: auto;
}
.multiselect > .container::-webkit-scrollbar {
  width: 7px;
}
.multiselect > .container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgb(0 0 0 / 23%);
}
.multiselect > .container::-webkit-scrollbar-thumb {
  background-color: #eaeaea;
  outline: 1px solid slategrey;
}
.multiselect > .one_first{
  width: 300px!important;
  left: 0px;
  top: 40px;
  padding: 3px 10px 3px;
  border-radius: 0px !important;
  box-shadow: 0 5px 10px -4px #5a5a5a;
  background: #fff;
}
.multiselect > .one_last{
  width: 300px!important;
  right: 0px;
  top: 40px;
  padding: 3px 10px 3px;
  border-radius: 0px !important;
  box-shadow: 0 5px 10px -4px #5a5a5a;
  background: #fff;
}
.multiselect > .one{
  width: 300px!important;
  left: -90px;
  top: 40px;
  padding: 3px 10px 3px!important;
  border-radius: 0px !important;
  box-shadow: 0 5px 10px -4px #5a5a5a;
  background: #fff;
}
.multiselect > .two{
  width: 300px;
  left: -90px;
  box-shadow: 0 5px 10px -4px #5a5a5a;
  background: #fff;
  top: 40px;
  padding: 10px;
}
/*.multiselect > .container:before {
  content: "";
  border: solid #027cc7;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  position: absolute;
  left: 50%;
  top: 3px;
  transition: .5s;
}
.multiselect > .one_first:after {
    left: 15%;
}
.multiselect > .one_first:before {
    left: 15%;
}
.multiselect > .one_last:after {
    left: unset;
    right: 15%;
}
.multiselect > .one_last:before {
    left: unset;
    right: 15%;
}*/
#multi3{
  position: relative;
}
.multiselect.active > .container {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 0;
    transform: translate(0px, 0px);
}
.multiselect:hover > .container {
    border-top-color: rgba(0, 0, 0, 0.3);
}

.multiselect.active:hover > .container {
    border-color: rgba(0, 0, 0, 0.3);
}
.multiselect > .container > option {
    display: none;
    padding: 7px 5px;
    cursor: pointer;
    transition: 0.2s;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #0a0a0a75;
}
.multiselect > .container > option:last-child {
    border-bottom: none;
}
.multiselect > .container > option.selected {
    background: rgb(2 124 199);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
    border-radius: 40px;
}
.multiselect > .container > option:hover {
    background: rgb(2 124 199);
    color: #fff;
    border-radius: 40px;
}
.multiselect.active > .container > option {
    display: block;
}
.buy_bike_full{
  background: #f3f5f6;
  padding: 20px 10px 30px;
}
.buy_bike_results{
  font-style: italic;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}
.buy_bike_row{
  display: flex;
  flex-wrap: wrap;
}
.buy_bike_col{
  width: 31.5%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 5px #b9b9b9;
  margin: 5px 11px 25px;
  overflow: hidden;
}
.buy_bike_box{
  padding: 10px 15px 10px;
}

.buy_bike_box1{
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.buy_bike_content_bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
}
.buy_bike_content_bottom1 p{
    margin: 0;
    color: #868686;
    font-size: 14px;
}
.buy_bike_content_bottom2 p{
    margin: 0;
    color: #868686;
    font-size: 12px;
}
.buy_bike .buy_bike_content_bottom{
    padding: 0 15px 15px;
}
.buy_bike_content h4{
    color: #717171;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 100;
}
.buy_bike_content h5{
    color: #717171;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 100;
}
.buy_bike_content p{
    color: #717171;
    margin: 0 0 5px;
    font-size: 14px;
}
.buy_bike_pricing{
    text-align: center;
}
.buy_bike_pricing svg{
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 5px #000;
    padding: 8px;
    color: #dc0b0b;
    position: relative;
    top: -30px;
    font-size: 18px;
}
.buy_bike_pricing h4{
    color: #dc0b0b;
    font-size: 22px;
    margin-bottom: 5px;
}
.buy_bike_pricing h4 span{
    font-size: 16px;
}
.buy_bike_pricing p{
    color: #717171;
    margin: 0 0 5px;
    font-size: 13px;
}
.buy_bike_pricing p i{
    position: relative;
    margin: 10px;
}
.buy_bike_pricing p i:before{
  content: "";
  position: absolute;
  top: -1px;
  left: -5px;
  border: 1px solid #868686;
  padding: 2px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  line-height: 10px;
  text-align: left;
}
.filter_1{
  padding: 20px 0;
  transition: 1s;
}
.color_code{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.color_code button{
  box-sizing: border-box;
  width: 45%;
  padding: 10px 8px 10px 8px;
  margin: 2px 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-align: left;
  border: 1px solid #a5a5a5;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
}
.color_code button i{
  margin-right: 5px;
}
.color_code .black{
  background: #000;
  display: inline-block;
  color: #ca0118;
  width: 20px;
  height: 20px;
}
.color_code .mateblack{
  background: #2f2f2f;
  display: inline-block;
  color: #ca0118;
  width: 20px;
  height: 20px;
}
.color_code .yellow{
  background: #ffc300;
  display: inline-block;
  color: #ca0118;
  width: 20px;
  height: 20px;
}
.color_code .blue{
  background: #0036bd;
  display: inline-block;
  color: #ca0118;
  width: 20px;
  height: 20px;
}
.color_code .red{
  background: #ca0118;
  display: inline-block;
  color: #ca0118;
  width: 20px;
  height: 20px;
}
.color_code .redwhite{
  background: linear-gradient(90deg, #ca0118 50%, #e4e4e4 50%);
  display: inline-block;
  color: #ca0118;
  width: 20px;
  height: 20px;
}
.color_code .blueblack{
  background: linear-gradient(90deg, #0036bd 50%, #5e6a78 50%);
  display: inline-block;
  color: #ca0118;
  width: 20px;
  height: 20px;
}
.color_code .orange{
  background: #f78900;
  display: inline-block;
  color: #ca0118;
  width: 20px;
  height: 20px;
}
.color_code_text{
  position: relative;
  top: 5px;
}
.sell_bike{
  background: url("../../assets/images/slider/sell_banner.jpg");
  position: relative;
  z-index: 0;
  padding:100px 0;
}
.sell_bike:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000b8;
  z-index: -1;
}
.sell_bike_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sell_bike_col1{
  width: 53%;
  padding: 0 15px;
}
.sell_bike_col2{
  width: 40%;
  padding: 0 15px;
}
.sell_bike_1{
  width: 80%;
  margin: 0 auto;
}
.sell_bike_1_title1{
  color: #fff;
  font-size: 45px;
  font-weight: 100;
  margin-bottom: 35px;
}
.sell_bike_1_title2{
  color: #fff;
  font-size: 20px;
}
.sell_bike_2_box2_1 h4{
  font-size: 18px;
}
.sell_bike_2_box1{
  width: 45%;
    padding: 15px;
    margin: 0 auto;
  color: #fff;
}
.sell_bike_2_box2_1{
    box-shadow: 0 0 5px #6f6f6f;
  background: #fff;
    border-radius: 10px;
    padding: 35px;
}
.sell_bike_2_box1_list svg{
  background: linear-gradient(75deg, #f0cd31, #e64d19);
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    margin-right: 10px;
    margin-top: 5px;
    height: 20px;
    width: 20px!important;
    line-height: 6;
    font-size: 80px;
}
.sell_bike_2_box2_1 label {
    margin: 10px 0;
    display: block;
}
.sell_bike_input{
  margin: 18px 0;
}
.sell_bike_2_box2_1 select{
  height: 48px;
  border: 1px solid #dbdbdb!important;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgb(34 34 34 / 10%);
}
.sell_bike_2_box2_1 input{
  height: 48px;
  border: 1px solid #dbdbdb!important;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgb(34 34 34 / 10%);
}
.sell_how{
  background-color: #027cc4;
}
.sell_how_it_row{
  display: flex;
  flex-wrap: wrap;
}
.sell_how_it_col{
  width: 22%;
  margin: 0 auto;
}
.sell_how_it_img{
  position: relative;
  text-align: center;
}
.sell_how_it_img span{
  background-color: #027cc4;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 2px 7px;
  position: absolute;
  left: 22%;
  top: 10px;
  color: #fff;
}
.sell_how_it_img img{
  width: 40%;
  background: #fff;
  border-radius: 50%;
  padding: 15px;
}
.sell_how_it_text p{
  color: #fff;
  text-align: center;
  width: 80%;
  margin: 0 auto 15px;
}
.sell_how_it_text span{
  color: #fff;
  text-align: center;
  font-size: 11px;
  display: block;
}
.sell_map{
  background: url("../../assets/images/bg/map_bg.jpg");
  padding: 0;
  height: 685px;
  background-position: center;
}
.sell_maps{
  position: relative;
}
.sell_map_box{
    position: absolute;
    top: 60px;
    left: 58%;
}
.sell_map_boxs{
  background: #fff;
  padding:35px;
  box-shadow: 0 5px 15px -10px #000;
  margin: 35px 0;
  width: 100%;
  text-align: center;
}
.sell_map_boxs p{
  margin-bottom: 0;
}
.sell_map_boxs1{
  position: relative;
  left: 0%;
}
.sell_map_boxs2{
  position: relative;
  left: 75%;
}
.sell_map_boxs3{
  position: relative;
  left: 30%;
}
.sell_why_row{
  display: flex;
  flex-wrap: wrap;
}
.sell_why_col{
  width: 18%;
  margin: 0 auto;
}
.sell_why_box{
  text-align: center;
}
.sell_why_box img{
  width: 60%;
}
.sell_why_box p{
  font-size: 20px;
  margin: 15px auto 0;
  width: 80%;
}
.sell_faq_more{
  text-align: right;
  margin: 10px 0;
}
.b-faq .faq__title {
  position: relative;
  display: block;
  padding: 25px 20px;
  margin-bottom: 2px;
  color: #202020;
  font-size: 16px;
  text-decoration: none;
  background-color: #fff;
  border-bottom: 1px solid #969696;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.b-faq .faq__title:hover {
  background-color: #027cc4;
  color: #fff;
  transition: all 0.5s ease-out;
}
.b-faq .faq__active {
  background-color: #027cc4;
  color: #fff;
}
.b-faq .faq__title .faq__spoiler {
  position: absolute;
  top: 13px; right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  margin-right: 5px;
  background-color: #fff;
  border: 1px solid #828282;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.b-faq .faq__rotate {
  transform: rotate(225deg);
}
.b-faq .faq__content {
  padding: 25px 20px;
  margin-bottom: 2px;
  font-size: 14px;
  display: none;
  background-color: #e6e6e6;
}
.b-faq .faq__symbol {
  font-weight: 700;
  color: #027cc4;
  position: relative;
  left: 1px;
}
.sell_testi .slick-slide {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px -13px #000000;
  margin: 15px;
  overflow: hidden;
}
.sell_testi .slick-next{
  position: absolute !important;
  border: none;
  font-size: 30px;
  color: #000;
  color: #fff;
  background: #000;
  width: 40px;
  height: 40px;
  line-height: 27px;
  border-radius: 30px;
  right: -35px;
  top: 50%;
}
.sell_testi .slick-next:hover{
  position: absolute !important;
  border: none;
  font-size: 30px;
  color: #000;
  color: #fff;
  background: #027cc7;
  width: 40px;
  height: 40px;
  line-height: 27px;
  border-radius: 30px;
  right: -35px;
  top: 50%;
}
.sell_testi .slick-prev{
  position: absolute !important;
  border: none;
  font-size: 30px;
  color: #000;
  color: #fff;
  background: #000;
  width: 40px;
  height: 40px;
  line-height: 27px;
  border-radius: 30px;
  left: -35px;
  top: 50%;
}
.sell_testi .slick-prev:hover{
  position: absolute !important;
  border: none;
  font-size: 30px;
  color: #000;
  color: #fff;
  background: #027cc7;
  width: 40px;
  height: 40px;
  line-height: 27px;
  border-radius: 30px;
  left: -35px;
  top: 50%;
}
.sell_testi_head_text1{
  font-weight: 500;
  margin: 15px 0 5px 1px;
}
.sell_testi .slick-dots{
  bottom: -20px;
}
.sell_testi_box{
  padding:20px;
}
.sell_testi_head{
  display: flex;
  flex-wrap: wrap;
}
.sell_testi_head_img{
  width: 20%;
  margin: 0 auto;
}
.sell_testi_head_text{
  width: 75%;
  margin: 0 auto;
}
.morecontent span {
  display: none;
}
.morelink {
  display: block;
  margin-top: 10px;
  text-align: right;
}
.morelink i{
  font-style: unset;
  font-size: 23px;
  font-weight: bold;
}
.sell_ready{
  background: url("../../assets/images/slider/sell_banner.jpg");
  position: relative;
  z-index: 0;
  text-align: center;
  background-position: center 42%;
  padding: 100px 0;
}
.sell_ready:before{
  content: "";
  background: linear-gradient(45deg, #00000059, black);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.sell_ready_head{
  color: #fff;
  letter-spacing: 4px;
  margin: 0 0 40px;
  font-size: 45px;
}
.sell_ready_btn{
  background: linear-gradient(45deg, #f0cd31, #ef6131);
  padding: 12px 100px;
  border-radius: 5px;
  /*border: 1px solid #f0bf31;*/
  color: #fff;
  margin: 0 15px;
}
.sell_ready_btn:hover {
  color: #fff;
}
.sell_ready_walk{
  display: block;
  margin: 40px 0 0;
  color: #fff;
}
.sell_ready_walk a{
  color: #F78900;
}
.sell_testi_bg{
  background-color: #f4f6f9;
}
.sell_testi_heading{
  text-align: center;
}
.sell_testi_heading h2{
  margin-bottom: 15px;
  font-size: 30px;
}
.sell_testi_heading h2 span .fa-star{
  color: #f78900;
  font-size: 30px;
}
.sell_testi_heading h2 span .fa-star-half{
  color: #f78900;
  font-size: 30px;
}
.sell_testi_heading h2 span .fa-facebook-square{
  color: #355fb3;
}
.sell_testi_heading p{
  font-size: 20px;
}
.pagination{
  text-align: center;
  margin: 25px 0;
}
.sell_disable{
  background: #ccc!important;
}
.pagination .nav{
  background: #6b6b6b;
  padding: 10px 15px;
  color: #fff;
  cursor: pointer;
  margin: 0 3px;
  border-radius: 50px;
}
.pagination .page {
  background: #6b6b6b;
  padding: 10px 15px;
  color: #fff;
  cursor: pointer;
  margin: 0 3px;
  border-radius: 50px
}
.sell_active{
  background: #027cc7!important;
}
.buy_filter{
  margin-top: 10px;
}
.buy_apply_filter{
  background: #027cc7;
  padding: 6px 10px;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}
.buy_apply_reset{
  background: #f78900;
  padding: 6px 10px;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}
.buy_apply_reset span{
  position: relative;
  top: 1px;
}
.items {
  position: relative;
  width: 100%;
  white-space: nowrap;
  transition: all 0.2s;
  will-change: transform;
  user-select: none;
  cursor: pointer;
  z-index: 99;
}
.filter_1_fixed{
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 1;
  padding: 7px 0;
  animation: filter__fixed 1s ease;
}
@keyframes filter__fixed{
  from{
    transform: translate(0px, -35%);
  }
  to{
    transform: translate(0px, 0%);
  }
}
.multititle_res{
  background-color: #fff;
  height: calc(88vh - 0px);
  overflow-y: auto;
  box-shadow: rgb(0 0 0) 0px 6px 15px -10px;
  border-radius: 0px 0px 50px 50px;
  margin-bottom: 20px;
  transition: 1s;
}
.res_view_scroll_height{
  height: auto;
}
.fscaret:hover{
  box-shadow: 0 0 15px -1px #027cc7!important;
}
.mob_filter{
  display: none;
}
.res_filter_text{
  display: none;
}
#lightSlider img{
  width: 100%;
}
.lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.5;
}
.lSSlideOuter .lSPager.lSGallery li.active {
    opacity: 1;
}
.product_img_view{
  padding: 20px 0;
}
.product_view{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product_view_wrap{
  width: 75%;
  margin: 0 auto;
}
.product_view_img{
  width: 60%;
  margin: 0 auto;
}
.product_view_details{
  width: 35%;
  margin: 0 auto;
}
.lSPrev{
  font-size: 40px;
  background: #fff;
  line-height: 40px;
  padding: 5px 0px 5px 10px!important;
  border-radius: 50%;
  width: 45px!important;
  height: 45px!important;
  font-weight: bold;
}
.lSNext{
  font-size: 40px;
  background: #fff;
  line-height: 40px;
  padding: 5px 0px 5px 10px!important;
  border-radius: 50%;
  width: 45px!important;
  height: 45px!important;
  font-weight: bold;
}
.product_view_share{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 14px;
}
.product_view_share_heart svg{
  font-size: 30px;
  margin-right: 10px;
}
.product_view_share_heart .fa-heart{
  color: #d2011f;
}
.money-i1{
  width: 30px;
}
.product_view_details p{
  margin-bottom: 5px;
  font-size: 14px;
}
.product_view_details h2{
  font-weight: 100;
  margin-bottom: 10px;
}
.product_view_details_btns{
  margin: 30px 0 0;
}
.product_view_details_btn{
  display: block;
  text-align: center;
  width: 100%;
  background: #F78900;
  color: #fff;
  border: 1px solid #fff0;
  border-radius: 5px;
  padding: 12px;
}
.product_view_details_btn:hover{
  background: #fff0;
  border: 1px solid #F78900;
  color: #F78900;
}
.lSGallery{
  display: none;
}
.product_view_share{
  font-size: 18px;
}
.product_view_details_box1{
  margin: 10px 0px 25px;
}
.product_view_details_box2_money{
  display: flex;
  flex-wrap: nowrap;
}
.product_view_details_box2_money_text{
  margin-left: 5px;
}
.product_view_details_box2_money span{
  display: block;
}
.product_view_details_box1_one{
  display: flex;
  flex-wrap: nowrap;
}
.product_view_details_box1_one_text{
  line-height: 35px;
  margin-left: 5px;
}
.font-22{
  font-size: 22px!important;
  line-height: 24px;
}
.font-13{
  font-size: 13px;
}
.price_color{
  color: #FF0000;
}
.product_view_details_box1 svg{
  margin-right: 10px;
  color: #027cc7;
}
.product_view_details_box2 svg{
  margin-right: 10px;
  color: #027cc7;
}
.bike_details{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.bike_details_box table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.bike_details_box tbody{
  display: flex;
  flex-wrap: wrap;
}
.bike_details_box tr{
  width: 50%;
  display: table;
}
.bike_details_box td {
  border-bottom: 1px solid #dadada;
  text-align: left;
  padding: 15px;
  color: #3c3c3c;
}
.bike_details_box td:nth-child(odd){
  width: 60%;
}
.bike_details_box td:nth-child(even){
  width: 40%;
}
.bike_details {
  position:relative;
}
.bike_details .text {
  margin-bottom: 5px; 
  color: #777; 
  padding: 0 15px; 
  position:relative;
  font-size: 14px; 
  display: block;
}
.bike_details .show-more {
  color: #777; 
  position:relative; 
  font-size: 12px; 
  padding-top: 5px; 
  height: 20px; 
  text-align: center; 
  background: #f1f1f1; 
  cursor: pointer;
}
.bike_details .show-more:hover { 
    color: #1779dd;
}
.bike_details .show-more-height { 
  height: 145px; 
  overflow:hidden;
  transition: all 1s; 
}
.bike_details_box_full .show-more{
  background: #f78900;
  color: #fff!important;
  max-width: 70%;
  width: 32%;
  display: block;
  text-align: center;
  margin: 25px auto;
  padding: 15px 0;
  border-radius: 5px;
  cursor: pointer;
}
.product_bikesome_bar_full{
  background: #027cc7;
  padding: 10px 0;
}
.product_bikesome_bar{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.product_bikesome_bars{
  width: 24%;
  margin: 0 auto;
  color: #fff;
}
.product_bikesome_bars:nth-child(2){
  padding-left: 20px;
}
.product_bikesome_bars:nth-child(3){
  padding-left: 20px;
}
.product_bikesome_bars svg{
  color: #fff;
}
.product_bikesome_bars img{
  width: 60%;
}
#product_inspection{
  padding-top: 50px;
}
.inspection_report{
  margin-top: 30px;
}
.inspection_report ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align:center;
  background: #E9F3F9;
  border-radius: 10px;
}
.inspection_report ul.tabs li{
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  width: 25%;
}
.inspection_report .tab-link p{
  margin:0 0 5px;
}
.inspection_report .tab-link img{
  width: 75px;
  display: block;
  margin: 0 auto 10px;
}
.inspection_report ul.tabs li.current{
  color: #027cc7;
}
.inspection_report .tab-content{
  display: none;
  padding: 15px;
}
.inspection_report .tab-content.current{
  display: inherit;
}
.product_tab_img{
  width: 30px;
}
.product_inspection ul.tabs li.current{
  color: #222;
  position: relative;
  z-index: 0;
}
.product_inspection ul.tabs li.current p{
  color: #027cc7;
}
.product_inspection ul.tabs li.current:before{
  content: "";
  background: linear-gradient(45deg, #f0cd31, #ef6131);
  position: absolute;
  top: 90%;
  left: 5%;
  width: 90%;
  height: 3px;
  border-radius: 10px;
  z-index: 1;
}
.product_inspection .title_content{
  width: 65%;
  margin: 15px auto;
}
.inspection_report_table tbody{
  display: flex;
  flex-wrap: wrap;
}
.inspection_report_table tr{
  width: 50%;
  display: table;
}
.inspection_report_table td {
  border-bottom: 1px solid #dadada;
  text-align: left;
  padding: 15px;
  color: #3c3c3c;
}
.inspection_report_table td:nth-child(odd){
  width: 60%;
}
.inspection_report_table td:nth-child(even){
  width: 40%;
  text-align: right;
}
.inspection_report_count{
  background: #F78900;
  border-radius: 50%;
  padding: 4px 8px;
  color: #fff;
  font-size: 13px;
  position: relative;
  left: 15%;
}
.inspection_report_imp_count{
  font-size: 24px;
}
.inspection_report_imp_count span{
  background: #F78900;
  border-radius: 50%;
  padding: 4px 8px;
  color: #fff;
  font-size: 13px;
  position: relative;
  left: 3%;
}
.inspection_report_table .text_green{
  color: #00B773;
}
.inspection_report_table .text_orange{
  color: #F78900;
}
.productnav{
  display: none;
}
.productsticky{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.product_imperfections_viewmore{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin:20px 0;
}
.product_imperfections_viewmore1{
  cursor: pointer;
  color: #027CAC;
}
.productnav{
  background: #027cc7;
}
.productnav_list_one{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.productnav_list_links{
  padding: 20px;
}
.productnav_list_links a{
  color: #fff;
  padding: 16px;
}
.productnav_list_links .active{
  position: relative;
}
.productnav_list_links .active:before{
  content: "";
  background: linear-gradient(45deg, #f0cd31, #ef6131);
  position: absolute;
  top: 90%;
  left: 5%;
  width: 90%;
  height: 3px;
  border-radius: 10px;
  z-index: 1;
}
.bike_purchase_process{
  display: flex;
  flex-wrap: wrap;
}
.bike_purchase_process_box{
  text-align: center;
  width: 24%;
  margin: 0 auto;
  position: relative;
}
.bike_purchase_process_box span{
  font-size: 30px;
  margin-bottom: 8px;
  display: block;
  color: #000;
}
.bike_purchase_process_box img{
  width: 50px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 50%;
}
.bike_purchase_process_box h4{
  margin-bottom: 5px;
  font-weight: 100;
}
.bike_purchase_process_box:after{
  position: absolute;
  top: 35%;
  left: 56%;
  height: 3px;
  content: '';
  width: 90%;
  background: url(../../assets/images/all/line2.png) repeat 0 0;
  transform: rotate(180deg);
  z-index: -1;
  animation: slide 2.5s linear infinite;
}
.bike_purchase_process_box:last-child::after {
  content: normal;
}
@keyframes slide {
  from {
    background-position: 40px 0; } 
  to {
    background-position: 0 0; }
}
.ui-slider {
    margin:15px 40px;
}
.product_emi{
  background: #013E5E;
  border-radius: 10px;
  color: #fff;
  padding: 25px;
  font-size: 15px;
  margin-top: 30px;
}

#test-modal .product_emi{
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.popup-modal-dismiss{
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 20px;
}
.emi_input{
  width: 100px;
  min-width: auto;
  max-width: initial;
  display: inline-block;
  border: white;
  font-size: 16px;
  color: #fff;
  background: #fff0;
  text-align: center;
}
.emi_flxing{
  display: flex;
}
.emi_wraping{
  flex-wrap: wrap;
}
.emi_nowraping{
  flex-wrap: nowrap;
}
.justify-content-center{
  justify-content: center;
}
.justify-space-between{
  justify-content: space-between;
}
.align-items-center{
  align-items: center;
}
.product_emi_box1{
  width: 70%
}
.product_emi_box1_text1{
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 2px;
}
.product_emi_box1_text2{
  color: #F78900;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
.product_emi_box1_text2 input{
  color: #F78900!important;
  font-size: 30px!important;
  width: 170px!important;
  font-weight: bold;
}
.product_emi_box1_text3{
  width: 95%;
  margin: 0 auto 15px;
  font-size: 12px;
  color: #7faac1;
}
.product_emi_box2{
  width: 25%;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 20px;
  color: #000;
}
.product_emi_box1 input{
  color: #fff;
  font-size: 15px;
}
.product_emi_box2_input{
  background: #f78900;
  border-radius: 5px;
  height: 28px;
  color: #fff;
  font-size: 15px;
  width: 125px;
  text-align: center;
  border: none;
  line-height: 28px;
}
#amount{
  width: 120px!important;
  text-align: right;
}
.product_emi_box2 p{
  margin-bottom: 6px;
}
.product_emi_box1_prices{
  width: 80%;
  margin: 0 auto;
}
.product_emi_box1_prices div{
  width: 48%;
  justify-content: space-around;
}
.product_emi_box1_prices div p{
  width: 100%;
  padding: 0 8px;
}
.product_emi_box1_prices div p:nth-child(2){
  text-align: right;
}
.product_emi_box1_prices div{
  position: relative;
}
.product_emi_box1_prices div:nth-child(odd):before{
  content: "";
  position: absolute;
  top: 0%;
  left: 105%;
  z-index: 999;
  width: 2px;
  height: 60%;
  background: #56839a;
}
.product_inspection_gallery_arrow{
}
.product_inspection_gallery_arrow svg{
  color: #000!important;
  font-size: 20px;
}
.about_us_row{
  display: flex;
  flex-wrap: wrap;
}
.about_us_column1{
  width: 47%;
  margin: 0 auto;
}
.text_grey{
  color: #606060;
}
.about_us_column2{
  width: 47%;
  margin: 0 auto;
}
.text-blue{
  color: #027CAC;
}
.about_us_img1{
  width: 100%;
}
.about_vision{
  background: #027CAC;
}
.text-yellow{
  color: #FFD600;
}
.about_vision h4{
  font-size: 40px;
  margin-bottom: 24px;
}
.about_vision p{
  margin: 0;
  font-size: 28px;
}
.about_us_map{
  background: url("../../assets/images/bg/about_us_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  background-position: center;
}
.about_us_map_box{
  text-align: center;
}
.about_us_map_box_title1{
  color: #fff;
  font-weight: 100;
}
.about_us_map_box_title2{
  color: #FFD600;
  font-weight: 100;
}
.about_us_map_box_title2 span{
  color: #fff;
}
.about_us_map_box_content{
  color: #fff;
}
.about_img_style1{
  box-shadow: 0px 13px 8px -9px #585858;
  border-radius: 10px;
}
.about_banner{
  padding: 0px 0;
}
.contact_banner{
  background: #e4e4e4;
  padding: 120px 0;
}
.contact_us_row{
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  margin: 0 auto;
}
.contact_us_col{
  width: 40%;
  margin: 20px auto;
}
.contact_us_col1:nth-child(1){
  width: 54%;
  margin: 0px auto;
}
.contact_us_col1:nth-child(2){
  width: 46%;
  margin: 0px auto;
}
.contact_us_box_img{
  background: #027CAC;
  border-radius: 50%;
  padding: 7px;
  width: 70px;
  margin: 0px 0 5px;
}
.contact_us_box{
  box-shadow: 0 0 7px #9c9c9c;
  border-radius: 20px;
  padding: 30px;
  background: #fff;
}
.contact_line1 {
  clear: both;
  width: 23%;
  height: 5px;
  margin: 0px 0px 15px;
  background: linear-gradient(45deg, #f0cd31, #ef6131);
  border-radius: 10px;
  border: none;
}
.contact_rowing_full{
  position: relative;
  top: -100px;
  z-index: 9;
  padding: 0;
  margin-bottom: -40px;
}
.contact_us_box a{
  text-decoration: underline;
}
.contact_us_box p{
  margin-bottom: 10px;
}
.contact_whats div{
  width: 45%;
  margin: 0 auto;
}
.contact_whats_img{
  width: 75%;
}
.contact_bottom{
  background: #ccc;
}
.contact_bottom a{
  background: #027cac;
  padding: 15px 35px;
  border-radius: 5px;
  color: #fff;
}
.contact_bottom p{
  margin: 0 15px;
  font-size: 21px;
  color: #525252;
}
.locate_us_icons li{
  padding: 5px 0px;
  display: flex;
  flex-wrap: nowrap;
}
.locate_us_icons svg{
  color: #ffffff;
  background: #027CAC;
  font-size: 13px;
  padding: 5px;
  border-radius: 50%;
}
.locate_us_icons li span{
  margin-left: 10px;
  line-height: 30px;
}
.find_a_center_heading{
  text-align: center;
}
.all_states_locate_us{
  width: 40%;
  margin: 0 auto;
  text-align: left;
}
.find_a_center_box{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.find_a_center_box1::-webkit-scrollbar {
  width: 15px;
}
.find_a_center_box1::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.find_a_center_box1::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.find_a_center_box1{
  width: 38%;
  padding: 0 15px;
  height: 600px;
  overflow-y: scroll;
}
.find_a_center_box2{
  width: 57%;
  padding: 0 15px;
}
.find_a_center_box1_sub1{
  width: 80%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  font-size: 14px;
}
.find_a_center_box1_sub1:last-child{
  border-bottom: none;
}
.find_a_center_box1 .bg_grey_light{
  background: #eaeaea!important;
  border-radius: 5px;
  padding: 3px 10px;
}
.article_bg{
  background: url("../../assets/images/bg/article_bg.jpg");
  background-size: cover;
  position: relative;
  z-index: 0;
}
.article_bg::before{
  content: "";
  background: linear-gradient(0deg,#00000094, #00000094);
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.article_bg_breadcrumbs1{
  text-align: center;
  color: #fff;
  font-weight: 100;
}

.all_articles_tab ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #a7a7a7;
}
.all_articles_tab ul.tabs li{
  background: none;
  color: #222;
  display: inline-block;
  padding: 20px 40px;
  cursor: pointer;
}
.all_articles_tab ul.tabs li.current{
  color: #DF8000;
  position: relative;
  z-index: 0;
}
.all_articles_tab ul.tabs li.current:before{
  content: "";
  background: #DF8000;
  position: absolute;
  top: 97%;
  left: 5%;
  width: 90%;
  height: 3px;
  border-radius: 10px;
  z-index: 1;
}
.all_articles_tabs_full{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.all_articles_tabs_full_box_content{
  padding: 20px;
}
.all_articles_tabs_full_box_content .grey{
  color: #767676;
}
.all_articles_tabs_full_box{
  width: 31.6%;
  box-shadow: 0px 0px 6px #7b7b7b;
  margin: 10px;
  transition: 1s;
  overflow: hidden;
}
.all_articles_tabs_full_box:hover{
  box-shadow: 0px 6px 10px -2px #7b7b7b;
  border-radius: 20px 20px 0 0;
}
.all_articles_tabs_full_box img{
  width: 100%;
}
.article_content_btn{
  margin-top: 30px;
}
.article_content_btn a{
  text-decoration: none;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -.015em;
    font-size: 1em;
    padding: 1em 3em;
    color: #fff;
    background: #027cc7;
    font-weight: bold;
    border-radius: 50px;
    /* float: right;
    text-align: right; */
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    border: 1px solid #027cc7;
}

.article_content_btn a:hover{
  background: #fff;
    color: #027cc7;
}

.article_content_btn svg{
  font-size: 14px;
  position: relative;
  top: -1px;
}
.quality_btn{
  background: #DF8000;
  padding: 10px 30px;
  border-radius: 5px;
  color: #fff;
  font-size: 100;
  border: 1px solid #DF8000;
}
.quality_btn:hover{
  border: 1px solid #DF8000;
  background: #fff;
  color: #DF8000;
}
.quality_speci_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 75%;
  margin: 0 auto;
  position: relative;
  bottom: -60px;
}
.quality_speci_box1{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 37%;
  background-color: #fff;
  box-shadow: 0 0 5px #797979;
  margin: 0 auto;
  border-radius: 10px;
  padding: 10px 30px;
  justify-content: center;
}
.quality_speci_box2{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 40%;
  background-color: #fff;
  box-shadow: 0 0 5px #797979;
  margin: 0 auto;
  border-radius: 10px;
  padding: 10px 30px;
  justify-content: center;
}
.quality_speci_box_img{
  width: 25%;
}
.quality_speci_box_img img{
  width: 100%;
}
.quality_speci_box_content{
  width: 50%;
  margin-left: 20px;
}
.quality_speci_box_content p{
  margin-bottom: -3px;
}
.quality_light_grey{
  background: #dddddd;
}
.quality_professional_row{
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
.quality_professional_col:nth-child(1){
  width: 40%;
  margin: 0 15px;
}
.quality_professional_col:nth-child(1) a{
    text-decoration: underline;
}
.quality_professional_col:nth-child(2){
  width: 55%;
  margin: 0 15px;
}
.quality_professional_row h2{
  font-size: 36px;
}
.quality_professional_row .hr_line{
  width: 25%;
  margin: 10px 0 20px;
}
.quality_trust_row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.quality_trust_col{
  width: 48%;
  margin: 0 auto;
}
.quality_trust_row .hr_line{
  width: 25%;
  margin: 10px 0 20px;
}
.quality_trust_col:nth-child(2) div{
  width: 80%;
  margin: 0 auto;
}
/*.quality_trust_col:nth-child(2) p{
  text-align: justify;
}*/
.quality_trust_col h2{
  font-size: 36px;
}
.bg_blue{
  background: #027CAC;
}
.quality_ride_row{
  display: flex;
  flex-wrap: wrap;
}
.quality_ride_col{
  width: 48%;
}
.buying_row{
  display: flex;
  flex-wrap: wrap;
}
.buying_col{
  width: 46%;
  margin: 0 15px;
}
.say_icon{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0;
}
.say_icon_col1{
  width: 10%;
}
.say_icon_col1 img{
  width: 100%;
}
.say_icon_col2{
  width: 80%;
  margin-left: 15px;
}
.say_icon_col2 p{
  margin-bottom: 0;
}
.buying_certified_row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.buying_certified_col .hr_line{
  width: 30%;
  margin: 10px 0 20px;
}
.buying_certified_col:nth-child(1) {
  width: 47%;
}
.buying_certified_col:nth-child(2){
  width: 47%;
}
.buying_certified_col:nth-child(2) a {
    text-decoration: underline;
}
.buying_pay_row{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.buying_pay_col{
  width: 31.6%;
  margin: 0 auto;
  height: inherit;
  background: #ebebeb;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buying_pay_box_img{
  width: 23%;
  margin: 0 auto 15px;
}
.buying_pay_box_img img{
  width: 100%;
}
.buying_pay_box{
  padding: 30px 20px;
  text-align: center;
}
.buying_reduce_row{
  display: flex;
  flex-wrap: nowrap;
  background: #DF8000;
  align-items: center;
}
.buying_reduce_col:nth-child(1){
  width: 25%;
}
.buying_reduce_col:nth-child(1) img{
  margin-bottom: -4px;
  height: 240px;
  width: auto;
}
.buying_reduce_col:nth-child(2){
  width: 75%;
}
.buying_reduce_box{
  width: 95%;
  margin: 0 10px 0 auto;
  color: #fff;
}
.btn_blue a{
  background: #027CAC;
  color: #fff;
  border-radius: 5px;
  padding: 12px 50px;
}
.buying_pick_row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.buying_pick_col{
  width: 47%;
}
.buying_always{
  background: #e2e2e2;
}
.buying_always .buying_always{
  margin-top: 40px;
}
.buying_always_row{
  display: flex;
  flex-wrap: wrap;
}
.buying_always_col{
  width: 23%;
  margin: 0 auto;
}
.buying_always_col_box{
  position: relative;
  z-index: 0;
  text-align: center;
  margin-bottom: 25px;
}
.buying_always_col_box_img_2{
  width: 85%;
}
.buying_always_col_icon{
  background: #027cc7;
  display: inline-block;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  margin-top: -40px;
  border: 5px solid #ffffff;
  position: absolute;
  width: 35%;
  top: 12%;
  right: 4%;
}
.buying_faq_more{
  text-align: center;
  margin: 30px 0 0;
}
.faq_row{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.faq_col1{
  width: 20%;
}
.faq_col2{
  width: 75%;
  margin: 0 0 0 35px;
}
.faq_active_nav{
  color: #027cc7!important;
  /*background: #027cc7;*/
  /*padding-left: 15px!important;*/
  /*border-radius: 10px 40px 40px 10px;*/
}
.faq_links a:hover{
  color: #ccc;
}
.faq_page h2{
  font-size: 34px;
  margin: 30px 0 10px;
}
.faq_page_one{
  margin: 0px 0 10px!important;
}
.faq_page .b-faq .faq__content{
  background-color: #f7f7f7;
}
.tab-content.current{
  animation: fadeleft .7s ease;
  position: relative;
  z-index: 9;
  width: 95%;
}
@keyframes fadeleft{
  from{
    left: -300px;
    opacity: .3;
  }
  to{
    left: 0px;
    opacity: 1;
  }
}
.inspection_report .show-more1 {
  background: #f78900;
  color: #fff!important;
  max-width: 70%;
  width: 32%;
  display: block;
  text-align: center;
  margin: 25px auto 0;
  padding: 15px 0;
  border-radius: 5px;
  cursor: pointer;
}
.faq_links li a{
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  width: 50%;
  color: #000;
}
.sidebar {
  float: left;
  width: 350px;
}
.checklist_bg{
  background: #dddddd;
  padding: 20px 15px;
}
.checklist_container{
  width: 80%;
  margin: 0 auto;
}
.checklist_inner_bg{
  background: #fff;
  padding: 15px 20px;
}
.checklist_header{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.checklist_header_hr{
  border: 1px solid #ccc;
}
.checklist_logo{
  width: 50%;
}
.checklist_logo img{
  width: 150px;
}
.checklist_header_right{
  width: 50%;
}
.checklist_header_right p{
  text-align: right;
  margin-bottom: 0;
}
.checklist_title_content{
  margin-top: 30px;
}
.checklist_report ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align:center;
  border-radius: 10px;
}
.checklist_report ul.tabs li{
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  width: 15%;
  position: relative;
  z-index: 0;
}
.checklist_report ul.tabs li:before{
  content: "";
  /*background: #b1b1b1;*/
  position: absolute;
  right: 0%;
  width: 2px;
  height: 75%;
  border-radius: 10px;
  z-index: 1;
}
.checklist_report .tab-link p{
  margin:0 0 5px;
}
.checklist_report .tab-link img{
  width: 60px;
  display: block;
  margin: 0 auto 10px;
}
.checklist_report ul.tabs li.current{
  color: #027cc7;
}
.checklist_report .tab-content{
  display: none;
  padding: 15px;
}
.checklist_report .tab-content.current{
  display: inherit;
}
.checklist_report_table_full table{
  width: 100%;
  text-align: left;
}
.checklist_report_table td {
  border: 1px solid #adadad;
  text-align: left;
  padding: 15px;
  color: #3c3c3c;
  letter-spacing: 0;
}
.checklist_report_table th {
  border: 1px solid #adadad;
  padding: 7px 10px;
  color: #424242;
  background: #f1f1f1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  width: 100%;
}
.checklist_report_table th:nth-child(2){
  text-align: center;
}
.checklist_report_table th:nth-child(3){
  text-align: center;
}
.checklist_report_count{
  background: #fe0000;
  border-radius: 50%;
  padding: 4px 8px;
  color: #fff;
  font-size: 13px;
  position: relative;
  left: 3%;
}
.checklist_report_imp_count{
  font-size: 24px;
}
.checklist_report_imp_count span{
  background: #F78900;
  border-radius: 50%;
  padding: 4px 8px;
  color: #fff;
  font-size: 13px;
  position: relative;
  left: 3%;
}
.checklist_report_table .text_green{
  color: #00B773;
}
.checklist_report_table .text_orange{
  color: #F78900;
}
.checklist_report_table_full tbody td:nth-child(3){
  color: #00B773;
  text-align: center;
  font-size: 22px;
}
.checklist_report_table_full tbody td:nth-child(4 ){
  color: #e65b6f;
  text-align: center;
  font-size: 22px;
}
.checklist_report_table_full{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checklist_col{
    width: 45%;
}
.checklist_report .tab-content.current{
  width: 100%;
  box-sizing: border-box;
}
.checklist_report ul.tabs li.current:before {
  content: "";
  background: linear-gradient(45deg, #f0cd31, #ef6131);
  top: 89%;
  left: 1%;
  width: 45%;
  height: 3px;
  border-radius: 10px;
  z-index: 1;
  margin: 0 auto;
}
/*.blue_dot{
  font-size: 40px;
  line-height: 0;
  color: #027CAC;
}*/
.sell_how_it_text{
  margin-top: 25px;
}
.about_mt1{
  margin-top: 60px;
}
.about_pt1{
  padding: 40px 0 30px
}
.about_w_90{
  width: 90%;
}
.about_w_90_box2{
  width: 90%;
  margin: 0 0 0 auto;
}
.locate_us_slider{
  width:100%;
  margin:0px auto;
}
.locate_us_slider img{
  width:100%;
}
.buying_row{
  margin-top: 50px;
}
.quality_ride_content{
  padding: 70px 0;
}
.quality_ride_img{
  width: 315px;
  margin: 0 auto;
}
.quality_ride_img img{
  width: 100%;
  margin-bottom: -5px;
}
.quality_ride_content .hr_line {
    width: 20%;
    margin: 10px 0 20px;
}
.sell_terms_link{
  color: #fff;
}
.sell_terms_link:hover{
  color: #cccccc;
}
.breadcrubmbs_title{
  font-size: 45px;
}
.faq_bg{
  background: #e1e1e1;
}
.faq_breadcrumbs_margin{
  margin: 20px 0;
}

/*chages made by prathipa 22-09-2021*/

.Popup_g_icon{
  width: 28px;
  position: relative;
  top: 8px;
  margin-right: 7px;
}
.Popup_g_or{
  position: relative;
}
.Popup_g_or:before {
  content: "";
  display: block;
  width: 130px;
  height: 2px;
  background: #d6d6d6;
  left: 40px;
  top: 45%;
  position: absolute;
}
.Popup_g_or:after {
  content: "";
  display: block;
  width: 130px;
  height: 2px;
  background: #d6d6d6;
  right: 40px;
  top: 45%;
  position: absolute;
}
.modal {
  /*background: #FFF;
  width: 200px;
  height: 100px;
  text-align: center;*/
  /*margin-left: -100px;*/
  /*line-height: 25px;*/
  background: #fff;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 995;
  border-radius: 5px;
  padding: 20px;
}
.close{
  text-align: right;
  font-size: 24px;
  position: relative;
  top: -10px;
  left: 95%;
}
.modal-bg {
  background: #000;
  zoom: 1;
  opacity: 0.8;
  filter: alpha(opacity=80); 
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 994;
}
.btn_blue1 a{
  background: #027cc7;
  color: #fff;
  border-radius: 5px;
  padding: 9px 50px;
}
.popup_login{
  text-align: center;
  width: 400px;
  margin: 0 auto;
  position: relative;
  top: -10px;
}
.login_popup_h4{
  color: #848484;
  font-weight: 100;
}
.popup_login .text-input {
  position: relative;
  margin-top: 20px;
  text-align: right;
  width: 75%;
  margin: 0 auto;
}
.pop_up_label{
  transition: 1s;
}
.popup_login .text-input input[type="text"] {
  display: inline-block;
  width: 70%;
  height: 40px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid lightgray;
  border-radius: 3px;
  padding: 10px 10px 10px 15px;
  transition: all 0.1s ease-out;
  font-size: 16px;
}

.popup_login .text-input input[type="text"] + label {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  color: white;
  border-radius: 3px 0 0 3px;
  padding: 0 20px;
  background: #027cc7;
  transform: translateZ(0) translateX(0);
  transition: all 0.3s ease-in;
  transition-delay: 0.2s;
}

.popup_login .text-input input[type="text"]:focus + label {
  /*transform: translateY(-120%) translateX(0%);*/
  border-radius: 3px;
  transition: all 0.1s ease-out;
}

.popup_login .text-input input[type="text"]:focus {
  padding: 10px 10px 10px 65px;
  transition: all 0.3s ease-out;
  transition-delay: 0.2s;
  width: 100%;
}
.popup_login .text-input input[type="text"]:focus + label{
  padding: 0 10px;
}
.locate_us_icons{
  color: #606060;
}
.fa-heart:before{
  content: "\f08a";
}
.about_us_row .about_w_90 .text-blue{
  font-size: 20px;
  width: 95%;
}
.about_us_row .about_us_column1 .text-blue{
  font-size: 20px;
}
.buying_pay_box p{
  margin-bottom: 0;
}


@import url(https://fonts.googleapis.com/css?family=Roboto);

/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=button] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}

.login-btn {
  text-align:center;
  margin-top: 50px;
}

.button {
  line-height: 55px;
  padding: 0 30px;
  background: #004a80;
  color: #fff;
  display: inline-block;
  font-family: roboto;
  text-decoration: none;
  font-size: 18px;
}

.button:hover,
.button:visited {
  background: #006cba;
  color: #fff;
}

.close {
  
  cursor:pointer;

  &:after, &:before {
    
    content:"";
    height:20px;
    width:20px;
    border-top:1px solid #000;
    position:absolute;
    top:7px;
    right:-8px;
    @include rotate(-45deg);
  
  }
      
  &:before {
		
    right:6px;
    @include rotate(45deg);
  
  }
  
  &:hover {
 		
    @include opacity(0.3);
    
  }
  
}
.sign-up-heading{
    display:flex;
}

.btn:link, .btn:visited {
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	letter-spacing: -.015em;
	font-size: 1em;
	padding: 1em 3em;
	color: #fff;
	background: #027cc7;
	font-weight: bold;
	border-radius: 50px;
	float: right;
	text-align: right;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	border: 1px solid #027cc7;
}
.btn:after {
	content: "\276f";
	padding: .5em;
	position: relative;
	right: 0;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.btn:hover, .btn:focus, .btn:active {
	background: #fff;
    color: #027cc7;
}
.btn:hover:after, .btn:focus:after, .btn:active:after {
	right: -10px;
}
.product_view_share svg{
  background: white;
  border-radius: 50%;
  color: #DC0B0B;
  font-size: 18px;
  }

.buy_bike_col img{
  height: 65%;
  border-bottom: 1px solid #b3b3b3;
}

.multiselect .active{
  background-color: #027cc7;
  color: #fff;
  border: 1px solid #027cc7;
}
.inspection_report_table table{
  width: 100%;
}
/* .checklist_report_table td:empty{
  display: none;
} */

/*.checklist_report_table tr {
  display: none;
}*/

.bike_details_box_full h4, .product_inspection h4, #financing h4{
  margin-bottom: 5px;
}
.sell_pagination .buy_bike_col{
  margin: 5px 10px 25px;
}
.testimonial__inner .morelink{
  margin-top: 0px;
}
.checklist_back_btn span{
  background-color: #027cc7;
  color: #fff;
  padding: 8px 25px;
  border: 1px solid #fff0;
  border-radius: 3px;
  cursor: pointer;
}
.checklist_back_btn span:hover{
  background-color: #fff0;
  color: #027cc7;
  border: 1px solid #027cc7;
}
.checklist_back_btn{
  text-align: right;
}
.product_inspection p{
  text-align: center;
}
.body_scroll{
  overflow-y: scroll!important;
}
.body_scroll::-webkit-scrollbar {
  box-shadow:unset!important;
  width: 0!important;
}
.loaddata{
  display: flex;
  flex-wrap: wrap;
}
.loaddata_category{
  display: flex;
  flex-wrap: wrap;
}