.contactHeroDiv {
  background: linear-gradient(#0b62b8ba, #0b62b8ba),
    url("./../images/about/herobg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10% 0px;
}
.contactHeroDiv h2 {
  font-size: 34px;
  font-weight: 400;
  color: white;
  text-align: center;
}
.contactHeroDiv h4 {
  font-size: 45px;
  font-weight: 700;
  color: white;
  text-align: center;
}
/*  */
.contactLeft img {
  width: 100%;
}
.contactDiv {
  background-color: #f6f0b5;
  padding: 25px 45px;
}
.formInput {
  margin-top: 20px;
}
.formInput input {
  border: none;
  padding: 10px 20px;
}
.formInput input::placeholder {
  color: black;
}
.formInput textarea {
  border: none;
  padding: 10px 35px 10px 20px;
  width: 100%;
  height: 100px;
}
.formInput textarea::placeholder {
  color: black;
}

.formInput {
  text-align: center;
}
.formInput button {
  background-color: #c51c1c;
  border: none;
  padding: 10px 25px;
  color: white;
  font-size: 20px;
  font-weight: 600;
}
.formInput button:hover {
  background-color: #5a5ea8;
}
iframe {
  border: 10px solid #383c84;
  width: 100%;
}
.contactInfo h3 {
  color: #383c84;
  font-size: 28px;
  font-weight: 700;
}
.contactLeft {
  position: relative;
}
.contactLeft::before {
  content: "";
  position: absolute;
  border: 4px solid #383c84;
  width: 100%;
  height: 100%;
  top: -20px;
  left: -20px;
}
.formInput {
  position: relative;
}

.formInput i {
  position: absolute;
  right: 2px;
  top: 5px;
  cursor: pointer;
  font-size: 24px;
  padding: 10px;
}
.courseList {
  position: absolute;
  top: 30px;
  right: 40px;
  height: 400px;
  overflow-y: scroll;
  background-color: white;
  z-index: 1000;
  display: none;
}
.courseList h5 {
  color: #383c84;
  text-align: start;
  padding: 10px;
  border: 1px solid #383c84;
  margin: 0;
  cursor: pointer;
}
/* Scrollbar Thumb */
.courseList::-webkit-scrollbar-thumb {
  background-color: #888 !important;
  border-radius: 10px !important;
}

/* Scrollbar Thumb on hover */
.courseList::-webkit-scrollbar-thumb:hover {
  background-color: #555 !important;
}

/* Scrollbar Track (optional) */
.courseList::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  border-radius: 10px !important;
}
.contactInfo h4 {
  font-size: 20px;
  font-weight: 600;
  color: black;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .heroRightDiv h2 {
    font-size: 30px;
  }
  .heroRightDiv p {
    font-size: 16px;
  }
  .heroRightDiv a {
    font-size: 16px;
  }
  .heroSection {
    padding: 45% 0px 35%;
  }
  .contactDiv {
    padding: 50px 25px;
  }
  iframe {
    height: 300px;
  }
  .courseList {
    top: 40px;
    width: 100%;
    left: 0;
  }
  .courseList h5 {
    font-size: 14px;
  }
  .contactHeroDiv h4 {
    font-size: 24px;
  }
  .contactInfo h4 {
    font-size: 14px;
  }
  .contactHeroDiv {
    padding: 30% 0px;
  }
}
