.footer-text-new {
  background: #085083 !important;
  border-top-right-radius: 200px;
}
@media screen and (max-width: 1200px) {
  .footer-text-new {
    border-top-right-radius: 150px;
  }
}
@media screen and (max-width: 767px) {
  .footer-text-new {
    border-top-right-radius: 80px;
    padding-bottom: 0 !important;
  }
}
.footer-text-new p, .footer-text-new a {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 6px;
}
@media screen and (max-width: 991px) {
  .footer-text-new p, .footer-text-new a {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .footer-text-new p, .footer-text-new a {
    font-size: 14px;
  }
}
.footer-text-new ul li {
  padding-right: 30px;
  margin-bottom: 20px;
  width: 205px;
}
@media screen and (max-width: 1440px) {
  .footer-text-new ul li {
    width: 180px;
  }
}
@media screen and (max-width: 1200px) {
  .footer-text-new ul li {
    padding-right: 20px;
    max-width: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .footer-text-new ul li {
    margin-bottom: 12px;
  }
}
.footer-text-new ul li p.f20 {
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 1440px) {
  .footer-text-new .footer-wrapper {
    padding: 25px 50px;
  }
}
@media screen and (max-width: 667px) {
  .footer-text-new .footer-wrapper {
    padding: 50px 12px 25px 12px;
  }
}
@media screen and (max-width: 450px) {
  .footer-text-new .footer-wrapper {
    padding: 50px 4px 25px 8px;
  }
}
.footer-text-new::after {
  content: "";
  position: absolute;
  background-image: url("../img/footer_after.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  width: 35%;
  height: 900px !important;
  right: 0;
  bottom: 45%;
  z-index: -1;
  visibility: inherit !important;
}
@media screen and (max-width: 1200px) {
  .footer-text-new::after {
    height: 800px !important;
  }
}
@media screen and (max-width: 991px) {
  .footer-text-new::after {
    height: 685px !important;
  }
}
@media screen and (max-width: 575px) {
  .footer-text-new::after {
    height: 600px !important;
  }
}
@media screen and (max-width: 450px) {
  .footer-text-new::after {
    bottom: 37%;
  }
}

.footer-Copyright-new {
  background: #96d1ed !important;
  color: #0766aa !important;
}
@media screen and (max-width: 991px) {
  .footer-Copyright-new {
    font-size: 14px;
  }
}

.work_bg .footer-text-new, .discount_bg .footer-text-new, .dis_detail .footer-text-new, .service_bg .footer-text-new, .bonus_bg .footer-text-new, .contact_bg .footer-text-new, .knowledge_bg .footer-text-new {
  border-top-right-radius: 0;
}
.work_bg .footer-text-new::after, .discount_bg .footer-text-new::after, .dis_detail .footer-text-new::after, .service_bg .footer-text-new::after, .bonus_bg .footer-text-new::after, .contact_bg .footer-text-new::after, .knowledge_bg .footer-text-new::after {
  display: none;
}