.equal-height {
  height: 100%;
}

.img-container {
  flex: 1;
  display: flex;
  align-items: center;
}

.img-container img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

form input {
  width: 150px;
  margin: 10px 0;
  border: 1px solid #000000;
}

.conf-img img {
  width: 172px;
  height: 60px;
  rotate: 15deg;
}

.textarea-in-img textarea {
  resize: none;
  /* background-color: blue; */
  width: 86%;
  height: 70px;
  margin: 10px 0;
  border: 1px solid #000000;
}

.content4-on-img {
  justify-content: space-evenly;
}

.left-side-btns #left-btn {
  background-color: #838383;
  width: 240px;
  height: 60px;
  margin: 14px 0px;
}

.left-side-btns #left-btn img {
  padding-right: 3%;
  float: left;
  width: 20px;
  height: 60px;
}

.left-side-btns #left-btn h1 {
  color: white;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  padding-top: 6px;
}

.left-side-btns #left-btn p {
  color: white;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-align: end;
}


.par-justify {
  text-align: justify;
  width: 90%;
}

.third-sec {
  width: 100%;
}

.hi {
  width: 96%;
}

/* CSS */
.click-btns {
  background-color: #a70201;
  border: none;
}

.right-btns {
  width: 20rem;
}

.right-imgs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.right-imgs img {
  width: 40%;
}

.btns {
  width: 220px;
  border-top: 1px solid #000000;
}

.navbar {
  background-color: #770b09;
}

.navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D"http://www.w3.org/2000/svg" viewBox%3D"0 0 30 30"%3E%3Cpath stroke%3D"rgba%28255, 255, 255, 1%29" stroke-width%3D"2" stroke-linecap%3D"round" stroke-miterlimit%3D"10" d%3D"M4 7h22M4 15h22M4 23h22"%2F%3E%3C%2Fsvg%3E') !important;
}

.navbar-toggler {
  border-color: white !important;
}

/* Remove the outline and box-shadow on focus and active states */
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none !important;
  box-shadow: none !important;
}

/* Adjust the icon color on focus and active states */
.navbar-toggler:focus .navbar-toggler-icon,
.navbar-toggler:active .navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D"http://www.w3.org/2000/svg" viewBox%3D"0 0 30 30"%3E%3Cpath stroke%3D"rgba%28255, 255, 255, 1%29" stroke-width%3D"2" stroke-linecap%3D"round" stroke-miterlimit%3D"10" d%3D"M4 7h22M4 15h22M4 23h22"%2F%3E%3C%2Fsvg%3E') !important;
}

ul li:hover {
  background-color: #838383;
}

.heading1-in-img {
  background-color: #a70201;
}

::placeholder {
  color: #525050;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 990px) {
  .abcd {
    margin: auto;
  }
}

@media (max-width: 500px) {
  .conf-img {
    padding: 4px;
  }

  .conf-img img {
    width: 90%;
    height: fit-content;
  }
}