.banner {
  background-image: url(../img/places_worship_banner.jpg);
  background-repeat: no-repeat;
  margin-top: 73px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  height: auto;
  padding: 130px 0px;
}

.temple_search {
  width: 100%;
  background-color: #D86410;
}

.temple_search .container {
  width: 60% !important;
}

.temple_search h1,  .temple_search h3{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 50px 0px 10px 0px;
}

button {
  margin: 8px 0px;
}

.temples {
  font-size: 25px;
}

.search {
  width: 67%;
  float: left;
  margin-right: 2%;
  margin-bottom: 3px;
}

.sub {
  width: 31%;
  float: left;
}

.search select {
  width: 100%;
  padding: 16px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #f26b0a;
  border: 0px;
  background: white;
}

.temples {
  width: 100%;
}

.temples img {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 20px 15px;
}

.temples p {
  text-align: center;
  padding: 0px 15px 5px 0px;
}

.temples h3 {
  text-align: center;
  padding: 0px 15px 10px 0px;
  font-size: 16px;
}

.para_div {
  margin-bottom: 25px;
}

.para_div p {
  font-size: 12px !important;
  text-align: left;
  padding: 5px 15px 0px 15px;
}

.para_div img {
  width: 15px;
  display: inline;
  padding: 0;
}

.three_btns {
  width: 90%;
  position: absolute;
  bottom: 0px;
  background-color: #fff;
  margin-left: 5%;
  bottom: -25px;
}

.three_btns button {
  width: 100%;
  background-color: #E86A11;
  border: 0px solid red;
  padding: 8px 0px;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  padding-left: 12px;
}

.onebtn {
  width: 32%;
  float: left;
}

.twobtn {
  width: 32%;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
}

.threebtn {
  width: 32%;
  float: left;
}

.temples1 {
  width: 31.8%;
  float: left;
  background-color: #FFFBF7;
  border: 1px dashed #E86A11;
  border-radius: 5px;
  position: relative;
  margin-top: 65px;
}

.temples2 {
  width: 31.8%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  position: relative;
  background-color: #FFFBF7;
  border: 1px dashed #E86A11;
  margin-top: 65px;
  border-radius: 5px;
}

.temples3 {
  width: 31.8%;
  float: left;
  position: relative;
  background-color: #FFFBF7;
  border: 1px dashed #E86A11;
  margin-top: 65px;
  border-radius: 5px;
}

.ft {
  font-size: 25px !important;
}

@media screen and (max-width: 1000px) {
  .temples img {
    width: 90%;
    padding: 15px 5px;
  }
  .para_div img {
    width: 15px;
    display: inline;
    padding: 0;
  }
  .temples h3 {
    text-align: center;
    padding: 0px 15px 10px 15px;
    font-size: 14px;
    text-align: left;
    min-height: 40px;
  }
}
@media screen and (max-width: 830px) {
  .temples1 {
    width: 31.7%;
  }
  .temples2 {
    width: 31.7%;
  }
  .temples3 {
    width: 31.7%;
  }
  .para_div p {
    text-align: left;
    padding: 5px 5px 0px 5px;
  }
  .temples h3 {
    text-align: center;
    padding: 0px 15px 10px 5px;
  }
}
@media screen and (max-width: 750px) {
  .temples1 {
    width: 100%;
  }
  .temples2 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .temples3 {
    width: 100%;
  }
  .ft {
    font-size: 20px !important;
  }
  .temples1, .temples2, .temples3 {
    margin-top: 50px;
  }
}/*# sourceMappingURL=temple_listing.css.map */