body {
  overflow-x: hidden;
}

.navbar-inner {
  background-color: transparent;
}
.nav-item a {
  z-index: 9999;
  color: #000;
}
.nav-item a:hover {
  color: #fdce0d !important;
}
.dropdown button {
  color: #fff;
}
.dropdown button:hover {
  color: #fdce0d;
}
.dropdown-menu .dropdown-item {
  background-color: transparent;
  color: #000; /* text color */
}
.dropdown-menu .dropdown-item:hover {
  background-color: transparent; /* hover background color */
}
.navbar-toggler-icon {
  background-color: transparent; /* Default color for the toggler icon */
}
.navbar-expand-lg {
  padding-left: 3.5rem;
}
.navbar-nav {
  text-align: end;
  z-index: 111111;
}
.navbar-collapse {
  justify-content: end !important;
}
body {
  overflow-x: hidden;
}
.nav-item.active .nav-link {
  color: orange !important;
}
.nav-item .dropdown-menu .dropdown-item {
  color: #000; /* Color for the nav items */
}
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
  color: #fdce0d; /* Color for the active or hovered nav items */
}
.servImg img {
  object-fit: cover;
  height: 350px;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  /* border: 1px solid #000; */
}
@media (max-width: 767px) {
  .servImg img {
    display: none;
  }
}
.servHead {
  color: black;
  font-size: 40px;
  font-family: Inter;
  font-weight: 600;
  word-wrap: break-word;
  padding: 10px;
  text-align: center;
}
.servDesc {
  padding: 20px;
  color: #8d8c8c;
  font-size: 20px;
  font-family: Inter;
  font-weight: 400;
  word-wrap: break-word;
}
.ourSerTitle {
  color: #fac639;
  font-size: 28px;
  font-family: Inter;
  font-weight: 700;
  display: flex;
  justify-content: center;
  word-wrap: break-word;
}
.fastMrgTitle {
  display: flex;
  text-align: center;
  justify-content: center;
  color: #000;
  font-size: 42px;
  font-family: Inter;
  font-weight: 700;
  word-wrap: break-word;
}
.servTitle {
  color: #f2a82a;
  font-size: 22px;
  text-align: center;
  font-family: Inter;
  font-weight: 600;
  /* margin-top: 50px; */
  justify-content: baseline;
  display: flex;
  justify-content: center;
  align-items: center;
  /* word-wrap: break-word; */
}
.servExplain {
  background-color: #fff;
  padding: 10px;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  text-align: justify;
  transition: all 0.3s ease;
  border-radius: 50px 10px;
  /* border: 1px solid #000; */
  &:hover {
    &:hover {
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
      background: linear-gradient(
        180deg,
        #fffcdb -1.66%,
        rgba(255, 252, 219, 0) 106.13%
      );
      opacity: 1;
      transform: scale(1.02);
      background-color: orange;
    }
  }
}

.col-md-4 {
  /* margin: auto; */
  /* height: 400px; */
  padding-bottom: 10px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .col-md-4 {
    height: auto;
  }
}
#contactFrom {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  max-width: 412px;
  height: 840px;
  border: 1px solid #abb2b9;
  border-radius: 10px;
  padding-top: 5px;
  border-top: 5px solid orange;
  /* margin: 0 auto; */
}

* {
  font-family: "Josefin Sans", sans-serif;
}

input[type="number"] {
  width: 95%;
  border: 1px solid #abb2b9;
  border-radius: 10px;
  margin-bottom: 8px;

  /* padding: 6px 4px; */
  font-size: 12px;

  box-sizing: border-box;
}
input::placeholder {
  opacity: 0.5; /* Set the opacity of the placeholder text */
  text-align: left;
  font-size: 12px;
}
label {
  color: #000;
  font-weight: bold;
  align-items: center;
  justify-self: center;
  font-size: 12px;
}
h4 {
  text-align: left;
}
.form-group {
  /* margin-top: 5px; */
  margin-left: 16px;
  display: flex;
  justify-content: center;
}

.form-group label {
  align-self: center;
  margin-right: 30px;
}
/* .changeLife {
          padding-top: 16px;
        } */
.options {
  /* border: 1px solid orange; */
  background-color: #e9ecef;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  width: 90%;
  padding-top: 10px;
  padding: 5px 7px;
  border-radius: 10px;
  margin: auto;
}
.ourPrms {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.infoType {
  margin: auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 10px;
  max-width: 412px;
  margin-top: 25px;
}
.ourPro {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.ProdDis {
  color: #8d8c8c;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.LoanTitle {
  color: #000;
  font-family: Inter;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.container1 {
  /* width: 1353px; */
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  border-radius: 45px;
  background: #fffcdb;
  align-self: center;
  justify-content: center;
  margin: auto;
  margin-top: 50px;
}
.foot1 {
  background: #fffcdb;
  /* height: 435px; */
}
.foot2 {
  width: 100%;
  height: 70px;
  background: #fac639;
  margin-top: 50px;
}
.head1 {
  color: #f2a82a;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.head2 {
  color: #6a6a6a;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.decoration {
  list-style-type: none;
}
.copy {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-top: 28px;
}
