footer {
  padding-top: 250px;
  width: 100%;
  position: relative;
  background-color: #323f5c;
  min-height: 1385px;
}
.sec7-footer {
  background-color: #ffffff;
  background-image: url(Images/Rectangle\ 339.png);
  width: 75%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  background-position: right;
  min-height: 523px;
  padding: 0 0 0 60px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  border-radius: 24px;
  border: none;
  z-index: 1;
}
.p7 {
  width: 45%;
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  color: #0a142f;
  margin-bottom: 16px;
  z-index: 3;
}
.p8 {
  width: 38%;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #0a142f;
  z-index: 3;
}
.sec7-footer img {
  width: 70%;
  position: absolute;
  bottom: 20px;
  left: 290px;
  overflow: hidden;
  z-index: 2;
}
.question-bar {
  box-shadow: 0px 80.6px 105.7px 0px #3333331a;
  width: 44%;
  background-color: #ffffff;
  border-radius: 20px;
  /* height: 100%; */
  position: absolute;
  top: -15%;
  right: -160px;
  transform: translateX(-50%);
  z-index: 3;
  padding: 50px 0 0 0;
}
.question-bar input,
textarea {
  border: 1.5px solid rgb(10, 20, 47, 0.3);
  width: 88%;
  opacity: 60%;
  border-radius: 5px;
  display: block;
  margin: 0 auto 20px;
  padding: 15px 20px;
}
.question-bar input {
  height: 51.94px;
}
textarea {
  height: 142.82px;
  margin-bottom: 0;
}
.question-bar input::placeholder,
textarea::placeholder {
  color: #0a142f;
  font-weight: 400;
  height: 20.05;
  font-size: 18px;
  line-height: 19.36px;
  /* opacity: 60%; */
}
input[type="checkbox"] {
  width: 20px;
  display: inline-block;
  margin: 0 0 0 30px;
}
form div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
form p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
}
form span {
  text-decoration: underline;
  color: rgb(60, 124, 197);
}
.send,
.sub {
  padding: 15px 42px;
  line-height: 16px;
  margin-bottom: 30px;
  margin-left: 30px;
  background-color: #dc214b;
  border-radius: 10px;
  color: #ffffff;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}
button:hover {
  color: #dc214b;
  background-color: white;
  border-color: #dc214b;
}
.bottom-footer {
  width: 76%;
  min-height: 456px;
  margin: 100px auto 0;
}
.bf-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
.bf-top > div:first-of-type {
  width: 36%;
}
.div2 {
  width: 15%;
  /* margin-left: 70px; */
}
.p10 {
  /* width: 30%; */
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-top: 20px;
  color: rgb(255, 255, 255, 0.8);
}
.div2 p {
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
}
.div2 a{
  text-decoration: none;
  color: rgb(255, 255, 255, 0.8);
}
.div3 .p11,
.div2 .p11 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.78px;
  text-align: left;
  color: rgb(255, 255, 255);
}
.div3 {
  width: 25%;
}
.div3 p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(255, 255, 255, 0.8);
}
.p12 {
  margin-top: 20px;
}
.div4 div {
  width: 50px;
  height: 50px;
  border: 3px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.fa-brands {
  color: #0a142f;
}
.bf-middle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  background-color: rgb(255, 255, 255, 0.2);
  border-radius: 7px;
  height: 81px;
  margin-top: 40px;
  padding: 0 20px;
}
.bf-middle > div {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  background-color: #ffffff;
  border-radius: 5px;
}
.bf-middle > p {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #ffffff;
}
.bf-middle input {
  width: 60%;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: rgb(10, 20, 47, 0.9);
  padding: 0 20px;
  border: none;
}
.bf-middle input:focus {
  border: none;
}
.bf-middle input:focus {
  outline: none;
}
.bf-middle button {
  width: 100px;
  padding: 10px 20px;
  border-radius: 6px;
  margin: 8px 10px;
}
hr {
  /* width: 70%;
  margin: */
  margin: 40px 0;
  border: 1px solid rgb(255, 255, 255, 15%);
}
.p15 {
  color: rgb(255, 255, 255, 75%);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: center;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 991px) {
  .div2 p{
    line-height: 21.78px;
  }
  .question-bar {
    margin: auto;
    width: 65%;
    top: -50%;
    left: 50%;
  }
  .sec7-footer{
    width: 90%;
    margin-top: 100px;
    justify-content: flex-end;
  }
  .p7, .p8{
    width: 80%;
  }
  .p7{
    font-size: 30px;
    line-height: 40px;
  }
  .p8{
    font-size: 16px;
    line-height: 26px;
  }
  .p8:last-of-type{
    margin-bottom: 40px;
  }
  .bf-middle > div{
    gap: 10px;
    width: 80%;
  }
  img[src="Images/Group 1137.png"]{
    display: none
  }
  img[src="Images/image 2.png"]{
    width: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .bf-top{
    gap: 10px;
    position: relative;
    flex-wrap: wrap;
  }
  .bf-top > div:first-of-type {
    width: 100%;
  }
  .div2{
    width: 30%;
    justify-self: center;
    margin-top: 20px;
    
  }
  .div3{
    width: 50%;
    justify-self: center;
    margin-top: 20px;
  }
  .bottom-footer{
    width: 90%;
  }
  .bf-middle input{
    width: 100%;
    padding: 0 0 0 10px;
  }
  .bf-middle > p{
    font-size: 12px;
    line-height: 20px;
  }
  .bf-middle{
    gap: 0;
    width: 100%;
  }
  .div4{
    position: absolute;
    right: 10px;
    bottom: 70px;
  }
  .div4 div{
    width: 30px;
    height: 30px;
  }
  .sec7-footer{
    background-image: none;
  }
  .p7{
    width: 100%;
  }
  .p8{
    width: 100%;
  
  }
}
@media only screen and (max-width: 576px) {
  .sec7-footer{
    padding-left: 20px;
  }
  .question-bar{
    width: 90%;
  }
  .bf-top{
    gap: 20px;
    justify-content: flex-start;
  }
  .div3{
    width: 40%;
  }
  .div3{
    width: 40%;
    margin-right: 20px;
  }
  .bf-middle{
    flex-direction: column;
    padding: 0;
  }
  .bf-middle > div{
    width: 100%;
  }
  .bf-middle > p{
    font-size: 20px;
    padding: 10px 0;
  }
}