@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  footer {
    margin-bottom: 66px;
  }
}
footer .footer-wrapper {
  background: #EDE5FC;
}
footer .footer-wrapper .footer-top {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  gap: 29px;
  margin: 0 auto;
  width: var(--container);
}
@media only screen and (max-width: 991px) {
  footer .footer-wrapper .footer-top {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-wrapper .footer-top {
    flex-direction: column;
  }
}
footer .footer-wrapper .footer-top li {
  display: flex;
  gap: 15px;
}
footer .footer-wrapper .footer-top li img {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 375px) {
  footer .footer-wrapper .footer-top li img {
    width: 30px;
    height: 30px;
  }
}
footer .footer-wrapper .footer-top li .content p {
  color: var(--primary);
  font-weight: 600;
}
footer .footer-wrapper .footer-top li .content span {
  font-size: 13px;
}
footer .footer-wrapper-bottom {
  background: var(--primary);
  position: relative;
  z-index: 10;
  overflow: hidden;
}
footer .footer-wrapper-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  background: url("../../images/pregnant.svg") no-repeat center center;
  background-size: cover;
  mix-blend-mode: multiply;
  z-index: 1;
  pointer-events: none;
}
footer .footer-wrapper-bottom .footer-middle {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrapper-bottom .footer-middle {
    padding: 40px 0;
  }
}
footer .footer-wrapper-bottom .footer-middle .container {
  display: flex;
  justify-content: space-between;
  gap: 12%;
}
@media only screen and (max-width: 1024px) {
  footer .footer-wrapper-bottom .footer-middle .container {
    gap: 7%;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-wrapper-bottom .footer-middle .container {
    flex-direction: column;
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-wrapper-bottom .footer-middle .container {
    gap: 40px;
  }
}
footer .footer-wrapper-bottom .footer-middle .container .colA {
  flex: 0 0 36%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  footer .footer-wrapper-bottom .footer-middle .container .colA {
    flex: 0 1 100%;
    gap: 32px;
  }
}
footer .footer-wrapper-bottom .footer-middle .container .colA .logo {
  width: 147px;
  height: 68px;
}
@media only screen and (max-width: 991px) {
  footer .footer-wrapper-bottom .footer-middle .container .colA .logo {
    width: 100px;
    height: 46px;
  }
}
@media only screen and (max-width: 375px) {
  footer .footer-wrapper-bottom .footer-middle .container .colA .logo {
    width: 80px;
    height: 37px;
  }
}
footer .footer-wrapper-bottom .footer-middle .container .colA .form {
  position: relative;
}
footer .footer-wrapper-bottom .footer-middle .container .colA .form .form-group {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
}
footer .footer-wrapper-bottom .footer-middle .container .colA .form .form-group::before {
  background: var(--white);
}
footer .footer-wrapper-bottom .footer-middle .container .colA .form .form-group input {
  color: rgba(255, 255, 255, 0.6980392157);
}
footer .footer-wrapper-bottom .footer-middle .container .colA .form .form-group label {
  color: rgba(255, 255, 255, 0.6980392157);
}
footer .footer-wrapper-bottom .footer-middle .container .colA .form .sbmt {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: var(--white);
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 16px;
}
footer .footer-wrapper-bottom .footer-middle .container .colA .social {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-wrapper-bottom .footer-middle .container .colA .social {
    gap: 12px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-wrapper-bottom .footer-middle .container .colA .social {
    gap: 20px;
  }
}
@media only screen and (max-width: 375px) {
  footer .footer-wrapper-bottom .footer-middle .container .colA .social {
    gap: 15px;
  }
}
footer .footer-wrapper-bottom .footer-middle .container .colA .social li:last-child {
  border-left: 1px solid var(--white);
  padding-left: 24px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-wrapper-bottom .footer-middle .container .colA .social li:last-child {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-wrapper-bottom .footer-middle .container .colA .social li:last-child {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 375px) {
  footer .footer-wrapper-bottom .footer-middle .container .colA .social li:last-child {
    padding-left: 15px;
  }
}
footer .footer-wrapper-bottom .footer-middle .container .colA .social li:last-child a {
  color: var(--white);
  font-weight: 600;
}
@media only screen and (max-width: 375px) {
  footer .footer-wrapper-bottom .footer-middle .container .colA .social li:last-child a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 375px) {
  footer .footer-wrapper-bottom .footer-middle .container .colA .social li:last-child a img {
    width: 20px;
    height: 20px;
  }
}
footer .footer-wrapper-bottom .footer-middle .container .colB {
  flex: 0 1 52%;
}
@media only screen and (max-width: 991px) {
  footer .footer-wrapper-bottom .footer-middle .container .colB {
    flex: 0 1 100%;
  }
}
footer .footer-wrapper-bottom .footer-middle .container .colB .qck-links {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrapper-bottom .footer-middle .container .colB .qck-links {
    -moz-column-gap: 100px;
         column-gap: 100px;
    row-gap: 20px;
    margin-bottom: 32px;
  }
}
footer .footer-wrapper-bottom .footer-middle .container .colB .qck-links .col h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media only screen and (max-width: 375px) {
  footer .footer-wrapper-bottom .footer-middle .container .colB .qck-links .col h5 {
    font-size: 12px;
  }
}
footer .footer-wrapper-bottom .footer-middle .container .colB .qck-links .col ul li {
  margin-bottom: 8px;
}
footer .footer-wrapper-bottom .footer-middle .container .colB .qck-links .col ul li a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6980392157);
}
@media only screen and (max-width: 375px) {
  footer .footer-wrapper-bottom .footer-middle .container .colB .qck-links .col ul li a {
    font-size: 12px;
  }
}
footer .footer-wrapper-bottom .footer-middle .container .colB .act-btn {
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrapper-bottom .footer-middle .container .colB .act-btn {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .footer-wrapper-bottom .footer-middle .container .colB .act-btn .btn {
  font-size: 14px;
}
@media only screen and (max-width: 375px) {
  footer .footer-wrapper-bottom .footer-middle .container .colB .act-btn .btn {
    font-size: 11px;
  }
}
footer .footer-wrapper-bottom .footer-middle .container .colB .act-btn .btn:last-child {
  background: var(--white);
  border-color: var(--white);
  color: var(--primary);
}
footer .footer-wrapper-bottom .footer-middle .container .colB .act-btn .btn:last-child:hover {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}
footer .footer-wrapper-bottom .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2509803922);
  padding: 20px 0;
}
footer .footer-wrapper-bottom .footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  footer .footer-wrapper-bottom .footer-bottom .container {
    flex-direction: column;
    gap: 14px;
  }
}
footer .footer-wrapper-bottom .footer-bottom .container .copyright {
  font-size: 12px;
  color: var(--white);
  font-weight: 500;
  text-wrap: wrap;
}/*# sourceMappingURL=footer.css.map */