.p_3_s242 .contact_section_9 {
  padding-bottom: 80px;
}
.p_3_s242 .smallBannerArea {
  padding: 180px 0px 250px;
  background-color: var(--themeBg1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p_3_s242 .mainHeading {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 10px;
  font-family: var(--hFont);
  color: var(--headingColor1);
}
.p_3_s242 .mainHeading span {
  color: var(--themeColor1);
}
.p_3_s242 .subPara {
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraphColorWhite);
  font-family: var(--pFont);
}
.p_3_s242 .contInnerBox {
  padding: 50px;
  background-color: var(--themeBg2);
  border-radius: 15px;
  margin-top: -100px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}
.p_3_s242 .custGrid {
  grid-template-columns: 1fr 1.5fr;
}
.p_3_s242 .innerGrid {
  grid-template-columns: 35px 1fr;
}
.p_3_s242 .iconSec {
  line-height: 0px;
}
.p_3_s242 .cardHead {
  font-size: 14px;
  font-weight: 700;
  color: #9b9b9b;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.p_3_s242 .cardPara a {
  color: var(--paragraphColorBlack);
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
}
.p_3_s242 .cardPara {
  color: var(--paragraphColorBlack);
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
}
.p_3_s242 .marginBottom25 {
  margin-bottom: 25px;
}
.p_3_s242 .input {
  width: -webkit-fill-available;
  padding: 12px 15px;
  border-radius: 10px;
  background-color: #f5f5f5;
  border: 2px solid #f5f5f5;
}
.p_3_s242 .input:focus {
  border-color: var(--themeColor1);
  outline: none;
}
.p_3_s242 .textArea {
  resize: none;
  width: -webkit-fill-available;
  padding: 12px 15px;
  border-radius: 10px;
  background-color: #f5f5f5;
  border: 2px solid #f5f5f5;
  grid-column: 1 / 3;
}
.p_3_s242 .textArea:focus {
  border-color: var(--themeColor1);
  outline: none;
}
.p_3_s242 .btn {
  margin-top: 20px;
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--btnColor);
  min-width: 200px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 15px 20px;
  color: var(--btnTextColor);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.2px;
  overflow: hidden;
  cursor: pointer;
}
.p_3_s242 .btn .animation {
  border-radius: 100%;
  transition: 0.4s;
  animation: ripple 0.6s linear infinite;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}
.p_3_s242 .formHeading {
  font-size: 30px;
  line-height: 40px;
  color: var(--headingColor2);
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .p_3_s242 .custGrid {
    grid-template-columns: 1fr;
  }
  .p_3_s242 .mainHeading {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .p_3_s242 .smallBannerArea {
    padding: 40px 0px 150px;
  }
  .p_3_s242 .contInnerBox {
    padding: 20px;
  }
  .p_3_s242 .textArea {
    grid-column: 1;
  }
  .p_3_s242 .gap50 {
    gap: 20px;
  }
  .p_3_s242 .gap20 {
    gap: 10px;
  }
  .p_3_s242 .formHeading {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .p_3_s242 .cardPara {
    font-size: 14px;
    line-height: 24px;
  }
  .p_3_s242 .cardPara a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 900px) {
  .p_3_s242 {
    background-attachment: scroll;
  }
}
.p_3_s243 .map_section_2 {
  padding: 50px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p_3_s243 .map_section_2 {
  padding-top: 0px;
}
@media only screen and (max-width: 900px) {
  .p_3_s243 {
    background-attachment: scroll;
  }
}
