/*/*----------------------------*\*/
/*	Top header
	#2dcc70*/

/*dropdown menu*/
.top-bar ul li ul {
  position: fixed;
  display: none; /*collapse all sub menus to begin with*/
  visibility: collapse;
  width: 200px;
  margin-top: 0 ;
  background: rgba(255,255,255);
  box-shadow: 0 0px 15px 2px rgba(0, 0, 0, 0.14), 0 5px 15px -5px rgba(0, 0, 0, 0.12), 0 3px 10px -5px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

.top-bar ul li ul li {
  display: list-item;
  list-style-type: none;
  float: none;
}

.top-bar ul li ul li a {
  background: none;
  color: #000;
  width: 100%;
}
.dropdownn-menu {
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
}
.dropdownn-menu>li {
  line-height: 30px;
  text-align: center;
  border-bottom: 1.4px solid #f0f0f0;

}
.dropdownn-menu>li a {
  text-decoration: none;
  float: none;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left:20px;
  padding-right:20px;
  width: 100%;
}
.dropdownn-menu>li:first-child{
  margin-top: 3px;
}
.dropdownn-menu>li:last-child{
  border-bottom: none;
  margin-bottom: 3px;
}
.dropdownn {
  width: 100%;
  font-size: 0.8em;
}
.dropdownn:hover {
  width: 100%;
  color: #f70;
  background: #fef1e9;
}
.dropdownn-menu:before, .dropdownn-menu:after{
  content: close-quote; /*close-quote/""/*/
  position: absolute;
  border: 10px solid transparent;
  border-top: 0px;
  left: 10px;
  top: -10px;
}
.dropdownn-menu:before {
  top: -10px;
  border-bottom-color: #fff;
  shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.dropdownn-menu:after {
  top: -10px;
  border-bottom-color: #f0f0f0;
  shadow: 0 0 6px 0 rgba(0,0,0,0.3);
  z-index: -1;
}
.top-bar ul li:hover ul, .top-bar ul li:focus ul{
  display: block;
  visibility: visible;
  transition: 0.0005s;
  transition-delay: 0.0005ms;
}
/*dropdown menu*/

/*dropdown-s menu*/
.top-bar ul li ul li ul {
  position: absolute;
  display: none; /*collapse all sub menus to begin with*/
  visibility: hidden;
  background: rgba(255,255,255);
  box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.2);
  border-radius: 6px;
}

.top-bar ul li ul li ul li{
  display: list-item;
  list-style-type: none;
  float: none;
}

.top-bar ul li ul li ul li a {
  background: none;
  color: #000;
  width: 100%;
}
.dropdownn-menu {
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
}
.dropdownn-menu>li {
  line-height: 30px;
  text-align: center;
  border-bottom: 1.4px solid #f0f0f0;

}
.dropdownn-menu>li a {
  text-decoration: none;
  float: none;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left:18px;
  padding-right:18px;
  width: 100%;
}
.dropdownn-menu>li:first-child{
  margin-top: 3px;
}
.dropdownn-menu>li:last-child{
  border-bottom: none;
  margin-bottom: 3px;
}
.dropdownn {
  width: 100%;
  font-size: 0.8em;
}
.dropdownn:hover {
  width: 100%;
  color: #f70;
  background: #fef1e9;
}
.dropdownn-menu:before, .dropdownn-menu:after{
  content: close-quote; /*close-quote/""/*/
  position: absolute;
  border: 10px solid transparent;
  border-top: 0px;
  left: 10px;
  top: -10px;
}
.dropdownn-menu:before {
  top: -10px;
  border-bottom-color: #fff;
  shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.dropdownn-menu:after {
  top: -10px;
  border-bottom-color: #f0f0f0;
  shadow: 0 0 6px 0 rgba(0,0,0,0.3);
  z-index: -1;
}
.top-bar ul li ul li:hover ul, .top-bar ul li ul li:focus ul{
  display: block;
  visibility: visible;
  transition: 0.0005s;
  transition-delay: 0.0005ms;
}
/*dropdown-s menu*/

.progress-bar {
   /* Remain on top */
   position: fixed;
   top: 0;

   /* Thickness & Color */
   height: 5px;
   background:yellow;

   /* How fast progress happens */
   transition: width .25s;

   /* Display on top of everything */
   z-index:999999999999999999999999999999999999999999;
}
.contain-top{
	width: 100%;
	max-height: 30px;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
  color: #fff;
	overflow-y: hidden;
	overflow-x: hidden;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #010b13;/*rgb(17,17,17)*/
}
.favicon{
	margin-top: 5px;
	height: 45px;
	width: 51px;
	border-radius: 3px;
}

.socials {  /* Allow the centering to work */
	margin: 0 auto;
	float: left;

}
.socials-top .fa{
	color: #fff;
}

ul.socials-top {
	list-style: none;
	padding-top: 0px;
	margin-top: 5px;
	}
	ul.socials-top li {
		display: inline-block;

	}

	.menu-top {
		margin: 0 auto;
		float: right;
	}

	ul.socials-top-right {

		list-style: none;
		padding-top: 0px;
		}
		ul.socials-top-right li {
			display: inline;
			margin-right: 10px;
			font-size: 12px;

		}
		ul.socials-top-right li>a{
			color: #ffff;
		}
@media (max-width:350px) {
	ul.socials-top li{
		display: none;
	}
}

.alert-fixed {
		position:fixed !important;
		text-align: center !important;
		top: 9vh;
		max-height: 20vh !important;
		overflow-y: hidden;
		width: 100%;
		z-index:999;
		border-radius:0;
}
@media (max-width:991) {
	.alert-fixed {
		top: 80px !important;
	}

}
a.left
{
    position: relative;
}

a.left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
	background: red;
}
a.left:hover:before {
  visibility: visible;
  width: 100%;
}


.landing-search>.btn{
	background-color: red;
}

.landing-push{
	top: 0;
	margin-left: 0 auto;
	float: right;
	width: 45%;
	height: auto;
}
@media (max-width:767px) {
	.landing-push{
		width: 100%;
	}

}
.center {
    text-align: center !important;
  }

  .pagination {
    display: inline-block !important;
  }

  .pagination>li>a {
    color: #253137 !important;
    float: left !important;
    padding: 6px 12px !important;
    border-radius: 1rem !important;
    text-decoration: none !important;
    transition: background-color .3s !important;
    border: 1px solid #ddd !important;
    margin: 0 4px !important;
  }

  .pagination>.active>a {
    background-color: #ff4605 !important;
    color: white !important;
    border: 1px solid #ff4605 !important;
  }

.landing-left{
 position: relative;
 float: none;
 display: block;
}
.landing-left>img{
	height: 100%;
	width: 55%;
	margin-bottom: 10px;
	float: left;

}
@media only screen and (max-width: 767px) {
  .landing-left>img {
    width: 100%;
  }
}

.banner-bottom{
	width: 100%;
}

.car-logo-left>img{
	margin-top: 0;
	float: left;
	max-width: 43%;
	width: 400px;
	height: 500px;
	height: 100%;
	justify-content: flex-start;


}

@media only screen and (max-width: 991px) {
  .car-logo-left>img{
    width: 100%;
		margin-top: 25px;
  }
	.car-logo-explained{
		width: 100%;
	}

}

.car-logo-explained{
	text-align: center;
	width: 40%;
	height: 100%;

}
.car-logo-explained>p{
	font-size: 25px;
	color: #000;
}

.car-logo-right>img{
	margin-top: -40px;;
	float: right;
	width: 100%;
	max-width: 52%;
	height: 100%;

}

@media only screen and (max-width: 991px) {
  .car-logo-right>img{
    width: 100%;
		margin-top: 15px;
		object-fit: cover;
    object-position: bottom;
  }
}
@media (max-width: 991px) {
  .car-logo-left>.car-logo-explained{
    width: 100%;
		object-fit: cover;
    object-position: bottom;
  }
}

/*Verify*/
.verify{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 2px;
	background: #dafdea ;
	border-radius: 1rem;
	margin: 10px 0;
	font-size: 16px !important;
	font-weight: 700;
	color: #009947;

}
.verify_img{
	font-size: 17px !important;
}
/*sections*/
.section-header{
	margin-top: 40px;
}
.section-header h3{
	margin-top: 0px;
	font-size: 48px !important;
	background: linear-gradient(to right top, #000, #333) !important;
	background-clip: text !important;
	-webkit-background-clip: text !important;
	color:  transparent !important;
}
.site-section {
   padding: 50px 0 40px;
   margin: 40px 0;
}
/*Navbar responsive*/
.nav li: hover{
	background: transparent !important;
}
.navbar{
	z-index: 9;
	top: 28px;
	/*background: linear-gradient(-45deg, #fabf2b 0%, #fabf2b 50%, transparent 27%), linear-gradient(-45deg, #fabf2b 0%, #fabf2b 60%, #00bc40 27%);*/
	background: rgba(255, 255, 255);
	backdrop-filter:  blur(30px);
	-webkit-backdrop-filter:  blur(3px) !important;
	border: 0px !important;
	color: #000 !important;
	box-shadow: 0 0 66px 0 rgba(0,0,0,0.09);

}
@media (max-width:1200) {
	.navbar{
		max-height: 100% !important;
	}

}
@media (max-width:760) {
	.navbar{
	z-index: 9;
	top: 28px;
	background: #fff !important;
	border: 0px !important;
	color: #000 !important;
	box-shadow: 0 0 16px 0 rgba(0,0,0,0.25);
	}

}


.navbar-nav>li>a{
	color: #253137 !important;
	font-size: 13px !important;
	margin-top: 10px;
	font-weight: 900;
}
.navbar-nav>li a:hover, .navbar-nav>li a:focus{
	background: transparent;
	color: #ffffff !important;

}
.navbar-toggle>button{
	float: right !important;
	background-color: #fff !important;
}
.similar-prof{
	margin-top: 2px solid #000;
}
.navbar-toggle{
    border-color: #fff !important;
}
.navbar-toggle:hover,.navbar-toggle:focus{
    border-color: #fff !important;
}

.navbar-toggle {
  border: none;
  float: right !important;
}
.k-nav-brand{
	color: #00bc50 !important;

}
.k-nav-brand:hover,.k-nav-brand:focus{
	color: #00bc50 !important;
}
.kwachuaa-logo{
	display: flex;
	text-align: center;
	justify-content: center;
	justify-self: center;
	margin-top: 9px;
}
/* Override Mobile Nav Breakpoint in X/here we make sure the navbar is responsive in ipad & ipad pro */
@media (max-width: 1024px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
				font-size: 1.2em;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
		.navbar {
			overflow-y: scroll;
			font-size: 2em;
		}
}

.message-container-d{
	color: #e33832;
	padding: 7px;
	border: 3px solid;
	border-radius: 2px;
}
.message-container-s{
	color: #fff;
	margin-bottom: 10px;
	text-align: left;
	width: 100%;
	font-size: 12px;
	background: #2dcc70;
	overflow-x:hidden;
	right: 10px;
	border-radius: 5px;
}
.message-container-c{
	margin-bottom: 10px;
	text-align: left;
	width: 100%;
	font-size: 11px;
	background: #f2f2f2;
	overflow-x:hidden;
	right: 10px;
	border-radius: 5px;
}
.user-contact{
	padding:10px;
	font-size: 11px;

}
.user-contact p {
	font-size: 12px;
}


.gari-call{
	color: #00a857;
}
.gari-m{
	color: #00b053;
	font-size: 18px;
	font-weight: 900;
}
.copyright{
	margin-top: 8px;
	color: #1c90c7;
}
/*Image Responsive*/
.landing-img-responsive{
	max-height: 220px !important;
	border-radius: 3px 3px 0 0;
	width: 100% !important;
	object-fit: cover;
	object-position: center;
}
.img-responsive{
	max-height: 220px !important;
	min-height: 220px !important;
	width: 100% !important;
	object-fit: cover;
	object-position: center;
}
.cars-img-responsive{
	max-height: 233px !important;
	width: 100% !important;
	object-fit: cover;
	object-position: center;
}

.gari-h4{
	color: #fff;
	background: #b75e33;
	background-color: #f2cf07 !important;
  background-image: linear-gradient(315deg, #f2cf07 0%, #55d284 74%) !important;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	padding: 5px;
	border-radius: 4px
}
.gari-link{
	color: #f2f2f2;
	text-decoration: underline;
}
.gari-link:hover{
	color:#000;
	font-size: 12px;
}

.vhd-img-slide{
	max-height: 37vh;
	min-height: 37vh;
	position: relative;
	margin: 10px 5px;
	z-index: 1;
	border-radius: 5px;
	background: #fff;
	object-fit: cover;
	object-position: center;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
   
}
.vhd-img-slide img{
    min-height: 37vh;
	max-height: 37vh;
	border-radius: 5px;
	object-fit: cover;
	object-position: center;
}



@media (max-width:1024) {
	.vhd-img-slide {
	max-height: 30vh !important;
	position: static;
	margin: 30px;
	z-index: 1;
	border-radius: 5px;
	background: #fff;
	object-fit: cover;
	object-position: center;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	}
	.img-slide{
	max-height: 30vh;
	border-radius: 5px;
	object-fit: cover;
	object-position: center;
}
}

.contact-vid{
	margin:20px;
	align-content: center;
}


.gari-index-overlay{
	color: #fff;
}
.panel-default{
	color: #00bc50 !important;
}
.panel-info>.panel-heading{
	color: #fff !important;
	background: #00bc50 !important;
	background-color: #21d190 !important;
  background-image: linear-gradient(315deg, #21d190 0%, #d65bca 74%) !important;
	border: 1px solid #00bc50 !important;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .alert-fixed {font-size: 5px !important;
	}
}
@media (max-width:991px) {
.itana_out {
  display: none  ;
  float: none;

}}

.contain-to-grid {
	line-height: 35px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.contain-to-grid{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header-links li {

  display: inline-block;
  padding-right: 10px;
  font-size: 12px;
	padding: 0px 20px 0px 0px;
}

.header-links li:last-child {
  margin-right: 0px;
}

.header-links li a {
  color: #000;
  font-size: 13px;


}

.header-links li a:hover {
  color: #ee6321;
  font-weight: 400;
	transition: .005s;
}
.header-links li:hover{
	background-color: #e4e7ed;
	color: #000;
	border-radius: 15px;
	padding: 3px 10px 3px 10px;

}
.header-links li i {
  color: #555555;
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}

/*----------------------------*/





	 .login_btn {
	   display: inline-block;
	   margin-left: 7px;
	   vertical-align: middle;
	 }
	 .circle_icon {
	   border-radius: 50%;
	   color: #555;
	   float: left;
	   font-size: 17px;
	   height: 40px;
	   line-height: 35px;
	   margin-right: 10px;
	   text-align: center;
	   width: 40px;
	 }
	 .uppercase_text {
	   color: #111;
	   font-size: 15px;
	   font-weight: 900;
	   line-height: 17px;
	   margin: 0;
	   text-transform: capitalize;
	 }
	 .header_widgets {
	   display: inline-block;
	   width: 100%;
	   text-align:left;
	 }
	 .header_widgets a {
	 	color:#555;
	 }

	 .header-search {
	  box-shadow: 0 0 6px 0 rgba(255 0 0 0.9) ;
	   float: right ;
	   padding: 16px 0;
	   position: relative;

	 }
	 #header-search-form::after {
	   border-color: #000;
	   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
	   border-style: solid;
	   border-width: 7px;
	   content: "";
	   position: absolute;
	   right: 10px;
	   top: -13px;
	   display:none;
	 }
	 .header-search input {
	   background: #f0f0f0 none repeat scroll 0 0;
	   height: 30px;
	 	margin-right: 10px;
		margin-left: 10px;
	 	max-width: 100%;
	   width: 200px;
		 overflow-x: auto;
	 }
	 .header-search button {
	   background: #000;
	   background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	   color: #00bc50;
	   font-size: 1em;
	   position: absolute;
		 border:0 none;
	   right: 10px;
	   top: 50%;
	   transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	   -o-transform: translateY(-50%);
	   -webkit-transform: translateY(-50%);
	   -ms-transform: translateY(-50%);
	 }
	 #search_toggle {
	   border: 1px solid rgba(255, 255, 255, 0.2);
	   border-radius: 4px;
	   cursor: pointer;
	   display:none;
	   margin-top: 1px;
	   padding: 5px 10px;
		 margin-left: 0px;
	 }
	 .user-login {
		 background-color: #fff;
		 color: #253137;
	   border-radius: 2rem;
		 height: 30px;
		 line-height: 15px;
	   float: left;
		 margin-top: 20px;
		 margin-right: 25px;
	 }

	 .user-login:hover, .user-login:focus{
		 background-color: #f0f0f0;
		 color: #fff;
	 }
	 .user-login ul {
	 	padding:0px;
	 	margin:0px;
	 }

	 .user-login ul li {
	   line-height: 20px;
	   list-style: outside none none;
	   margin: 0;
	   padding: 4px 15px 7px;
	 }
	 .user-login > ul > li a {
	 	color:#253137;
	 	font-size:12px;
	 	font-weight:900;
	 	text-transform:capitalize;
	 }


	 .user-login > ul > li a i {
	 	margin:0 2px 0;
	 }


.header-wrap {
		 float: right;
	 }
 .header_wrap {
	   background: #111111 none repeat scroll 0 0;
	   float: none;
	   margin: 8px -15px 0;
	   padding: 0 8px;
	   text-align: left;
	 }
  .header_wrap {
	 	float:none;
	 	text-align:left;
	 	background:#111;
	 	position:relative;
	 }
	.header_wrap::before {
	   background: #111111 none repeat scroll 0 0;
	   content: "";
	   height: 100%;
	   left: -440px;
	   position: absolute;
	   top: 0;
	   width: 100%;
	 }

/*///////////Checkbox styling//////*/
/* Base for label styling */
  [type="checkbox"]:not(:checked),
  [type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
  }
  [type="checkbox"]:not(:checked) + label,
  [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 2.3em;
    font-size: 1.05em;
    line-height: 1.7;
    cursor: pointer;
  }

  /* checkbox aspect */
  [type="checkbox"]:not(:checked) + label:before,
  [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.4em;
    height: 1.5em;
    border: 2px solid #ddd;
    background: #FFF;
    border-radius: .2em;
    box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);
    -webkit-transition: all .275s;
        transition: all .275s;
  }

  /* checked mark aspect */
  [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after {
    content: '✕';
    position: absolute;
    top: .525em;
    left: .12em;
    font-size: 1.375em;
    color: #CB22ED;
    line-height: 0;
    -webkit-transition: all .2s;
        transition: all .2s;
  }

  /* checked mark aspect changes */
  [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
  }

  [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
  }

  /* Disabled checkbox */
  [type="checkbox"]:disabled:not(:checked) + label:before,
  [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: 2px solid #bbb;
    background-color: #e9e9e9;
  }

  [type="checkbox"]:disabled:checked + label:after {
    color: #777;
  }

  [type="checkbox"]:disabled + label {
    color: #aaa;
  }

  /* Accessibility */
  [type="checkbox"]:checked:focus + label:before,
  [type="checkbox"]:not(:checked):focus + label:before {
    box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgba(203, 34, 237, .2);
  }
.text-small{
	font-size: 12px !important;
}

/*faqs reveal*/

.faqs>input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.faqs>h2 {
  font-size: 30px;
  font-weight: 400;
  color: #4a19ff;
  margin: 20px 0 0;
}
.faqs>label {
  cursor: pointer;
}
.faqs>label {
  position: relative;
  display: block;
  padding-left: 30px;
  font-family: "Spicy Rice", cursive;
}
.faqs>label::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 10px;
  border-left: 8px solid black;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-top: -8px;
}
.faqs>input[type="checkbox"]:checked ~ h2 label::before {
  border-left: 8px solid transparent;
  border-top: 8px solid black;
  border-right: 8px solid transparent;
  margin-left: -4px;
  margin-top: -4px;
}

.faqs>p {
  max-height: 0;
  overflow: hidden;
  padding-left: 30px;
  transition: max-height 0.4s ease;
  font-family: "Habibi", serif;
}
/*footer*/
.footer_note_txt {
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    background: #444a50;
    font-size: 1.2rem;
    color: #717478;
    color: #959a9f;
}
.footer_note_txt a:hover{
	color: white;
	text-decoration: underline;
}
.no_review_txt{
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    background: rgb(0,0,0,0.5);
    font-size: 1.3rem;
    color: #717478;
    color: #959a9f;
}
.no_records{
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    background: pink;
    font-size: 1.5rem;
    color: #000;
  }
  .no_records a{
  	color: maroon;
  }
  .no_records a:hover{
  	color: #dddd;
  }
.yes_records{
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    background: #f3f3f3;
    font-size: 1.5rem;
    color: #000;
  } 
 .yes_records .fa{
 	color: #717478;
 	font-size: 19px;
 }  
/*select*/

.landing-form select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  text-indent: 1px !important;
  text-overflow: '';
}
.landing-form select:focus{
	box-shadow: rgba(255, 0, 0, 0.5) !important;
}
.form-group select:hover {
    box-shadow: 0 0 1pt 1pt #00bc40;
    outline: none !important;
}
.form-group select {
	box-shadow: 0 0 1pt 1pt rgb(0,0,0,0.16);
}

/* Number text (1/3 etc) */
.numbertext {
  background: #de9300;
  border-radius: 4px;
  color: #f2f2f2;
  font-size: 11px;
  margin: 4px;
  padding: 0 6px 0 6px;
  position: absolute;
  top: 0;
}



/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000000000000000;
    background: #fff;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -10px 0 0 -10px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #00bc46;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 5px solid transparent;
        border-top-color: #e74c3c;
        -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 5px solid transparent;
        border-top-color: #f90;

        -webkit-animation: spin 1s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }







/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*=======================================
   MAIN FEATURES CAR DETAILS 
  =======================================
*/

.listing-detail {
  padding:0 0 3rem 0;
}
/*car_details_header*/
.car_details_header{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 10px 0rem;
}


.car_details_info p{
  margin: 0;
  padding: 1rem;
  background: #f0f0f0;
  border-radius: 3px;
}

.main_features_top{
	margin: 10px 0;

}
.main_features_top h4 {
	background: #fabf2b;
	border-radius: 3px;
	color: white;
	padding: 1rem;
	font-size: 18px;
}
.overview_content{
	margin: 1ren 0;
	background: #f0f0f0;
	/*box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);*/
	padding: .5rem;
	margin: 0 0 10px 0;
	border-radius: 3px;
}
.main_features_cards{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
	align-content: center;
}

.main_features_cards div{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #f0f0f0;
	border-radius: 5px;
	padding: 10px;

}
.main_features_cards div i{
	font-size: 25px;
	color: #ff4506;
	margin: 1rem 0;
}
.main_features_cards h5{
	font-size: 14px;

}

/*.main_features_btm*/
.main_features_btm h4 {
	background: #ff4506;
	/*width: fit-content;*/
	color: white;
	padding: 1rem;
	font-size: 18px;
	border-radius: 3px;
}

/*accessories_container*/
.accessories_container{
	margin: 1rem 0;
}
.accessories_container h4{
	background: #00bc50;
	color: white;
	padding: 1rem;
	border-radius: 3px;
}

@media screen and (max-width:   1000px){
  .car_details_header{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 1rem 0rem;
  }
  .main_features_cards{
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		gap: 10px;
		align-content: center;
	}
}

@media screen and (max-width:   767px){
  .car_details_header{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 1rem 0rem;
  }
  .main_features_cards{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		align-content: center;
	}
}
@media screen and (max-width:   400px){
  .car_details_header{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 1rem 0rem;
  }
}


/* 
	Ok so you have made it this far, that means you are very keen to on my code. 
	Anyway I don't really mind it. This is a great way to learn so you actually doing the right thing:)
	Follow me: @callme_JuM//mail me: juliusmwaniki@protonmail.com;


