/* old Search bo
.filter {
  padding: 15px;
  border-radius: 10px;
}

.input[type="text"] {
  width: 50%;
  -webkit-transition: width 0.15s ease-in-out;
  transition: width 0.15s ease-in-out;
}x*/

* {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 5px 10px;
}

/* Remove extra left and right margins, due to padding */
.row {
  margin: 0 -5px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
.card {
  border: none;
  text-align: center;
}
.card:hover {
  background: #ebebff;
}
#texts {
  text-align: left;
  font-size: 16px;
}
/*Successfull booking*/
* {
  box-sizing: border-box;
}
.column8 {
  float: left;
  width: 100%;
  /* padding: 85px 0px; */
  margin-bottom: 20px;
}

.row8:after {
  content: "";
  display: table;
  clear: both;
}
.card8 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 50px;
  text-align: center;
  background-color: #13c5c8;
}

.circle-icon {
  background-color: #f0f0ff;
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.3em 0.4em; /*0.5em 0.6em;*/
}
/*Logo text/company name*/
.logo-text1 {
  display: inline-block;
  color: #fff;
}
.logo-text2 {
  font-family: Helvetica, Arial, sans-serif;
  display: inline-block;
  color: #fff;
  font-size: 25px;
}
/*Slides background text*/
.carousel-caption {
  background-color: #fff;
  color: #000000;
  opacity: 75%;
  height: 85px;
  left: 0%;
  right: 0%;
}
@media only screen and (max-width: 990px) {
  .carousel-caption h5 {
    font-size: 1em;
  }
  .carousel-caption p {
    font-size: 13px;
  }
  .carousel-caption {
    left: 10%;
    right: 10%;
    height: 75px;
  }
}
/* .col-md-6,
.col-md-3 {
  font-weight: 900;
} */
.booking-form {
  text-transform: uppercase;
}

.float-whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 25px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  cursor: pointer;
}

.float-whatsapp i {
  position: relative;
  top: 10%;
}

.card-service{
  padding: 20px;
  background: #f5f5ff;
  transition: ease-in-out 0.3s;
  min-height: 230px;
}

.service-card{
  margin-bottom: 10px;
}

.service-text{
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding-top: 12px;
}

.small-para{
  font-size: 10px;
  margin-top: 15px;
  display: none;
}

@media screen and (max-width: 768px){
  .card-service{
    min-height: max-content;
  }
  .list-footer {
    position: fixed; 
    width: 100%; 
    bottom: 0;
  }
}

button {
  width: max-content !important;
}

.btn-warning{
  padding: 0 5px 0 5px;
}

.listing-whatsapp{
  width: 45px;
  height: 45px;
  bottom: 80px;
  right: 25px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  cursor: pointer;
}

.listing-container{
  margin: 150px;
}

.listing-phone{
  width: 45px;
  height: 45px;
  bottom: 80px;
  right: 25px;
  background-color: #1953d1;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  cursor: pointer;
  margin-right: 15px;
}

.listing-card{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
  padding: 25px;
  display: flex;
  border-radius: 10px;
}

.name{
  font-size: 20px;
  font-weight: 700;
  color: rgb(77, 77, 77);
  border-bottom: 2px solid #25d366;
  padding-bottom: 7px;
}

.heading{
  display: flex;
  align-items: center;
  width: 100%;
}

.locate{
  font-size: 17px;
  font-weight: 600;
}

.card-text{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title{
  font-size: 17px;
  font-weight: 600;
}

.des{
  color: #585757;
  padding-left: 5px;
}

.details{
  color: #585757;
}

.image{
  margin-top: 5px;
}

.location-icon{
  display: flex;
  margin-top: 16px;
}

.location{
  padding-left: 5px;
}

.listing-description{
  margin-top: 30px;
  padding-left: 10px;
}

.cta-container{
  display: flex;
  margin-top: 10px;
}
.user-avatar{
  margin-right: 20px;
}

@media screen and (max-width: 1100px) {
  .listing-container{
    margin-top: 100px;
    margin-right: 0;
    margin-left: 0;
  }
  .name{
    font-size: 18px;
  }
  .listing-card{
    padding: 25px 8px;
  }
  .user-avatar{
    margin-right: 8px;
  }
  .listing-whatsapp{
    font-size: 20px;
    height: 40px;
    width: 40px;
  }
  .listing-phone{
    font-size: 20px;
    height: 40px;
    width: 40px;
  }
  .cta-container{
    margin-top: 0;
    margin-bottom: 10px;
  }
}
