.service1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.562), rgba(0, 0, 0, 0.562)),
    url("./../images/services/service1.png");
}
.service2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.562), rgba(0, 0, 0, 0.562)),
    url("./../images/services/service2.png");
}
.service3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.562), rgba(0, 0, 0, 0.562)),
    url("./../images/services/service3.png");
}
.service4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.562), rgba(0, 0, 0, 0.562)),
    url("./../images/services/service4.png");
}
.service5 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.562), rgba(0, 0, 0, 0.562)),
    url("./../images/services/service5.png");
}
.serviceLeft i {
  margin-top: 10px;
  color: #ccb248;
}
.serviceLeft h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: white;
}
.serviceLeft p {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.serviceRight {
  position: relative;
}
.serviceRight img {
  position: relative;
  width: 100%;
  z-index: 100;
}
.serviceRight::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 106%;
  top: -20px;
  left: 30px;
  background-color: #ccb248;
  border-radius: 20px;
}
.formDiv h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 36px;
}
.formDiv h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
}

.inputDiv {
  display: flex;
  flex-direction: column;
}
.inputDiv label {
  font-size: 20px;
  font-weight: 400;
}
.inputDiv input {
  font-size: 18px;
  padding: 6px 15px;
  border-radius: 12px;
  border: 2px solid grey;
  width: 90%;
}
.inputDiv select {
  font-size: 18px;
  padding: 6px 15px;
  border-radius: 12px;
  border: 2px solid grey;
  width: 90%;
}
.inputDiv label {
  padding-bottom: 4px;
}
.inputDiv span {
  color: red;
}
.inputDiv textarea {
  font-size: 18px;
  padding: 6px 15px;
  border-radius: 12px;
  border: 2px solid grey;
  height: 100px;
}
.submitBtn button {
  background-color: #121c33;
  padding: 8px 20px;
  border-radius: 20px;
  color: white;
  border: none;
}
.submitBtn button:hover {
  background-color: #ccb248;
}

/*  */
.dropdowns {
  position: relative;
  display: inline-block;
}

/* Style for the dropdowns input */
.dropdowns-input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.dropdowns-menu {
  display: none; /* Initially hidden */
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 90%;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1;
}
/* Style for dropdowns menu items */
.dropdowns-item {
  padding: 8px;
  cursor: pointer;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

@media (max-width: 991px) {
  .inputDiv input {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .serviceRight::after {
    content: "";
    position: absolute;
    width: 96%;
    height: 108%;
    top: -14px;
    left: 30px;
    background-color: #ccb248;
    border-radius: 20px;
  }
}
