@font-face {
  font-family: "Spicy Rice";
  src: url("../fonts/Spicy_Rice_regular/SpicyRice-Regular.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.location_container::-webkit-scrollbar {
  width: 5px;
  margin-left: 20px;
}

.location_container::-webkit-scrollbar-track {
  background: #fff;
  margin-left: 20px;
}

.location_container::-webkit-scrollbar-thumb {
  background-color: #afafaf;
  border-radius: 20px;
  margin-left: 20px;
}

.banner {
  height: auto;
  background-repeat: no-repeat;
}

.contact_us_banner {
  background-image: url("../images/contact-us/Banner/Contact-us-Banner-1.png");
  background-size: cover;
  text-align: center;
  background-position: center center;
  width: 100%;
    aspect-ratio: 959/465;
}

.contact_us_banner h1 {
  font-family: "Spicy Rice";
  font-size: 5rem;
  letter-spacing: 5px;
  word-spacing: 5px;
  text-transform: uppercase;
  color: #204c8c;
}

.content-wrapper {
  position: absolute;
  top: 0;
  display: flex;
  height: auto;
  width: 100%;
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
}

.find_heavenfull_heading {
  color: #204c8c;
  font-size: 2.8rem;
}

.find_heavenfull_para {
  font-size: 1.45rem;
  color: #204c8c;
  padding-top: 10px;
}

.map_container {
  border-radius: 30px;
  border: 2px solid #cfcfcf;
  margin-bottom: 5%;
}

.location_container {
  margin-top: 2%;
  margin-left: 1.5%;
  width: 35%;
  overflow-y: auto;
  height: 80vh;
}

.location {
  font-size: 0.85rem;
  padding: 10px 6vw 10px 20px;
  background-color: #204c8c;
  color: #fff;
  width: max-content;
  border-radius: 50px;
}

.distance {
  background-color: #204c8c;
  color: #fff;
  padding: 10px 30px 10px 30px;
  border-radius: 50px;
  margin-left: 25px;
}

.location_list {
  height: 60vh;
}

hr {
  border: 1px solid;
  width: 90%;
}

.address_heading {
  color: #204c8c;
  margin-top: 10px;
}

.address_code {
  color: #204c8c;
  margin-top: -10px;
}

.address_line_1 {
  color: #204c8c;
}

.address_line_2 {
  color: #204c8c;
  margin-top: -20px;
}

.map_container{
  width: 95%;
}

.map-contact-us {
  padding: 10px 5px 5px 15px;
  border-radius: 30px;
  height: 80vh;
  width: 80%;
}

.request {
  background-image: url("../images/contact-us/Banner/Contact-us-Footer_sm1.png");
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.request_heading {
  padding-top: 10%;
  font-size: 3vw;
  padding-bottom: 1%;
  text-transform: uppercase;
  font-family: "Spicy Rice";
  width: 1280px;
  color: #204c8c;
}

.community-footer-container {
  padding: 50px 0px 20px 0px;
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.all-rights-reserved {
  font-size: 1.5rem;
  color: #204c8c;
}

.request_para {
  color: #204c8c;
  font-size: 1.35rem;
  padding-bottom: 2%;
}

.request_btn {
  width: 15%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 50px;
  background-color: #204c8c;
}
.request_btn:hover {
  width: 15%;
  color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 50px;
  background-color: #29589e;
}

.find_heavenfull_text_image{
  width: 90vw;
  padding: 5% 0%;
}

.find_heavenfull_text_image_mobile{
  display: none;
}


@media only screen and (max-width: 575px) {

  .find_heavenfull_text_image{
    display: none;
  }

  .find_heavenfull_text_image_mobile{
    display: block;
    width: 90vw;
    padding: 5% 0%;
  }

  .contact_us_banner h1 {
    font-size: 10vw;
    letter-spacing: 3px;
    word-spacing: 0px;
  }

  .find_heavenfull_heading {
    font-size: 8vw;
  }

  .find_heavenfull_para {
    font-size: 4.5vw;
  }

  .location {
    font-size: 3.5vw;
    padding: 2vh 17vw 2vh 7vw;
  }

  .location_container {
    margin-left: 2vw;
    width: 100%;
    overflow-y: auto;
  }

  .map-contact-us {
    padding: 10px 5px 30px 5px;
    width: 100%;
  }

  .distance {
    display: flex;
    align-items: center;
    padding: 2vh 9vw 2vh 9vw;
    margin-left: 3vw;
    font-size: 3.5vw;
  }

  .address_heading {
    font-size: 6vw;
    margin-top: 10px;
  }

  .address_code {
    font-size: 4.5vw;
    margin-top: -10px;
  }

  .address_line_1,
  .address_line_2 {
    font-size: 4.7vw;
  }

  .request {
    width: 100%;
    height: 100vh;
    background-position: center center;
  }

  .request_heading {
    padding-top: 20vh;
    font-size: 8vw;
    padding-bottom: 1%;
    width: 92vw;
  }

  .request_para {
    font-size: 4.3vw;
    width: 85vw;
    padding-bottom: 2%;
  }

  .request_btn,
  .request_btn:hover {
    width: 40vw;
    height: auto;
    padding: 3%;
    font-size: 3vw;
  }

  .all-rights-reserved {
    font-size: 3.5vw;
    color: #204c8c;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px)  {

  .find_heavenfull_text_image{
    display: none;
  }

  .find_heavenfull_text_image_mobile{
    display: block;
    width: 90vw;
    padding: 5% 0%;
  }

  .contact_us_banner h1 {
    font-size: 6vw;
    letter-spacing: 3px;
    word-spacing: 0px;
  }

  .find_heavenfull_heading {
    width: max-content;
    font-size: 4.5vw;
  }

  .find_heavenfull_para {
    font-size: 2.5vw;
  }

  .location {
    display: flex;
    align-items: center;
    font-size: 2.8vw;
    width: max-content;
    padding: 1vh 14vw 1vh 5vw;
  }

  .location_container {
    margin-left: 2vw;
    width: 100%;
    overflow-y: auto;
  }

  .map-contact-us {
    padding: 10px 5px 30px 5px;
    width: 100%;
  }

  .map_container{
    width: 90%;
  }

  .distance {
    display: flex;
    align-items: center;
    padding: 2vh 5vw 2vh 5vw;
    margin-left: 20px;
    font-size: 2.8vw;
  }

  .address_heading {
    font-size: 3.8vw;
    margin-top: 10px;
  }

  .address_code {
    font-size: 3.1vw;
    margin-top: -10px;
  }

  .address_line_1,
  .address_line_2 {
    font-size: 3.1vw;
  }

  .request {
    width: 100%;
    height: 100vh;
    background-position: center center;
  }

  .request_heading {
    padding-top: 25vh;
    font-size: 5vw;
    padding-bottom: 1%;
    width: 94vw;
}
  
  .request_para {
    font-size: 3vw;
    width: 85vw;
    padding-bottom: 2%;
  }

  .request_btn,
  .request_btn:hover {
    border-radius: 50px;
    width: 35vw;
    font-weight: 500;
    padding:4%;
    font-size: 2.3vw;
  }

  .all-rights-reserved {
    font-size: 2.5vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .find_heavenfull_text_image{
    display: none;
  }

  .find_heavenfull_text_image_mobile{
    display: block;
    width: 90vw;
    padding: 5% 0%;
  }

  .contact_us_banner h1 {
    font-size: 4rem;
    letter-spacing: 3px;
    word-spacing: 0px;
  }

  .find_heavenfull_heading {
    font-size: 4vw;
  }

  .find_heavenfull_para {
    font-size: 2vw;
  }

  .map_container {
    width: 90%;
}

  .location {
    font-size: 1.1vw;
    padding: 10px 30px 10px 20px;
  }

  .distance {
    display: flex;
    align-items: center;
    padding: 2px 15px 2px 15px;
    margin-left: 2vw;
    font-size: 1.1vw;
  }

  .request {
    width: 100%;
    height: 100vh;
    background-position: center center;
  }

  .request_heading {
    padding-top: 12%;
    font-size: 2.3rem;
    padding-bottom: 1%;
    width: 100%;
  }

  .request_para {
    font-size: 1rem;
    padding-bottom: 2%;
  }

  .request_btn,
  .request_btn:hover {
    border-radius: 50px;
    width: 20vw;
    font-weight: 500;
    padding:2%;
    font-size: 1.8vw;
  }

  .all-rights-reserved {
    font-size: 2vw;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1280px) {

  .find_heavenfull_text_image{
    width: 85vw;
    padding: 5% 0%;
  }

  
  .contact_us_banner h1 {
    font-size: 4.2rem;
    letter-spacing: 3px;
    word-spacing: 0px;
  }

  .find_heavenfull_heading {
    font-size: 2.4rem;
  }

  .map_container{
    width: 90%;
  }

  .find_heavenfull_para {
    font-size: 1.25rem;
  }

  .location {
    font-size: 0.85rem;
    padding: 10px 30px 10px 20px;
  }

  .distance {
    display: flex;
    align-items: center;
    padding: 2px 15px 2px 15px;
    margin-left: 20px;
    font-size: 0.85rem;
  }

  .request {
    width: 100%;
    height: 100vh;
    background-position: center center;
  }

  .request_heading {
    padding-top: 12%;
    font-size: 2.8rem;
    padding-bottom: 1%;
    width: 900px;
  }

  .request_para {
    font-size: 1.2rem;
    padding-bottom: 2%;
  }
}