/* header */

/* search container */

.search-container {
  position: relative;
  top: -90px;
  display: grid;
  grid-template-columns: 25% 75%;
  padding: 0;
  border: 1px solid transparent;
  box-shadow: 1px 1px 3px #888888;
  height: 180px;
}

.search-container-head {
  padding: 30px 20px 0px;
  color: white;
  background-color: rgb(255, 63, 63);
}

.search-container-body {
  padding: 30px 10px 0px;
  background-color: white;
}

.search-container-subhead,
.subhead {
  color: grey;
  font-size: 20px;
  text-align: center;
}

.search-bar {
  display: grid;
  grid-template-columns: 25% 75%;
  position: relative;
  top: -90px;
  z-index: 11;
  padding: 0;
  width: 100%;
  height: 200px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border: 1px solid transparent;
}

.h2-normal {
  font-size: 37px;
}

.search-head {
  padding: 30px 18px 30px 20px;
  background-color: rgb(255, 62, 62);
  height: 100%;
  color: white;
}

.search-input-box {
  margin-top: 20px;
  /* display: grid;
  grid-template-columns: 4% 30% 25% 25% auto; */
  padding: 5px;
  width: 100%;
  border: 1px solid grey;
  border-radius: 26px;
}

.search-input-box .fa-search {
  padding-top: 10px;
  color: grey;
  font-size: 22px;
  height: 100%;
}

.search-input1 {
  padding-left: 8px;
  border: none;
  border-right: 2px solid grey;
  z-index: 12;
}

.select-category {
  border-right: 2px solid grey;
  border-radius: 0;
  z-index: 11;
}

.search-input-box .btn-group .btn:hover {
  border-color: transparent;
}

.search-input-box .submit-btn1 {
  border: 1px solid transparent;
  background-color: #e42d27;
  border-radius: 24px;
  color: white;
  font-size: 20px;
}

/* icons */

.h2-head {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.notification-bell,
.Icon_awesome-heart,
.Icon_material-chat-bubble {
  width: 20px;
  fill: rgba(241, 241, 241, 1);
}

.pos-btn {
  margin-top: 5px;
  margin-left: 5px;
}

.nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: white;
}

.nav-link {
  color: white;
}

/* listing */

.listing-groups {
  height: 100%;
}

.listing-details {
  width: 100%;
  height: 740px;
  overflow-y: auto;
  padding: 10px 20px;
}

.listing-details {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}

.listing-details::-webkit-scrollbar {
  display: none;
}

.listing-head {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}

/* button */
.btn-white {
  background-color: white;
  box-shadow: 1px 1px 3px rgb(128, 128, 128);
}

.list-side-btn {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 2px solid grey;
  color: grey;
  background-color: white;
}

.list-side-btn-red {
  color: grey;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 2px solid rgb(255, 42, 42);
  background-color: white;
}

.text-grey {
  color: grey;
  font-weight: 400;
}

.listing-cards {
  display: grid;
  row-gap: 15px;
  grid-template-columns: 100%;
}

.list-card {
  width: 100%;
  display: grid;
  grid-template-columns: 40% auto;
  background-color: white;
  box-shadow: 1px 1px 3px rgb(128, 128, 128);
  border-radius: 10px;
}

.list-card-image {
  position: relative;
}

.promoted {
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.share-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.list-card-text {
  padding: 10px;
}

.card-detail-head {
  font-size: 16px;
}

.car-date {
  float: right;
  color: grey;
}

.location-text {
  margin-top: 6px;
}

.location-call-chat {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.location {
  display: flex;
  column-gap: 10px;
}
.Icon_material-restaurant-menu_xf,
.Icon_awesome-calendar-alt_xe {
  width: 16px;
}

.Icon_material-location-on_xi {
  width: 18px;
}

.ad-box-card {
  padding: 0;
  margin: 0;
  height: 100px;
}

.border-fix-card {
  border-radius: 20px;
}

.ads-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 11;
  padding: 10%;
  text-align: center;
  width: 100%;
  height: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 0 44.5px;
  border-radius: 20px;
}

.ads-head {
  font-size: 42px;
}

.ads-sub-head {
  font-size: 20px;
}

.border-radius-10 {
  border-radius: 10px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.rating-detail {
  float: right;
  font-size: 14px;
  font-weight: 400;
}

.rating-btn {
  padding: 2px 5px;
  border-radius: 0;
}

.flex-with-gap {
  display: flex;
  column-gap: 20px;
}

.heart-like {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 11;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1000px) {
  .Title-brand {
    top: 20px;
  }
  .custom-navbar2 {
    border-top: none;
    top: 110px;
    width: 100%;
  }
  .navbar-nav {
    background-color: grey;
    z-index: 12211;
  }
  .search-input-box {
    width: 100%;
    margin: 0;
    grid-template-columns: auto auto;
  }
  .search-input1 {
    border: none;
  }
  #custom-header {
    height: 200px;
  }
}

footer {
  margin-top: 100px;
}

.footer-links {
  color: white;
  text-decoration: none;
  transition: all 0.3s;
}

.footer-links:hover,
.footer-links:focus {
  text-decoration: none;
}

.form-control {
  background: #212529;
  border-color: #545454;
}

.form-control:focus {
  background: #212529;
}

footer {
  width: 100%;
  background: rgba(41, 41, 41, 1);
}

#Group_310 {
  display: inline-block;
}

.Icon_awesome-facebook-f {
  margin-left: 10px;
}

.Icon_awesome-facebook-f,
.Icon_awesome-twitter,
.Icon_awesome-linkedin-in,
.Icon_awesome-google,
.Icon_awesome-youtube {
  margin-right: 5px;
  width: 32px;
  height: 32px;
  fill: white;
  border: 1px solid grey;
  padding: 7px;
}

.font-18 {
  font-size: 18px;
}

.font-22 {
  font-size: 22px;
}

.ads-head {
  font-size: 18px;
}

.ads-sub-head {
  font-size: 14px;
}

.ad-box img {
  border-radius: 20px;
}

.booking-listing-head {
  font-size: 20px;
}

.booking-date {
  padding: 0 10px;
  font-size: 18px;
  color: grey;
}

.booking-day {
  float: right;
  color: black;
}

.day-timing {
  font-size: 16px;
  color: grey;
}

.open-timing,
.close-timing {
  font-weight: 400;
  float: right;
}

.close-timing {
  color: red;
}

.car-similar-listing {
  margin-top: 20px;
}

.similar-listing-head {
  font-size: 22px;
  color: #545454;
}

.car-service-text {
  position: absolute;
  bottom: 20px;
  left: 50px;
}

.car-service-head {
  font-size: 24px;
  font-weight: 400;
  color: white;
}

.car-service-sub-head {
  font-size: 20px;
  font-weight: 300;
  color: white;
}

.car-service-feature {
  display: inline-block;
  padding: 5px 10px;
  font-size: 18px;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  margin-right: 5px;
}

.Icon_awesome-heart_eb,
.Icon_material-report-problem_ecc,
.Icon_feather-shield_eck {
  width: 22px;
  fill: green;
}

.Icon_awesome-heart_eb,
.Icon_material-report-problem_ecc {
  fill: red;
}

.Icon_material-location-on_exd,
.Icon_awesome-globe-americas,
.Icon_feather-shield_exo,
.Icon_ionic-md-alarm {
  width: 16px;
  fill: #3e3e3e;
}

.option-with-detail {
  margin: 10px 0;
  color: #3e3e3e;
  column-gap: 10px;
  font-size: 16px;
}

.discription-box-features-text-feature {
  margin: 10px 0;
}



@media (max-width: 991px) {
		
	/*.listing-cards {
		display: grid;
		row-gap: 15px;
		grid-template-columns: 50% 50%;
		column-gap: 10px;
	}
	.list-card.mob{
		width: auto;
		display: block;
	}
	.location-call-chat {
	display: block;}

	.call-chat-btn {
		display: inline-flex;
		margin-top: 10px;
	}*/

	.listing-cards {
		display: grid;
		row-gap: 15px;
		grid-template-columns: 100%;
		column-gap: 10px;
	}h4.card-detail-head.flex-with-gap {
		font-size: 15px;
		line-height: 20px;
	}.flex-with-gap {
		line-height: 20px;
		padding: 10px 0;
	}.location-call-chat {
		display: block;
		grid-template-columns: 100%;
		justify-content: space-between;
	}

	.listing-cards.automotive {
		display: grid;
		row-gap: 15px;
		grid-template-columns: 50% 50%;
		column-gap: 10px;
	}
	.listing-details {
		height: auto;
		margin-bottom: 23px;
		overflow-y: auto;
		padding: 10px 20px;
	}
	
	.car-date {
		font-size: 14px;
	}
}

