
body {
  margin: 0;
  padding: 0;
}

.contactus-container {
  /* margin: 0 2.5rem; */
  width: 100%;
  position: relative;
  top: 100px;
  padding-bottom: 377px;
  line-height: 150%;
  display: flex;
  flex-direction: column;
}

.contactus-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #7f56d9;
  margin-bottom: 60px;
}

.contactus-heading p {
  color: #7f56d9;
  text-align: center;
  font-family: GothamBook;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: -1.28px;
  margin-bottom: 10px;
}

.contactus-form {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  width: 98vw;
}

.contactus-form input,
.contactus-form select {
  height: 2rem;
  width: 29vw;
  border-radius: 10px;
  border: 2px solid #7f56d9;
  padding-left: 10px;
}

.privacy-policy {
  color: #3b3a3a;
  text-align: center;

  font-family: GothamBook;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.12px;
}

.privacy-policy a {
  color: #1982c4;
  font-family: GothamBook;
  font-size: 0.75;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.12px;
  text-decoration: none;
}

.contactus-form button {
  height: 45px;
  width: 100px;
  background-color: #7f56d9;
  color: white;
  border: none;
  border-radius: 10px;
  display: flex;
  padding: 24px 56px;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.contactus-image {
  scale: 0.67;
  /* width: 40%; */
}

.contactus-content {
  display: flex;
  justify-content: space-around;
  width: 50vw;
}

.contactus-content form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border: 5px solid rgba(127, 86, 217, 0.2);
  border-radius: 5px;
  width: 40vw;
  padding: 40px 0;
}

.reachOut-heading {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 50px 0;
}

.reachOut-heading p {
  color: #7f56d9;
  text-align: center;
  font-family: GothamBook;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 44px; /* 88% */
  letter-spacing: -1px;
}

.reachOut-content {
  display: flex;
  justify-content: space-around;
  /* height: 85vh; */
  width: 98vw;
  /* align-items: center; */
  align-items: flex-start;
  height: 42vh;
}

.corporateOffice-div,
.patna-div {
  width: 30%;
  border-radius: 10px;
  background: #fff4d8;
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.dwarka-div {
  width: 30%;
  border-radius: 10px;
  background: #bfdbef;
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.card-heading {
  color: #101010;
  text-align: center;
  font-family: GothamBook;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.64px;
  margin: 10px 0;
}

.card-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card-content img {
  scale: 0.67;
}

.card-address,
.card-phone,
.card-mail {
  display: flex;
  gap: 30px;
  color: #101010;
  font-family: GothamBook;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: -0.48px;
  justify-content: center;
}

.card-address-text,
.card-phone-text,
.card-mail-text {
  width: 60%;
}

.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 45px 0;
}

.heading p {
  color: #7f56d9;
  text-align: center;
  font-family: Cabin;
  font-size:  45px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px; /* 91.667% */
  letter-spacing: -0.96px;
}

.state-city-div,
.mobileNumber-class-div {
  display: flex;
  width: 30vw;
  gap: 10px;
}

#classDropdown,
#stateDropdown,
#city-input,
#mobile-number-input {
  width: 75%;
}

#classDropdown,
#stateDropdown {
  color: #667085;
  height: 51px;
  width: 78%;
}

.quick-enquiry-heading p {
  color: #000;
  text-align: center;
  font-family: GothamMedium;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 32.4px */
}

.blue-line {
  width: 156.773px;
  height: 3px;
  background: #1982c4;
}

.quick-enquiry-image img {
  height: 350px;
  width: auto;
}

.quick-enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.quick-enquiry-form input {
  height: 45px;
  width: 395px;
  border-radius: 10px;
  border: 2px solid #7f56d9;
  padding-left: 10px;
}

.quick-enquiry-form button {
  height: 45px;
  width: 395px;
  background-color: #7f56d9;
  color: white;
  border-radius: 10px;
  border: none;
}

.quick-enquiry-form select {
  height: 45px;
  width: 395px;
  border-radius: 10px;
  border: 2px solid #7f56d9;
  padding-left: 10px;
}

.content-section {
  margin: 40px 130px;
}

.content {
  color: #000;
  font-family: GothamBook;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.18px;
}

.subheading {
  color: #000;
  font-family: GothamBook;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.27px;
}

.content-subheading {
  color: #000;
  font-family: GothamBook;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  /* 43.2px */
  line-height: 3rem;
  letter-spacing: 0.18px;
}

.contactus-container ul li {
  list-style-type: disc;
  color: #000;
  font-family: GothamBook;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: 0.18px;
}

@media screen and (max-width: 1200px) {
  .state-city-div,
  .mobileNumber-class-div {
    display: flex;
    width: 80%;
    gap: 10px;
  }
  .reachOut-content {
    height: 90vh;
  }
}

@media screen and (max-width: 1050px) {
  .contactus-form input,
  .contactus-form select {
    width: 75%;
  }
  .card-address,
  .card-phone,
  .card-mail {
    gap: 0px;
  }
}

@media screen and (max-width: 900px) {
  .reachOut-content {
    height: 1420px;
    flex-direction: column;
  }
  .corporateOffice-div,
  .patna-div,
  .dwarka-div {
    width: 100%;
  }
  .card-address-text,
  .card-phone-text,
  .card-mail-text {
    width: 35%;
  }
  .contactus-form {
    height: 1100px;

    flex-direction: column;
  }
  .contactus-content form {
    width: 50vw;
  }
}

@media screen and (max-width: 650px) {
  .contactus-container {
    margin: 0 1rem;
  }
  .card-address-text,
  .card-phone-text,
  .card-mail-text {
    width: 50%;
  }

  .state-city-div,
  .mobileNumber-class-div {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
  }
  .privacy-policy {
    display: none;
  }

  .contactus-form button {
    width: 75%;
  }

  .contactus-content form {
    border: none;

    background-color: #eef8ff;
  }
  .contactus-container {
    margin: 0 0.5rem;
  }
  .contactus-content form {
    width: 85vw;
  }
  .contactus-content {
    width: 90vw;
  }
  img {
    scale: 0.8;
  }
  .card-address,
  .card-phone,
  .card-mail {
    gap: 20px;
  }
  .contactus-heading {
    align-items: flex-start;
    margin-bottom: 100px;
    margin-left: 40px;
  }
}
.contactus-heading p {
  font-size: 2.25rem;

  margin-bottom: 4px;
}

#classDropdown,
#stateDropdown {
  color: #667085;
  height: 38px;
  width: 79%;
}

@media screen and (max-width: 450px) {
  .card-address-text,
  .card-phone-text,
  .card-mail-text {
    width: 62%;
  }
}

@media screen and (max-width: 400px) {
  #classDropdown,
  #stateDropdown {
    color: #667085;
    height: 51px;
    width: 82%;
  }
}
