.insurance-banner {
  position: relative;
  z-index: 10;
  background-image: url(../image/insurance.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
}

.service {
  text-align: center;
  margin: 100px 0;
}

.service-con {
  margin-top: 77px;
}

.service-con p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 22px;
  color: #444444;
  margin-bottom: 0;
}

.new-color {
  font-weight: 700;
}

.insurance h4 {
  margin-top: 64px;
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #003487;
  position: relative;
  text-decoration: underline;
}

.insurance h4::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 3px;
  background-color: #e60013;
  top: 56%;
  left: 32%;
}

.i-box {
  margin-top: 77px;
  padding: 62px 100px;
  background-color: #ffffff;
  border: 1px dashed var(--primary-color);
}

.box-1 {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.box-2 {
  margin: 0 auto;
  width: 97%;
  height: 244px;
  background-color: #d9d9d9;
  border-radius: 25px;
  padding: 18px 19px;
  position: relative;
  z-index: 10;
  box-shadow: 4px 4px 25px rgba(0, 52, 135, 0.25);
  transition: transform 0.5s ease-in, box-shadow 0.5s ease-in;
}
.box-2:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  transform: translateY(-10px);
}

.box-img {
  width: 45%;
  margin: 0 auto;
}

.box-img img {
  width: 100%;
}

.box-2 h5 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 12px;
}

.box-2 p {
  margin: 0 auto;
  width: 84%;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 22px;
  color: #555353;
  margin-bottom: 0;
}

.box-3 {
  top: -4%;
  left: 0%;
  position: absolute;
  z-index: 9;
  width: 70px;
  height: 225px;
  border-radius: 50px;
  background-color: var(--primary-color);
}

.box-4 {
  top: 11%;
  right: 0%;
  position: absolute;
  z-index: 9;
  width: 70px;
  height: 225px;
  border-radius: 50px;
  background-color: var(--primary-color);
}

.new-img {
  margin-bottom: 63px;
}

.enquiry {
  text-align: center;
  margin-bottom: 100px;
}

.en-con {
  margin-top: 77px;
  background-color: #ffffff;
  width: 100%;
  padding: 6px;
  border: 1px solid #ff0000;
}

.encon-inner {
  border: 1px solid #ff0000;
  padding: 62px 27px;
  text-align: center;
}

.input-parent {
  margin-bottom: 20px;
  text-align: left;
}

.input-parent h4 {
  font-size: 24px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 30px;
}

.input-div select {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 13px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #424242;
  margin-bottom: 30px;
}

.input-div select:focus {
  outline: none;
}

.input-div input {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 13px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #424242;
  margin-bottom: 30px;
}

.input-div input:focus {
  outline: none;
}

.submit {
  width: 347px;
  padding: 12px;
  border-radius: 8px;
  background-color: #003487;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.5s;
}

.submit:hover {
  box-shadow: 0 0 10px var(--primary-color);
}
