.footer-section {
  position: relative;
  background-color: #0a2843;
  margin-top: 60px;
}
.footer-section::before {
  content: "";
  position: absolute;
  background-color: #0a2843;
  width: 100%;
  height: 60%;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.footer-section .newsletter {
  border-radius: 20px;
  padding: 80px 0;
  background-image: url(../images/footer-bg-left.png), url(../images/footer-bg-right.png);
  background-repeat: no-repeat;
  background-position: left 20px center, right bottom;
  background-color: #28B881;
}
.footer-section .newsletter form {
  width: 60%;
  margin: 0 auto;
}
.footer-section .newsletter form .form-group {
  background-color: var(--bs-white);
  border: 1px solid #e2e2ea;
  border-radius: 35px;
  padding: 10px;
}
.footer-section .newsletter form .form-group input {
  border-radius: 35px;
  padding: 0 20px;
  border-color: transparent;
}
.footer-section .newsletter form .form-group button {
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  background-color: #28B881;
}
.footer-section .footer-area .menu-item li {
  margin-right: auto;
}
.footer-section .footer-area .menu-item li a {
  /* color: var(--bs-white); */
  color: #fff;
  font-weight: 400;
  margin-bottom: 2px;
  font-size: 16px;
}
.footer-section .footer-area .menu-item li a:hover {
  color: #28B881;
}
.footer-section .footer-area .social-link a {
  margin-left: 15px;
}
.footer-section .footer-area .copyright span,
.footer-section .footer-area .copyright p,
.footer-section .footer-area .copyright a {
  color: var(--bs-white);
}
.footer-section .footer-area .footer-bottom {
  border-top: 1px solid #868EA6;
}
.footer-section .footer-area .footer-bottom .menu-item li {
  margin-right: 0;
  margin-left: 18px;
}
.footer-section .footer-area .footer-bottom {
  padding: 30px 100px;
  margin-top: 30px;
}
.footer-section .footer-area .menu-item li {
  margin: 0 10px !important;
}
.footer-section .newsletter {
  padding: 40px 30px;
}
.footer-section .newsletter form {
  width: 100%;
}
.link-group h5{
  margin-bottom: 10px;
  
  color: #fff;
}
.foter_star h4{
  color: #fff;
}
.pt-120{
  padding-top: 60px;
}

.footer_bottom {
  --un-text-opacity: 1;
  color: rgb(208 204 204 / var(--un-text-opacity));
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
  border-top: 1px solid #868EA6;
  display:flex;
  flex-direction: column;
}
.footer_bottom span{
--un-text-opacity: 1;
color: rgb(208 204 204 / var(--un-text-opacity));
margin-left: 10px;
font-size: 16px;
}
.foter_star span{
font-size: 20px;
color: #6A6A6A;
}
@media (max-width: 1200px) {
.footer_bottom{
  font-size: 1rem;
}
.footer_bottom span{
  font-size: 1rem;
}
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 50px;
  }
  .footer_bottom{
    font-size: 0.8rem;
  }
  .footer_bottom span{
    font-size: 0.8rem;
  }
  .foter_star span{
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px){
  
  .link-group h5{
      font-size: 18px;
  }
  .footer-section .footer-area .menu-item li a{
      font-size: 14px;
  }
  .foter_star{
    margin-bottom: 3vw;
  }
 
  .foter_star h4{
    font-size: 18px;
  }
  .foter_star span{
    font-size: 18px;
  }
  .pb_150 {
    padding-bottom: 0px;
  }
  
}
@media (max-width: 480px) {
  .pt-120 {
    padding-top: 40px;
  }
  .footer_bottom span{
    display: block;
  }
  .foter_star{
    padding-bottom: 20px;
  }
}

