/*get in touch section starts here*/
[id] {
  scroll-margin-top: 130px;
}
.get-in-touch {
  position: relative;
}
.get-in-touch .purple-bg {
  background-color: var(--purple-dark);
  min-height: 800px;
}
.get-in-touch .gray-bg {
  background-color: #f4f4f4;
  min-height: 800px;
}
.get-in-touch-container {
  border-radius: 15px;
  padding: 0rem 2rem;
  position: absolute;
  background-color: #fff;
  top: 10%;
  left: 8%;
  width: 84%;
}
.get-in-touch-container h2 {
  color: var(--title-color);
  font-size: 36px;
  font-weight: bold;
  padding-top: 3rem;
  margin-bottom: 4rem;
}
.get-in-touch-container .card-details {
  padding-bottom: 1.5rem;
}
.get-in-touch-container .section-heading {
  border-bottom: 1px solid lightgray;
}
.get-in-touch-container .section-heading:last-child {
  border-bottom: none;
}
.get-in-touch-container .section-heading .heading-wrapper {
  display: flex;
  align-items: baseline;
}
.get-in-touch-container .section-heading:nth-child(2) .heading-wrapper,
.get-in-touch-container .section-heading:nth-child(3) .heading-wrapper {
  padding-top: 2rem;
}
.get-in-touch-container .section-heading h2 {
  font-size: 28px;
  color: var(--title-color);
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-top: 0rem;
}
.get-in-touch-container .section-heading:nth-child(1) p {
  font-size: 18px;
  line-height: 2.2;
  padding-left: 3rem;
}
.get-in-touch-container .section-heading p {
  font-size: 18px;
  margin-bottom: 0.5rem;
  padding-left: 3rem;
}
.phone-symbol {
  width: 28px;
  height: 28px;
}
#bannersectionCarousel{
  margin-bottom: 0!important;
}
/*media query for tab landscape view*/
@media only screen and (min-width: 768px) and (max-width: 1280px) and (orientation: landscape) {
  .get-in-touch-container {
    top: 6%;
  }
}
/*media query for tab landscape view*/

/*media query for tab portrait view*/
@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  .banner-img {
    height: 300px;
  }
  .get-in-touch-container {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: auto;
    background-color: #f4f4f4;
    border-radius: 0;
    padding: 2rem 7rem;
  }
  .get-involved {
    padding-top: 0 !important;
    padding: 2rem 1rem;
  }
  .get-in-touch-container h2 {
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
  .card-details .col-md-6 {
    width: 100%;
  }
  .get-in-touch-container .card-details iframe {
    height: 250px !important;
    margin-bottom: 2rem;
    border: 1px solid #cbcbcb;
  }
  .get-in-touch-container .section-heading:nth-child(1) p {
    line-height: 1.5;
  }
  .get-in-touch .gray-bg {
    display: none;
  }
  .get-in-touch .purple-bg {
    min-height: 100px;
    width: 100%;
  }
}
/*media query for tab portrait view*/
/*media query for landscape view*/
@media only screen and (min-width: 250px) and (max-width: 992px) and (orientation: landscape) {
  .banner-img {
    height: 180px;
  }
  .get-in-touch-container {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: auto;
    background-color: #f4f4f4;
    border-radius: 0;
    padding: 2rem 7rem;
  }
  .get-involved {
    padding-top: 0 !important;
    padding: 2rem 1rem;
  }
  .get-in-touch-container h2 {
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
  .card-details .col-md-6 {
    width: 100%;
  }
  .get-in-touch-container .card-details iframe {
    height: 250px !important;
    margin-bottom: 2rem;
    border: 1px solid #cbcbcb;
  }
  .get-in-touch-container .section-heading:nth-child(1) p {
    line-height: 1.5;
  }
  .get-in-touch .gray-bg {
    display: none;
  }
  .get-in-touch .purple-bg {
    min-height: 100px;
    width: 100%;
  }
}
/*media query for landscape view*/
/*Media query for mobile potrait*/
@media only screen and (min-width: 250px) and (max-width: 767px) and (orientation: portrait) {
  .banner-img {
    height: 180px;
  }
  .get-in-touch-container {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: auto;
    background-color: #f4f4f4;
    border-radius: 0;
  }
  .get-involved {
    padding-top: 0 !important;
    padding: 2rem 1rem;
  }
  .get-in-touch-container h2 {
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
  .get-in-touch-container .card-details iframe {
    height: auto !important;
    margin-bottom: 2rem;
    border: 1px solid #cbcbcb;
  }
  .get-in-touch-container .section-heading:nth-child(1) p {
    line-height: 1.5;
  }
  .get-in-touch .gray-bg {
    display: none;
  }
  .get-in-touch .purple-bg {
    min-height: 100px;
  }
}
/*Media query for mobile potrait*/
