/* footer */

footer {
  /* width: 80%; */
  background: rgb(255, 255, 255);
  /* margin-top: 69px; */
  margin-top: 41px;
  display: flex;
  justify-content: space-evenly;
  /* padding-top: 40px;
    padding-bottom: 40px; */
  border-top: 1px solid #cab2b2;
  padding-top: 20px;
  padding-bottom: 20px;
}

.f-desc-txt,
footer {
  color: #000000;
  /* font-size: 20px; */
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.f-desc-txt {
  width: 30%;
}

textarea:focus,
input:focus {
  outline: none;
}

.f-icons {
  font-size: 20px;
  display: flex;
  gap: 15px;
  margin-top: 20px;
  justify-content: flex-start;
}

.f-icons i {
  font-size: 30px;
  color: rgb(0, 0, 0);
}

.iconss {
  height: 40px;
  width: 40px;
  background: #fff;
  text-align: center;
  border-radius: 4px;
}

.iconss:hover {
  background-color: #ffffff85;
}

.f-menu-htxt {
  font-weight: 600;
  color: #000000;
}

.f-menu-links {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.f-menu input {
  display: flex;
  width: 308px;
  height: 54px;
  padding: 12px 24px;
  align-items: center;
  gap: 10px;
  color: #999;
  /* Body/ReglurText Regular */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.footerblack {
  background: #1b50b9;
  /* background: rgb(202, 178, 178); */
  color: #fff;
  padding: 5px;
  font-size: 14px;
  border-top: 1px solid #fff;
}

.footerblack {
  text-align: center;
}

.rowww {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: space-around;
}

@media only screen and (max-width: 777px) {
  .f-desc-txt {
    font-size: 17px;
    width: 95%;
    margin: auto;
  }

  footer {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 50px;
    flex-direction: column;
    padding: 40px 0;
  }

  .f-menu {
    margin-top: 30px;
  }

  .f-menu-links {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 10px;
  }

  .ss {
    width: 93%;
    margin: auto;
    margin-top: 20px;
    gap: 20px;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .f-desc-txt,
  footer {
    font-size: 17px;
  }

  .f-icons i {
    font-size: 20px;
    color: rgb(0, 0, 0);
  }

  .iconss {
    height: 30px;
    width: 30px;
    background: #fff;
    text-align: center;
    border-radius: 4px;
  }

  .f-icons {
    justify-content: center;
    margin-top: 0px;
  }
}

a:hover {
  opacity: 0.7;
}

button {
  transition: all 0.3s;
}

/* footer */

.subpages-title {
  color: orangered;
  color: #fff;
  text-shadow: 0 16px 15px rgba(0, 0, 0, 0.25);
  font-size: 51px;
  font-style: normal;
  /* font-weight: 700; */
  line-height: normal;
  margin-left: 8vh;
  border-bottom: 4px solid #f8742a;
}

.subpages-banner-main {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 777px) {
  .subpages-title {
    color: orangered;
    color: #fff;
    text-shadow: 0 16px 15px rgba(0, 0, 0, 0.25);
    font-size: 25px;
    font-style: normal;
    /* font-weight: 700; */
    line-height: normal;
    margin-left: 0px;
    text-align: center;
    margin-left: 30px;
  }
  .color-blue {
    color: #2271bf;
  }
}
