@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p {
  padding: 0;
  margin: 0;
}

ul,
ol,
li {
  list-style: none;
}

input,
button {
  border: 0px;
}
input:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  display: inline-block;
  background-color: transparent;
}

body {
  font-weight: 400;
  font-family: "Inter", sans-serif;
  background: #fff;
  overflow-x: hidden;
}

.text-success {
  color: #00A25D !important;
}

.about-area {
  padding: 4rem 7rem 5rem;
}
@media (max-width: 1400px) {
  .about-area {
    padding: 4rem 2rem 5rem;
  }
}
@media (max-width: 575px) {
  .about-area {
    padding: 0 1rem 2rem;
  }
}
.about-area h2 {
  text-align: center;
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 5rem;
}
@media (max-width: 575px) {
  .about-area h2 {
    font-size: 25px;
    line-height: 27px;
    margin: 0 0 2rem;
  }
}
.about-area .img-hold {
  padding: 0;
  height: 500px;
}
.about-area .img-hold video {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .about-area .img-hold {
    padding: 0;
    margin: 0 0 3rem;
  }
}
@media (max-width: 575px) {
  .about-area .img-hold {
    width: 100%;
    height: 300px;
  }
}
.about-area .text-bar h3 {
  color: #00A25D;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 12px;
}
.about-area .text-bar h2 {
  text-align: left;
  color: #000;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin: 0 0 20px;
}
.about-area .text-bar h2 span {
  color: #00A25D;
  display: block;
}
@media (max-width: 1200px) {
  .about-area .text-bar h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .about-area .text-bar h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.about-area .text-bar p {
  color: #575757;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 30px;
}
@media (max-width: 575px) {
  .about-area .text-bar p {
    font-size: 14px;
    line-height: 24px;
  }
}
.about-area .text-bar ul li {
  color: #656565;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 15px;
}
@media (max-width: 575px) {
  .about-area .text-bar ul li {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px;
  }
}
.about-area .text-bar ul li i {
  color: #00A25D;
  margin: 0 5px 0 0;
}

.con-area {
  padding: 7rem 7rem;
  background: linear-gradient(101deg, #072661 0%, #064128 100%);
}
@media (max-width: 1400px) {
  .con-area {
    padding: 5rem 2rem;
  }
}
@media (max-width: 575px) {
  .con-area {
    padding: 2rem 1rem;
  }
}
.con-area .img-hold {
  text-align: center;
  width: 500px;
  margin: 0 auto;
}
.con-area .img-hold video {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .con-area .img-hold {
    text-align: center;
    margin: 0 auto 3rem;
  }
}
@media (max-width: 575px) {
  .con-area .img-hold {
    width: 100%;
  }
}
.con-area .text-area h2 {
  color: #FFF;
  font-size: 46px;
  font-weight: 700;
  line-height: 48px;
  margin: 0 0 30px;
}
@media (max-width: 1200px) {
  .con-area .text-area h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .con-area .text-area h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.con-area .text-area p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1200px) {
  .con-area .text-area p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .con-area .text-area p {
    font-size: 14px;
    line-height: 22px;
  }
}

.con-bar {
  padding: 7rem 7rem;
}
@media (max-width: 1400px) {
  .con-bar {
    padding: 5rem 2rem;
  }
}
@media (max-width: 575px) {
  .con-bar {
    padding: 2rem 1rem;
  }
}
.con-bar .img-hold {
  padding: 0 0 0 3rem;
  width: 500px;
}
.con-bar .img-hold video {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .con-bar .img-hold {
    padding: 0;
    margin: 0 auto 3rem;
  }
}
@media (max-width: 575px) {
  .con-bar .img-hold {
    width: 100%;
  }
}
.con-bar .c-trea h2 {
  color: #000;
  font-size: 46px;
  font-weight: 700;
  line-height: 48px;
  margin: 0 0 30px;
}
@media (max-width: 1200px) {
  .con-bar .c-trea h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .con-bar .c-trea h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.con-bar .c-trea p {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 25px;
}
@media (max-width: 575px) {
  .con-bar .c-trea p {
    font-size: 14px;
    line-height: 25px;
  }
}
.con-bar .c-trea ul li {
  color: #656565;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 15px;
}
.con-bar .c-trea ul li i {
  color: #00A25D;
  margin: 0 5px 0 0;
}

.w-area {
  background: url(../images/banner03.png) no-repeat top center;
  background-size: cover;
  padding: 5rem 0;
  margin: 0;
}
@media (max-width: 1550px) {
  .w-area {
    padding: 3rem 0;
  }
}
@media (max-width: 575px) {
  .w-area {
    padding: 2rem 0;
    margin: 0;
  }
}
.w-area h3 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin: 0 0 30px;
}
@media (max-width: 1400px) {
  .w-area h3 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 20px;
  }
}
@media (max-width: 1280px) {
  .w-area h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .w-area h3 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .w-area h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .w-area h3 br {
    display: none;
  }
}
.w-area p {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
}
@media (max-width: 1400px) {
  .w-area p {
    font-size: 16px;
    line-height: 25px;
  }
}
.w-area ul li {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  position: relative;
}
.w-area ul li::after {
  position: absolute;
  top: 5px;
  width: 7px;
  height: 7px;
  background: #000;
  left: 0;
  right: auto;
  bottom: auto;
  content: "";
  border-radius: 100%;
}
.w-area ul li:last-child {
  margin: 0;
}
.w-area ul li h6 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 5px;
}
.w-area ul li p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.w-area .change img {
  width: 65%;
}
@media (max-width: 1280px) {
  .w-area .change img {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .w-area .change img {
    width: 100%;
  }
}

.t-area {
  padding: 4rem 7rem 5rem;
}
@media (max-width: 1400px) {
  .t-area {
    padding: 4rem 2rem 5rem;
  }
}
@media (max-width: 575px) {
  .t-area {
    padding: 2rem 1rem 2rem;
  }
}
.t-area h2 {
  color: #000;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 40px;
}
@media (max-width: 575px) {
  .t-area h2 {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 15px;
  }
}
.t-area ul {
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0 40px;
}
@media (max-width: 575px) {
  .t-area ul {
    flex-wrap: wrap;
  }
}
.t-area ul li {
  margin: 0 50px;
}
.t-area ul li:last-child {
  margin: 0 0 0 50px;
}
@media (max-width: 992px) {
  .t-area ul li {
    margin: 0 25px;
  }
  .t-area ul li:last-child {
    margin: 0 0 0 25px;
  }
}
@media (max-width: 575px) {
  .t-area ul li {
    width: 50%;
    margin: 0 0 15px;
    padding: 0 15px;
    text-align: center;
  }
}

.pack-box {
  padding: 0 15rem 5rem;
}
@media (max-width: 1500px) {
  .pack-box {
    padding: 0 7rem 5rem;
  }
}
@media (max-width: 1400px) {
  .pack-box {
    padding: 0 2rem 5rem;
  }
}
@media (max-width: 575px) {
  .pack-box {
    padding: 0 1rem 2rem;
  }
}
.pack-box .top-acc h6 {
  color: #000;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 40px;
}
@media (max-width: 575px) {
  .pack-box .top-acc h6 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px;
  }
}
.pack-box .pack-area {
  margin: 0 0 3rem;
}
.pack-box .pack-area .nav {
  margin: 0 0 3rem;
}
.pack-box .pack-area .nav li {
  margin: 0 30px 0 0;
}
.pack-box .pack-area .nav li:last-child {
  margin: 0;
}
.pack-box .pack-area .nav li .nav-link {
  font-size: 20px;
  line-height: 22px;
  text-transform: capitalize;
  color: #fff;
}
.pack-box .pack-area .nav li .nav-link.active {
  background: #00A25D;
  border-radius: 50px 50px;
  font-weight: 700;
  color: #000;
  padding: 15px 35px;
}
.pack-box .pack-area .tab-content .block {
  padding: 40px 25px 30px 25px;
  border-radius: 15px;
  background: #F4F4F4;
  box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.02);
  margin: 2.1rem 0 0;
}
@media (max-width: 992px) {
  .pack-box .pack-area .tab-content .block {
    margin: 0 0 20px;
  }
}
.pack-box .pack-area .tab-content .block h2 {
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  color: #334f87;
  font-weight: 700;
  margin: 0 0 25px;
}
.pack-box .pack-area .tab-content .block h3 {
  text-align: center;
  font-size: 32px;
  line-height: 34px;
  color: #04183F;
  font-weight: 700;
  margin: 0 0 15px;
}
.pack-box .pack-area .tab-content .block p {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 45px;
  color: #000;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1200px) {
  .pack-box .pack-area .tab-content .block p {
    margin: 0 0 20px;
  }
}
.pack-box .pack-area .tab-content .block ul {
  margin: 0 0 50px;
}
.pack-box .pack-area .tab-content .block ul li i {
  margin: 0 10px 0 0;
}
.pack-box .pack-area .tab-content .block ul li {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 16px;
  color: #656565;
}
.pack-box .pack-area .tab-content .block ul li:last-child {
  margin: 0;
}
@media (max-width: 1200px) {
  .pack-box .pack-area .tab-content .block ul li {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .pack-box .pack-area .tab-content .block ul li {
    font-size: 14px;
    line-height: 16px;
  }
}
.pack-box .pack-area .tab-content .block .btn-area {
  text-align: center;
  margin: 0 0 20px;
}
.pack-box .pack-area .tab-content .block .btn-area .s-btn {
  background: #092356;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  border-radius: 10px 10px;
  padding: 12px 25px;
}
.pack-box .pack-area .tab-content .block.bg {
  background: linear-gradient(133deg, #072661 33.22%, #064128 100%);
  background-size: cover;
  padding: 0 0 30px 0;
  margin: 0;
}
@media (max-width: 992px) {
  .pack-box .pack-area .tab-content .block.bg {
    margin: 0 0 20px;
  }
}
.pack-box .pack-area .tab-content .block.bg h4 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  background: #1F55BB;
  padding: 15px 0;
  border-radius: 10px 10px 0 0;
  margin: 0 0 30px;
}
.pack-box .pack-area .tab-content .block.bg h2 {
  color: #CCD6EB;
}
.pack-box .pack-area .tab-content .block.bg h3 {
  color: #fff;
}
.pack-box .pack-area .tab-content .block.bg p {
  color: #fff;
}
.pack-box .pack-area .tab-content .block.bg ul {
  padding: 0 25px;
}
.pack-box .pack-area .tab-content .block.bg ul li {
  color: #fff;
}
.pack-box .pack-area .tab-content .block.bg .s-btn {
  background: #fff;
  color: #061C47;
}
.pack-box .bott-area {
  text-align: center;
}
.pack-box .bott-area p {
  font-size: 18px;
  color: #000;
  line-height: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .pack-box .bott-area p {
    flex-direction: column;
    font-size: 16px;
    line-height: 18px;
  }
}
.pack-box .bott-area p .ff-btn {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  padding: 12px 25px;
  border-radius: 50px;
  background: #00A25D;
  margin: 0 0 0 15px;
}
@media (max-width: 992px) {
  .pack-box .bott-area p .ff-btn {
    margin: 0 0 0 15px;
  }
}
@media (max-width: 575px) {
  .pack-box .bott-area p .ff-btn {
    margin: 15px 0 0;
  }
}
@media (max-width: 575px) {
  .pack-box .bott-area p .text-black {
    margin: 15px 0 0;
  }
}

.help-area {
  background: url(../images/icon07.png) no-repeat top center;
  padding: 70px 7rem;
  background-size: cover;
  text-align: center;
}
@media (max-width: 767px) {
  .help-area {
    padding: 40px 2rem;
  }
}
@media (max-width: 575px) {
  .help-area {
    padding: 15px 1rem;
  }
}
.help-area h2 {
  color: #FFF;
  font-size: 40px;
  font-weight: 800;
  line-height: 42px;
  margin: 0 0 30px;
}
@media (max-width: 1200px) {
  .help-area h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .help-area h2 {
    margin: 0 0 10px;
    font-size: 25px;
    line-height: 35px;
  }
}
.help-area h2 span {
  color: #00A25D;
}
.help-area p {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
@media (max-width: 1200px) {
  .help-area p {
    font-size: 14px;
    line-height: 22px;
  }
}

.faq-area {
  padding: 0 0 5rem;
}
@media (max-width: 575px) {
  .faq-area {
    padding: 2rem 0;
  }
}
.faq-area h3 {
  color: #00A25D;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 20px;
  text-align: center;
}
.faq-area h4 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
  margin: 0 0 50px;
  text-align: center;
}
@media (max-width: 1400px) {
  .faq-area h4 {
    font-size: 30px;
    line-height: 32px;
  }
}
.faq-area h4 span {
  color: #00A25D;
}
@media (max-width: 1200px) {
  .faq-area h4 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 30px;
  }
}
@media (max-width: 575px) {
  .faq-area h4 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 370px) {
  .faq-area h4 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 15px;
  }
}
.faq-area .acc-area .accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #D1D1D1;
}
.faq-area .acc-area .accordion .accordion-item .accordion-header button {
  background: #fff;
  box-shadow: none;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 25px 0;
}
@media (max-width: 1150px) {
  .faq-area .acc-area .accordion .accordion-item .accordion-header button {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .faq-area .acc-area .accordion .accordion-item .accordion-header button {
    padding: 20px 0;
    font-size: 16px;
    line-height: 18px;
  }
}
.faq-area .acc-area .accordion .accordion-item .accordion-header button:after {
  background: url(../images/plus.svg) no-repeat center;
  border-radius: 100% 100%;
  border: 1px solid #000;
}
.faq-area .acc-area .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background: url(../images/min.svg) no-repeat center;
  border-radius: 100% 100%;
  border: 1px solid #000;
}
.faq-area .acc-area .accordion .accordion-body {
  color: #575757;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 0 25px;
}
@media (max-width: 1150px) {
  .faq-area .acc-area .accordion .accordion-body {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .faq-area .acc-area .accordion .accordion-body {
    padding: 0 0 20px;
    font-size: 15px;
    line-height: 25px;
  }
}

.cont-area {
  background: #F2F7FF;
  padding: 5rem 7rem;
}
@media (max-width: 992px) {
  .cont-area {
    padding: 3rem 2rem;
  }
}
.cont-area h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  margin: 0 0 30px;
}
.cont-area h2 span {
  color: #00A25D;
}
@media (max-width: 1200px) {
  .cont-area h2 {
    font-size: 25px;
    line-height: 27px;
    margin: 0 0 20px;
  }
}
.cont-area .form-block input {
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 15px 15px;
  color: #ACACAC;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 0;
}
.cont-area .form-block input:focus {
  box-shadow: none;
}
@media (max-width: 767px) {
  .cont-area .form-block input {
    padding: 10px 10px;
  }
}
.cont-area .form-block textarea {
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 15px 15px;
  color: #ACACAC;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 0;
}
.cont-area .form-block textarea:focus {
  box-shadow: none;
}
@media (max-width: 767px) {
  .cont-area .form-block textarea {
    padding: 10px 10px;
  }
}
.cont-area .form-block .s-btn {
  padding: 12px 15px;
  font-size: 18px;
  background: #00a25d;
  border-radius: 0;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

.promo-page .form-block {
  background: #fff;
  padding: 25px 25px;
  border-radius: 20px 20px;
  margin: 0 0 0 7rem;
}
@media (max-width: 1400px) {
  .promo-page .form-block {
    margin: 0 0 0 3rem;
  }
}
@media (max-width: 992px) {
  .promo-page .form-block {
    margin: 0;
  }
}
.promo-page .form-block label {
  color: #353535;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
.promo-page .form-block input, .promo-page .form-block select {
  border-radius: 3px;
  border: 1px solid #D0D0D0;
  background: #FFF;
  padding: 12px 12px;
}
.promo-page .form-block input:focus, .promo-page .form-block select:focus {
  box-shadow: none;
}
.promo-page .form-block .r-btn {
  width: 100%;
  border-radius: 5px;
  background: #00A25D;
  padding: 15px 15px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.promo-page .form-block .r-btn:focus {
  box-shadow: none;
}
.promo-page .banner-area .b-bar {
  border-radius: 40px;
  background: linear-gradient(281deg, #00A25D 0.61%, #062D77 98.26%);
  padding: 5rem 2.5rem;
  margin: 0 0 4rem;
}
@media (max-width: 575px) {
  .promo-page .banner-area .b-bar {
    padding: 2rem 1.5rem;
  }
}
.promo-page .banner-area .b-bar h3 {
  color: #FFF;
  font-size: 35px;
  font-weight: 600;
  line-height: 37px;
  margin: 0 0 30px;
}
.promo-page .banner-area .b-bar .new-sub-heading {
  color: #00a25d;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 16px;
}
.promo-page .banner-area .b-bar .new-sub-heading span {
  color: #fff;
}
.promo-page .banner-area .b-bar p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 30px;
}
.promo-page .banner-area .b-bar .b-btn {
  border-radius: 8px;
  background: #00A25D;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 18px 30px;
}

.app-cata {
  padding: 5rem 0 3rem;
  background: #F3F3F3;
}
@media (max-width: 1550px) {
  .app-cata {
    padding: 3rem 0 3rem;
  }
}
@media (max-width: 992px) {
  .app-cata {
    padding: 2rem 0 2rem;
  }
}
.app-cata h2 {
  font-size: 36px;
  line-height: 42px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin: 0 0 50px;
}
@media (max-width: 1400px) {
  .app-cata h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 1200px) {
  .app-cata h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
.app-cata h2 span {
  font-weight: 700;
  color: #00A25D;
}
@media (max-width: 575px) {
  .app-cata h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px;
  }
}
@media (max-width: 370px) {
  .app-cata h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.app-cata ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 50px;
}
@media (max-width: 575px) {
  .app-cata ul {
    margin: 0 0 30px;
  }
}
.app-cata ul li {
  width: 16%;
  margin: 0 0 15px;
}
@media (max-width: 992px) {
  .app-cata ul li {
    width: 24%;
  }
}
@media (max-width: 767px) {
  .app-cata ul li {
    width: 32%;
    margin: 0 0 10px;
  }
}
@media (max-width: 575px) {
  .app-cata ul li {
    width: 49%;
  }
}
.app-cata ul li:hover .hold {
  transform: translateY(-7px);
}
.app-cata ul li .hold {
  padding: 20px 15px;
  display: block;
  transition: transform 0.3s ease;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  border-radius: 5px 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
}
.app-cata ul li .hold img {
  margin: 0 0 25px;
  height: 30px;
}
@media (max-width: 1400px) {
  .app-cata ul li .hold img {
    height: 25px;
  }
}
@media (max-width: 1200px) {
  .app-cata ul li .hold img {
    margin: 0 0 15px;
  }
}
.app-cata ul li .hold h2 {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1400px) {
  .app-cata ul li .hold h2 {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 370px) {
  .app-cata ul li .hold h2 {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .app-cata ul li .hold {
    display: flex;
    align-items: center;
    padding: 12px 12px;
  }
  .app-cata ul li .hold img {
    margin: 0 7px 0 0;
    width: 20px;
  }
}
@media (max-width: 480px) {
  .app-cata ul li .hold {
    flex-direction: column;
  }
  .app-cata ul li .hold img {
    margin: 0 0 7px;
  }
}
.app-cata h3 {
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  color: #00A25D;
  font-weight: 700;
  margin: 0 0 15px;
}
@media (max-width: 575px) {
  .app-cata h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
.app-cata p {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  font-weight: 500;
  margin: 0 0 40px;
}
.app-cata p span {
  font-weight: 700;
}
.app-cata .rec-slider .text-hold {
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.app-cata h5 {
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  margin: 0;
}
.app-cata h5 span {
  color: #00A25D;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .app-cata h5 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .app-cata h5 {
    font-size: 18px;
    line-height: 20px;
  }
}

.man-area {
  padding: 5rem 0 5rem;
  background: #F4F8FF;
}
@media (max-width: 1550px) {
  .man-area {
    padding: 3rem 0 3rem;
  }
}
@media (max-width: 992px) {
  .man-area {
    padding: 2rem 0 2rem;
  }
}
.man-area h3 {
  text-align: center;
  font-weight: 600;
  line-height: 24px;
  font-size: 22px;
  color: #00A25D;
  margin: 0 0 20px;
}
@media (max-width: 1400px) {
  .man-area h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 1200px) {
  .man-area h3 {
    font-size: 18px;
    line-height: 20px;
  }
}
.man-area h2 {
  font-size: 35px;
  line-height: 37px;
  color: #000;
  font-weight: 600;
  margin: 0 0 30px;
  text-align: center;
}
@media (max-width: 1400px) {
  .man-area h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 1200px) {
  .man-area h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
@media (max-width: 480px) {
  .man-area h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
.man-area .tab-area .nav {
  justify-content: center;
}
@media (max-width: 767px) {
  .man-area .tab-area .nav {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: flex-start;
  }
  .man-area .tab-area .nav .nav-item {
    flex-shrink: 0;
    display: flex;
  }
}
.man-area .tab-area .nav .nav-item button {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
  padding: 20px 50px 20px;
  border-radius: 0;
  border-bottom: 2px solid #A4A4A4;
}
@media (max-width: 1200px) {
  .man-area .tab-area .nav .nav-item button {
    padding: 20px 40px 20px;
  }
}
@media (max-width: 992px) {
  .man-area .tab-area .nav .nav-item button {
    padding: 20px 20px 20px;
  }
}
@media (max-width: 767px) {
  .man-area .tab-area .nav .nav-item button {
    padding: 15px 25px 15px;
  }
}
.man-area .tab-area .nav .nav-item button.active {
  border-bottom: 2px solid #00A25D;
  background: none;
  font-weight: 500;
}
.man-area .tab-area .tab-content {
  padding: 3rem 0 0;
}
@media (max-width: 992px) {
  .man-area .tab-area .tab-content {
    padding: 1rem 0 0;
  }
}
.man-area .tab-area .tab-content .text-hold {
  background: #FFFFFF;
  border-radius: 20px 20px;
  padding: 2rem 2rem;
}
@media (max-width: 992px) {
  .man-area .tab-area .tab-content .text-hold {
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .man-area .tab-area .tab-content .text-hold {
    padding: 1rem 1rem;
  }
}
.man-area .tab-area .tab-content .text-hold h4 {
  font-size: 32px;
  line-height: 34px;
  color: #000;
  font-weight: 600;
  margin: 0 0 20px;
}
@media (max-width: 1400px) {
  .man-area .tab-area .tab-content .text-hold h4 {
    font-size: 30px;
    line-height: 32px;
  }
  .man-area .tab-area .tab-content .text-hold h4 br {
    display: none;
  }
}
@media (max-width: 1400px) {
  .man-area .tab-area .tab-content .text-hold h4 {
    font-size: 25px;
    line-height: 27px;
  }
}
@media (max-width: 480px) {
  .man-area .tab-area .tab-content .text-hold h4 {
    font-size: 20px;
    line-height: 22px;
  }
}
.man-area .tab-area .tab-content .text-hold p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #000;
  margin: 0 0 25px;
}
@media (max-width: 1400px) {
  .man-area .tab-area .tab-content .text-hold p {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .man-area .tab-area .tab-content .text-hold p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .man-area .tab-area .tab-content .text-hold p br {
    display: none;
  }
}
.man-area .tab-area .tab-content .text-hold ul {
  margin: 0 0 30px;
}
.man-area .tab-area .tab-content .text-hold ul li {
  font-size: 20px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  margin: 0 0 20px;
}
@media (max-width: 1200px) {
  .man-area .tab-area .tab-content .text-hold ul li {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 15px;
  }
}
@media (max-width: 480px) {
  .man-area .tab-area .tab-content .text-hold ul li {
    font-size: 15px;
    line-height: 17px;
  }
}
.man-area .tab-area .tab-content .text-hold ul li:last-child {
  margin: 0;
}
.man-area .tab-area .tab-content .text-hold ul li img {
  margin: 0 10px 0 0;
}
.man-area .tab-area .tab-content .vd-btn {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 30px;
  border-radius: 50px;
  background: #00A25D;
}
.man-area .tab-area .tab-content .vd-btn:hover {
  opacity: 0.8;
}
.man-area .tab-area .tab-content .img-hold {
  padding: 0 0 0 1rem;
}
@media (max-width: 992px) {
  .man-area .tab-area .tab-content .img-hold {
    margin: 0 0 2rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .man-area .tab-area .tab-content .img-hold {
    padding: 0;
  }
}
.man-area .tab-area .tab-content .img-hold img {
  border-radius: 20px 20px;
}

.vid-bar {
  padding: 5rem 0 5rem;
  background: #F8F8F8;
}
@media (max-width: 1550px) {
  .vid-bar {
    padding: 3rem 0 3rem;
  }
}
@media (max-width: 992px) {
  .vid-bar {
    padding: 2rem 0 2rem;
  }
}
.vid-bar .block {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .vid-bar .block {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .vid-bar .block {
    align-items: center;
  }
}
@media (max-width: 575px) {
  .vid-bar .block {
    justify-content: center;
  }
}
.vid-bar .block .text-hold {
  padding: 0 0 0 2rem;
}
@media (max-width: 575px) {
  .vid-bar .block .text-hold {
    padding: 0 0 0 1rem;
  }
}
.vid-bar .block .text-hold h2 {
  font-size: 36px;
  line-height: 38px;
  color: #000;
  font-weight: 500;
  margin: 0 0 30px;
}
@media (max-width: 1400px) {
  .vid-bar .block .text-hold h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 1200px) {
  .vid-bar .block .text-hold h2 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .vid-bar .block .text-hold h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .vid-bar .block .text-hold h2 {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
  }
}
.vid-bar .block .text-hold .ts-btn {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 30px;
  border-radius: 10px 10px;
  background: #00A25D;
}
.vid-bar .block .text-hold .ts-btn:hover {
  opacity: 0.8;
}
.vid-bar .block .text-hold .ts-btn::focus {
  box-shadow: none !important;
  outline: none !important;
}
@media (max-width: 575px) {
  .vid-bar .block .text-hold .ts-btn {
    padding: 15px 20px;
  }
  .vid-bar .block .text-hold .ts-btn.no-show {
    display: none;
  }
}
.vid-bar .vido-block {
  cursor: pointer;
}
.vid-bar .vido-block video {
  border-radius: 20px 20px;
}

.to-block {
  padding: 4rem 0 4rem;
  background: #F4F8FF;
  background-size: cover;
}
@media (max-width: 1550px) {
  .to-block {
    padding: 3rem 0 3rem;
  }
}
@media (max-width: 992px) {
  .to-block {
    padding: 2rem 0 2rem;
  }
}
.to-block h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 38px;
  margin: 0 0 40px;
  color: #000;
  text-align: center;
}
@media (max-width: 1400px) {
  .to-block h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 1200px) {
  .to-block h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
@media (max-width: 480px) {
  .to-block h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.to-block h2 span {
  color: #00A25D;
}
.to-block .block {
  padding: 3rem 3rem 0;
  background: url(../images/banner04.png) no-repeat top center;
  background-size: cover;
  border-radius: 20px 20px;
  transition: transform 0.3s ease;
}
@media (max-width: 1400px) {
  .to-block .block {
    padding: 2rem 1rem 0;
  }
}
@media (max-width: 992px) {
  .to-block .block {
    margin: 0 0 20px;
  }
}
.to-block .block:hover {
  transform: translateY(-10px);
}
.to-block .block h3 {
  color: #fff;
  text-align: center;
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 25px;
  line-height: 27px;
}
.to-block .block p {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  margin: 0 0 40px;
  color: #fff;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .to-block .block p {
    font-size: 14px;
    line-height: 22px;
  }
  .to-block .block p br {
    display: none;
  }
}
.to-block .block h4 {
  padding: 0 0 30px;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .to-block .block h4 {
    font-size: 16px;
    line-height: 18px;
  }
}
.to-block .block h4 i {
  color: #FFB800;
  margin: 0 7px 0 0;
}
.to-block .block .img-hold img {
  width: 100%;
}
.to-block .block .dw-link {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .to-block .block .dw-link {
    align-items: flex-start;
  }
}
.to-block .block .dw-link ul {
  padding: 0 0 0 20px;
}
@media (max-width: 575px) {
  .to-block .block .dw-link ul {
    align-items: flex-start;
    display: flex;
  }
}
@media (max-width: 370px) {
  .to-block .block .dw-link ul {
    flex-direction: column;
  }
}
.to-block .block .dw-link ul li {
  margin: 0 0 5px;
}
@media (max-width: 575px) {
  .to-block .block .dw-link ul li {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 370px) {
  .to-block .block .dw-link ul li {
    margin: 0 0 7px;
  }
}
.to-block .block .dw-link ul li:last-child {
  margin: 0;
}
.to-block .block .dw-link ul li a {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #000;
  background: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 5px 5px;
  display: flex;
  align-items: center;
  padding: 9px 10px;
}
@media (max-width: 370px) {
  .to-block .block .dw-link ul li a {
    width: 110px;
  }
}
.to-block .block .dw-link ul li a img {
  margin: 0 5px 0 0;
}

.new-home .top-area {
  background: url(../images/banner02.png) no-repeat top center;
  background-size: cover;
  padding: 7rem 0 7rem;
}
@media (max-width: 1600px) {
  .new-home .top-area {
    padding: 7rem 0 5rem;
  }
}
@media (max-width: 1500px) {
  .new-home .top-area {
    padding: 7rem 0 5rem;
  }
}
@media (max-width: 1400px) {
  .new-home .top-area {
    padding: 7rem 0 5rem;
  }
}
@media (max-width: 992px) {
  .new-home .top-area {
    padding: 7rem 0 4rem;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .new-home .top-area {
    padding: 5rem 0 2rem;
  }
}
@media (max-width: 575px) {
  .new-home .top-area {
    padding: 5rem 0 2rem;
    background-size: cover;
    margin: 0;
  }
}
.new-home .top-area h1 {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  margin: 0 0 20px;
}
@media (max-width: 1400px) {
  .new-home .top-area h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .new-home .top-area h1 {
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    margin: 0 0 10px;
  }
  .new-home .top-area h1 br:nth-of-type(2) {
    display: none;
  }
}
.new-home .top-area h1 span {
  color: #00A25D;
}
.new-home .top-area p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 20px;
}
@media (max-width: 575px) {
  .new-home .top-area p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  .new-home .top-area p br {
    display: none;
  }
}
@media (max-width: 770px) {
  .new-home .top-area p br {
    display: none;
  }
}
.new-home .top-area h3 {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  margin: 0 0 30px;
}
@media (max-width: 575px) {
  .new-home .top-area h3 {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px;
    background: #D0E9E5;
    padding: 7px 7px;
    border-radius: 3px 3px;
  }
}
.new-home .top-area h4 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
}
.new-home .top-area h4 img {
  margin: 0 10px 0 0;
}
.new-home .top-area h5 {
  font-size: 20px;
  line-height: 22px;
  color: #000;
  font-weight: 700;
  margin: 0 0 20px;
}
@media (max-width: 992px) {
  .new-home .top-area h5 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .new-home .top-area h5 {
    font-size: 14px;
    line-height: 16px;
  }
}
.new-home .top-area .btn-area ul {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
@media (max-width: 992px) {
  .new-home .top-area .btn-area ul {
    margin: 0 0 15px;
    justify-content: flex-start;
  }
}
.new-home .top-area .btn-area ul li {
  margin: 0 15px 0 0;
}
.new-home .top-area .btn-area ul li:last-child {
  margin: 0;
}
.new-home .top-area .btn-area ul li p {
  font-size: 12px;
  padding-left: 41px;
  padding-top: 5px;
}
@media (min-width: 340px) and (max-width: 992px) {
  .new-home .top-area .btn-area ul li p {
    padding-left: 29px;
    padding-top: 3px;
    font-size: 10px;
  }
}
.new-home .top-area .btn-area ul li .ft-btn {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  background: #00A25D;
  padding: 15px 40px;
  font-weight: 700;
  border-radius: 50px 50px;
}
@media (max-width: 575px) {
  .new-home .top-area .btn-area ul li .ft-btn {
    padding: 12px 30px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 370px) {
  .new-home .top-area .btn-area ul li .ft-btn {
    font-size: 14px;
    line-height: 16px;
  }
}
.new-home .top-area .btn-area ul li .ft-btn:hover {
  background: rgba(0, 162, 93, 0.8);
}
.new-home .top-area .btn-area ul li .de-btn {
  font-size: 20px;
  line-height: 22px;
  color: #000;
  background: #fff;
  border: 1px solid #00A25D;
  padding: 15px 30px;
  font-weight: 700;
  border-radius: 50px 50px;
}
.new-home .top-area .btn-area ul li .de-btn:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 575px) {
  .new-home .top-area .btn-area ul li .de-btn {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 370px) {
  .new-home .top-area .btn-area ul li .de-btn {
    font-size: 14px;
    line-height: 16px;
  }
}
.new-home .top-area ul {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .new-home .top-area ul {
    margin: 0 0 15px;
  }
}
.new-home .top-area ul li {
  margin: 0 15px 0 0;
}
.new-home .top-area ul li:last-child {
  margin: 0;
}
.new-home .top-area .vido-block {
  position: relative;
}
.new-home .top-area .vido-block video {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px;
  display: block;
}
.new-home .top-area .vido-block .play-pause--click-area {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  border-radius: 20px 20px;
  background-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.new-home .top-area .vido-block .play-pause--container {
  position: relative;
  width: 30px;
  height: 30px;
}
.new-home .top-area .vido-block .play-pause--container .play-pause--icon {
  margin: auto;
  right: 0;
  left: 0;
  position: absolute;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
.new-home .top-area .vido-block .play-pause--container .play-icon {
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 15px;
  border-top-width: 15px;
  border-left: 25px solid #fff;
}
.new-home .top-area .vido-block .play-pause--container .pause-icon {
  background-color: #fff;
  width: 10px;
  height: 30px;
  left: -10px;
  position: absolute;
}
.new-home .top-area .vido-block .play-pause--container .pause-icon:after {
  content: "";
  background: inherit;
  width: 10px;
  height: 30px;
  left: 15px;
  position: absolute;
}
.new-home .top-area .count-heading {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  margin: 0 0 24px;
  text-align: center;
}
@media (max-width: 370px) {
  .new-home .top-area .count-heading {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 22px;
  }
}
.new-home .top-area .count-area ul {
  display: flex;
}
@media (max-width: 992px) {
  .new-home .top-area .count-area ul {
    flex-wrap: wrap;
  }
}
.new-home .top-area .count-area ul li {
  width: 25%;
  margin: 0;
  text-align: center;
  border-right: 1px solid #989898;
  padding: 15px 15px;
}
@media (max-width: 992px) {
  .new-home .top-area .count-area ul li {
    width: 50%;
    border-bottom: 1px solid #989898;
  }
  .new-home .top-area .count-area ul li:nth-child(3) {
    border: 0;
    border-right: 1px solid #989898;
  }
  .new-home .top-area .count-area ul li:nth-child(2) {
    border-right: 0;
  }
}
@media (max-width: 575px) {
  .new-home .top-area .count-area ul li {
    padding: 10px 10px;
  }
}
.new-home .top-area .count-area ul li:last-child {
  border: 0;
}
.new-home .top-area .count-area ul li h5 {
  font-size: 38px;
  line-height: 40px;
  color: #00A25D;
  font-weight: 700;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .new-home .top-area .count-area ul li h5 {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 10px;
  }
}
.new-home .top-area .count-area ul li h3 {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .new-home .top-area .count-area ul li h3 {
    font-size: 14px;
    line-height: 16px;
    background: none;
    padding: 0;
    border-radius: 0;
  }
}
.new-home .pri-area {
  margin: 0 0 50px;
}
.new-home .pri-area .tx-area {
  text-align: center;
}
.new-home .pri-area .tx-area h2 {
  text-align: center;
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
  margin: 0 0 3rem;
  color: #000;
}
@media (max-width: 575px) {
  .new-home .pri-area .tx-area h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
.new-home .pri-area .nav {
  margin: 0 auto 3rem !important;
  justify-content: center;
  align-items: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #00A25D;
  background: #FAFFFD;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15) inset;
  width: 420px;
}
@media (max-width: 480px) {
  .new-home .pri-area .nav {
    width: 320px;
  }
}
.new-home .pri-area .nav li {
  margin: 0;
  background: none;
  border: 0;
  box-shadow: none;
  width: 50%;
}
.new-home .pri-area .nav li .nav-link {
  font-size: 20px;
  line-height: 22px;
  text-transform: capitalize;
  color: #000;
  width: 100%;
  text-align: center;
  padding: 15px 35px;
}
.new-home .pri-area .nav li .nav-link.active {
  background: #00A25D;
  border-radius: 50px 50px;
  font-weight: 700;
  color: #fff;
}
.new-home .pri-area .tab-content {
  margin: 10rem 0 0;
}
@media (max-width: 992px) {
  .new-home .pri-area .tab-content {
    margin: 3rem 0 0;
  }
}
@media (max-width: 480px) {
  .new-home .pri-area .tab-content {
    margin: 0;
  }
}
.new-home .pri-area .tab-content .tab-pane ul li.active {
  border: 0;
  background: none;
}
.new-home .pri-area .tab-content .tab-pane ul li.active .box h2 {
  color: #fff;
  background: #00A25D;
  font-size: 25px;
  line-height: 27px;
  padding: 30px 0;
  margin: 0 0 20px;
  position: absolute;
  top: -60px;
  left: -3px;
  right: auto;
  width: 101.5%;
}
@media (max-width: 992px) {
  .new-home .pri-area .tab-content .tab-pane ul li.active .box h2 {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 15px 0;
  }
}
.new-home .pri-area .tab-content .tab-pane ul li.active h5 {
  margin: 40px 0 20px;
}
.new-home .pri-area ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 35px;
  justify-content: space-between;
  background: none;
}
@media (max-width: 992px) {
  .new-home .pri-area ul {
    margin: 0 7rem 25px;
  }
}
@media (max-width: 767px) {
  .new-home .pri-area ul {
    margin: 0 4rem 25px;
  }
}
@media (max-width: 575px) {
  .new-home .pri-area ul {
    margin: 0 1rem 25px;
  }
}
@media (max-width: 420px) {
  .new-home .pri-area ul {
    margin: 0 0 25px;
  }
}
.new-home .pri-area ul li {
  width: 32%;
  background: #FFF;
  box-shadow: 5px 6px 20px 0px rgba(0, 0, 0, 0.17);
  border-top: 8px solid #00A25D;
  position: relative;
}
.new-home .pri-area ul li.open .box {
  min-height: 718px;
}
.new-home .pri-area ul li.open .block {
  display: block;
}
.new-home .pri-area ul li.open .show {
  border-top: 0;
}
.new-home .pri-area ul li.open .show button {
  background: #04183F;
}
.new-home .pri-area ul li.open .show button svg {
  transform: rotate(180deg);
}
.new-home .pri-area ul li .box {
  min-height: 750px;
}
@media (max-width: 992px) {
  .new-home .pri-area ul li .box {
    min-height: inherit;
  }
  .new-home .pri-area ul li .box.active {
    min-height: 750px;
  }
}
@media (max-width: 992px) {
  .new-home .pri-area ul li {
    width: 100%;
    margin: 0 0 30px;
  }
}
.new-home .pri-area ul li:last-child .t-icon {
  right: 0;
  transform: rotate(180deg);
  padding: 0 0 0.5rem 0.5rem;
}
.new-home .pri-area ul li h6 {
  background: #00A25D;
  padding: 15px 40px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  position: absolute;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  margin: -30px auto 0;
  width: 220px;
}
@media (max-width: 992px) {
  .new-home .pri-area ul li h6 {
    margin: 0 auto 0;
    position: relative;
  }
}
@media (max-width: 575px) {
  .new-home .pri-area ul li h6 {
    width: 180px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
.new-home .pri-area ul li h5 {
  color: #656565;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  margin: 0 0 15px;
}
.new-home .pri-area ul li h2 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  padding: 35px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-home .pri-area ul li h2 img {
  margin: 0 7px 0 0;
}
@media (max-width: 1400px) {
  .new-home .pri-area ul li h2 {
    padding: 25px 25px;
    font-size: 20px;
    line-height: 22px;
  }
}
.new-home .pri-area ul li h3 {
  color: #000;
  font-size: 54px;
  font-weight: 600;
  line-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 25px;
}
@media (max-width: 1280px) {
  .new-home .pri-area ul li h3 {
    font-size: 50px;
    line-height: 52px;
  }
}
.new-home .pri-area ul li h3 span {
  color: #5C5C5C;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 5px;
}
@media (max-width: 1280px) {
  .new-home .pri-area ul li h3 span {
    font-size: 16px;
    line-height: 18px;
  }
}
.new-home .pri-area ul li h3 h5 {
  color: #5C5C5C;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}
.new-home .pri-area ul li .cus-pri {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  line-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 25px;
}
@media (max-width: 1280px) {
  .new-home .pri-area ul li .cus-pri {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (max-width: 992px) {
  .new-home .pri-area ul li .cus-pri {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .new-home .pri-area ul li .cus-pri {
    font-size: 25px;
    line-height: 27px;
  }
}
.new-home .pri-area ul li h4 {
  margin: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.new-home .pri-area ul li h4 p {
  padding: 6px 15px;
  border-radius: 50px;
  background: #00A25D;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin: 0 0 15px;
  display: inline-block;
  min-height: inherit;
}
.new-home .pri-area ul li h4 span {
  color: #5C5C5C;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: block;
}
@media (max-width: 992px) {
  .new-home .pri-area ul li .block {
    display: none;
  }
}
.new-home .pri-area ul li .block p {
  padding: 9px 40px;
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .new-home .pri-area ul li .block p {
    padding: 10px 25px;
  }
}
.new-home .pri-area ul li .block p img {
  margin: 3px 10px 0 0;
}
@media (max-width: 992px) {
  .new-home .pri-area ul li .block p {
    padding: 15px 25px;
    border-bottom: 1px solid #C5C5C5;
  }
  .new-home .pri-area ul li .block p:first-child {
    border-top: 1px solid #C5C5C5;
  }
}
.new-home .pri-area ul li.active {
  background: #F0F4FF;
}
.new-home .pri-area ul li .b-btn {
  text-align: center;
  margin: 0 0 30px;
}
@media (max-width: 992px) {
  .new-home .pri-area ul li .b-btn {
    margin: 15px 0;
  }
}
.new-home .pri-area ul li .b-btn .st-btn {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  padding: 13px 26px;
  border-radius: 10px;
  background: #00A25D;
}
.new-home .pri-area ul li .b-btn .st-btn:focus {
  box-shadow: none;
}
.new-home .pri-area ul li .show {
  padding: 15px 20px;
  border-top: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-home .pri-area ul li .show p {
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.new-home .pri-area ul li .show button {
  background: #04183F;
  width: 30px;
  height: 30px;
  border-radius: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-home .pri-area .btn-area {
  text-align: center;
}
.new-home .pri-area .btn-area .t-btn {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.02);
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 13px 35px;
  border-radius: 10px;
  background: #00A25D;
}
.new-home .en-area h2 {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
  margin: 0 0 30px;
  text-align: center;
}
.new-home .en-area ul {
  border-radius: 15px;
  border: 1px solid #C0C0C0;
  background: #FFF;
  padding: 25px 25px;
  margin: 0 0 5rem;
}
@media (max-width: 992px) {
  .new-home .en-area ul {
    margin: 0 0 2rem;
  }
}
.new-home .en-area ul li {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #C0C0C0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new-home .en-area ul li:last-child {
  padding: 0;
  margin: 0;
  border-bottom: 0;
}
.new-home .en-area ul li p {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  display: flex;
  align-items: center;
  width: 33%;
}
@media (max-width: 1280px) {
  .new-home .en-area ul li p {
    font-size: 16px;
    line-height: 18px;
  }
}
.new-home .en-area ul li p img {
  margin: 0 10px 0 0;
}
@media (max-width: 992px) {
  .new-home .en-area ul li p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .new-home .en-area ul li p {
    width: 100%;
    margin: 0 0 10px;
  }
}
.new-home .en-area ul li span {
  color: #04183F;
  text-align: right;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  width: 20%;
}
@media (max-width: 1280px) {
  .new-home .en-area ul li span {
    font-size: 16px;
    line-height: 17px;
  }
}
@media (max-width: 992px) {
  .new-home .en-area ul li span {
    font-size: 14px;
    line-height: 16px;
    width: 33%;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .new-home .en-area ul li span {
    width: 100%;
    margin: 0 0 10px;
    justify-content: flex-start;
  }
}
.new-home .en-area ul li h3 {
  color: #424242;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  width: 47%;
}
@media (max-width: 1280px) {
  .new-home .en-area ul li h3 {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 992px) {
  .new-home .en-area ul li h3 {
    font-size: 14px;
    line-height: 16px;
    width: 33%;
  }
}
@media (max-width: 767px) {
  .new-home .en-area ul li h3 {
    width: 100%;
  }
}
.new-home .blog-area {
  padding: 20rem 0 5rem;
  background: url(../images/banner05.png) no-repeat top center;
  background-size: cover;
  margin: 0;
}
@media (max-width: 1600px) {
  .new-home .blog-area {
    padding: 15rem 0 5rem;
  }
}
@media (max-width: 992px) {
  .new-home .blog-area {
    padding: 10rem 0 0;
    background-size: 100%;
  }
}
@media (max-width: 370px) {
  .new-home .blog-area {
    padding: 5rem 0 0;
  }
}
.new-home .blog-area h2 {
  text-align: center;
  margin: 0 0 50px;
  font-size: 35px;
  line-height: 37px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1400px) {
  .new-home .blog-area h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 1200px) {
  .new-home .blog-area h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
@media (max-width: 370px) {
  .new-home .blog-area h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 20px;
  }
}
.new-home .blog-area h2 span {
  font-weight: 700;
  color: #00A25D;
}
.new-home .blog-area .img-hold {
  margin: 0 0 30px;
}
.new-home .blog-area .img-hold img {
  width: 100%;
}
.new-home .blog-area .t-bar h2 {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 25px;
  text-align: left;
}
@media (max-width: 1400px) {
  .new-home .blog-area .t-bar h2 {
    font-size: 25px;
    line-height: 27px;
    margin: 0 0 15px;
  }
}
@media (max-width: 1280px) {
  .new-home .blog-area .t-bar h2 {
    font-size: 22px;
    line-height: 24px;
  }
}
.new-home .blog-area .t-bar p {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 1400px) {
  .new-home .blog-area .t-bar p {
    font-size: 16px;
    line-height: 25px;
  }
}
.new-home .blog-area .f-btn {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  border-radius: 50px;
  background: #00A25D;
  padding: 18px 35px;
}
.new-home .blog-area .se-btn {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 30px;
  border-radius: 50px;
  background: #00A25D;
}
.new-home .blog-area .se-btn:hover {
  opacity: 0.8;
}
.new-home .testi-area {
  padding: 5rem 0 0;
}
@media (max-width: 1550px) {
  .new-home .testi-area {
    padding: 3rem 0 0;
  }
}
@media (max-width: 992px) {
  .new-home .testi-area {
    padding: 3rem 0;
  }
}
.new-home .testi-area h2 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 20px;
  text-align: center;
}
@media (max-width: 1400px) {
  .new-home .testi-area h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 992px) {
  .new-home .testi-area h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
@media (max-width: 575px) {
  .new-home .testi-area h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
.new-home .testi-area p {
  font-size: 22px;
  line-height: 24px;
  color: #000;
  text-align: center;
  margin: 0 0 50px;
}
@media (max-width: 575px) {
  .new-home .testi-area p {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 30px;
  }
}
@media (max-width: 370px) {
  .new-home .testi-area p {
    font-size: 18px;
    line-height: 20px;
  }
}
.new-home .testi-area .img-hold {
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.new-home .testi-area .box {
  background: #EFEFEF;
  padding: 70px 20px 20px;
  text-align: center;
  margin: -55px 0 0 0;
  border-radius: 10px 10px;
}
.new-home .testi-area .box .s-area {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
  padding: 0;
}
.new-home .testi-area .box p {
  color: #515151;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 20px;
  min-height: 80px;
}
.new-home .testi-area .box h3 {
  color: #515151;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}
@media (max-width: 1280px) {
  .new-home .testi-area .box h3 {
    font-size: 14px;
    line-height: 16px;
  }
}
.new-home .bot-area {
  background: url(../images/banner06.png) no-repeat top center;
  padding: 3rem 0;
  background-size: cover;
}
@media (max-width: 767px) {
  .new-home .bot-area {
    padding: 2rem 0;
  }
}
.new-home .bot-area .box h2 {
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
  margin: 0;
}
@media (max-width: 1400px) {
  .new-home .bot-area .box h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 992px) {
  .new-home .bot-area .box h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .new-home .bot-area .box h2 {
    margin: 0 0 15px;
    text-align: center;
  }
}
@media (max-width: 370px) {
  .new-home .bot-area .box h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.new-home .bot-area .box .block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .new-home .bot-area .box .block {
    justify-content: center;
  }
}
.new-home .bot-area .box .block p {
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  margin: 0 25px 0 0;
  font-style: italic;
}
@media (max-width: 1400px) {
  .new-home .bot-area .box .block p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 992px) {
  .new-home .bot-area .box .block p {
    font-size: 14px;
    line-height: 16px;
  }
}
.new-home .bot-area .box .block .t-btn {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  border-radius: 10px;
  background: #00A25D;
  padding: 18px 35px;
}
@media (max-width: 992px) {
  .new-home .bot-area .box .block .t-btn {
    padding: 15px 15px;
    border-radius: 5px 5px;
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 370px) {
  .new-home .bot-area .box .block .t-btn {
    font-size: 13px;
    line-height: 15px;
  }
}
.new-home .s-area {
  padding: 5rem 0;
}
.new-home .s-area .t-ara h2 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 0 25px;
}
@media (max-width: 1400px) {
  .new-home .s-area .t-ara h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 15px;
  }
}
.new-home .s-area .t-ara ul li {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 15px;
  padding: 0 0 0 15px;
  position: relative;
}
.new-home .s-area .t-ara ul li::before {
  position: absolute;
  top: 7px;
  left: 0;
  right: auto;
  bottom: auto;
  background: #000;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
}
.new-home .s-area .t-ara ul p {
  color: #656565;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
.new-home .s-area .t-ara ul h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 10px;
}
.new-home .m-area {
  background: radial-gradient(133.67% 103.99% at 10.24% 53.65%, #FAEFFF 11%, #F3FFFA 52%, #EFF4FF 100%);
  padding: 5rem 0;
}
.new-home .m-area ul li {
  margin: 0 0 25px;
}
.new-home .how-work {
  padding: 5rem 0;
}
@media (max-width: 1550px) {
  .new-home .how-work {
    padding: 3rem 0;
  }
}
@media (max-width: 992px) {
  .new-home .how-work {
    padding: 3rem 0;
  }
}
.new-home .how-work .t-bar h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  margin: 0 0 20px;
}
@media (max-width: 1400px) {
  .new-home .how-work .t-bar h2 {
    font-size: 35px;
    line-height: 37px;
  }
}
.new-home .how-work .t-bar h3 {
  color: #000;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
  margin: 0 0 30px;
}
@media (max-width: 1400px) {
  .new-home .how-work .t-bar h3 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (max-width: 1280px) {
  .new-home .how-work .t-bar h3 {
    font-size: 25px;
    line-height: 32px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .new-home .how-work .t-bar h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .new-home .how-work .t-bar h3 br {
    display: none;
  }
}
.new-home .how-work .t-bar h6 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 35px;
}
@media (max-width: 1400px) {
  .new-home .how-work .t-bar h6 {
    font-size: 18px;
    line-height: 22px;
  }
}
.new-home .how-work .t-bar ul {
  margin: 0 0 35px;
}
.new-home .how-work .t-bar ul li {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  position: relative;
}
.new-home .how-work .t-bar ul li:last-child {
  margin: 0;
}
.new-home .how-work .t-bar ul li::after {
  position: absolute;
  top: 5px;
  width: 7px;
  height: 7px;
  background: #000;
  left: 0;
  right: auto;
  bottom: auto;
  content: "";
  border-radius: 100%;
}
.new-home .how-work .t-bar ul li h6 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 5px;
}
.new-home .how-work .t-bar ul li p {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}
.new-home .how-work .t-bar h5 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}
.new-home .how-work .t-bar h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 25px;
}
.new-home .how-work .t-bar .s-btn {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 18px 80px;
  border-radius: 50px;
  background: #00A25D;
  display: inline-block;
}
.new-home .how-work .img-hold {
  text-align: center;
}
.new-home .how-work .tw-block .box {
  padding: 50px 40px;
  background: #F0FCF7;
  height: 100%;
}
@media (max-width: 992px) {
  .new-home .how-work .tw-block .box {
    height: auto;
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .new-home .how-work .tw-block .box {
    padding: 20px 20px;
  }
}
.new-home .how-work .tw-block .box h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 20px;
}
@media (max-width: 1280px) {
  .new-home .how-work .tw-block .box h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
.new-home .how-work .tw-block .box p {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 20px;
}
@media (max-width: 1650px) {
  .new-home .how-work .tw-block .box p br {
    display: none;
  }
}
.new-home .how-work .tw-block .box ul li {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  position: relative;
}
.new-home .how-work .tw-block .box ul li:last-child {
  margin: 0;
}
.new-home .how-work .tw-block .box ul li::after {
  position: absolute;
  top: 5px;
  width: 7px;
  height: 7px;
  background: #000;
  left: 0;
  right: auto;
  bottom: auto;
  content: "";
  border-radius: 100%;
}
.new-home .how-work .tw-block .box ul li h6 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 5px;
}
.new-home .how-work .tw-block .box ul li p {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}

.pri-bar .tpc-area {
  padding: 7rem 0 10rem;
  background: url(../images/banner02.png) no-repeat top center;
  background-size: 100%;
  text-align: center;
}
.pri-bar .tpc-area h1 {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 40px;
}
.pri-bar .tpc-area p {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 40px;
}
.pri-bar .tpc-area .g-area {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 18px 50px;
  border-radius: 50px;
  background: #00A25D;
}
.pri-bar .pri-area {
  margin: -10rem 0 0;
}
.pri-bar .pri-area.soft-bar {
  margin: 4rem 0 0;
}
.pri-bar .pri-area ul li.active {
  border: 3px solid #00A25D;
  background: #FFF;
  box-shadow: 5px 6px 20px 0px rgba(0, 0, 0, 0.17);
}
@media (max-width: 992px) {
  .pri-bar .pri-area ul li.active {
    border: 0;
  }
}
.pri-bar .pri-area ul li.active .box h2 {
  color: #fff;
  background: #00A25D;
  font-size: 25px;
  line-height: 27px;
  padding: 30px 0;
  margin: 0 0 20px;
  position: absolute;
  top: -90px;
  left: -3px;
  right: auto;
  width: 101.5%;
}
@media (max-width: 1200px) {
  .pri-bar .pri-area ul li.active .box h2 {
    padding: 15px 0;
    top: -60px;
    width: 102%;
  }
}
@media (max-width: 992px) {
  .pri-bar .pri-area ul li.active .box h2 {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
  }
}
.pri-bar .pri-area ul li.active .box h5 {
  padding: 30px 0 0;
}
.pri-bar .pri-area .d-btn {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 18px 50px;
  border-radius: 15px;
  background: #00A25D;
  margin: 0 0 20px;
}
.pri-bar .pri-area p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.pri-bar .pri-area .m-btn {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 25px;
  border-radius: 10px 10px;
  background: #00A25D;
}
@media (max-width: 575px) {
  .pri-bar .pri-area .m-btn {
    flex-direction: column;
    padding: 15px 15px;
  }
}
.pri-bar .pri-area .m-btn .cp-btn {
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  padding: 13px 5rem;
  border-radius: 10px;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .pri-bar .pri-area .m-btn .cp-btn {
    padding: 13px 2rem;
    font-size: 16px;
    line-height: 18px;
  }
}
.pri-bar .pri-area .m-btn p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 767px) {
  .pri-bar .pri-area .m-btn p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .pri-bar .pri-area .m-btn p {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 22px;
  }
}
.pri-bar .on-bar {
  margin: 5rem 0 0;
}
.pri-bar .on-bar h2 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  line-height: 27px;
  margin: 0 0 10px;
  text-align: center;
}
.pri-bar .on-bar p {
  color: #000;
  line-height: 27px;
  margin: 0 0 40px;
  text-align: center;
}
.pri-bar .on-bar .box ul {
  border-radius: 15px;
  border: 1px solid #C0C0C0;
  background: #FFF;
  padding: 25px 25px;
  margin: 0 0 0;
}
@media (max-width: 992px) {
  .pri-bar .on-bar .box ul {
    margin: 0 0 2rem;
  }
}
.pri-bar .on-bar .box ul li {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #C0C0C0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pri-bar .on-bar .box ul li:last-child {
  padding: 0;
  margin: 0;
  border-bottom: 0;
}
.pri-bar .on-bar .box ul li p {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  display: flex;
  align-items: center;
  width: 33%;
}
@media (max-width: 1280px) {
  .pri-bar .on-bar .box ul li p {
    font-size: 16px;
    line-height: 18px;
  }
}
.pri-bar .on-bar .box ul li p img {
  margin: 0 10px 0 0;
}
@media (max-width: 992px) {
  .pri-bar .on-bar .box ul li p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .pri-bar .on-bar .box ul li p {
    width: 100%;
    margin: 0 0 10px;
  }
}
.pri-bar .on-bar .box ul li span {
  color: #04183F;
  text-align: right;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  width: 20%;
}
@media (max-width: 1280px) {
  .pri-bar .on-bar .box ul li span {
    font-size: 16px;
    line-height: 17px;
  }
}
@media (max-width: 992px) {
  .pri-bar .on-bar .box ul li span {
    font-size: 14px;
    line-height: 16px;
    width: 33%;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .pri-bar .on-bar .box ul li span {
    width: 100%;
    margin: 0 0 10px;
    justify-content: flex-start;
  }
}
.pri-bar .on-bar .box ul li h3 {
  color: #424242;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  width: 47%;
}
@media (max-width: 1280px) {
  .pri-bar .on-bar .box ul li h3 {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 992px) {
  .pri-bar .on-bar .box ul li h3 {
    font-size: 14px;
    line-height: 16px;
    width: 33%;
  }
}
@media (max-width: 767px) {
  .pri-bar .on-bar .box ul li h3 {
    width: 100%;
  }
}
.pri-bar .camp-area {
  text-align: center;
  padding: 5rem 0 0;
}
@media (max-width: 767px) {
  .pri-bar .camp-area {
    padding: 2rem 0 0;
  }
}
.pri-bar .camp-area h2 {
  font-size: 28px;
  line-height: 30px;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pri-bar .camp-area h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 480px) {
  .pri-bar .camp-area h2 {
    font-size: 16px;
    line-height: 22px;
  }
}
.pri-bar .camp-area h2 span {
  font-size: 35px;
  line-height: 37px;
  color: #029F5E;
}
@media (max-width: 767px) {
  .pri-bar .camp-area h2 span {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .pri-bar .camp-area h2 span {
    font-size: 20px;
    line-height: 22px;
  }
}
.pri-bar .camp-area h2 .ch {
  color: #003581;
}
.pri-bar .camp-area p {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  margin: 0 0 2rem;
  color: #000;
}
@media (max-width: 767px) {
  .pri-bar .camp-area p {
    font-size: 16px;
    line-height: 20px;
  }
}
.pri-bar .mob-bar ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
.pri-bar .mob-bar ul li {
  width: 49%;
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #C5C5C5;
  background: #FFF;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .pri-bar .mob-bar ul li {
    width: 100%;
    position: relative;
  }
  .pri-bar .mob-bar ul li:first-child {
    margin: 0 0 70px;
  }
}
.pri-bar .mob-bar ul li .t-bar {
  padding: 15px 15px;
  border-bottom: 1px solid #C5C5C5;
}
.pri-bar .mob-bar ul li .t-bar h3 {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 5px;
}
.pri-bar .mob-bar ul li .t-bar h5 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}
.pri-bar .mob-bar ul li .rc {
  padding: 10px 10px;
  background: #00A25D;
  width: 90%;
  margin: -25px auto 0;
}
@media (max-width: 767px) {
  .pri-bar .mob-bar ul li .rc {
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.pri-bar .mob-bar ul li .rc h6 {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}
.pri-bar .mob-bar ul li ul {
  flex-direction: column;
  flex-wrap: inherit;
  padding: 20px 20px;
  margin: 0;
}
.pri-bar .mob-bar ul li ul h4 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 15px;
}
.pri-bar .mob-bar ul li ul li {
  border-radius: 0;
  border: 0;
  width: auto;
  padding: 0 0 0 20px;
  color: #3A3A3A;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  margin: 0 0 15px;
  position: relative;
}
.pri-bar .mob-bar ul li ul li:before {
  position: absolute;
  top: 5px;
  left: 0;
  right: auto;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #3A3A3A;
  content: "";
}
.pri-bar .mob-bar ul li ul li:first-child {
  margin: 0;
}
.pri-bar .mob-bar .btn-ara {
  text-align: center;
}
.pri-bar .mob-bar .btn-ara .d-btn {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.02);
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  border-radius: 10px;
  background: #00A25D;
  padding: 12px 24px;
  margin: 0 0 20px;
}
.pri-bar .mob-bar .btn-ara p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.pack-area .table {
  border: 1px solid #C5C5C5;
}
.pack-area .table tr th {
  text-align: center;
  padding: 25px 0;
  border: 1px solid #C5C5C5;
  background: #FFF;
}
.pack-area .table tr th:first-child {
  width: 20%;
}
@media (max-width: 1200px) {
  .pack-area .table tr th:first-child {
    padding: 15px 0;
    width: 15%;
  }
}
@media (max-width: 992px) {
  .pack-area .table tr th:first-child {
    width: auto;
  }
}
.pack-area .table tr th .rc-bx {
  background: #00A25D;
  width: 80%;
  margin: -50px auto 20px;
  z-index: 1;
  position: relative;
}
.pack-area .table tr th .rc-bx h5 {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  padding: 10px 30px;
}
.pack-area .table tr th h2 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
}
.pack-area .table tr th h3 {
  font-size: 45px;
  font-weight: 600;
  line-height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
@media (max-width: 1400px) {
  .pack-area .table tr th h3 {
    font-size: 38px;
    line-height: 40px;
  }
}
.pack-area .table tr th h3 span {
  color: #5C5C5C;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 5px;
}
@media (max-width: 1400px) {
  .pack-area .table tr th h3 span {
    font-size: 14px;
    line-height: 16px;
  }
}
.pack-area .table tr td {
  border: 1px solid #C5C5C5;
  vertical-align: middle;
}
.pack-area .table tr td:first-child {
  width: 20%;
}
@media (max-width: 1200px) {
  .pack-area .table tr td:first-child {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .pack-area .table tr td:first-child {
    width: auto;
  }
}
.pack-area .table tr td h5 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  padding: 25px 20px;
}
@media (max-width: 1200px) {
  .pack-area .table tr td h5 {
    padding: 15px 10px;
  }
}
.pack-area .table tr td p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding: 25px 20px;
}
@media (max-width: 1200px) {
  .pack-area .table tr td p {
    padding: 15px 10px;
    font-size: 14px;
    line-height: 16px;
  }
}
.pack-area .table tr td span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #04183F;
  font-size: 16px;
  line-height: 18px;
}
.pack-area .table tr td span.l-text {
  color: #979797;
  font-size: 30px;
  line-height: 32px;
}

#ScheduleModal .modal-dialog {
  max-width: 600px;
  border-radius: 15px 15px;
}
#ScheduleModal .modal-dialog .modal-content {
  border-radius: 15px 15px;
  border: 0;
  padding: 0px 32px;
}
#ScheduleModal .modal-dialog .modal-content .modal-header {
  padding: 1.5rem 1rem;
  justify-content: center;
  margin-bottom: 12px;
}
#ScheduleModal .modal-dialog .modal-content .modal-header h1 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
}
#ScheduleModal .modal-dialog .modal-content .modal-body {
  padding: 1.5rem 2rem;
}
#ScheduleModal .modal-dialog .modal-content .modal-body .form label {
  font-size: 15px;
  line-height: 17px;
  color: #000;
  font-weight: 600;
}
#ScheduleModal .modal-dialog .modal-content .modal-body .form input {
  font-size: 15px;
  line-height: 17px;
  color: #000;
  font-weight: 400;
  padding: 15px 15px;
}
#ScheduleModal .modal-dialog .modal-content .modal-body .s-mess {
  padding: 1.5rem 0 0;
}
#ScheduleModal .modal-dialog .modal-content .modal-body .s-mess h3 {
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 500;
}
#ScheduleModal .modal-dialog .modal-content .modal-footer {
  border: 0;
  justify-content: center;
}
#ScheduleModal .modal-dialog .modal-content .modal-footer .s-btn {
  font-size: 18px;
  line-height: 20px;
  padding: 15px 50px;
  font-weight: 500;
  background: #00A25D;
  border-radius: 8px 8px;
  color: #fff;
}
#ScheduleModal .modal-dialog .modal-content .modal-footer .s-btn:focus {
  box-shadow: none;
}
#ScheduleModal .modal-dialog .modal-content .modal-footer .c-btn {
  font-size: 18px;
  line-height: 20px;
  padding: 15px 50px;
  font-weight: 500;
  background: #DADADA;
  border-radius: 8px 8px;
  color: #000;
}
#ScheduleModal .modal-dialog .modal-content .modal-footer .c-btn:focus {
  box-shadow: none;
}

#ContactSales .modal-dialog {
  max-width: 600px;
  border-radius: 15px 15px;
}
#ContactSales .modal-dialog .modal-content {
  border-radius: 15px 15px;
  border: 0;
}
#ContactSales .modal-dialog .modal-content .modal-header {
  padding: 1.5rem 1rem;
  justify-content: center;
}
#ContactSales .modal-dialog .modal-content .modal-header h1 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
}
#ContactSales .modal-dialog .modal-content .modal-body {
  padding: 1.5rem 2rem;
}
#ContactSales .modal-dialog .modal-content .modal-body .form label {
  font-size: 15px;
  line-height: 17px;
  color: #000;
  font-weight: 600;
}
#ContactSales .modal-dialog .modal-content .modal-body .form input {
  font-size: 15px;
  line-height: 17px;
  color: #000;
  font-weight: 400;
  padding: 15px 15px;
}
#ContactSales .modal-dialog .modal-content .modal-body .s-mess {
  padding: 1.5rem 0 0;
}
#ContactSales .modal-dialog .modal-content .modal-body .s-mess h3 {
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 500;
}
#ContactSales .modal-dialog .modal-content .modal-footer {
  border: 0;
  justify-content: center;
}
#ContactSales .modal-dialog .modal-content .modal-footer .s-btn {
  font-size: 18px;
  line-height: 20px;
  padding: 15px 50px;
  font-weight: 500;
  background: #00A25D;
  border-radius: 8px 8px;
  color: #fff;
}
#ContactSales .modal-dialog .modal-content .modal-footer .s-btn:focus {
  box-shadow: none;
}
#ContactSales .modal-dialog .modal-content .modal-footer .c-btn {
  font-size: 18px;
  line-height: 20px;
  padding: 15px 50px;
  font-weight: 500;
  background: #DADADA;
  border-radius: 8px 8px;
  color: #000;
}
#ContactSales .modal-dialog .modal-content .modal-footer .c-btn:focus {
  box-shadow: none;
}

.new-ment .top-area {
  background: linear-gradient(251deg, #072661 0%, #064128 99.61%);
  padding: 7rem 7rem 7rem;
}
@media (max-width: 1400px) {
  .new-ment .top-area {
    padding: 5rem 2rem;
  }
}
@media (max-width: 767px) {
  .new-ment .top-area {
    padding: 3rem 1rem;
  }
}
.new-ment .top-area h1 {
  color: #fff;
}
@media (max-width: 1600px) {
  .new-ment .top-area h1 br {
    display: none;
  }
}
.new-ment .top-area p {
  color: #fff;
}
@media (max-width: 1280px) {
  .new-ment .top-area p br {
    display: none;
  }
}
.new-ment .top-area h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 20px;
}
@media (max-width: 1200px) {
  .new-ment .top-area h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.new-ment .top-area .vido-block .home-video {
  width: 100%;
  height: 100%;
}
.new-ment .top-area .vido-block #home-video {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px;
}
.new-ment .fea-area {
  padding: 5rem 7rem 0;
}
@media (max-width: 1400px) {
  .new-ment .fea-area {
    padding: 4rem 2rem 0;
  }
}
@media (max-width: 767px) {
  .new-ment .fea-area {
    padding: 2rem 1rem;
  }
}
.new-ment .fea-area h2 {
  color: #000;
  font-size: 40px;
  font-weight: 500;
  line-height: 42px;
  margin: 0 0 4rem;
  text-align: center;
}
@media (max-width: 575px) {
  .new-ment .fea-area h2 {
    margin: 0 0 2rem;
  }
}
.new-ment .fea-area h3 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 25px;
}
@media (max-width: 1280px) {
  .new-ment .fea-area h3 {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .new-ment .fea-area h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px;
  }
}
.new-ment .fea-area p {
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1280px) {
  .new-ment .fea-area p br {
    display: none;
  }
  .new-ment .fea-area p {
    font-size: 16px;
    line-height: 25px;
  }
}
.new-ment .fea-area .img-hold {
  text-align: center;
}
.new-ment .acc-area {
  background: radial-gradient(607.26% 85.75% at 89.37% 73.76%, #F2F6F6 0%, rgba(243, 247, 255, 0) 100%);
  padding: 7rem 7rem;
}
@media (max-width: 1400px) {
  .new-ment .acc-area {
    padding: 5rem 2rem;
  }
}
@media (max-width: 767px) {
  .new-ment .acc-area {
    padding: 0 1rem 2rem;
  }
}
.new-ment .acc-area h2 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 20px;
}
@media (max-width: 1280px) {
  .new-ment .acc-area h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .new-ment .acc-area h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px;
  }
}
.new-ment .acc-area p {
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1280px) {
  .new-ment .acc-area p br {
    display: none;
  }
  .new-ment .acc-area p {
    font-size: 16px;
    line-height: 25px;
  }
}
.new-ment .acc-area .img-hold {
  text-align: center;
}
.new-ment .auto-mat {
  padding: 7rem 7rem;
}
.new-ment .auto-mat .vido-block video {
  width: 100%;
  height: 100%;
}
@media (max-width: 1400px) {
  .new-ment .auto-mat {
    padding: 5rem 2rem;
  }
}
@media (max-width: 767px) {
  .new-ment .auto-mat {
    padding: 3rem 1rem;
  }
}
.new-ment .auto-mat h2 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 20px;
}
@media (max-width: 1280px) {
  .new-ment .auto-mat h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .new-ment .auto-mat h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px;
  }
}
.new-ment .auto-mat p {
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1280px) {
  .new-ment .auto-mat p br {
    display: none;
  }
  .new-ment .auto-mat p {
    font-size: 16px;
    line-height: 25px;
  }
}
.new-ment .auto-mat .img-hold {
  text-align: center;
}
.new-ment .sea-mat {
  padding: 7rem 7rem;
  background: #F3F6F6;
}
@media (max-width: 1400px) {
  .new-ment .sea-mat {
    padding: 5rem 2rem;
  }
}
@media (max-width: 767px) {
  .new-ment .sea-mat {
    padding: 3rem 1rem;
  }
}
.new-ment .sea-mat h2 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 20px;
}
@media (max-width: 1280px) {
  .new-ment .sea-mat h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .new-ment .sea-mat h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px;
  }
}
.new-ment .sea-mat p {
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1280px) {
  .new-ment .sea-mat p br {
    display: none;
  }
  .new-ment .sea-mat p {
    font-size: 16px;
    line-height: 25px;
  }
}
.new-ment .sea-mat .img-hold {
  text-align: center;
}
.new-ment .cen-mat {
  padding: 7rem 7rem;
}
@media (max-width: 1400px) {
  .new-ment .cen-mat {
    padding: 5rem 2rem;
  }
}
@media (max-width: 767px) {
  .new-ment .cen-mat {
    padding: 3rem 1rem;
  }
}
.new-ment .cen-mat h2 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 20px;
}
@media (max-width: 1280px) {
  .new-ment .cen-mat h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .new-ment .cen-mat h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px;
  }
}
.new-ment .cen-mat p {
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1280px) {
  .new-ment .cen-mat p br {
    display: none;
  }
  .new-ment .cen-mat p {
    font-size: 16px;
    line-height: 25px;
  }
}
.new-ment .cen-mat .img-hold {
  text-align: center;
}
.new-ment .sim-mat {
  padding: 7rem 7rem;
  background: #F3F7FF;
}
@media (max-width: 1400px) {
  .new-ment .sim-mat {
    padding: 5rem 2rem;
  }
}
@media (max-width: 767px) {
  .new-ment .sim-mat {
    padding: 3rem 1rem;
  }
}
.new-ment .sim-mat h2 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 20px;
}
@media (max-width: 1280px) {
  .new-ment .sim-mat h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .new-ment .sim-mat h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px;
  }
}
.new-ment .sim-mat p {
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1280px) {
  .new-ment .sim-mat p br {
    display: none;
  }
  .new-ment .sim-mat p {
    font-size: 16px;
    line-height: 25px;
  }
}
.new-ment .sim-mat .img-hold {
  text-align: center;
}
.new-ment .pri-area {
  margin: 5rem 0 50px;
}
.new-ment .af-area {
  padding: 0;
}
.new-ment .af-area h2 {
  color: #000;
  font-size: 40px;
  font-weight: 500;
  line-height: 42px;
  margin: 0 0 40px;
  text-align: center;
}
@media (max-width: 1280px) {
  .new-ment .af-area h2 {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 25px;
  }
}
@media (max-width: 575px) {
  .new-ment .af-area h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px;
  }
}
.new-ment .af-area ul {
  border-radius: 15px;
  border: 1px solid #C0C0C0;
  background: #FFF;
  padding: 25px 25px;
  margin: 0 0 5rem;
}
.new-ment .af-area ul li {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #C0C0C0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new-ment .af-area ul li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.new-ment .af-area ul li p {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  display: flex;
  align-items: center;
  width: 40%;
}
@media (max-width: 767px) {
  .new-ment .af-area ul li p {
    width: 50%;
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .new-ment .af-area ul li p {
    width: 70%;
  }
}
.new-ment .af-area ul li span {
  width: 60%;
}
@media (max-width: 767px) {
  .new-ment .af-area ul li span {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .new-ment .af-area ul li span {
    width: 30%;
  }
}
.new-ment .bot-area .box {
  padding: 5rem 5rem;
}
@media (max-width: 1200px) {
  .new-ment .bot-area .box {
    padding: 2rem 2rem;
  }
}
.new-ment .bot-area .box p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.new-soft .top-area ul {
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0;
}
.new-soft .top-area ul li {
  width: 100%;
  color: #fff;
  border: 0;
  padding: 0;
  border-radius: 0;
  display: block;
}
.new-soft .top-area ul li img {
  width: auto;
  height: auto;
}
@media (max-width: 575px) {
  .new-soft .top-area .s-btn {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 14px;
  }
}
.new-soft .fea-area h3 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 0 25px;
}
@media (max-width: 1400px) {
  .new-soft .fea-area h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  .new-soft .fea-area h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.new-soft .fea-area ul li {
  display: flex;
  margin: 0 0 25px;
}
.new-soft .fea-area ul li:last-child {
  margin: 0;
}
.new-soft .fea-area ul li .t-hold h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 7px;
}
.new-soft .fea-area ul li .t-hold p {
  color: #656565;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 1200px) {
  .new-soft .fea-area ul li .t-hold p {
    font-size: 14px;
    line-height: 18px;
  }
  .new-soft .fea-area ul li .t-hold p br {
    display: none;
  }
}
.new-soft .fea-area ul li .img-hold {
  margin: 0 7px 0 0;
}
.new-soft .g-box {
  padding: 5rem 7rem 0;
}
@media (max-width: 1400px) {
  .new-soft .g-box {
    padding: 3rem 2rem 0;
  }
}
@media (max-width: 575px) {
  .new-soft .g-box {
    padding: 0;
  }
}
.new-soft .g-box .box {
  padding: 7rem 5rem;
  background: radial-gradient(116.64% 99.84% at 10.24% 46.57%, #FAEFFF 0%, #EFF4FF 100%);
}
@media (max-width: 1400px) {
  .new-soft .g-box .box {
    padding: 2rem 2rem;
  }
}
@media (max-width: 575px) {
  .new-soft .g-box .box {
    padding: 1rem 1rem;
  }
}
.new-soft .g-box .box ul li {
  display: flex;
  margin: 0 0 25px;
}
.new-soft .g-box .box ul li:last-child {
  margin: 0;
}
.new-soft .g-box .box ul li .t-hold h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 7px;
}
.new-soft .g-box .box ul li .t-hold p {
  color: #656565;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 1200px) {
  .new-soft .g-box .box ul li .t-hold p {
    font-size: 14px;
    line-height: 18px;
  }
  .new-soft .g-box .box ul li .t-hold p br {
    display: none;
  }
}
.new-soft .g-box .box ul li .img-hold {
  margin: 0 7px 0 0;
}
.new-soft .g-box .box h3 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 20px;
}
@media (max-width: 1400px) {
  .new-soft .g-box .box h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  .new-soft .g-box .box h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.new-soft .acc-area {
  background: #fff;
}
@media (max-width: 1400px) {
  .new-soft .acc-area h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  .new-soft .acc-area h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .new-soft .acc-area h2 br {
    display: none;
  }
}
.new-soft .acc-area ul li {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  position: relative;
}
.new-soft .acc-area ul li:after {
  position: absolute;
  top: 5px;
  width: 7px;
  height: 7px;
  background: #000;
  left: 0;
  right: auto;
  bottom: auto;
  content: "";
  border-radius: 100%;
}
.new-soft .acc-area ul li h6 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 5px;
}
.new-soft .acc-area ul li p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
@media (max-width: 992px) {
  .new-soft .blog-area .t-bar p br {
    display: none;
  }
}

.fix-area {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.fix-area .box {
  border-radius: 1px;
  background: linear-gradient(107deg, #062D77 0%, #02A35E 100%);
  box-shadow: 0px 4px 12px 8px rgba(0, 0, 0, 0.2);
  padding: 21px 0;
}
@media (max-width: 1200px) {
  .fix-area .box {
    padding: 15px 0;
  }
}
@media (max-width: 992px) {
  .fix-area .box {
    border-radius: 1px;
  }
}
.fix-area .box ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fix-area .box ul li {
  margin: 0 25px 0 0;
}
@media (max-width: 992px) {
  .fix-area .box ul li {
    margin: 0 15px 0 0;
  }
}
.fix-area .box ul li a {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 15px 25px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .fix-area .box ul li a {
    font-size: 15px;
    line-height: 17px;
    padding: 10px 15px;
  }
}
@media (max-width: 992px) {
  .fix-area .box ul li a {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 10px;
  }
}
.fix-area .box ul li .s-btn {
  background: #00A25D;
}
.fix-area .box ul li .p-btn {
  background: #fff;
  color: #00A25D;
}
.fix-area .box ul li .r-btn {
  color: #fff;
  border: 1px solid #fff;
}
.fix-area .box ul li:last-child {
  margin: 0;
}

.p-area .banner-area .p-img-hold {
  position: relative;
  overflow: hidden;
}
.p-area .banner-area .p-img-hold img {
  width: 100%;
}
.p-area .banner-area .p-img-hold .p-capation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-area .banner-area .p-img-hold .p-capation h1 {
  font-size: 50px;
  line-height: 52px;
  color: #fff;
}
.p-area .p-t-block {
  padding: 5rem 0;
}
.p-area .p-t-block p {
  color: #575757;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 30px;
}
.p-area .p-t-block h2 {
  color: #575757;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
  margin: 0 0 30px;
}
.p-area .p-t-block .list-in-page {
  margin: 0 0 40px 40px;
}
.p-area .p-t-block .list-in-page li {
  list-style: disc !important;
  color: #575757;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin: 10px 0px 0px 0px;
}

.tc-area .banner-area .p-img-hold {
  position: relative;
  overflow: hidden;
}
.tc-area .banner-area .p-img-hold img {
  width: 100%;
}
.tc-area .banner-area .p-img-hold .p-capation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tc-area .banner-area .p-img-hold .p-capation h1 {
  font-size: 50px;
  line-height: 52px;
  color: #fff;
}
.tc-area .tr-area {
  padding: 5rem 0;
}
.tc-area .tr-area .box {
  margin: 0 0 40px;
}
.tc-area .tr-area .box h2 {
  color: #000;
  font-size: 23px;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 20px;
}
.tc-area .tr-area .box p {
  color: #575757;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}
.tc-area .tr-area .box .list-in-page {
  margin: 0 0 0 40px;
}
.tc-area .tr-area .box .list-in-page li {
  list-style: disc !important;
  color: #575757;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin: 10px 0px 0px 0px;
}

#CP-Modal, #CP-Modal-Yearly {
  backdrop-filter: blur(1.5px) brightness(0.4);
}
#CP-Modal .modal-content .modal-header, #CP-Modal-Yearly .modal-content .modal-header {
  border: 0;
}
#CP-Modal .modal-content .modal-header h2, #CP-Modal-Yearly .modal-content .modal-header h2 {
  font-size: 20px;
  line-height: 22px;
  color: #000;
}
#CP-Modal .modal-content .modal-header button:focus, #CP-Modal-Yearly .modal-content .modal-header button:focus {
  box-shadow: none;
}
#CP-Modal .modal-body ul li h6, #CP-Modal-Yearly .modal-body ul li h6 {
  background: #00A25D;
  padding: 15px 40px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  position: absolute;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  margin: -30px auto 0;
  width: 220px;
}
@media (max-width: 992px) {
  #CP-Modal .modal-body ul li h6, #CP-Modal-Yearly .modal-body ul li h6 {
    margin: 0 auto 0;
    position: relative;
  }
}
@media (max-width: 575px) {
  #CP-Modal .modal-body ul li h6, #CP-Modal-Yearly .modal-body ul li h6 {
    width: 180px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
#CP-Modal .modal-body ul li h5, #CP-Modal-Yearly .modal-body ul li h5 {
  color: #656565;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  margin: 0 0 15px;
}
#CP-Modal .modal-body ul li h2, #CP-Modal-Yearly .modal-body ul li h2 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#CP-Modal .modal-body ul li h2 img, #CP-Modal-Yearly .modal-body ul li h2 img {
  margin: 0 7px 0 0;
}
@media (max-width: 1400px) {
  #CP-Modal .modal-body ul li h2, #CP-Modal-Yearly .modal-body ul li h2 {
    padding: 0 0 25px;
    font-size: 30px;
    line-height: 22px;
  }
}
@media (max-width: 360px) {
  #CP-Modal .modal-body ul li h2, #CP-Modal-Yearly .modal-body ul li h2 {
    padding: 0 0 15px;
    font-size: 25px;
    line-height: 27px;
  }
}
#CP-Modal .modal-body ul li h3, #CP-Modal-Yearly .modal-body ul li h3 {
  color: #000;
  font-size: 54px;
  font-weight: 600;
  line-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 5px;
}
@media (max-width: 1280px) {
  #CP-Modal .modal-body ul li h3, #CP-Modal-Yearly .modal-body ul li h3 {
    font-size: 50px;
    line-height: 52px;
  }
}
#CP-Modal .modal-body ul li h3 span, #CP-Modal-Yearly .modal-body ul li h3 span {
  color: #5C5C5C;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 5px;
}
@media (max-width: 1280px) {
  #CP-Modal .modal-body ul li h3 span, #CP-Modal-Yearly .modal-body ul li h3 span {
    font-size: 16px;
    line-height: 18px;
  }
}
#CP-Modal .modal-body ul li h3 h5, #CP-Modal-Yearly .modal-body ul li h3 h5 {
  color: #5C5C5C;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}
#CP-Modal .modal-body ul li .bot-text, #CP-Modal-Yearly .modal-body ul li .bot-text {
  color: #00A25D;
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 5px;
  text-transform: capitalize;
}
#CP-Modal .modal-body ul li .tpo-text, #CP-Modal-Yearly .modal-body ul li .tpo-text {
  color: #00A25D;
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px;
  text-transform: capitalize;
}
#CP-Modal .modal-body ul li .cus-pri, #CP-Modal-Yearly .modal-body ul li .cus-pri {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  line-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 25px;
}
@media (max-width: 1280px) {
  #CP-Modal .modal-body ul li .cus-pri, #CP-Modal-Yearly .modal-body ul li .cus-pri {
    font-size: 28px;
    line-height: 52px;
  }
}
@media (max-width: 992px) {
  #CP-Modal .modal-body ul li .cus-pri, #CP-Modal-Yearly .modal-body ul li .cus-pri {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  #CP-Modal .modal-body ul li .cus-pri, #CP-Modal-Yearly .modal-body ul li .cus-pri {
    font-size: 20px;
    line-height: 27px;
  }
}
#CP-Modal .modal-body ul li h4, #CP-Modal-Yearly .modal-body ul li h4 {
  margin: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#CP-Modal .modal-body ul li h4 p, #CP-Modal-Yearly .modal-body ul li h4 p {
  padding: 6px 15px;
  border-radius: 50px;
  background: #00A25D;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin: 0 0 15px;
  display: inline-block;
  min-height: inherit;
}
#CP-Modal .modal-body ul li h4 span, #CP-Modal-Yearly .modal-body ul li h4 span {
  color: #5C5C5C;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: block;
}
#CP-Modal .modal-body ul li .block p, #CP-Modal-Yearly .modal-body ul li .block p {
  padding: 9px 40px;
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  #CP-Modal .modal-body ul li .block p, #CP-Modal-Yearly .modal-body ul li .block p {
    padding: 10px 25px;
  }
}
#CP-Modal .modal-body ul li .block p img, #CP-Modal-Yearly .modal-body ul li .block p img {
  margin: 3px 10px 0 0;
}
@media (max-width: 992px) {
  #CP-Modal .modal-body ul li .block p, #CP-Modal-Yearly .modal-body ul li .block p {
    padding: 15px 25px;
    border-bottom: 1px solid #C5C5C5;
  }
  #CP-Modal .modal-body ul li .block p:first-child, #CP-Modal-Yearly .modal-body ul li .block p:first-child {
    border-top: 1px solid #C5C5C5;
  }
}
@media (max-width: 480px) {
  #CP-Modal .modal-body ul li .block p, #CP-Modal-Yearly .modal-body ul li .block p {
    padding: 10px 0px;
    font-size: 14px;
    line-height: 16px;
  }
}
#CP-Modal .modal-body ul li.active, #CP-Modal-Yearly .modal-body ul li.active {
  background: #F0F4FF;
}
#CP-Modal .modal-body ul li .show, #CP-Modal-Yearly .modal-body ul li .show {
  padding: 15px 20px;
  border-top: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#CP-Modal .modal-body ul li .show p, #CP-Modal-Yearly .modal-body ul li .show p {
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
#CP-Modal .modal-body ul li .show button, #CP-Modal-Yearly .modal-body ul li .show button {
  background: #04183F;
  width: 30px;
  height: 30px;
  border-radius: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pricing-page-bg {
  background: url("/assets/business/registration-steps/images/bg02.png") no-repeat center;
  background-size: cover;
  height: 100%;
}

.n-pri.n-pri-dash .nt-block h1 {
  margin: 30px 0px 70px;
}
@media (max-width: 767px) {
  .n-pri.n-pri-dash .nt-block h1 {
    margin: 20px 0px 40px;
  }
}
.n-pri .nt-block {
  background: url("../images/bg04.png") no-repeat center;
  background-size: cover;
  padding: 7rem 0;
}
@media (max-width: 1500px) {
  .n-pri .nt-block {
    background-size: cover;
  }
}
@media (max-width: 575px) {
  .n-pri .nt-block {
    padding: 6rem 0;
  }
}
.n-pri .nt-block h1 {
  background: #ffffff;
  padding: 10px;
  border-radius: 13px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: #0c0c0c;
  margin: 0 0 50px;
  text-align: center;
}
@media (max-width: 575px) {
  .n-pri .nt-block h1 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 40px;
  }
}
.n-pri .nt-block h1 span {
  font-weight: 700;
  color: #00A25D;
}
.n-pri .nt-block .pri-bar .single-plan {
  justify-content: space-around;
  flex-direction: row;
}
.n-pri .nt-block .pri-bar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .n-pri .nt-block .pri-bar ul {
    margin: 0 0 15px;
  }
}
.n-pri .nt-block .pri-bar ul li {
  width: 49%;
  background: #F8F8F8;
  border: 1px solid #9C9C9C;
  position: relative;
  border-radius: 15px 15px;
}
@media (max-width: 767px) {
  .n-pri .nt-block .pri-bar ul li {
    width: 100%;
    margin: 0 0 60px;
  }
  .n-pri .nt-block .pri-bar ul li:last-child {
    margin: 0;
  }
}
.n-pri .nt-block .pri-bar ul li.active {
  background: #00A25D;
  padding: 30px 3px 3px;
  margin-top: -40px;
}
.n-pri .nt-block .pri-bar ul li .box {
  border-radius: 15px 15px;
  background: #fff;
  height: 100%;
  padding: 0 0 30px;
}
.n-pri .nt-block .pri-bar ul li .box h2 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  line-height: 27px;
  padding: 35px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-pri .nt-block .pri-bar ul li .box h2 img {
  margin: 0 7px 0 0;
}
.n-pri .nt-block .pri-bar ul li .box h5 {
  color: #656565;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  margin: 0 0 15px;
}
.n-pri .nt-block .pri-bar ul li .box h3 {
  color: #000;
  font-size: 54px;
  font-weight: 600;
  line-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
.n-pri .nt-block .pri-bar ul li .box h3 span {
  color: #5C5C5C;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 5px;
}
.n-pri .nt-block .pri-bar ul li .box h4 {
  color: #5C5C5C;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 20px;
  text-align: center;
}
@media (max-width: 1400px) {
  .n-pri .nt-block .pri-bar ul li .box h4 {
    font-size: 13px;
    line-height: 15px;
    padding: 0 10px;
  }
}
.n-pri .nt-block .pri-bar ul li .box h4 span {
  font-weight: 600;
}
.n-pri .nt-block .pri-bar ul li .box .bill-detail {
  margin: 0 0 20px;
  text-align: center;
}
.n-pri .nt-block .pri-bar ul li .box .bill-detail h6 {
  border-top: 1px solid #C5C5C5;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
  display: inline-block;
  padding: 10px 0 0;
}
.n-pri .nt-block .pri-bar ul li .box .block p {
  padding: 9px 20px;
  color: #656565;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1400px) {
  .n-pri .nt-block .pri-bar ul li .box .block p {
    font-size: 14px;
    line-height: 16px;
  }
}
.n-pri .nt-block .pri-bar ul li .box .block p img {
  margin: 3px 10px 0 0;
}
.n-pri .nt-block .pri-bar ul li .box .block p small {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00A25D;
  color: #fff;
}
@media (max-width: 575px) {
  .n-pri .nt-block .pri-bar ul li .box .block {
    display: none;
  }
  .n-pri .nt-block .pri-bar ul li .box .block.open {
    display: block;
  }
}
.n-pri .nt-block .pri-bar ul li .box .swip-btn {
  position: absolute;
  padding: 0;
  right: 20px;
  top: auto;
  bottom: 15px;
  transition: transform 0.1s ease;
}
.n-pri .nt-block .pri-bar ul li .box .swip-btn.rotate {
  transform: rotate(180deg);
}
.n-pri .nt-block .pri-bar ul li .box .swip-btn:focus {
  outline: none;
  box-shadow: none;
}
.n-pri .nt-block .pri-bar ul li .cus-box {
  background: #fff;
  padding: 50px 15px 15px;
  border-radius: 15px 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1490196078);
  margin: 15px 0 0;
}
.n-pri .nt-block .pri-bar ul li .cus-box .img-hold {
  text-align: center;
  margin: 0 0 20px;
}
.n-pri .nt-block .pri-bar ul li .cus-box .img-hold img {
  max-width: 100%;
  height: auto;
}
.n-pri .nt-block .pri-bar ul li .cus-box h2 {
  font-size: 28px;
  line-height: 30px;
  margin: 0 0 20px;
  text-align: center;
  font-weight: 500;
}
.n-pri .nt-block .pri-bar ul li .cus-box p {
  font-size: 20px;
  line-height: 22px;
  color: #5C5C5C;
  font-weight: 400;
  margin: 0 0 15px;
  text-align: center;
  padding: 0 0 15px;
  position: relative;
}
.n-pri .nt-block .pri-bar ul li .cus-box p:before {
  content: "";
  width: 200px;
  height: 2px;
  background: #DFE5EB;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  margin: 0 auto;
}
.n-pri .nt-block .pri-bar ul li .cus-box h5 {
  font-size: 16px;
  line-height: 18px;
  color: #636363;
  font-weight: 400;
  margin: 0 0 50px;
  text-align: center;
}
.n-pri .nt-block .pri-bar ul li .cus-box h5 img {
  margin: 0 7px 0 0;
}
.n-pri .nt-block .pri-bar ul li .cus-box .c-btn {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  background: #00A25D;
  border-radius: 10px 10px;
  padding: 12px 12px;
  margin: 0;
}
.n-pri .nt-block .pri-bar ul li .cus-box .c-btn:hover {
  opacity: 0.9;
}
.n-pri .nt-block .payment-logos ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.n-pri .nt-block .payment-logos ul li {
  width: 10%;
  margin: 0 10px 0 0;
}
@media (max-width: 1400px) {
  .n-pri .nt-block .payment-logos ul li {
    width: 15%;
    margin: 0 10px 7px 0;
  }
}
@media (max-width: 992px) {
  .n-pri .nt-block .payment-logos ul li {
    width: 10%;
  }
}
@media (max-width: 575px) {
  .n-pri .nt-block .payment-logos ul li {
    width: 12%;
  }
}
.n-pri .nt-block .payment-logos ul li :last-child {
  margin: 0;
}
.n-pri .nt-block .last-pay ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.n-pri .nt-block .last-pay ul li {
  width: 15%;
  margin: 0 7px 0 0;
}
@media (max-width: 1400px) {
  .n-pri .nt-block .last-pay ul li {
    width: 20%;
    margin: 0 7px 0 0;
  }
}
@media (max-width: 992px) {
  .n-pri .nt-block .last-pay ul li {
    width: 15%;
  }
}
@media (max-width: 575px) {
  .n-pri .nt-block .last-pay ul li {
    width: 20%;
  }
}
.n-pri .nt-block .last-pay ul li :last-child {
  margin: 0;
}
.n-pri .nt-block .sum-box {
  padding: 15px 15px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1490196078);
  background: #fff;
  border-radius: 15px 15px;
  margin: 0 0 15px;
}
.n-pri .nt-block .sum-box .t-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px;
}
.n-pri .nt-block .sum-box .t-box h2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
}
.n-pri .nt-block .sum-box .t-box .dropdown button {
  border: 1px solid #E2E2E2;
  border-radius: 5px 5px;
  padding: 7px 10px;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}
.n-pri .nt-block .sum-box .t-box .dropdown button:focus {
  box-shadow: none;
}
.n-pri .nt-block .sum-box .t-box .dropdown .dropdown-menu li a {
  padding: 7px 10px;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.n-pri .nt-block .sum-box .b-box p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  margin: 0 0 15px;
}
.n-pri .nt-block .sum-box .b-box p span {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  font-weight: 400;
}
.n-pri .nt-block .sum-box .b-box p .subtotal-span {
  font-weight: 400;
  font-size: 14px;
}
.n-pri .nt-block .sum-box .b-box p .discount-span, .n-pri .nt-block .sum-box .b-box p .total-span {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 700;
}
.n-pri .nt-block .sum-box .b-box p button {
  padding: 0;
}
.n-pri .nt-block .sum-box .b-box p button img {
  margin: -4px 0 0;
}
.n-pri .nt-block .sum-box .b-box .tot-box {
  border-top: 1px solid #C7C7C7;
  padding: 10px 0 0;
  margin: 10px 0 0;
}
.n-pri .nt-block .sum-box .b-box .tot-box p {
  margin: 0;
}
.n-pri .nt-block .sum-box .b-box .tot-box .total-cost, .n-pri .nt-block .sum-box .b-box .tot-box .total-cost span {
  font-size: 18px;
  font-weight: 600;
}
.n-pri .nt-block .sum-box .b-box .tot-box .monthly-option span strong {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #000;
}
.n-pri .nt-block .sum-box .odr-detail span {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
.n-pri .nt-block .sum-box .odr-detail #summarySubtotal {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.n-pri .nt-block .sum-box .odr-detail #discountLine .anumm {
  font-size: 17px;
  line-height: 18px;
  font-weight: 700;
}
.n-pri .nt-block .sum-box .odr-detail #summaryTotal {
  font-size: 17px;
  line-height: 18px;
  font-weight: 700;
}
.n-pri .nt-block .sum-box .odr-detail #summaryTotalMonthly {
  font-size: 17px;
  line-height: 18px;
  font-weight: 700;
}
.n-pri .nt-block .ao-block {
  padding: 15px 15px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1490196078);
  background: #fff;
  border-radius: 15px 15px;
  margin: 0 0 15px;
}
.n-pri .nt-block .ao-block h2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  margin: 0 0 15px;
}
.n-pri .nt-block .ao-block .accordion .accordion-item {
  margin: 0 0 10px;
  border: 1px solid #E2E2E2;
  border-radius: 5px 5px;
}
.n-pri .nt-block .ao-block .accordion .accordion-item h2 {
  margin: 0;
}
.n-pri .nt-block .ao-block .accordion .accordion-item h2 button {
  padding: 12px 12px;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  border-radius: 5px 5px;
}
.n-pri .nt-block .ao-block .accordion .accordion-item h2 button:focus {
  box-shadow: none;
  outline: none;
}
.n-pri .nt-block .ao-block .accordion .accordion-item h2 .accordion-button:not(.collapsed) {
  border: 0;
  box-shadow: none;
  background: none;
}
.n-pri .nt-block .ao-block .accordion .accordion-item .accordion-body {
  padding: 0px 12px 12px;
}
.n-pri .nt-block .ao-block .accordion .accordion-item .accordion-body .radio-card {
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.n-pri .nt-block .ao-block .accordion .accordion-item .accordion-body .radio-card:hover {
  border-color: #28a745;
}
.n-pri .nt-block .ao-block .accordion .accordion-item .accordion-body .radio-card input[type=radio] {
  display: none;
}
.n-pri .nt-block .ao-block .accordion .accordion-item .accordion-body .radio-card input[type=radio]:checked + .content {
  border-color: #28a745;
}
.n-pri .nt-block .ao-block .accordion .accordion-item .accordion-body .radio-card input[type=radio]:checked + .content::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  background: url("../images/che.svg") no-repeat;
  width: 18px;
  height: 18px;
  background-size: 100%;
}
.n-pri .nt-block .ao-block .accordion .accordion-item .accordion-body .radio-card input[type=radio]:checked + .content::before {
  display: none;
}
.n-pri .nt-block .ao-block .accordion .accordion-item .accordion-body .content {
  border: 2px solid #C7C7C7;
  border-radius: 10px;
  padding: 10px;
  transition: 0.3s;
  position: relative;
}
.n-pri .nt-block .ao-block .accordion .accordion-item .accordion-body .content::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  background: #fff;
  width: 18px;
  height: 18px;
  border-radius: 100% 100%;
  border: 1px solid #C7C7C7;
}
.n-pri .nt-block .ao-block .accordion .accordion-item .accordion-body .content h6 {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 500;
  margin: 0;
}
.n-pri .nt-block .ao-block .accordion .accordion-item .accordion-body .content p {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 500;
  margin: 0;
}
.n-pri .nt-block .ao-block .accordion .accordion-item .accordion-body .content small {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #878787;
}
.n-pri .nt-block .btn-area .st-btn {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  background: #00A25D;
  border-radius: 10px 10px;
  padding: 12px 12px;
  margin: 0 0 4px;
}
.n-pri .nt-block .btn-area .st-btn:focus {
  outline: none;
  box-shadow: none;
}
.n-pri .nt-block .btn-area .st-btn:hover {
  opacity: 0.9;
}
.n-pri .nt-block .btn-area p {
  font-style: italic;
  text-shadow: 1px 1px black;
  padding: 7px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.862745098);
  text-align: center;
  margin: 0 0 15px;
}
.n-pri .nt-block .btn-area p span {
  color: #00A25D;
}
.n-pri .nt-block .btn-area .p-back {
  background: rgba(50, 26, 26, 0);
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.n-pri .nt-block .btn-area .p-back span {
  color: #00A25D;
}
.n-pri .nt-block .btn-area .p-back a {
  background: #222323;
  color: #fff;
}
.n-pri .nt-block .btn-area .p-back :hover {
  background: rgba(34, 35, 35, 0.7882352941);
}
.n-pri .np-tabs {
  justify-content: center;
  margin: 20px 0 40px;
}
.n-pri .np-tabs li {
  margin: 0 15px 0 0;
}
.n-pri .np-tabs li:last-child {
  margin: 0;
}
.n-pri .np-tabs li button {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
  width: 100%;
  background: #fff;
  border-radius: 10px 10px;
  padding: 12px 30px;
  border-radius: 50px 50px;
}
.n-pri .np-tabs li button:hover {
  background: #00A25D;
  color: #fff;
}
.n-pri .np-tabs li button.active {
  background: #00A25D;
  color: #fff;
}

.fea-pages .top-area {
  background: url(../images/banner08.png) no-repeat top center;
  background-size: cover;
  padding: 7rem 0 5rem;
}
@media (max-width: 992px) {
  .fea-pages .top-area {
    padding: 6rem 0 2rem;
  }
}
@media (max-width: 575px) {
  .fea-pages .top-area {
    padding: 5rem 0 2rem;
  }
}
.fea-pages .top-area h3 {
  display: inline-block;
  padding: 7px 15px;
  background: #FFFFFF;
  border-radius: 5px 5px;
}
.fea-pages .top-area h3 img {
  margin: 0 7px 0 0;
}
.fea-pages .top-area p {
  margin: 0 0 30px;
}
.fea-pages .top-area h4 {
  font-size: 17px;
  line-height: 29px;
  color: #000;
  font-weight: 600;
  margin: 0 0 15px;
}
.fea-pages .top-area ul {
  margin: 0 0 30px;
}
.fea-pages .pro-board {
  padding: 4rem 0 8rem;
  background: url(../images/banner07.png) no-repeat top center;
  background-size: cover;
}
@media (max-width: 575px) {
  .fea-pages .pro-board {
    padding: 2rem 0 6rem;
  }
}
.fea-pages .pro-board h3 {
  font-size: 22px;
  line-height: 24px;
  color: #FFB800;
  margin: 0 0 20px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 992px) {
  .fea-pages .pro-board h3 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .fea-pages .pro-board h3 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px;
  }
}
@media (max-width: 370px) {
  .fea-pages .pro-board h3 {
    font-size: 14px;
    line-height: 16px;
  }
}
.fea-pages .pro-board h2 {
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
  text-align: center;
}
@media (max-width: 1400px) {
  .fea-pages .pro-board h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 992px) {
  .fea-pages .pro-board h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
@media (max-width: 575px) {
  .fea-pages .pro-board h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
.fea-pages .pro-board p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin: 0 0 30px;
}
@media (max-width: 1200px) {
  .fea-pages .pro-board p br {
    display: none;
  }
}
@media (max-width: 575px) {
  .fea-pages .pro-board p {
    font-size: 14px;
    line-height: 20px;
  }
}
.fea-pages .em-board {
  padding: 4rem 0 8rem;
  background: #00A25D;
  background-size: cover;
  backdrop-filter: blur(487.799987793px);
}
@media (max-width: 575px) {
  .fea-pages .em-board {
    padding: 2rem 0 6rem;
  }
}
.fea-pages .em-board h3 {
  font-size: 22px;
  line-height: 24px;
  color: #FFB800;
  margin: 0 0 20px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 575px) {
  .fea-pages .em-board h3 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 15px;
  }
}
@media (max-width: 370px) {
  .fea-pages .em-board h3 {
    font-size: 14px;
    line-height: 16px;
  }
}
.fea-pages .em-board h2 {
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
  text-align: center;
}
@media (max-width: 1400px) {
  .fea-pages .em-board h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .fea-pages .em-board h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
.fea-pages .em-board p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin: 0 0 30px;
}
@media (max-width: 575px) {
  .fea-pages .em-board p {
    font-size: 14px;
    line-height: 20px;
  }
}
.fea-pages .ben-area {
  padding: 5rem 0;
  background: #062D77;
}
@media (max-width: 575px) {
  .fea-pages .ben-area {
    padding: 3rem 0;
  }
}
.fea-pages .ben-area h2 {
  font-size: 35px;
  line-height: 37px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 20px;
}
@media (max-width: 1400px) {
  .fea-pages .ben-area h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 992px) {
  .fea-pages .ben-area h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
.fea-pages .ben-area p {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 20px;
}
.fea-pages .ben-area ul {
  padding: 0 0 0 20px;
  margin: 0 0 40px;
}
.fea-pages .ben-area ul li {
  margin: 0 0 20px;
  position: relative;
}
.fea-pages .ben-area ul li::before {
  position: absolute;
  top: 5px;
  left: -19px;
  right: auto;
  bottom: auto;
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100% 100%;
}
.fea-pages .ben-area ul li:last-child {
  margin: 0;
}
.fea-pages .ben-area ul li h2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 7px;
}
.fea-pages .ben-area ul li p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
@media (max-width: 1200px) {
  .fea-pages .ben-area ul li p {
    font-size: 16px;
    line-height: 25px;
  }
}
.fea-pages .ben-area .bot-bar h2 {
  text-align: center;
  font-size: 25px;
  line-height: 27px;
  color: #fff;
  margin: 0 0 20px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .fea-pages .ben-area .bot-bar h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.fea-pages .ben-area .bot-bar p {
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 40px;
}
@media (max-width: 575px) {
  .fea-pages .ben-area .bot-bar p {
    font-size: 14px;
    line-height: 16px;
  }
}
.fea-pages .ben-area .bot-bar ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .fea-pages .ben-area .bot-bar ul {
    margin: 0;
  }
}
.fea-pages .ben-area .bot-bar ul li {
  margin: 0 15px 0 0;
}
.fea-pages .ben-area .bot-bar ul li:last-child {
  margin: 0;
}
.fea-pages .ben-area .bot-bar ul li::before {
  display: none;
}
.fea-pages .ben-area .bot-bar ul li .s-btn {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 30px;
  border-radius: 50px 50px;
  background: #00A25D;
}
.fea-pages .ben-area .bot-bar ul li .s-btn:hover {
  opacity: 0.9;
}
@media (max-width: 575px) {
  .fea-pages .ben-area .bot-bar ul li .s-btn {
    font-size: 15px;
    line-height: 20px;
    padding: 15px 20px;
  }
}
.fea-pages .ben-area .bot-bar ul li .r-btn {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 30px;
  border-radius: 50px 50px;
  background: #fff;
  border: 1px solid #00A25D;
}
.fea-pages .ben-area .bot-bar ul li .r-btn:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
@media (max-width: 575px) {
  .fea-pages .ben-area .bot-bar ul li .r-btn {
    font-size: 15px;
    line-height: 20px;
    padding: 15px 20px;
  }
}
.fea-pages .ben-area .img-hold {
  text-align: right;
}
@media (max-width: 992px) {
  .fea-pages .ben-area .img-hold {
    text-align: center;
    margin: 0 0 40px;
  }
}
.fea-pages .l-block {
  background: linear-gradient(180deg, #FFFFFF -14.5%, #F3F6F6 57.06%);
  padding: 5rem 0;
}
@media (max-width: 575px) {
  .fea-pages .l-block {
    padding: 3rem 0;
  }
}
.fea-pages .l-block h3 {
  font-size: 22px;
  line-height: 24px;
  color: #FFB800;
  margin: 0 0 20px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 992px) {
  .fea-pages .l-block h3 {
    font-size: 18px;
    line-height: 20px;
  }
}
.fea-pages .l-block h2 {
  font-size: 35px;
  line-height: 37px;
  color: #000;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: center;
}
@media (max-width: 1400px) {
  .fea-pages .l-block h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 992px) {
  .fea-pages .l-block h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
@media (max-width: 575px) {
  .fea-pages .l-block h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.fea-pages .l-block p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #000;
  margin: 0 0 50px;
  text-align: center;
}
@media (max-width: 575px) {
  .fea-pages .l-block p {
    text-align: left;
    margin: 0;
  }
}
.fea-pages .l-block .text-bar h2 {
  text-align: left;
  font-size: 30px;
  line-height: 32px;
  color: #272727;
  margin: 0 0 20px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .fea-pages .l-block .text-bar h2 {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 10px;
  }
}
.fea-pages .l-block .text-bar p {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #272727;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .fea-pages .l-block .text-bar p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 1200px) {
  .fea-pages .l-block .text-bar p {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 992px) {
  .fea-pages .l-block .img-hold img {
    width: 100%;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .fea-pages .l-block .img-hold img {
    margin: 10px 0 20px;
  }
}
.fea-pages .tr-area {
  padding: 5rem 0;
}
@media (max-width: 575px) {
  .fea-pages .tr-area {
    padding: 2rem 0;
  }
}
.fea-pages .tr-area .bl-area {
  padding: 6rem 3rem 3rem;
  background: #062D77;
  border-radius: 40px 40px;
}
@media (max-width: 1400px) {
  .fea-pages .tr-area .bl-area {
    padding: 4rem 3rem 3rem;
  }
}
@media (max-width: 575px) {
  .fea-pages .tr-area .bl-area {
    padding: 2rem 1rem;
    border-radius: 30px 30px;
  }
}
.fea-pages .tr-area .bl-area h2 {
  color: #fff;
  font-size: 35px;
  line-height: 37px;
  margin: 0 0 20px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .fea-pages .tr-area .bl-area h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .fea-pages .tr-area .bl-area h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.fea-pages .tr-area .bl-area ul {
  padding: 0 0 0 20px;
}
.fea-pages .tr-area .bl-area ul li {
  margin: 0 0 30px;
  position: relative;
}
.fea-pages .tr-area .bl-area ul li::before {
  position: absolute;
  top: 5px;
  left: -19px;
  right: auto;
  bottom: auto;
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100% 100%;
}
.fea-pages .tr-area .bl-area ul li:last-child {
  margin: 0;
}
.fea-pages .tr-area .bl-area ul li h2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 7px;
}
.fea-pages .tr-area .bl-area ul li p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
@media (max-width: 1200px) {
  .fea-pages .tr-area .bl-area ul li p {
    font-size: 16px;
    line-height: 25px;
  }
}
.fea-pages .tr-area .bl-area .b-area {
  text-align: center;
}
.fea-pages .tr-area .bl-area .b-area h3 {
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 20px;
}
@media (max-width: 575px) {
  .fea-pages .tr-area .bl-area .b-area h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.fea-pages .tr-area .bl-area .b-area .s-btn {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 30px;
  border-radius: 50px 50px;
  background: #00A25D;
}
.fea-pages .tr-area .bl-area .b-area .s-btn:hover {
  opacity: 0.9;
}
@media (max-width: 992px) {
  .fea-pages .tr-area .bl-area .img-hold {
    text-align: center;
  }
}

.dash-page .l-block .text-bar p {
  margin: 0 0 10px;
}
.dash-page .l-block .text-bar ul li {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #272727;
  margin: 0 0 10px;
  font-weight: 400;
}
.dash-page .l-block .text-bar ul li:last-child {
  margin: 0;
}
@media (max-width: 1400px) {
  .dash-page .l-block .text-bar ul li {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 1200px) {
  .dash-page .l-block .text-bar ul li {
    font-size: 16px;
    line-height: 23px;
  }
}

#videoModal {
  background: rgba(0, 0, 0, 0.61);
}
#videoModal .modal-dialog {
  max-width: 1200px;
}
@media (max-width: 575px) {
  #videoModal .modal-dialog {
    margin: 7rem 0 0;
  }
}
#videoModal .modal-dialog .modal-content {
  border: 0;
  background: none;
}
#videoModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
@media (max-width: 1200px) {
  #videoModal .modal-dialog .modal-content .modal-body {
    padding: 0 10px;
  }
}
#videoModal .modal-dialog .modal-content .modal-body .vido-block #model-video {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px;
}
#videoModal .modal-dialog .modal-content .modal-body .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  border-radius: 100% 100%;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1490196078);
  opacity: 1;
  border: 0;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding: 0;
  z-index: 99;
}
@media (max-width: 1200px) {
  #videoModal .modal-dialog .modal-content .modal-body .btn-close {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 14px;
    right: 20px;
  }
}

#header {
  padding: 15px 0;
  border-bottom: 1px solid #DADADA;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  background: #fff;
  transition: all 0.4s ease; /* smooth effect */
}
#header.sticky {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  background-color: #ffffff;
}
@media (max-width: 1400px) {
  #header {
    padding: 10px 0;
  }
}
#header .navbar-nav .nav-item {
  margin: 0 40px 0;
}
@media (max-width: 1400px) {
  #header .navbar-nav .nav-item {
    margin: 0 10px;
  }
}
@media (max-width: 992px) {
  #header .navbar-nav .nav-item {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #DADADA;
  }
  #header .navbar-nav .nav-item:last-child {
    border-bottom: 0;
  }
}
#header .navbar-nav .nav-item .nav-link {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding: 0;
}
@media (max-width: 992px) {
  #header .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#header .navbar-nav .nav-item .nav-link:after {
  display: none;
}
#header .navbar-nav .nav-item:last-child {
  margin: 0 0 0 20px;
}
@media (max-width: 992px) {
  #header .navbar-nav .nav-item:last-child {
    margin: 0;
  }
}
#header .navbar-nav .nav-item .mega-menu {
  display: none;
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 1400px) {
  #header .navbar-nav .nav-item .mega-menu {
    top: 57px;
  }
}
@media (max-width: 992px) {
  #header .navbar-nav .nav-item .mega-menu {
    top: 0;
    border-radius: 0;
    height: 100vh;
    overflow-y: auto;
  }
}
#header .navbar-nav .nav-item .mega-menu .nav-link {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #595959;
  padding: 15px 15px;
  text-align: left;
  border-radius: 5px 5px;
}
@media (max-width: 1400px) {
  #header .navbar-nav .nav-item .mega-menu .nav-link {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 1200px) {
  #header .navbar-nav .nav-item .mega-menu .nav-link {
    font-size: 15px;
    line-height: 17px;
  }
}
#header .navbar-nav .nav-item .mega-menu .nav-link.active {
  background: #F2FFF9;
  color: #000;
}
#header .navbar-nav .nav-item .mega-menu .alert {
  background: url(../images/banner07.png) no-repeat top center;
  border-radius: 10px 10px;
  background-size: 100%;
  padding: 25px 20px;
  margin: 0 0 30px;
}
@media (max-width: 1400px) {
  #header .navbar-nav .nav-item .mega-menu .alert {
    padding: 20px 20px;
  }
}
@media (max-width: 1200px) {
  #header .navbar-nav .nav-item .mega-menu .alert {
    padding: 15px 15px;
  }
}
@media (max-width: 992px) {
  #header .navbar-nav .nav-item .mega-menu .alert {
    margin: 0 0 15px;
  }
}
#header .navbar-nav .nav-item .mega-menu .alert h2 {
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 1400px) {
  #header .navbar-nav .nav-item .mega-menu .alert h2 {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (max-width: 1200px) {
  #header .navbar-nav .nav-item .mega-menu .alert h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 992px) {
  #header .navbar-nav .nav-item .mega-menu .alert h2 {
    font-size: 16px;
    line-height: 18px;
  }
}
#header .navbar-nav .nav-item .mega-menu .h-text {
  font-size: 24px;
  line-height: 26px;
  color: #000;
  font-weight: 700;
  margin: 0 0 25px;
}
@media (max-width: 1400px) {
  #header .navbar-nav .nav-item .mega-menu .h-text {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 992px) {
  #header .navbar-nav .nav-item .mega-menu .h-text {
    font-size: 15px;
    line-height: 17px;
    margin: 0 0 15px;
  }
}
#header .navbar-nav .nav-item .mega-menu .feature-list li {
  margin: 0 0 30px;
}
@media (max-width: 1400px) {
  #header .navbar-nav .nav-item .mega-menu .feature-list li {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  #header .navbar-nav .nav-item .mega-menu .feature-list li {
    margin: 0 0 12px;
  }
}
#header .navbar-nav .nav-item .mega-menu .feature-list li:last-child {
  margin: 0;
}
#header .navbar-nav .nav-item .mega-menu .feature-list li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  display: flex;
  align-items: center;
}
#header .navbar-nav .nav-item .mega-menu .feature-list li a:hover {
  color: #595959;
}
@media (max-width: 1400px) {
  #header .navbar-nav .nav-item .mega-menu .feature-list li a {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 992px) {
  #header .navbar-nav .nav-item .mega-menu .feature-list li a {
    font-size: 14px;
    line-height: 16px;
  }
}
#header .navbar-nav .nav-item .mega-menu .feature-list li a img {
  padding: 10px 10px;
  border: 1px solid #DADADA;
  border-radius: 5px 5px;
  margin: 0 20px 0 0;
}
@media (max-width: 992px) {
  #header .navbar-nav .nav-item .mega-menu .feature-list li a img {
    width: 25px;
    height: 25px;
    padding: 5px 5px;
    margin: 0 10px 0 0;
  }
}
#header .navbar-nav .nav-item .mega-menu .mg-img {
  width: 330px;
  height: 300px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  #header .navbar-nav .nav-item .mega-menu .mg-img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 992px) {
  #header .navbar-nav .nav-item .mega-menu .mg-img {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  #header .navbar-nav .nav-item .mega-menu .mg-img {
    margin: 15px 0 0;
    width: 250px;
    height: 250px;
  }
}
#header .navbar-nav .nav-item .mega-menu .mg-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px;
}
@media (max-width: 767px) {
  #header .navbar-nav .nav-item .mega-menu .mg-img img {
    border-radius: 5px 5px;
  }
}
#header .navbar-nav .accordion {
  margin: 25px 0 0;
}
#header .navbar-nav .accordion .accordion-item .accordion-header .accordion-button {
  padding: 15px 0;
  font-size: 15px;
  line-height: 17px;
  color: #000;
  font-weight: 500;
}
#header .navbar-nav .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
#header .navbar-nav .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
}
#header .navbar-nav .accordion .accordion-body {
  padding: 0 0 20px;
}
#header .btn-barr {
  display: flex;
  align-items: center;
}
#header .btn-barr .r-btn {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  background: #00A25D;
  padding: 12px 25px;
  font-weight: 500;
  border-radius: 50px 50px;
  margin: 0 20px 0 0;
}
@media (max-width: 575px) {
  #header .btn-barr .r-btn {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }
}
#header .btn-barr .r-btn:hover {
  background: rgba(0, 162, 93, 0.8);
}
#header .btn-barr .r-btn:focus {
  background: rgba(0, 162, 93, 0.8);
}
#header .navbar-toggler {
  padding: 0;
  display: flex;
  align-items: center;
  border: 0;
}
#header .navbar-toggler:focus {
  box-shadow: none;
}
#header .navbar-toggler #navicon {
  position: relative;
  width: 25px;
  height: 25px;
  padding: 0;
  border-radius: 5px;
  top: -4px;
}
#header .navbar-toggler #navicon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  right: 0;
}
#header .navbar-toggler #navicon span:first-child {
  top: 9px;
}
#header .navbar-toggler #navicon span:last-child {
  top: 21px;
  width: 65%;
}
#header .navbar-toggler #navicon span:nth-child(2) {
  top: 15px;
}
#header .navbar-toggler #navicon.open span:first-child {
  transform: rotate(135deg);
  top: 15px;
}
#header .navbar-toggler #navicon.open span:nth-child(2) {
  opacity: 0;
}
#header .navbar-toggler #navicon.open span:last-child {
  transform: rotate(-135deg);
  top: 15px;
  width: 100%;
}
@media (max-width: 575px) {
  #header .navbar-brand img {
    width: 150px;
  }
}
#header .btn-bar {
  margin: 0 0 0 20px;
}
@media (max-width: 992px) {
  #header .btn-bar {
    margin: 0;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    background: #fff;
  }
}
#header .btn-bar ul {
  display: flex;
  align-items: center;
}
#header .btn-bar ul li {
  margin: 0 15px 0 0;
}
#header .btn-bar ul li .l-btn {
  font-size: 16px;
  line-height: 14px;
  color: #000;
  border: 0;
  padding: 10px 10px;
  border-radius: 5px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  background: none;
}
#header .btn-bar ul li .l-btn img {
  margin: 0 7px 0 0;
}
@media (max-width: 575px) {
  #header .btn-bar ul li .l-btn {
    padding: 12px 10px;
    font-size: 12px;
    line-height: 14px;
  }
}
#header .btn-bar ul li .r-btn {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  border: 0;
  padding: 12px 20px;
  border-radius: 50px 50px;
  text-transform: capitalize;
  background: #00A25D;
}
@media (max-width: 575px) {
  #header .btn-bar ul li .r-btn {
    padding: 12px 10px;
    font-size: 12px;
    line-height: 14px;
  }
}
#header .btn-bar ul li .r-btn:hover {
  background: rgba(0, 162, 93, 0.8);
}
#header .btn-bar ul li .con-btn {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  border: 0;
  padding: 12px 20px;
  border-radius: 50px 50px;
  text-transform: capitalize;
  background: #fff;
  border: 1px solid #00A25D;
  font-weight: 600;
}
#header .btn-bar ul li .con-btn:hover {
  background: #212728;
  color: #fff;
}
@media (max-width: 575px) {
  #header .btn-bar ul li .con-btn {
    padding: 12px 10px;
    font-size: 12px;
    line-height: 14px;
  }
}
#header .btn-bar ul li .p-btn {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  border: 0;
  padding: 12px 20px;
  border-radius: 5px;
  text-transform: capitalize;
  background: #00A25D;
}
#header .btn-bar ul li:last-child {
  margin: 0;
}
@media (max-width: 992px) {
  #header .navbar-collapse {
    height: 100vh;
    border-top: 5px solid #DADADA;
    margin: 10px 0 0;
  }
  #header .navbar-collapse .navbar-nav {
    padding: 20px 0 0;
  }
}

.nav-item.mega-dropdown {
  position: static;
}

.mega-menu .mega-close {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1010;
}

#header nav.d-lg-none .mega-menu .mg-img {
  display: none;
}

#header.sticky .navbar {
  transition: all 0.3s ease;
}

body.menu-open {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
body.menu-open::before {
  display: block;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}

.testi-slider .slick-slide {
  margin: 0 20px 0 0;
}
.testi-slider .slick-slide:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .testi-slider .slick-slide {
    margin: 0;
  }
}
.testi-slider .s-hold {
  text-align: center;
  padding: 40px 30px;
  border-radius: 10px;
  background: #F2F7FF;
  min-height: 347.76px;
}
.testi-slider .s-hold img {
  margin: 0 auto 20px;
}
.testi-slider .s-hold p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 30px;
}
.testi-slider .s-hold h3 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}
.testi-slider .s-hold h4 {
  color: #808080;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.app-cata .rec-slider {
  margin: 0 0 40px;
}
.app-cata .rec-slider .slick-slide {
  padding: 0;
  border-radius: 8px;
  margin: 0 10px 0 0;
  border: 1px solid #CACACA;
}
@media (max-width: 575px) {
  .app-cata .rec-slider .slick-slide {
    margin: 0 5px;
  }
}
.app-cata .rec-slider .slick-slide .img-hold {
  border-radius: 10px;
  position: relative;
  margin: 0;
}
.app-cata .rec-slider .slick-slide .img-hold img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.app-cata .rec-slider .slick-slide .text-hold {
  padding: 10px 10px;
}
.app-cata .rec-slider .slick-slide .text-hold h2 {
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  margin: 0 0 10px;
  text-align: left;
}
@media (max-width: 575px) {
  .app-cata .rec-slider .slick-slide .text-hold h2 {
    font-size: 11px;
    line-height: 13px;
  }
}
.app-cata .rec-slider .slick-slide .text-hold p {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.08px;
  font-weight: 400;
  color: rgb(83, 83, 83);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  text-align: left;
}
@media (max-width: 575px) {
  .app-cata .rec-slider .slick-slide .text-hold p {
    font-size: 10px;
    line-height: 12px;
  }
}
.app-cata .rec-slider .slick-slide .text-hold p i {
  color: rgb(0, 162, 93);
  font-size: 16px;
  line-height: 20px;
  margin: 0 3px 0 0;
}
@media (max-width: 575px) {
  .app-cata .rec-slider .slick-slide .text-hold p i {
    font-size: 10px;
    line-height: 12px;
  }
}
.app-cata .rec-slider .slick-slide .botm-area {
  border-top: 1px solid rgb(202, 202, 202);
  margin: 10px 0 0;
  padding: 10px 0 0;
}
.app-cata .rec-slider .slick-slide .botm-area .rate-img .star-rating {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}
.app-cata .rec-slider .slick-slide .botm-area .rate-img .star-rating h2 {
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  margin: 0 10px 0 0;
}
@media (max-width: 575px) {
  .app-cata .rec-slider .slick-slide .botm-area .rate-img .star-rating h2 {
    font-size: 12px;
    line-height: 14px;
  }
}
.app-cata .rec-slider .slick-slide .botm-area .rate-img .star-rating .fa-star {
  color: #000;
}
@media (max-width: 575px) {
  .app-cata .rec-slider .slick-slide .botm-area .rate-img .star-rating .fa-star {
    font-size: 10px;
    line-height: 12px;
  }
}
.app-cata .rec-slider .slick-slide .botm-area .rate-img .star-rating .fa-star.active {
  color: #ff9800;
}
.app-cata .rec-slider .slick-slide .botm-area .rate-img .star-rating .fa-star-half-alt {
  color: #000;
}
@media (max-width: 575px) {
  .app-cata .rec-slider .slick-slide .botm-area .rate-img .star-rating .fa-star-half-alt {
    font-size: 10px;
    line-height: 12px;
  }
}
.app-cata .rec-slider .slick-slide .botm-area .rate-img .star-rating .fa-star-half-alt.active {
  color: #ff9800;
}
.app-cata .rec-slider .slick-slide .botm-area .rate-img h3 {
  color: #062D77;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  text-align: left;
}
@media (max-width: 575px) {
  .app-cata .rec-slider .slick-slide .botm-area .rate-img h3 {
    font-size: 12px;
    line-height: 14px;
  }
}
.app-cata .rec-slider .slick-prev {
  background: url(../images/icon10.png);
  background-size: 100%;
  width: 40px;
  height: 40px;
  left: -52px;
  top: 42%;
}
.app-cata .rec-slider .slick-prev::before {
  display: none;
}
@media (max-width: 1280px) {
  .app-cata .rec-slider .slick-prev {
    left: -20px;
    z-index: 9;
  }
}
@media (max-width: 575px) {
  .app-cata .rec-slider .slick-prev {
    left: 10px;
    z-index: 1;
  }
}
@media (max-width: 400px) {
  .app-cata .rec-slider .slick-prev {
    left: -16px;
  }
}
.app-cata .rec-slider .slick-next {
  background: url(../images/icon11.png);
  background-size: 100%;
  width: 40px;
  height: 40px;
  right: -50px;
  top: 40%;
}
.app-cata .rec-slider .slick-next::before {
  display: none;
}
@media (max-width: 1280px) {
  .app-cata .rec-slider .slick-next {
    right: -8px;
    z-index: 9;
  }
}
@media (max-width: 575px) {
  .app-cata .rec-slider .slick-next {
    right: 10px;
    z-index: 1;
  }
}
@media (max-width: 400px) {
  .app-cata .rec-slider .slick-next {
    right: -18px;
  }
}

.ser-area {
  padding: 4rem 0;
}
.ser-area h2 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
  margin: 0 0 40px;
}
.ser-area .n-slider .slick-slide {
  text-align: center;
  margin: 0 10px 0 0;
}
.ser-area .n-slider .slick-slide a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  display: block;
  padding: 15px 15px;
  border-radius: 10px;
  border: 1px solid #00A25D;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4.5px);
}
@media (max-width: 767px) {
  .ser-area .n-slider .slick-slide a {
    font-size: 12px;
    line-height: 14px;
  }
}
.ser-area .n-slider .slick-slide a .img-hold {
  min-height: 65px;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ser-area .n-slider .slick-slide a .img-hold img {
  margin: 0 auto;
  width: 60px;
}
@media (max-width: 767px) {
  .ser-area .n-slider .slick-slide a .img-hold img {
    min-height: 50px;
  }
}
.ser-area .n-slider .slick-prev, .ser-area .n-slider .slick-next {
  z-index: 9;
}
.ser-area .n-slider .slick-prev::before, .ser-area .n-slider .slick-next::before {
  display: none;
}
.ser-area .n-slider .slick-next {
  background: url(../images/icon11.png);
  background-size: 100%;
  width: 50px;
  height: 50px;
}
.ser-area .n-slider .slick-prev {
  background: url(../images/icon10.png);
  background-size: 100%;
  width: 50px;
  height: 50px;
}

.ts-slider {
  padding: 35px 0 0;
  margin: 0;
}
.ts-slider .slick-slide .img-hold {
  text-align: center;
  display: flex !important;
  justify-content: center;
  background: #EBEFF9;
  border-radius: 15px 15px;
  padding: 15px 15px;
  min-height: 465px;
  max-height: 465px;
}
@media (max-width: 1280px) {
  .ts-slider .slick-slide .img-hold {
    min-height: inherit;
    max-height: inherit;
  }
}
.ts-slider .slick-dots {
  bottom: auto;
  top: -10px;
}
@media (max-width: 992px) {
  .ts-slider .slick-dots {
    top: auto;
    bottom: -30px;
  }
}
.ts-slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 7px 0 0;
}
.ts-slider .slick-dots li:last-child {
  margin: 0;
}
.ts-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #EBEFF9;
  border-radius: 100% 100%;
}
.ts-slider .slick-dots li button::before {
  display: none;
}
.ts-slider .slick-dots li.slick-active button {
  background: rgb(0, 162, 93);
}

.test-slider .slick-slide {
  margin: 0px;
  transform: scale(0.9);
}
.test-slider .slick-slide.slick-current {
  transform: scale(1);
}
.test-slider .slick-slide.slick-current .box {
  border: 1px solid #00A25D;
  transform: scale(1);
}
.test-slider .slick-slide.slick-current .box p {
  color: #000;
}
.test-slider .slick-slide.slick-current .box h3 {
  color: #000;
}

.banner-slider {
  display: flex;
  flex-wrap: wrap;
}
.banner-slider .slider-nav {
  width: 100%;
  max-width: 30%;
  padding: 0 4rem 0 0;
}
.banner-slider .slider-nav .slick-slide.slick-current .txt-bar {
  border-radius: 0;
}
.banner-slider .slider-nav .slick-slide.slick-current .txt-bar p {
  background: #EDFFF7;
  position: relative;
}
.banner-slider .slider-nav .slick-slide.slick-current .txt-bar p::before {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 3px;
  height: 100%;
  background: #00A25D;
  content: "";
}
.banner-slider .slider-nav .slick-slide .txt-bar {
  border: 1px solid #D0D0D0;
  margin: 0 20px 15px 0;
  border-radius: 3px 3px;
}
.banner-slider .slider-nav .slick-slide .txt-bar p {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  padding: 20px 20px;
  cursor: pointer;
}
.banner-slider .slider-for {
  width: 100%;
  max-width: 70%;
}
.banner-slider .slider-for .slick-dots {
  z-index: 1;
  bottom: auto;
  top: -45px;
}
.banner-slider .slider-for .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
}
.banner-slider .slider-for .slick-dots li.slick-active {
  width: 20px;
}
.banner-slider .slider-for .slick-dots li.slick-active button {
  background: #00A25D;
  border-radius: 15px;
}
.banner-slider .slider-for .slick-dots li:last-child {
  margin: 0;
}
.banner-slider .slider-for .slick-dots li button {
  background: #B7B7B7;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.banner-slider .slider-for .slick-dots li button::before {
  display: none;
}
.banner-slider .slider-for .slider-image {
  background: #EBEFF9;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  border-radius: 20px 20px;
}
.banner-slider .slider-for .slider-image img {
  margin: 0 auto;
}

.tab-slider {
  padding: 4rem 0;
  background: url(../images/banner07.png) no-repeat top center;
  background-size: cover;
}
@media (max-width: 575px) {
  .tab-slider {
    padding: 2rem 0;
  }
}
.tab-slider h3 {
  font-size: 22px;
  line-height: 24px;
  color: #FFB800;
  margin: 0 0 20px;
  text-align: center;
  font-weight: 600;
}
.tab-slider h2 {
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 40px;
  text-align: center;
}
@media (max-width: 1400px) {
  .tab-slider h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .tab-slider h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 370px) {
  .tab-slider h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
.tab-slider .tab-slid .slider-nav .tumb-box {
  background: #F9FAFB;
  text-align: center;
  padding: 20px 20px;
  box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.07) inset;
  cursor: pointer;
}
@media (max-width: 767px) {
  .tab-slider .tab-slid .slider-nav .tumb-box {
    padding: 15px 15px;
  }
}
@media (max-width: 575px) {
  .tab-slider .tab-slid .slider-nav .tumb-box {
    padding: 15px 10px;
  }
}
.tab-slider .tab-slid .slider-nav .tumb-box.fir {
  border-radius: 12px 0 0 0;
}
.tab-slider .tab-slid .slider-nav .tumb-box.last {
  border-radius: 0 12px 0 0;
}
.tab-slider .tab-slid .slider-nav .tumb-box .img-hold {
  height: 38px;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .tab-slider .tab-slid .slider-nav .tumb-box .img-hold {
    height: 30px;
    margin: 0;
  }
}
.tab-slider .tab-slid .slider-nav .tumb-box .img-hold.stock svg {
  stroke: #777;
}
@media (max-width: 1400px) {
  .tab-slider .tab-slid .slider-nav .tumb-box .img-hold.stock svg {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .tab-slider .tab-slid .slider-nav .tumb-box .img-hold.stock svg {
    width: 15px;
  }
}
.tab-slider .tab-slid .slider-nav .tumb-box .img-hold svg {
  fill: #777777;
}
@media (max-width: 1400px) {
  .tab-slider .tab-slid .slider-nav .tumb-box .img-hold svg {
    width: 25px;
  }
}
@media (max-width: 767px) {
  .tab-slider .tab-slid .slider-nav .tumb-box .img-hold svg {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .tab-slider .tab-slid .slider-nav .tumb-box .t-hold {
    display: none;
  }
}
.tab-slider .tab-slid .slider-nav .tumb-box .t-hold p {
  color: #777777;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .tab-slider .tab-slid .slider-nav .tumb-box .t-hold p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .tab-slider .tab-slid .slider-nav .tumb-box .t-hold p {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .tab-slider .tab-slid .slider-nav .slick-current {
    width: 32% !important;
  }
}
.tab-slider .tab-slid .slider-nav .slick-current .tumb-box {
  padding: 35px 20px 20px;
  border-radius: 12px 12px 0 0;
  background: #fff;
  box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .tab-slider .tab-slid .slider-nav .slick-current .tumb-box {
    padding: 30px 15px 20px;
  }
}
@media (max-width: 767px) {
  .tab-slider .tab-slid .slider-nav .slick-current .tumb-box {
    padding: 10px 10px 10px;
  }
}
.tab-slider .tab-slid .slider-nav .slick-current .tumb-box .img-hold {
  height: 38px;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .tab-slider .tab-slid .slider-nav .slick-current .tumb-box .img-hold {
    margin: 0 0 7px;
    height: 30px;
  }
}
.tab-slider .tab-slid .slider-nav .slick-current .tumb-box .img-hold.stock svg {
  stroke: #000;
}
.tab-slider .tab-slid .slider-nav .slick-current .tumb-box .img-hold svg {
  fill: #000;
}
@media (max-width: 767px) {
  .tab-slider .tab-slid .slider-nav .slick-current .tumb-box .t-hold {
    display: block;
  }
}
.tab-slider .tab-slid .slider-nav .slick-current .tumb-box .t-hold p {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .tab-slider .tab-slid .slider-nav .slick-current .tumb-box .t-hold p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .tab-slider .tab-slid .slider-nav .slick-current .tumb-box .t-hold p {
    font-size: 10px;
    line-height: 12px;
  }
}
.tab-slider .tab-slid .slider-nav .slick-track {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .tab-slider .tab-slid .slider-nav .slick-track {
    transform: inherit !important;
  }
}
.tab-slider .tab-slid .slider-for {
  background: #fff;
  padding: 40px 40px 30px;
  border-radius: 0 0 12px 12px;
}
@media (max-width: 575px) {
  .tab-slider .tab-slid .slider-for {
    padding: 20px 20px 20px;
  }
}
@media (max-width: 992px) {
  .tab-slider .tab-slid .slider-for .d-box .t-bar {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .tab-slider .tab-slid .slider-for .d-box .t-bar {
    margin: 0;
  }
}
.tab-slider .tab-slid .slider-for .d-box .t-bar h2 {
  text-align: left;
  color: #000;
  font-size: 32px;
  line-height: 34px;
  margin: 0 0 20px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .tab-slider .tab-slid .slider-for .d-box .t-bar h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 1200px) {
  .tab-slider .tab-slid .slider-for .d-box .t-bar h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
@media (max-width: 575px) {
  .tab-slider .tab-slid .slider-for .d-box .t-bar h2 br {
    display: none;
  }
}
@media (max-width: 370px) {
  .tab-slider .tab-slid .slider-for .d-box .t-bar h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
.tab-slider .tab-slid .slider-for .d-box .t-bar p {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  margin: 0 0 25px;
}
@media (max-width: 1200px) {
  .tab-slider .tab-slid .slider-for .d-box .t-bar p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .tab-slider .tab-slid .slider-for .d-box .t-bar p {
    font-size: 20px;
    line-height: 25px;
  }
  .tab-slider .tab-slid .slider-for .d-box .t-bar p br {
    display: none;
  }
}
@media (max-width: 370px) {
  .tab-slider .tab-slid .slider-for .d-box .t-bar p {
    font-size: 16px;
    line-height: 20px;
  }
}
.tab-slider .tab-slid .slider-for .d-box .t-bar ul {
  margin: 0 0 30px;
}
.tab-slider .tab-slid .slider-for .d-box .t-bar ul li {
  margin: 0 0 25px;
}
@media (max-width: 1400px) {
  .tab-slider .tab-slid .slider-for .d-box .t-bar ul li {
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .tab-slider .tab-slid .slider-for .d-box .t-bar ul li {
    margin: 0 0 10px;
  }
}
.tab-slider .tab-slid .slider-for .d-box .t-bar ul li:last-child {
  margin: 0;
}
.tab-slider .tab-slid .slider-for .d-box .t-bar ul li p {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  margin: 0;
}
@media (max-width: 1400px) {
  .tab-slider .tab-slid .slider-for .d-box .t-bar ul li p {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 370px) {
  .tab-slider .tab-slid .slider-for .d-box .t-bar ul li p {
    font-size: 16px;
    line-height: 18px;
  }
}
.tab-slider .tab-slid .slider-for .d-box .t-bar ul li p img {
  margin: 0 7px 0 0;
}
.tab-slider .tab-slid .slider-for .d-box .t-bar .vd-btn {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 30px;
  border-radius: 50px;
  background: #00A25D;
}
.tab-slider .tab-slid .slider-for .d-box .t-bar .vd-btn:hover {
  opacity: 0.8;
}
@media (max-width: 370px) {
  .tab-slider .tab-slid .slider-for .d-box .t-bar .vd-btn {
    font-size: 16px;
    line-height: 18px;
  }
}
.tab-slider .tab-slid .slider-for .d-box .t-bar h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  margin: 0 0 15px;
  text-align: left;
}
@media (max-width: 370px) {
  .tab-slider .tab-slid .slider-for .d-box .t-bar h3 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .tab-slider .tab-slid .slider-for .d-box .img-hold {
    margin: 0 0 25px;
  }
}
.tab-slider .tab-slid .slider-for .d-box .img-hold img {
  border: 1px solid rgb(197, 197, 197);
  border-radius: 20px 20px;
}

.pb-slider::before {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -21%;
  content: "";
  background: #09005D;
  z-index: 9;
  width: 290px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50px;
}
@media (max-width: 1200px) {
  .pb-slider::before {
    bottom: -20.5%;
  }
}
@media (max-width: 992px) {
  .pb-slider::before {
    bottom: -19.7%;
    width: 230px;
    height: 40px;
  }
}
.pb-slider .slick-slide {
  padding: 0 5px;
}
.pb-slider .slick-slide .img-hold {
  margin: 0 0 15px;
}
.pb-slider .slick-slide .img-hold img {
  width: 100%;
}
.pb-slider .slick-slide .text-hold {
  border-left: 3px solid #A020F0;
}
.pb-slider .slick-slide .text-hold b {
  font-weight: 700 !important;
}
.pb-slider .slick-slide .text-hold p {
  text-align: left;
  padding: 0 20px;
  margin: 0;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  font-weight: 300;
}
@media (max-width: 1400px) {
  .pb-slider .slick-slide .text-hold p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .pb-slider .slick-slide .text-hold p {
    font-size: 15px;
    line-height: 20px;
  }
}
.pb-slider .slick-dots {
  bottom: -100px;
  z-index: 9;
}
@media (max-width: 1400px) {
  .pb-slider .slick-dots {
    bottom: -90px;
  }
}
@media (max-width: 1200px) {
  .pb-slider .slick-dots {
    bottom: -82px;
  }
}
@media (max-width: 992px) {
  .pb-slider .slick-dots {
    bottom: -95px;
  }
}
@media (max-width: 767px) {
  .pb-slider .slick-dots {
    bottom: -82px;
  }
}
@media (max-width: 575px) {
  .pb-slider .slick-dots {
    bottom: -66px;
  }
}
.pb-slider .slick-dots li {
  width: auto;
  height: auto;
}
.pb-slider .slick-dots li.slick-active button {
  background: #FFFFFF;
}
.pb-slider .slick-dots li button {
  padding: 0;
  width: 40px;
  height: 4px;
  background: #969696;
  border-radius: 5px 5px;
}
@media (max-width: 1400px) {
  .pb-slider .slick-dots li button {
    width: 35px;
  }
}
.pb-slider .slick-dots li button::before {
  display: none;
}
.pb-slider .slick-next::before, .pb-slider .slick-prev::before {
  display: none;
}
.pb-slider .slick-prev {
  background: url(../images/pb-005.png) no-repeat;
  z-index: 99;
  background-size: 100%;
  width: 40px;
  height: 40px;
  left: 39%;
  bottom: -23.7%;
  top: auto;
}
@media (max-width: 1400px) {
  .pb-slider .slick-prev {
    left: 37.5%;
  }
}
@media (max-width: 1200px) {
  .pb-slider .slick-prev {
    left: 35%;
  }
}
.pb-slider .slick-prev:hover {
  background: url(../images/pb-005.png) no-repeat;
  background-size: 100%;
}
.pb-slider .slick-prev:focus {
  background: url(../images/pb-005.png) no-repeat;
  background-size: 100%;
}
.pb-slider .slick-next {
  background: url(../images/pb-006.png) no-repeat;
  z-index: 99;
  background-size: 100%;
  width: 40px;
  height: 40px;
  right: 39%;
  bottom: -23.6%;
  top: auto;
}
@media (max-width: 1400px) {
  .pb-slider .slick-next {
    right: 37.5%;
  }
}
@media (max-width: 1200px) {
  .pb-slider .slick-next {
    right: 35%;
  }
}
.pb-slider .slick-next:hover {
  background: url(../images/pb-006.png) no-repeat;
  background-size: 100%;
}
.pb-slider .slick-next:focus {
  background: url(../images/pb-006.png) no-repeat;
  background-size: 100%;
}

.em-slider::before {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -21%;
  content: "";
  z-index: 9;
  width: 290px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50px;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.1019607843);
}
@media (max-width: 1200px) {
  .em-slider::before {
    bottom: -20.5%;
  }
}
@media (max-width: 992px) {
  .em-slider::before {
    bottom: -19.5%;
    width: 230px;
    height: 40px;
  }
}
.em-slider .slick-slide {
  padding: 0 5px;
}
.em-slider .slick-slide .img-hold {
  margin: 0 0 15px;
}
.em-slider .slick-slide .img-hold img {
  width: 100%;
}
.em-slider .slick-slide .text-hold {
  border-left: 3px solid #FFDD21;
}
.em-slider .slick-slide .text-hold b {
  font-weight: 700 !important;
}
.em-slider .slick-slide .text-hold p {
  text-align: left;
  padding: 0 20px;
  margin: 0;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  font-weight: 300;
}
@media (max-width: 1400px) {
  .em-slider .slick-slide .text-hold p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .em-slider .slick-slide .text-hold p {
    font-size: 16px;
    line-height: 20px;
  }
}
.em-slider .slick-dots {
  bottom: -105px;
  z-index: 9;
}
@media (max-width: 1400px) {
  .em-slider .slick-dots {
    bottom: -90px;
  }
}
@media (max-width: 1200px) {
  .em-slider .slick-dots {
    bottom: -82px;
  }
}
@media (max-width: 992px) {
  .em-slider .slick-dots {
    bottom: -99px;
  }
}
@media (max-width: 767px) {
  .em-slider .slick-dots {
    bottom: -88px;
  }
}
@media (max-width: 575px) {
  .em-slider .slick-dots {
    bottom: -69px;
  }
}
.em-slider .slick-dots li {
  width: auto;
  height: auto;
}
.em-slider .slick-dots li.slick-active button {
  background: #FFFFFF;
}
.em-slider .slick-dots li button {
  padding: 0;
  width: 40px;
  height: 4px;
  background: #969696;
  border-radius: 5px 5px;
}
@media (max-width: 1400px) {
  .em-slider .slick-dots li button {
    width: 35px;
  }
}
.em-slider .slick-dots li button::before {
  display: none;
}
.em-slider .slick-next::before, .em-slider .slick-prev::before {
  display: none;
}
.em-slider .slick-prev {
  background: url(../images/pb-005.png) no-repeat;
  z-index: 99;
  background-size: 100%;
  width: 40px;
  height: 40px;
  left: 39%;
  bottom: -23.7%;
  top: auto;
}
@media (max-width: 1400px) {
  .em-slider .slick-prev {
    left: 37.5%;
  }
}
@media (max-width: 1200px) {
  .em-slider .slick-prev {
    left: 35%;
  }
}
.em-slider .slick-prev:hover {
  background: url(../images/pb-005.png) no-repeat;
  background-size: 100%;
}
.em-slider .slick-prev:focus {
  background: url(../images/pb-005.png) no-repeat;
  background-size: 100%;
}
.em-slider .slick-next {
  background: url(../images/pb-006.png) no-repeat;
  z-index: 99;
  background-size: 100%;
  width: 40px;
  height: 40px;
  right: 39%;
  bottom: -23.6%;
  top: auto;
}
@media (max-width: 1400px) {
  .em-slider .slick-next {
    right: 37.5%;
  }
}
@media (max-width: 1200px) {
  .em-slider .slick-next {
    right: 35%;
  }
}
.em-slider .slick-next:hover {
  background: url(../images/pb-006.png) no-repeat;
  background-size: 100%;
}
.em-slider .slick-next:focus {
  background: url(../images/pb-006.png) no-repeat;
  background-size: 100%;
}

.app-page .em-slider:before {
  bottom: -20.7%;
}
.app-page .em-slider .slick-dots {
  bottom: -99px;
}
@media (max-width: 1400px) {
  .app-page .em-slider .slick-dots {
    bottom: -85px;
  }
}
@media (max-width: 1200px) {
  .app-page .em-slider .slick-dots {
    bottom: -78px;
  }
}
@media (max-width: 992px) {
  .app-page .em-slider .slick-dots {
    bottom: -100px;
  }
}
@media (max-width: 767px) {
  .app-page .em-slider .slick-dots {
    bottom: -88px;
  }
}
@media (max-width: 575px) {
  .app-page .em-slider .slick-dots {
    bottom: -70px;
  }
}

.inv-bill-page .em-slider:before {
  bottom: -21%;
}
.inv-bill-page .em-slider .slick-dots {
  bottom: -99px;
}
@media (max-width: 1400px) {
  .inv-bill-page .em-slider .slick-dots {
    bottom: -85px;
  }
}
@media (max-width: 1200px) {
  .inv-bill-page .em-slider .slick-dots {
    bottom: -82px;
  }
}
@media (max-width: 992px) {
  .inv-bill-page .em-slider .slick-dots {
    bottom: -100px;
  }
}
@media (max-width: 767px) {
  .inv-bill-page .em-slider .slick-dots {
    bottom: -88px;
  }
}
@media (max-width: 575px) {
  .inv-bill-page .em-slider .slick-dots {
    bottom: -74px;
  }
}

.client-page .em-slider:before {
  bottom: -21%;
}
@media (max-width: 1200px) {
  .client-page .em-slider:before {
    bottom: -20.5%;
  }
}
.client-page .em-slider .slick-dots {
  bottom: -92px;
}
@media (max-width: 1400px) {
  .client-page .em-slider .slick-dots {
    bottom: -85px;
  }
}
@media (max-width: 1200px) {
  .client-page .em-slider .slick-dots {
    bottom: -77px;
  }
}
@media (max-width: 992px) {
  .client-page .em-slider .slick-dots {
    bottom: -100px;
  }
}
@media (max-width: 767px) {
  .client-page .em-slider .slick-dots {
    bottom: -82px;
  }
}
@media (max-width: 575px) {
  .client-page .em-slider .slick-dots {
    bottom: -69px;
  }
}

.esign-page .em-slider:before {
  bottom: -21%;
}
@media (max-width: 1200px) {
  .esign-page .em-slider:before {
    bottom: -20.8%;
  }
}
.esign-page .em-slider .slick-dots {
  bottom: -92px;
}
@media (max-width: 1400px) {
  .esign-page .em-slider .slick-dots {
    bottom: -82px;
  }
}
@media (max-width: 1200px) {
  .esign-page .em-slider .slick-dots {
    bottom: -77px;
  }
}
@media (max-width: 992px) {
  .esign-page .em-slider .slick-dots {
    bottom: -96px;
  }
}
@media (max-width: 767px) {
  .esign-page .em-slider .slick-dots {
    bottom: -84px;
  }
}
@media (max-width: 575px) {
  .esign-page .em-slider .slick-dots {
    bottom: -70px;
  }
}

.pdf-page .em-slider:before {
  bottom: -21%;
}
@media (max-width: 1200px) {
  .pdf-page .em-slider:before {
    bottom: -20.4%;
  }
}
.pdf-page .em-slider .slick-dots {
  bottom: -98px;
}
@media (max-width: 1400px) {
  .pdf-page .em-slider .slick-dots {
    bottom: -84px;
  }
}
@media (max-width: 1200px) {
  .pdf-page .em-slider .slick-dots {
    bottom: -77px;
  }
}
@media (max-width: 992px) {
  .pdf-page .em-slider .slick-dots {
    bottom: -99px;
  }
}
@media (max-width: 767px) {
  .pdf-page .em-slider .slick-dots {
    bottom: -85px;
  }
}
@media (max-width: 575px) {
  .pdf-page .em-slider .slick-dots {
    bottom: -70px;
  }
}

.cus-page .em-slider:before {
  bottom: -21%;
}
@media (max-width: 1200px) {
  .cus-page .em-slider:before {
    bottom: -21%;
  }
}
.cus-page .em-slider .slick-dots {
  bottom: -112px;
}
@media (max-width: 1400px) {
  .cus-page .em-slider .slick-dots {
    bottom: -98px;
  }
}
@media (max-width: 1200px) {
  .cus-page .em-slider .slick-dots {
    bottom: -102px;
  }
}
@media (max-width: 992px) {
  .cus-page .em-slider .slick-dots {
    bottom: -110px;
  }
}
@media (max-width: 767px) {
  .cus-page .em-slider .slick-dots {
    bottom: -102px;
  }
}
@media (max-width: 575px) {
  .cus-page .em-slider .slick-dots {
    bottom: -90px;
  }
}

.doc-page .pb-slider::before {
  bottom: -20.5%;
}
.doc-page .pb-slider .slick-dots {
  bottom: -77px;
}
.doc-page .em-slider:before {
  bottom: -20.5%;
}
@media (max-width: 1400px) {
  .doc-page .em-slider:before {
    bottom: -20.2%;
  }
}
@media (max-width: 1200px) {
  .doc-page .em-slider:before {
    bottom: -19.8%;
  }
}
.doc-page .em-slider .slick-dots {
  bottom: -80px;
}
@media (max-width: 1400px) {
  .doc-page .em-slider .slick-dots {
    bottom: -68px;
  }
}
@media (max-width: 1200px) {
  .doc-page .em-slider .slick-dots {
    bottom: -54px;
  }
}
@media (max-width: 992px) {
  .doc-page .em-slider .slick-dots {
    bottom: -82px;
  }
}
@media (max-width: 767px) {
  .doc-page .em-slider .slick-dots {
    bottom: -67px;
  }
}
@media (max-width: 575px) {
  .doc-page .em-slider .slick-dots {
    bottom: -48px;
  }
}

@media (max-width: 1200px) {
  .fb-page .em-slider:before {
    bottom: -20.8%;
  }
}
.fb-page .em-slider .slick-dots {
  bottom: -98px;
}
@media (max-width: 1400px) {
  .fb-page .em-slider .slick-dots {
    bottom: -88px;
  }
}
@media (max-width: 1200px) {
  .fb-page .em-slider .slick-dots {
    bottom: -80px;
  }
}
@media (max-width: 992px) {
  .fb-page .em-slider .slick-dots {
    bottom: -100px;
  }
}
@media (max-width: 767px) {
  .fb-page .em-slider .slick-dots {
    bottom: -85px;
  }
}
@media (max-width: 575px) {
  .fb-page .em-slider .slick-dots {
    bottom: -74px;
  }
}

.dash-page .pb-slider::before {
  bottom: -13%;
}
.dash-page .pb-slider .slick-prev {
  bottom: -15%;
}
.dash-page .pb-slider .slick-next {
  bottom: -14.9%;
}
.dash-page .pb-slider .slick-dots {
  bottom: -77px;
}
@media (max-width: 1400px) {
  .dash-page .pb-slider .slick-dots {
    bottom: -72px;
  }
}
@media (max-width: 992px) {
  .dash-page .pb-slider .slick-dots {
    bottom: -78px;
  }
}
@media (max-width: 767px) {
  .dash-page .pb-slider .slick-dots {
    bottom: -76px;
  }
}
@media (max-width: 575px) {
  .dash-page .pb-slider .slick-dots {
    bottom: -69px;
  }
}
.dash-page .pb-slider .text-hold p {
  margin: 0 0 10px;
}
.dash-page .pb-slider .text-hold ul {
  padding: 0 20px;
}
.dash-page .pb-slider .text-hold ul li {
  text-align: left;
  padding: 0 20px;
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  font-weight: 300;
  position: relative;
}
.dash-page .pb-slider .text-hold ul li:before {
  position: absolute;
  top: 7px;
  left: 0;
  right: auto;
  bottom: auto;
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100% 100%;
}
.dash-page .pb-slider .text-hold ul li:last-child {
  margin: 0;
}
@media (max-width: 1400px) {
  .dash-page .pb-slider .text-hold ul li {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .dash-page .pb-slider .text-hold ul li {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 992px) {
  .dash-page .em-slider .slick-dots {
    bottom: -88px;
  }
}
@media (max-width: 767px) {
  .dash-page .em-slider .slick-dots {
    bottom: -82px;
  }
}
@media (max-width: 575px) {
  .dash-page .em-slider .slick-dots {
    bottom: -73px;
  }
}

.card-page .em-slider .slick-dots {
  bottom: -98px;
}
@media (max-width: 1400px) {
  .card-page .em-slider .slick-dots {
    bottom: -85px;
  }
}
@media (max-width: 1200px) {
  .card-page .em-slider .slick-dots {
    bottom: -77px;
  }
}
@media (max-width: 992px) {
  .card-page .em-slider .slick-dots {
    bottom: -94px;
  }
}
@media (max-width: 767px) {
  .card-page .em-slider .slick-dots {
    bottom: -82px;
  }
}
@media (max-width: 575px) {
  .card-page .em-slider .slick-dots {
    bottom: -65px;
  }
}
.card-page .pb-slider .slick-dots {
  bottom: -103px;
}
@media (max-width: 1400px) {
  .card-page .pb-slider .slick-dots {
    bottom: -95px;
  }
}
@media (max-width: 1200px) {
  .card-page .pb-slider .slick-dots {
    bottom: -92px;
  }
}
@media (max-width: 992px) {
  .card-page .pb-slider .slick-dots {
    bottom: -100px;
  }
}
@media (max-width: 767px) {
  .card-page .pb-slider .slick-dots {
    bottom: -93px;
  }
}
@media (max-width: 575px) {
  .card-page .pb-slider .slick-dots {
    bottom: -78px;
  }
}

@media (max-width: 1400px) {
  .phone-page .em-slider .slick-dots {
    bottom: -99px;
  }
}
@media (max-width: 1200px) {
  .phone-page .em-slider .slick-dots {
    bottom: -102px;
  }
}
@media (max-width: 992px) {
  .phone-page .em-slider .slick-dots {
    bottom: -102px;
  }
}
@media (max-width: 767px) {
  .phone-page .em-slider .slick-dots {
    bottom: -94px;
  }
}
@media (max-width: 575px) {
  .phone-page .em-slider .slick-dots {
    bottom: -84px;
  }
}
.phone-page .pb-slider::before {
  bottom: -21.2%;
}
.phone-page .pb-slider .slick-dots {
  bottom: -115px;
}
@media (max-width: 1400px) {
  .phone-page .pb-slider .slick-dots {
    bottom: -105px;
  }
}
@media (max-width: 1200px) {
  .phone-page .pb-slider .slick-dots {
    bottom: -104px;
  }
}
@media (max-width: 992px) {
  .phone-page .pb-slider .slick-dots {
    bottom: -118px;
  }
}
@media (max-width: 767px) {
  .phone-page .pb-slider .slick-dots {
    bottom: -110px;
  }
}
@media (max-width: 575px) {
  .phone-page .pb-slider .slick-dots {
    bottom: -88px;
  }
}

@media (max-width: 992px) {
  .vm-page .pb-slider .slick-dots {
    bottom: -99px;
  }
}
@media (max-width: 767px) {
  .vm-page .pb-slider .slick-dots {
    bottom: -87px;
  }
}
@media (max-width: 575px) {
  .vm-page .pb-slider .slick-dots {
    bottom: -74px;
  }
}
@media (max-width: 992px) {
  .vm-page .em-slider .slick-dots {
    bottom: -100px;
  }
}
@media (max-width: 767px) {
  .vm-page .em-slider .slick-dots {
    bottom: -88px;
  }
}
@media (max-width: 575px) {
  .vm-page .em-slider .slick-dots {
    bottom: -77px;
  }
}

.cp-page .pb-slider::before {
  bottom: -21.5%;
}
@media (max-width: 1400px) {
  .cp-page .pb-slider::before {
    bottom: -21%;
  }
}
.cp-page .pb-slider .slick-dots {
  bottom: -114px;
}
@media (max-width: 1400px) {
  .cp-page .pb-slider .slick-dots {
    bottom: -107px;
  }
}
@media (max-width: 992px) {
  .cp-page .pb-slider .slick-dots {
    bottom: -116px;
  }
}
@media (max-width: 767px) {
  .cp-page .pb-slider .slick-dots {
    bottom: -104px;
  }
}
@media (max-width: 575px) {
  .cp-page .pb-slider .slick-dots {
    bottom: -86px;
  }
}
@media (max-width: 575px) {
  .cp-page .em-slider .slick-dots {
    bottom: -77px;
  }
}

.pm-page .pb-slider::before {
  bottom: -21%;
}
@media (max-width: 1400px) {
  .pm-page .pb-slider::before {
    bottom: -20.5%;
  }
}
.pm-page .pb-slider .slick-dots {
  bottom: -100px;
}
@media (max-width: 1400px) {
  .pm-page .pb-slider .slick-dots {
    bottom: -86px;
  }
}
@media (max-width: 1200px) {
  .pm-page .pb-slider .slick-dots {
    bottom: -78px;
  }
}
@media (max-width: 992px) {
  .pm-page .pb-slider .slick-dots {
    bottom: -100px;
  }
}
@media (max-width: 767px) {
  .pm-page .pb-slider .slick-dots {
    bottom: -82px;
  }
}
@media (max-width: 575px) {
  .pm-page .pb-slider .slick-dots {
    bottom: -69px;
  }
}

@media (max-width: 1400px) {
  .comm-page .em-slider .slick-dots {
    bottom: -95px;
  }
}
@media (max-width: 992px) {
  .comm-page .em-slider .slick-dots {
    bottom: -102px;
  }
}
@media (max-width: 767px) {
  .comm-page .em-slider .slick-dots {
    bottom: -90px;
  }
}
@media (max-width: 575px) {
  .comm-page .em-slider .slick-dots {
    bottom: -85px;
  }
}

.bs-slider .slick-slide {
  margin: 10px 10px;
}
.bs-slider .slick-slide img {
  border-radius: 20px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4588235294);
}
.bs-slider .slick-prev {
  background: url(../images/icon40.png) no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100%;
  left: 0;
  z-index: 9;
}
.bs-slider .slick-prev::before {
  display: none;
}
.bs-slider .slick-prev:hover {
  background: url(../images/icon40.png) no-repeat;
  background-size: 100%;
}
.bs-slider .slick-prev:focus {
  background: url(../images/icon40.png) no-repeat;
  background-size: 100%;
}
.bs-slider .slick-next {
  background: url(../images/icon39.png) no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100%;
  right: 0;
  z-index: 9;
}
.bs-slider .slick-next::before {
  display: none;
}
.bs-slider .slick-next:hover {
  background: url(../images/icon39.png) no-repeat;
  background-size: 100%;
}
.bs-slider .slick-next:focus {
  background: url(../images/icon39.png) no-repeat;
  background-size: 100%;
}

@media (max-width: 1400px) {
  .tx-page .pb-slider::before {
    bottom: -20.5%;
  }
}
.tx-page .pb-slider .slick-dots {
  bottom: -102px;
}
@media (max-width: 1400px) {
  .tx-page .pb-slider .slick-dots {
    bottom: -85px;
  }
}
@media (max-width: 992px) {
  .tx-page .pb-slider .slick-dots {
    bottom: -100px;
  }
}
@media (max-width: 767px) {
  .tx-page .pb-slider .slick-dots {
    bottom: -90px;
  }
}
@media (max-width: 575px) {
  .tx-page .pb-slider .slick-dots {
    bottom: -75px;
  }
}
@media (max-width: 1400px) {
  .tx-page .em-slider::before {
    bottom: -20.5%;
  }
}
.tx-page .em-slider .slick-dots {
  bottom: -92px;
}
@media (max-width: 1400px) {
  .tx-page .em-slider .slick-dots {
    bottom: -87px;
  }
}
@media (max-width: 1200px) {
  .tx-page .em-slider .slick-dots {
    bottom: -75px;
  }
}
@media (max-width: 992px) {
  .tx-page .em-slider .slick-dots {
    bottom: -90px;
  }
}
@media (max-width: 767px) {
  .tx-page .em-slider .slick-dots {
    bottom: -78px;
  }
}
@media (max-width: 575px) {
  .tx-page .em-slider .slick-dots {
    bottom: -66px;
  }
}

#footer {
  background: #161718;
  padding: 0;
}
@media (max-width: 992px) {
  #footer {
    padding: 0;
  }
}
#footer .f-top {
  padding: 3rem 0;
  border-bottom: 1px solid #505050;
}
@media (max-width: 767px) {
  #footer .f-top .p-link ul {
    justify-content: center;
  }
}
#footer .f-top .p-link ul li {
  margin: 0 0 10px;
}
#footer .f-top .p-link ul li a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 767px) {
  #footer .f-top .p-link ul li a {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 575px) {
  #footer .f-top .f-logo {
    text-align: left;
    margin: 0 0 20px;
  }
}
#footer .f-top .app-link {
  margin: 0 0 35px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}
@media (max-width: 575px) {
  #footer .f-top .app-link {
    justify-content: center;
  }
}
#footer .f-top .app-link ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 30px;
}
@media (max-width: 992px) {
  #footer .f-top .app-link ul {
    margin: 0;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  #footer .f-top .app-link ul {
    justify-content: center;
  }
}
#footer .f-top .app-link ul li {
  margin: 0 10px 0 0;
}
#footer .f-top .app-link ul li a {
  display: block;
}
#footer .f-top .app-link ul li a img {
  max-width: 150px;
  height: 45px;
}
@media (max-width: 575px) {
  #footer .f-top .app-link ul li a img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 992px) {
  #footer .f-top .app-link ul li {
    margin: 0 15px 0;
  }
}
#footer .f-top .app-link ul li:last-child {
  margin: 0;
}
@media (max-width: 575px) {
  #footer .f-top .app-link ul li {
    margin: 0 10px 0 0;
  }
}
#footer .f-top .app-link ul li img {
  max-width: 100%;
  height: auto;
}
#footer .f-top .app-link h2 {
  font-weight: 400;
  font-size: 25px;
  line-height: 27px;
  color: #fff;
  margin: 0 0.5rem 30px 0;
}
@media (max-width: 992px) {
  #footer .f-top .app-link h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  #footer .f-top .app-link h2 {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 20px;
  }
}
#footer .f-top .app-link .s-link {
  margin: 0 auto 30px 11rem;
}
@media (max-width: 1400px) {
  #footer .f-top .app-link .s-link {
    margin: 0 auto 30px 7rem;
  }
}
@media (max-width: 1200px) {
  #footer .f-top .app-link .s-link {
    margin: 0 auto 30px 4rem;
  }
}
#footer .f-top .app-link .s-link li a img {
  height: auto;
}
#footer .f-top .qr-bar {
  margin: 0 0 0 11rem;
  text-align: center;
}
@media (max-width: 1400px) {
  #footer .f-top .qr-bar {
    margin: 0 0 0 7rem;
  }
}
@media (max-width: 1200px) {
  #footer .f-top .qr-bar {
    margin: 0 0 0 5rem;
  }
}
@media (max-width: 992px) {
  #footer .f-top .qr-bar {
    margin: 0 0 0 4rem;
  }
}
@media (max-width: 575px) {
  #footer .f-top .qr-bar {
    margin: 0 0 0 2rem;
  }
}
@media (max-width: 575px) {
  #footer .f-top .qr-bar {
    margin: 0 0 0 1rem;
  }
}
#footer .f-top .qr-bar img {
  max-width: 150px;
}
@media (max-width: 575px) {
  #footer .f-top .qr-bar img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #footer .f-top .pay-bar {
    margin: 0 0 20px;
  }
}
#footer .f-top .pay-bar ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #footer .f-top .pay-bar ul {
    justify-content: center;
  }
}
#footer .f-top .pay-bar ul li {
  margin: 0 10px 0 0;
}
#footer .f-top .s-link ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #footer .f-top .s-link ul {
    justify-content: center;
  }
}
#footer .f-top .s-link ul li {
  margin: 0 25px 0 0;
}
@media (max-width: 992px) {
  #footer .f-top .s-link ul li {
    margin: 0 10px 0 0;
  }
}
#footer .f-top .s-link ul li:last-child {
  margin: 0;
}
#footer .f-top .s-link ul li i {
  font-size: 25px;
  line-height: 27px;
  color: #7D7D7D;
}
#footer .f-top .s-link ul li i:hover {
  color: #fff;
}
#footer .f-top .s-box {
  margin: 0 0 25px;
}
@media (max-width: 992px) {
  #footer .f-top .s-box {
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  #footer .f-top .s-box {
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  #footer .f-top .s-box {
    margin: 0 0 15px;
  }
}
#footer .f-top .s-box h2 {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}
@media (max-width: 767px) {
  #footer .f-top .s-box h2 {
    font-size: 15px;
    line-height: 17px;
    margin: 0 0 5px;
  }
}
@media (max-width: 575px) {
  #footer .f-top .s-box h2 {
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 15px;
  }
}
#footer .f-top .s-box p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 767px) {
  #footer .f-top .s-box p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  #footer .f-top .s-box p {
    font-size: 12px;
    line-height: 18px;
  }
}
#footer .f-top .s-box span {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
}
#footer .f-top .r-space {
  margin: -9rem 0 0;
}
@media (max-width: 767px) {
  #footer .f-top .r-space {
    margin: -2rem 0 0;
  }
}
@media (max-width: 575px) {
  #footer .f-top .r-space {
    margin: 0;
  }
}
#footer .f-bottom {
  padding: 30px 0 2rem;
}
@media (max-width: 992px) {
  #footer .f-bottom {
    padding: 30px 0;
  }
}
#footer .f-bottom p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

@media (max-width: 1200px) {
  .new-home #footer .f-top {
    padding: 3rem 0;
  }
}
@media (max-width: 992px) {
  .new-home #footer .f-top {
    padding: 2rem 0;
  }
}
.new-home #footer .f-top .p-link {
  padding: 2rem 0 0;
}
@media (max-width: 992px) {
  .new-home #footer .f-top .p-link {
    padding: 0;
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .new-home #footer .f-top .p-link {
    margin: 0 0 12px;
  }
}
.new-home #footer .f-top .p-link ul {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .new-home #footer .f-top .p-link ul {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .new-home #footer .f-top .p-link ul {
    margin: 0 0 15px;
    justify-content: center;
  }
}
.new-home #footer .f-top .p-link ul li {
  margin: 0 8rem 0 0;
}
@media (max-width: 1400px) {
  .new-home #footer .f-top .p-link ul li {
    margin: 0 6rem 0 0;
  }
}
@media (max-width: 1150px) {
  .new-home #footer .f-top .p-link ul li {
    margin: 0 4rem 0 0;
  }
}
@media (max-width: 992px) {
  .new-home #footer .f-top .p-link ul li {
    margin: 0 0 15px;
  }
}
.new-home #footer .f-top .p-link ul li:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .new-home #footer .f-top .p-link ul li:last-child {
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .new-home #footer .f-top .p-link ul li:last-child {
    margin: 0;
  }
}
.new-home #footer .bag-img ul {
  display: flex;
}
@media (max-width: 992px) {
  .new-home #footer .bag-img ul {
    flex-wrap: wrap;
    margin: 0 0 10px;
  }
}
.new-home #footer .bag-img ul li {
  margin: 0 35px 0 0;
}
.new-home #footer .bag-img ul li img {
  max-width: 100px;
}
@media (max-width: 575px) {
  .new-home #footer .bag-img ul li img {
    max-width: 70px;
  }
}
@media (max-width: 1280px) {
  .new-home #footer .bag-img ul li {
    margin: 0 25px 0 0;
  }
}
@media (max-width: 992px) {
  .new-home #footer .bag-img ul li {
    width: 50%;
    text-align: right;
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .new-home #footer .bag-img ul li {
    padding: 0 10px;
  }
}
.new-home #footer .bag-img ul li:last-child {
  margin: 0;
}
.new-home #footer .bag-img ul li svg {
  width: 100%;
}
@media (max-width: 992px) {
  .new-home #footer .bag-img ul li svg {
    width: 75%;
  }
}
@media (max-width: 575px) {
  .new-home #footer .bag-img ul li svg {
    width: 100%;
  }
}

.talk-sales-btn {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  padding: 13px 26px;
  border-radius: 10px;
  background: #00A25D;
}

.n-pri-page {
  background: url(../images/main-bg.png) no-repeat bottom center;
  height: 100%;
  padding: 7rem 0 0;
  background-size: cover;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .n-pri-page {
    padding: 5rem 0 0;
  }
}
.n-pri-page .titles {
  text-align: center;
  color: #fff;
  font-size: 64px;
  line-height: 68px;
  font-weight: 600;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .n-pri-page .titles {
    font-size: 40px;
    line-height: 42px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .n-pri-page .titles {
    font-size: 32px;
    line-height: 34px;
  }
}
.n-pri-page .titles span {
  background: linear-gradient(90deg, #56e5c9 0%, #064337 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.n-pri-page .pricing-page {
  background: radial-gradient(circle at top, #0e2d2a, #050b0b);
  color: #fff;
  font-family: "Inter", sans-serif;
}
.n-pri-page .pricing-section .cho-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .n-pri-page .pricing-section .cho-plan {
    margin: 0 0 20px;
  }
}
.n-pri-page .pricing-section .cho-plan h3 {
  font-size: 36px;
  line-height: 38px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .n-pri-page .pricing-section .cho-plan h3 {
    margin: 0;
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .n-pri-page .pricing-section .cho-plan h3 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 450px) {
  .n-pri-page .pricing-section .cho-plan h3 {
    font-size: 14px;
    line-height: 16px;
  }
}
.n-pri-page .pricing-section .cho-plan p {
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .n-pri-page .pricing-section .cho-plan p {
    display: none;
  }
}
.n-pri-page .pricing-section .mobile-area .plan-card {
  padding: 20px 20px;
  border: 1px solid #fff;
  border-radius: 20px 20px;
  margin: 0 0 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 450px) {
  .n-pri-page .pricing-section .mobile-area .plan-card {
    padding: 15px 10px;
    border-radius: 15px 15px;
  }
}
.n-pri-page .pricing-section .mobile-area .plan-card .plan-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.n-pri-page .pricing-section .mobile-area .plan-card .plan-header h2 {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 575px) {
  .n-pri-page .pricing-section .mobile-area .plan-card .plan-header h2 {
    font-size: 13px;
    line-height: 15px;
  }
}
.n-pri-page .pricing-section .mobile-area .plan-card .plan-header span {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 600;
}
.n-pri-page .pricing-section .mobile-area .plan-card .plan-header span i {
  margin: 0 0 0 7px;
}
@media (max-width: 575px) {
  .n-pri-page .pricing-section .mobile-area .plan-card .plan-header span {
    font-size: 13px;
    line-height: 15px;
  }
}
.n-pri-page .pricing-section .mobile-area .plan-card.active {
  background: linear-gradient(14.71deg, #2b2b2b -2.13%, #565656 100%);
}
.n-pri-page .pricing-section .mobile-area .plan-card.active:before {
  position: absolute;
  top: 0;
  left: auto;
  right: -2px;
  bottom: auto;
  content: "";
  background: url(../images/tax-icon.png) no-repeat top;
  width: 103px;
  z-index: -1;
  height: 130px;
  background-size: 100%;
}
.n-pri-page .pricing-section .mobile-area .plan-card.active .plan-header {
  margin: 0 0 10px;
}
.n-pri-page .pricing-section .mobile-area .plan-card.active .plan-header h2 {
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 575px) {
  .n-pri-page .pricing-section .mobile-area .plan-card.active .plan-header h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 450px) {
  .n-pri-page .pricing-section .mobile-area .plan-card.active .plan-header h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
.n-pri-page .pricing-section .mobile-area .plan-card.active .plan-header span {
  font-size: 20px;
  line-height: 22px;
  color: #02D0A2;
  font-weight: 600;
}
@media (max-width: 575px) {
  .n-pri-page .pricing-section .mobile-area .plan-card.active .plan-header span {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 450px) {
  .n-pri-page .pricing-section .mobile-area .plan-card.active .plan-header span {
    font-size: 14px;
    line-height: 16px;
  }
}
.n-pri-page .pricing-section .mobile-area .plan-card.active .plan-header span i {
  color: #fff;
}
.n-pri-page .pricing-section .mobile-area .plan-card.active .plan-content {
  display: block;
}
.n-pri-page .pricing-section .mobile-area .plan-card.active .plan-content h4 {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 15px;
}
@media (max-width: 450px) {
  .n-pri-page .pricing-section .mobile-area .plan-card.active .plan-content h4 {
    font-size: 16px;
    line-height: 18px;
  }
}
.n-pri-page .pricing-section .mobile-area .plan-card.active .plan-content p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .n-pri-page .pricing-section .mobile-area .plan-card.active .plan-content p {
    font-size: 16px;
    line-height: 22px;
  }

  
}
@media (max-width: 450px) {
  .n-pri-page .pricing-section .mobile-area .plan-card.active .plan-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

  .n-pri-page .pricing-section .mobile-area .plan-card.active .plan-content h6 {
    color: #02D0A2;
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    margin: -7px 0 10px 3px;
  }

.n-pri-page .pricing-section .mobile-area .plan-card.active .plan-content h5 {
  color: #02D0A2;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  margin: 0 0 12px;
}
@media (max-width: 450px) {
  .n-pri-page .pricing-section .mobile-area .plan-card.active .plan-content h5 {
    font-size: 14px;
    line-height: 16px;
  }
}
.n-pri-page .pricing-section .mobile-area .plan-card.active .plan-content ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.n-pri-page .pricing-section .mobile-area .plan-card.active .plan-content ul li {
  width: 50%;
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 5px;
  position: relative;
  color: #fff;
  font-family: "Syne", sans-serif;
}
@media (max-width: 450px) {
  .n-pri-page .pricing-section .mobile-area .plan-card.active .plan-content ul li {
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 0 15px;
  }
}
.n-pri-page .pricing-section .mobile-area .plan-card.active .plan-content ul li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #ff9b00;
}
.n-pri-page .pricing-section .mobile-area .plan-card .plan-content {
  display: none;
}
.n-pri-page .pricing-section .mobile-area .pre-plan.active {
  background: linear-gradient(7.24deg, #151a25 1.21%, #072d76 71.45%, #0c9076 101.27%);
  padding: 1rem 10px 15px;
}
.n-pri-page .pricing-section .mobile-area .pre-plan.active .popular {
  position: absolute;
  top: 15px;
  left: 6px;
  background: #000;
  padding: 7px 15px;
  border-radius: 20px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: #0FA98B;
}
@media (max-width: 767px) {
  .n-pri-page .pricing-section .mobile-area .pre-plan.active .popular {
    font-size: 14px;
    line-height: 16px;
  }
}
.n-pri-page .pricing-section .mobile-area .sb-plan.active {
  background: linear-gradient(349.39deg, #0c9076 4.01%, #151a25 97.98%);
}
.n-pri-page .early-bird-pricing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #1a1a1a;
  padding: 6px 11px;
  border-radius: 23px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
  white-space: nowrap;
  width: fit-content;
}
@media (max-width: 767px) {
  .n-pri-page .early-bird-pricing-btn {
    font-size: 13px;
  }
}
.n-pri-page .pricing-tabs {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  background: rgb(238, 244, 243);
  border-radius: 30px;
  padding: 5px;
  width: fit-content;
}
.n-pri-page .pricing-tabs .nav-item {
  flex: 0 0 auto;
}
.n-pri-page .pricing-tabs .nav-link {
  color: rgb(0, 0, 0);
  border-radius: 25px;
  padding: 8px 20px;
  white-space: nowrap;
}
@media (max-width: 450px) {
  .n-pri-page .pricing-tabs .nav-link {
    padding: 8px 8px;
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 400px) {
  .n-pri-page .pricing-tabs .nav-link {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 340px) {
  .n-pri-page .pricing-tabs .nav-link {
    padding: 5px 8px;
    font-size: 11px;
    line-height: 13px;
  }
}
.n-pri-page .pricing-tabs .nav-link span {
  font-size: 15px;
  color: #141414;
}
@media (max-width: 450px) {
  .n-pri-page .pricing-tabs .nav-link span {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .n-pri-page .pricing-tabs .nav-link span {
    font-size: 11px;
  }
}
@media (max-width: 340px) {
  .n-pri-page .pricing-tabs .nav-link span {
    font-size: 10px;
  }
}
.n-pri-page .pricing-tabs .nav-link.active {
  background: linear-gradient(100.78deg, #0a1714 -84.8%, #036653 112.61%);
  color: #fff;
}
.n-pri-page .pricing-tabs .nav-link.active span {
  color: #3dd4b7;
}
.n-pri-page .pricing-card {
  background: linear-gradient(14.71deg, #2b2b2b -2.13%, #565656 100%);
  background-size: 100%;
  border-radius: 20px;
  padding: 20px 15px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border: 3px solid;
}
@media (max-width: 1150px) {
  .n-pri-page .pricing-card {
    padding: 25px 15px 20px;
  }
}
.n-pri-page .pricing-card.active {
  border: 3px solid #60cfb6;
}
.n-pri-page .pricing-card::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  content: "";
  background: url(../images/s-bg.png) no-repeat top;
  width: 100%;
  z-index: -1;
  height: 100%;
  background-size: 100%;
}
.n-pri-page .pricing-card::after {
  position: absolute;
  top: 0;
  left: auto;
  right: -2px;
  bottom: auto;
  content: "";
  background: url(../images/tax-icon.png) no-repeat top;
  width: 103px;
  z-index: -1;
  height: 130px;
  background-size: 100%;
}
.n-pri-page .pricing-card .desc {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px;
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .n-pri-page .pricing-card .desc {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .n-pri-page .pricing-card .desc {
    font-size: 12px;
    line-height: 18px;
  }
}
.n-pri-page .pricing-card .price {
  font-size: 35px;
  line-height: 37px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 7px;
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .n-pri-page .pricing-card .price {
    padding: 0;
  }
}
.n-pri-page .pricing-card .price small {
  font-size: 15px;
  line-height: 17px;
  color: #fff;
}
.n-pri-page .pricing-card .price span {
  font-size: 16px;
  vertical-align: top;
  line-height: 24px;
  margin: 0 3px 0 0;
}
.n-pri-page .pricing-card .ba-area {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .n-pri-page .pricing-card .ba-area {
    padding: 0;
  }
}
.n-pri-page .pricing-card .ba-area span {
  color: #14e6bc;
}
.n-pri-page .pricing-card .features {
  list-style: none;
  padding: 20px 15px;
  background: rgba(114, 114, 114, 0.2);
  border-radius: 20px 20px;
  flex: 1 1 auto;
}
.n-pri-page .pricing-card .features h3 {
  font-size: 16px;
  line-height: 20px;
  color: #02D0A2;
  margin: 0 0 10px;
  font-weight: 600;
}
.n-pri-page .pricing-card .features li {
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 5px;
  position: relative;
  color: #fff;
  font-family: "Syne", sans-serif;
}
.n-pri-page .pricing-card .features li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #ff9b00;
}
.n-pri-page .pricing-card .plan {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  padding: 0 10px;
}
@media (max-width: 1200px) {
  .n-pri-page .pricing-card .plan {
    padding: 0;
  }
}
.n-pri-page .pricing-card .plan .img-hold {
  width: 60px;
  margin: 0;
}
.n-pri-page .pricing-card .plan .img-hold img {
  max-width: 100%;
}
.n-pri-page .pricing-card .plan .p-text {
  padding: 0 0 0 10px;
}
.n-pri-page .pricing-card .plan .p-text h5 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
@media (max-width: 1400px) {
  .n-pri-page .pricing-card .plan .p-text h5 {
    font-size: 22px;
    line-height: 24px;
  }
}
.n-pri-page .pricing-card .plan .p-text span {
  color: #02D0A2;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
}
.n-pri-page .pricing-card .down-btn {
  margin-top: auto;
  padding-top: 25px;
}
.n-pri-page .pricing-card .down-btn .ch-btn {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: #D9D9D9;
  padding: 20px 15px;
  border: 1px solid #0FA98B;
  border-radius: 20px 20px;
  text-align: center;
  width: 100%;
}
.n-pri-page .pricing-card.active .down-btn .ch-btn {
  border: 3px solid #60cfb6;
}
.n-pri-page .pricing-card .down-btn .ch-btn:hover {
  background: #0c9076;
}
.n-pri-page .pricing-card-wrap,
.n-pri-page .plan-card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
  padding-top: 14px;
}
.n-pri-page .popular-badge-ribbon {
  position: absolute;
  top: 0;
  right: 18px;
  z-index: 5;
}
@media (max-width: 767px) {
  .n-pri-page .popular-badge-ribbon {
    right: 12px;
  }
}
.n-pri-page .popular-badge-ribbon .popular {
  position: static;
  display: inline-block;
  background: #000;
  color: #0FA98B;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .n-pri-page .popular-badge-ribbon .popular {
    font-size: 12px;
    line-height: 16px;
  }
}
.n-pri-page .rate {
  margin: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .n-pri-page .rate {
    justify-content: center;
    margin: 0 0 15px;
  }
}
.n-pri-page .rate p {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
}
@media (max-width: 767px) {
  .n-pri-page .rate p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .n-pri-page .rate p {
    font-size: 12px;
    line-height: 14px;
  }
}
.n-pri-page .premium-plan {
  background: linear-gradient(7.24deg, #151a25 1.21%, #072d76 71.45%, #0c9076 101.27%);
}
.n-pri-page .premium-plan .popular {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #000;
  padding: 7px 15px;
  border-radius: 20px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}
.n-pri-page .premium-plan .price small {
  opacity: 0.7;
}
.n-pri-page .premium-plan .btn-includes {
  background: linear-gradient(117.19deg, #064337 -37.04%, #0fa98b 97.47%);
  border: none;
  color: #000;
  font-weight: 600;
  padding: 15px 14px;
  border-radius: 30px 30px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .n-pri-page .premium-plan .btn-includes {
    font-size: 10px;
    line-height: 12px;
  }
}
.n-pri-page .premium-plan .btn-includes img {
  margin: 0 5px 0 0;
  opacity: 0.7;
}
.n-pri-page .comm-plan {
  background: linear-gradient(349.39deg, #0c9076 4.01%, #151a25 97.98%);
}
.n-pri-page .comm-plan .btn-includes {
  background: linear-gradient(117.19deg, #064337 -37.04%, #0fa98b 97.47%);
  border: none;
  color: #000;
  font-weight: 600;
  padding: 15px 14px;
  border-radius: 30px 30px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .n-pri-page .comm-plan .btn-includes {
    font-size: 10px;
    line-height: 12px;
  }
}
.n-pri-page .comm-plan .btn-includes img {
  margin: 0 5px 0 0;
  opacity: 0.7;
}
.n-pri-page .comm-plan .down-btn .ch-btn {
  background: #064337;
  border: 1px solid #064337;
}
.n-pri-page .comm-plan.active .down-btn .ch-btn {
  border: 3px solid #60cfb6;
}
.n-pri-page .btn-trial {
  background: #072d76;
  color: #fff;
  padding: 20px 15px;
  border-radius: 20px 20px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
}
@media (max-width: 1150px) {
  .n-pri-page .btn-trial {
    font-size: 18px;
    line-height: 20px;
    padding: 15px 15px;
  }
}
.n-pri-page .btn-trial img {
  margin: 0 0 0 10px;
  width: 15px;
}
.n-pri-page .btn-trial:hover {
  opacity: 0.8;
}
.n-pri-page .enterprise {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
}
.n-pri-page .enterprise a {
  color: #18d0b5;
  background: linear-gradient(156.57deg, #064337 -81.43%, #9ea1a0 264.24%);
  padding: 20px 24px;
  border-radius: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1400px) {
  .n-pri-page .enterprise a {
    padding: 20px 30px;
  }
}
@media (max-width: 575px) {
  .n-pri-page .enterprise a {
    padding: 20px 20px;
  }
}
.n-pri-page .enterprise a:hover {
  opacity: 0.9;
}
.n-pri-page .enterprise a .img-hold {
  margin: 0 20px 0 0;
}
@media (max-width: 575px) {
  .n-pri-page .enterprise a .img-hold {
    margin: 0 10px 0 0;
  }
}
.n-pri-page .enterprise a h3 {
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 4px;
}
@media (max-width: 575px) {
  .n-pri-page .enterprise a h3 {
    font-size: 15px;
    line-height: 17px;
  }
}
.n-pri-page .enterprise a p {
  font-size: 14px;
  line-height: 16px;
  opacity: 0.8;
}
@media (max-width: 575px) {
  .n-pri-page .enterprise a p {
    font-size: 12px;
    line-height: 14px;
  }
}
.n-pri-page .bp-area {
  text-align: center;
}
.n-pri-page .bp-area p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  opacity: 0.8;
}
.n-pri-page .adon-box,
.n-pri-page .summary-card {
  background: linear-gradient(93.51deg, #0f4c40 -9.88%, #000000 195.37%);
  border-radius: 20px;
  padding: 15px;
}
@media (max-width: 1400px) {
  .n-pri-page .adon-box,
  .n-pri-page .summary-card {
    padding: 20px 20px;
  }
}
@media (max-width: 1150px) {
  .n-pri-page .adon-box,
  .n-pri-page .summary-card {
    padding: 15px 15px;
  }
}
.n-pri-page .adon-box {
  margin: 0 0 20px;
}
.n-pri-page .adon-box p {
  font-size: 14px;
  line-height: 16px;
  color: #0FA98B;
  font-weight: 600;
  margin: 0 0 18px;
}
@media (max-width: 767px) {
  .n-pri-page .adon-box p {
    display: none;
  }
}
.n-pri-page .adon-box .extras-card h6 {
  border: 1px solid #D7FFF7;
  padding: 15px 20px;
  border-radius: 15px 15px;
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.n-pri-page .adon-box .extras-card h6 i {
  font-size: 14px;
}
@media (max-width: 575px) {
  .n-pri-page .adon-box .extras-card h6 {
    font-size: 16px;
    line-height: 18px;
  }
}
.n-pri-page .extra-item,
.n-pri-page .summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  color: #9fbcbc;
}
.n-pri-page .extra-item strong,
.n-pri-page .summary-row strong {
  color: #fff;
}
.n-pri-page .extra-item.discount strong,
.n-pri-page .summary-row.discount strong {
  color: #ff6b6b;
}
.n-pri-page .extra-item.total,
.n-pri-page .summary-row.total {
  font-size: 1.2rem;
}
.n-pri-page .extra-item.total strong,
.n-pri-page .summary-row.total strong {
  color: #18d0b5;
}
.n-pri-page .summary-card h6 {
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  color: #ffffff;
  margin: 0 0 20px;
}
@media (max-width: 1150px) {
  .n-pri-page .summary-card h6 {
    font-size: 28px;
    line-height: 30px;
  }
}
.n-pri-page .summary-card .summary-info {
  margin: 0 0 15px;
}
.n-pri-page .summary-card .summary-info h5 {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  margin: 0 0 4px;
  font-weight: 400;
  font-family: "Syne", sans-serif;
}
.n-pri-page .summary-card .summary-info h4 {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  margin: 0;
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .n-pri-page .summary-card .summary-info h4 {
    font-size: 12px;
    line-height: 14px;
  }
}
.n-pri-page .summary-card .summary-info h4 span {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .n-pri-page .summary-card .summary-info h4 span {
    font-size: 10px;
    line-height: 12px;
  }
}
.n-pri-page .summary-card .summary-info h4 span img {
  margin: 0 0 0 5px;
}
.n-pri-page .summary-card .summary-info h4 span img:hover {
  opacity: 0.8;
}
.n-pri-page .summary-card .summary-coupon {
  padding: 0 0 20px;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.n-pri-page .summary-card .summary-coupon p {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  margin: 10px 0 10px;
  font-family: "Syne", sans-serif;
}
.n-pri-page .summary-card .summary-coupon input {
  background: #0c9076;
  border: none;
  border-radius: 10px;
  padding: 12px 15px;
  color: #fff;
  width: calc(100% - 110px);
}
.n-pri-page .summary-card .summary-coupon input::placeholder {
  color: #fff;
}
.n-pri-page .summary-card .summary-coupon input:focus {
  outline: none;
  box-shadow: none;
}
.n-pri-page .summary-card .summary-coupon .btn-outline-secondary {
  background: #0c9076;
  border: none;
  border-radius: 10px;
  padding: 12px 20px;
  color: #000;
  font-weight: 600;
}
.n-pri-page .summary-card .summary-coupon .btn-outline-secondary:focus {
  outline: none;
  box-shadow: none;
}
.n-pri-page .summary-card .summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
  margin: 0;
}
.n-pri-page .summary-card .summary-row span {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Syne", sans-serif;
}
.n-pri-page .summary-card .summary-row strong {
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}
.n-pri-page .summary-card .summary-row strong span {
  font-size: 16px;
  vertical-align: top;
  line-height: 20px;
  margin: 0 3px 0 0;
}
.n-pri-page .summary-card .summary-row.discount {
  padding: 8px 0;
}
.n-pri-page .summary-card .summary-row.discount strong {
  color: #ff5b5b;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
.n-pri-page .summary-card .summary-row.total {
  padding: 20px 0 10px;
  border: 0;
}
.n-pri-page .summary-card .summary-row.total span {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}
.n-pri-page .summary-card .summary-row.total strong {
  color: #ff5b5b;
  font-size: 35px;
  line-height: 37px;
  font-weight: 600;
  color: #0c9076;
}
.n-pri-page .summary-card .summary-row.total strong span {
  color: #0c9076;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}
.n-pri-page .summary-card .country-select {
  width: 150px;
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0 auto;
}
.n-pri-page .summary-card .country-select .select-toggle {
  width: 100%;
  background: transparent;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  color: #fff;
  padding: 10px 16px;
  text-align: left;
  font-size: 12px;
  line-height: 14px;
}
.n-pri-page .summary-card .country-select .select-toggle::after {
  float: right;
  margin-top: 5px;
}
.n-pri-page .summary-card .country-select .select-toggle:focus {
  box-shadow: none;
}
.n-pri-page .summary-card .country-select .select-menu {
  background: #000;
  border-radius: 12px;
  padding: 8px;
  min-width: 100%;
  border: none;
}
.n-pri-page .summary-card .country-select .dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 14px;
}
.n-pri-page .summary-card .country-select .dropdown-item .currency {
  opacity: 0.8;
}
.n-pri-page .summary-card .country-select .dropdown-item:hover {
  background: #111827;
}
.n-pri-page .summary-card .country-select .dropdown-item.active {
  background: #1f2937;
  color: #fff;
}
.n-pri-page .extras-card h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
  margin: 0 0 5px;
  display: flex;
  align-items: center;
}
@media (max-width: 1150px) {
  .n-pri-page .extras-card h6 {
    font-size: 18px;
    line-height: 20px;
  }
}
.n-pri-page .extras-card h6 button {
  color: #fff;
  margin: 0 0 0 5px;
  font-size: 14px;
  line-height: 16px;
}
.n-pri-page .extras-card h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  color: #ffffff;
  margin: 0 0 15px;
}
@media (max-width: 1150px) {
  .n-pri-page .extras-card h4 {
    font-size: 28px;
    line-height: 30px;
  }
}
.n-pri-page .extras-card .extras-box {
  color: #fff;
  display: none;
  margin: 15px 0 0;
}
.n-pri-page .extras-card .extra-group {
  margin: 0;
}
.n-pri-page .extras-card .extra-group label {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-family: "Syne", sans-serif;
  margin: 0 0 0 7px;
}
.n-pri-page .extras-card .main-check {
  font-size: 1rem;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
}
.n-pri-page .extras-card .main-check .form-check-input {
  background-color: #111;
  border-color: #555;
}
.n-pri-page .extras-card .main-check .form-check-input:checked {
  background-color: #00a25d;
  border-color: #00a25d;
}
.n-pri-page .extras-card .main-check .form-check-input:focus {
  box-shadow: none;
}
.n-pri-page .extras-card .seat-input {
  width: 100px;
  background: #111;
  border-radius: 20px;
  border: none;
  color: #fff;
  text-align: left;
  font-size: 15px;
}
.n-pri-page .extras-card .option-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.n-pri-page .extras-card .option-pills .form-check-input {
  margin: 0;
  background-color: #111;
  border-color: #555;
  font-size: 15px;
}
.n-pri-page .extras-card .option-pills .form-check-input:checked {
  background-color: #00a25d;
  border-color: #00a25d;
}
.n-pri-page .extras-card .option-pills .form-check-input:focus {
  box-shadow: none;
}
.n-pri-page .extras-card .pill {
  background: #191919;
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 6px;
}
.n-pri-page .extras-card .pill input {
  accent-color: #22c55e;
}
.n-pri-page .payment-card {
  border-radius: 20px;
  padding: 15px;
  width: 100%;
  color: #fff;
  background: linear-gradient(93.51deg, #0f4c40 -9.88%, #000000 195.37%);
}
@media (max-width: 1400px) {
  .n-pri-page .payment-card {
    padding: 20px 20px;
  }
}
@media (max-width: 1150px) {
  .n-pri-page .payment-card {
    padding: 15px 15px;
  }
}
.n-pri-page .subtitle {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 2px;
}
@media (max-width: 1150px) {
  .n-pri-page .subtitle {
    font-size: 18px;
    line-height: 20px;
  }
}
.n-pri-page .title {
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 15px;
  text-align: left;
}
@media (max-width: 1150px) {
  .n-pri-page .title {
    font-size: 28px;
    line-height: 30px;
  }
}
.n-pri-page {
  /* Tabs */
}
.n-pri-page .payment-tabs {
  display: flex;
  gap: 10px;
}
@media (max-width: 1400px) {
  .n-pri-page .payment-tabs {
    gap: 7px;
  }
}
.n-pri-page .payment-tabs .nav-item {
  width: 48%;
}
.n-pri-page .payment-tabs .nav-item .nav-link {
  flex: 1;
  background: transparent;
  border: 1px solid #0c9076;
  color: #fff;
  border-radius: 10px;
  padding: 12px 12px;
  font-size: 16px;
  line-height: 18px;
  font-family: "Syne", sans-serif;
  width: 100%;
}
@media (max-width: 1150px) {
  .n-pri-page .payment-tabs .nav-item .nav-link {
    font-size: 14px;
    line-height: 16px;
  }
}
.n-pri-page .payment-tabs .nav-item .nav-link.active {
  border-color: #fff;
  color: #fff;
}
.n-pri-page {
  /* Payment options */
}
.n-pri-page .payment-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.n-pri-page .payment-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-radius: 12px;
  border: 1px solid #0c9076;
  cursor: pointer;
}
.n-pri-page .payment-option input {
  accent-color: #00a25d;
}
.n-pri-page .payment-option strong {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-family: "Syne", sans-serif;
  color: #fff;
  font-weight: 500;
}
.n-pri-page .payment-option small {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  font-family: "Syne", sans-serif;
}
.n-pri-page .payment-option.active {
  border-color: #fff;
}
.n-pri-page .badge-klarna {
  background: #ffb3c7;
  color: #000;
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 6px;
  margin-left: 6px;
}
.n-pri-page .btn-pay {
  width: 100%;
  background: linear-gradient(156.57deg, #064337 -81.43%, #9ea1a0 264.24%);
  border: none;
  color: #fff;
  padding: 12px;
  border-radius: 12px;
  font-weight: 600;
}
.n-pri-page .btn-pay:hover {
  opacity: 0.9;
}

.pri-slider .slick-track {
  display: flex !important;
  align-items: stretch;
}
.pri-slider .slick-slide {
  padding: 0 5px;
  height: auto !important;
  display: flex !important;
}
.pri-slider .slick-slide > div {
  display: flex;
  width: 100%;
  height: 100%;
}
.pri-slider .slick-dots li {
  width: auto;
  height: auto;
}
.pri-slider .slick-dots li button {
  background: #d9d9d9;
  height: 5px;
  width: 40px;
  border-radius: 5px 5px;
  padding: 0;
}
.pri-slider .slick-dots li button::before {
  display: none;
}
.pri-slider .slick-dots li.slick-active button {
  background: #0c9076;
}

.off-pluse .plan-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-radius: 24px;
  background: linear-gradient(128.16deg, #6e5c2e 4.93%, #000000 132.97%);
  color: #fff;
  gap: 20px;
}
@media (max-width: 767px) {
  .off-pluse .plan-card {
    flex-wrap: wrap;
    margin: 25px 0 0;
  }
}
.off-pluse .plan-card__left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}
@media (max-width: 767px) {
  .off-pluse .plan-card__left {
    width: 100%;
  }
}
.off-pluse .plan-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.off-pluse .plan-card__content {
  flex: 1;
}
.off-pluse .plan-card__heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 6px;
}
.off-pluse .plan-card__heading h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}
.off-pluse .plan-card .badge {
  background: #000;
  color: #fff;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  white-space: nowrap;
}
.off-pluse .plan-card .subtitle {
  margin: 0 0 7px;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}
.off-pluse .plan-card__features {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}
@media (max-width: 767px) {
  .off-pluse .plan-card__features {
    flex-direction: column;
    align-items: flex-start;
  }
}
.off-pluse .plan-card__features span {
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding: 0 0 0 10px;
}
.off-pluse .plan-card__features span:before {
  content: "◆";
  position: absolute;
  left: -5px;
  color: #ff9b00;
}
.off-pluse .plan-card .included-tag {
  background: linear-gradient(117.19deg, #064337 -37.04%, #0FA98B 97.47%);
  color: #fff;
  padding: 7px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}
.off-pluse .plan-card__price {
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .off-pluse .plan-card__price {
    width: 100%;
  }
}
.off-pluse .plan-card .price-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 4px;
}
@media (max-width: 767px) {
  .off-pluse .plan-card .price-row {
    justify-content: flex-start;
  }
}
.off-pluse .plan-card .price-row .currency {
  font-size: 18px;
  font-weight: 600;
  margin-top: 6px;
}
.off-pluse .plan-card .price-row .amount {
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
}
.off-pluse .plan-card .price-row .period {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 17px;
  margin-top: 14px;
}
.off-pluse .plan-card .annual-price {
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
}
@media (max-width: 767px) {
  .off-pluse .plan-card .annual-price {
    text-align: left;
  }
}
.off-pluse .plan-card .annual-price span {
  color: #14E6BC;
  margin-left: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.taax-header {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.taax-header .logo-img {
  height: 32px;
  width: auto;
  object-fit: contain;
}
.taax-header .nav-link {
  font-weight: 500;
  font-size: 15px;
  color: #000 !important;
}
.taax-header .nav-link:hover {
  color: #18d0b5 !important;
}
.taax-header .btn-talk-sales {
  background: #fff;
  color: #141414;
  border: 1px solid #d9d9d9;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
}
.taax-header .btn-talk-sales:hover {
  background: #f8f9fa;
  color: #141414;
  border-color: #ccc;
}
.taax-header .btn-sign-in {
  background: #064337;
  color: #fff;
  border: none;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
}
.taax-header .btn-sign-in:hover {
  background: rgb(3.4849315068, 38.9150684932, 31.9452054795);
  color: #fff;
}

.hero-section .top-infoo {
  margin: 0 0 15px;
}
.hero-section .top-infoo p {
  display: inline-block;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  padding: 7px 15px;
  border-radius: 50px 50px;
  border: 1px solid #15916F;
}
.hero-section .top-infoo p img {
  margin: -3px 7px 0 0;
}
.hero-section {
  position: relative;
}
.hero-section:before {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  content: "";
  background: url(../e-signature/img17.png) no-repeat top center;
  width: 500px;
  height: 100%;
  background-size: 100%;
  z-index: -1;
}
@media (max-width: 1400px) {
  .hero-section:before {
    width: 370px;
  }
}
@media (max-width: 575px) {
  .hero-section:before {
    background: url(../e-signature/img18.png) no-repeat top center;
    background-size: 100%;
    width: 300px;
    right: 0;
    margin: 0 auto;
  }
}
.hero-section .hero-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
  color: #141414;
  margin-bottom: 25px;
}
@media (max-width: 1400px) {
  .hero-section .hero-title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-title {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 15px;
  }
}
.hero-section .hero-description {
  font-size: 18px;
  color: #0C0C0C;
  line-height: 25px;
  margin: 0 0 25px;
}
@media (max-width: 575px) {
  .hero-section .hero-description {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }
}
.hero-section .hero-img {
  max-width: 100%;
  height: auto;
  margin: 0 -38rem -19rem 0;
}
@media (max-width: 1750px) {
  .hero-section .hero-img {
    margin: 0 -29rem -19rem 0;
  }
}
@media (max-width: 1700px) {
  .hero-section .hero-img {
    margin: 0 -24rem -19rem 0;
  }
}
@media (max-width: 1650px) {
  .hero-section .hero-img {
    margin: 0 -21rem -19rem 0;
  }
}
@media (max-width: 1550px) {
  .hero-section .hero-img {
    margin: 0 -16rem -19rem 0;
  }
}
@media (max-width: 1500px) {
  .hero-section .hero-img {
    margin: 0 -14rem -19rem 0;
  }
}
@media (max-width: 1450px) {
  .hero-section .hero-img {
    margin: 0 -10rem -19rem 0;
  }
}
@media (max-width: 1400px) {
  .hero-section .hero-img {
    margin: 0 -18rem -19rem 0;
  }
}
@media (max-width: 1300px) {
  .hero-section .hero-img {
    margin: 0 -14rem -19rem 0;
  }
}
@media (max-width: 1250px) {
  .hero-section .hero-img {
    margin: 0 -8rem -19rem 0;
  }
}
@media (max-width: 1200px) {
  .hero-section .hero-img {
    margin: 0 -15rem -19rem 0;
  }
}
@media (max-width: 1150px) {
  .hero-section .hero-img {
    margin: 0 -12rem -19rem 0;
  }
}
@media (max-width: 1050px) {
  .hero-section .hero-img {
    margin: 0 -8rem -19rem 0;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-img {
    margin: 0 -8rem -5rem 0;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-img {
    margin: 5rem -3rem 0rem 0;
  }
}
.hero-section .btn-cta-hero {
  background: linear-gradient(117.19deg, #064337 -37.04%, #0FA98B 97.47%);
  color: #fff;
  border: none;
  font-weight: 500;
  padding: 20px 15px;
  border-radius: 20px 20px;
  font-size: 20px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
}
.hero-section .btn-cta-hero:hover {
  opacity: 0.9;
}
@media (max-width: 575px) {
  .hero-section .btn-cta-hero {
    margin: 0 auto;
    font-size: 18px;
    line-height: 20px;
    width: 200px;
  }
}
.hero-section .btn-cta-hero img {
  margin: 0 10px 0 0;
}

.integration-bar {
  background: #EDFEFB;
  padding: 40px 0;
  margin: 0 0 7rem;
}
@media (max-width: 992px) {
  .integration-bar {
    padding: 25px 0;
    margin: 0 0 2rem;
  }
}
@media (max-width: 575px) {
  .integration-bar {
    margin: 0 0 1rem;
  }
}
.integration-bar .integration-logo {
  font-size: 0.9rem;
  font-weight: 600;
  color: #6c757d;
  opacity: 0.85;
}
@media (max-width: 575px) {
  .integration-bar .integration-logo img {
    width: 100px;
  }
}

.acc-info {
  background: url(../e-signature/bg01.png) no-repeat top center;
  background-size: cover;
  padding: 50px 70px;
  border-radius: 25px 25px;
}
@media (max-width: 1280px) {
  .acc-info {
    padding: 40px 40px;
  }
}
@media (max-width: 575px) {
  .acc-info {
    padding: 30px 30px;
  }
}
.acc-info h2 {
  font-size: 35px;
  line-height: 38px;
  color: #141414;
  margin: 0 0 25px;
}
@media (max-width: 992px) {
  .acc-info h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .acc-info h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .acc-info h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.acc-info .setup-content p {
  font-size: 18px;
  line-height: 22px;
  color: #0C0C0C;
  font-weight: 400;
  margin: 0 0 15px;
}
@media (max-width: 575px) {
  .acc-info .setup-content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.acc-info .setup-content p span {
  font-weight: 600;
}
.acc-info .setup-content p:last-child {
  margin: 0;
}
.acc-info .b-box {
  background: #062D77;
  text-align: center;
  padding: 3rem 3rem;
  border-radius: 20px 20px;
  position: relative;
}
@media (max-width: 1200px) {
  .acc-info .b-box {
    padding: 2rem 2rem;
  }
}
.acc-info .b-box::before {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  content: "";
  background: url(../e-signature/bg02.png) no-repeat top right;
  width: 360px;
  height: 100%;
  background-size: contain;
  opacity: 0.4;
  pointer-events: none;
}
.acc-info .b-box .cta-title {
  font-size: 35px;
  line-height: 37px;
  color: #fff;
  margin: 0 0 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .acc-info .b-box .cta-title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .acc-info .b-box .cta-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.acc-info .b-box .cta-desc {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 20px;
}
@media (max-width: 575px) {
  .acc-info .b-box .cta-desc {
    font-size: 16px;
  }
}
.acc-info .b-box .btn-cta {
  background: linear-gradient(117.19deg, #064337 -37.04%, #0FA98B 97.47%);
  color: #fff;
  border: none;
  font-weight: 500;
  padding: 20px 15px;
  border-radius: 20px 20px;
  font-size: 20px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  margin: 0 auto;
}
.acc-info .b-box .btn-cta:hover {
  opacity: 0.9;
}
@media (max-width: 575px) {
  .acc-info .b-box .btn-cta {
    width: 200px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    border-radius: 15px 15px;
  }
}
.acc-info .b-box .btn-cta img {
  margin: 0 10px 0 0;
}

.section {
  padding: 2rem 0;
}
@media (max-width: 575px) {
  .section {
    padding: 1rem 0;
  }
}
.section h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}
.section .section-title {
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  color: #000;
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .section .section-title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section .section-title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .section .section-title {
    font-size: 25px;
    line-height: 30px;
  }
  .section .section-title br {
    display: none;
  }
}
.section .img-hold {
  background: #B0E8DE;
  border-radius: 15px 15px;
  padding: 50px 50px;
}
.section .accordion-faq {
  padding: 0 0 0 20px;
}
.section .accordion-faq .accordion-item {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.section .accordion-faq .accordion-header {
  margin: 0 0 5px;
}
.section .accordion-faq .accordion-header .accordion-button {
  padding: 0;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  color: #0C0C0C;
  background: none;
  margin: 0 0 7px;
}
@media (max-width: 1400px) {
  .section .accordion-faq .accordion-header .accordion-button {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .section .accordion-faq .accordion-header .accordion-button {
    font-size: 16px;
    line-height: 20px;
  }
}
.section .accordion-faq .accordion-body {
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  color: #0C0C0C;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .section .accordion-faq .accordion-body {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .section .accordion-faq .accordion-body {
    font-size: 14px;
    line-height: 20px;
  }
}

.section-light {
  background: #fff;
}

#features .feature-slider {
  margin: 0 0 3rem !important;
}
#features .feature-slider .info-box .img-block img {
  margin: 0 0 0 2rem;
}
@media (max-width: 992px) {
  #features .feature-slider .info-box .img-block img {
    margin: 0;
  }
}
#features .feature-slider .slick-dots {
  margin: 0 0 -30px;
}
@media (max-width: 575px) {
  #features .feature-slider .slick-dots {
    margin: 0 0 -15px;
  }
}
#features h4 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  margin: 0 0 20px;
}
#features .section-title {
  margin: 0 0 15px;
}
#features .section-description {
  font-size: 18px;
  line-height: 25px;
  color: #0C0C0C;
  font-weight: 400;
  margin: 0 0 30px;
}
@media (max-width: 575px) {
  #features .section-description {
    font-size: 14px;
    line-height: 22px;
  }
}

.section-teal h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  margin: 0 0 20px;
  text-align: center;
}
.section-teal .section-title {
  margin: 0 0 20px;
}
.section-teal .testimonial-card .testimonial-avatar {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.section-teal .testimonial-card .testimonial-avatar .img-box {
  margin: 0 10px 0 0;
}
.section-teal .testimonial-card .testimonial-avatar .text-box h4 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 5px;
}
.section-teal .testimonial-card .testimonial-avatar .text-box p {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  margin: 0;
}
.section-teal .testimonial-card .testimonial-quote {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  margin: 0 0 10px;
  text-align: left;
}
@media (max-width: 575px) {
  .section-teal .testimonial-card .testimonial-quote {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-teal .testimonial-card .testimonial-stars {
  font-size: 30px;
  color: #FFD700;
  line-height: 32px;
}
.section-teal .video-block {
  border-radius: 15px 15px;
  overflow: hidden;
  position: relative;
}
.section-teal .video-block .video-img {
  width: 100%;
  height: auto;
  min-height: inherit;
  object-fit: cover;
  display: block;
}
.section-teal .video-block .video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(24, 208, 181, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-teal .video-block .play-btn {
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  position: relative;
}
.section-teal .video-block .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-35%, -50%);
  border: 14px solid transparent;
  border-left: 20px solid #fff;
  margin-left: 4px;
}

.sem-area {
  position: relative;
  z-index: 1;
}
.sem-area .day-info {
  padding: 16rem 0 7rem;
  position: relative;
}
@media (max-width: 992px) {
  .sem-area .day-info {
    padding: 5rem 0 0;
  }
}
.sem-area .day-info {
  z-index: 1;
}
.sem-area .day-info::before {
  position: absolute;
  top: 37%;
  left: 9%;
  right: auto;
  bottom: auto;
  content: "";
  background: url(../e-signature/img60.png) no-repeat;
  background-size: 100%;
  width: 138px;
  height: 195px;
  z-index: -1;
}
@media (max-width: 992px) {
  .sem-area .day-info::before {
    display: none;
  }
}
.sem-area .day-info h2 {
  text-align: center;
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  color: #000;
  margin: 0 0 25px;
}
.sem-area .day-info h2 span {
  color: #0FA98B;
}
@media (max-width: 1400px) {
  .sem-area .day-info h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .sem-area .day-info h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .sem-area .day-info h2 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 15px;
  }
  .sem-area .day-info h2 br {
    display: none;
  }
}
.sem-area .day-info p {
  font-size: 18px;
  line-height: 22px;
  color: #0C0C0C;
  font-weight: 400;
  margin: 0 0 5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .sem-area .day-info p {
    margin: 0 0 4rem;
  }
}
@media (max-width: 575px) {
  .sem-area .day-info p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 2.5rem;
  }
}
.sem-area .day-info .box {
  background: #D7F3EE;
  border-radius: 15px 15px;
  padding: 20px 20px;
  width: 300px;
  min-height: 180px;
}
@media (max-width: 1280px) {
  .sem-area .day-info .box {
    width: 250px;
    min-height: 150px;
  }
}
@media (max-width: 992px) {
  .sem-area .day-info .box {
    width: 100%;
    min-height: 150px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1411764706);
  }
}
@media (max-width: 575px) {
  .sem-area .day-info .box {
    min-height: inherit;
  }
}
.sem-area .day-info .box h3 {
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  color: #0C0C0C;
  font-weight: 600;
  margin: 0 0 20px;
}
@media (max-width: 1200px) {
  .sem-area .day-info .box h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .sem-area .day-info .box h3 {
    margin: 0 0 10px;
  }
}
.sem-area .day-info .box p {
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  color: #0C0C0C;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1200px) {
  .sem-area .day-info .box p {
    font-size: 14px;
    line-height: 20px;
  }
}
.sem-area .day-info .box.t-box {
  transform: rotate(10deg);
  margin: -12rem 0 0 0;
}
@media (max-width: 992px) {
  .sem-area .day-info .box.t-box {
    margin: 0 0 1rem;
    transform: rotate(3deg);
  }
}
@media (max-width: 575px) {
  .sem-area .day-info .box.t-box {
    margin: 0 0 4px;
  }
}
.sem-area .day-info .box.m-box {
  transform: rotate(-5deg);
  margin: 0;
}
@media (max-width: 992px) {
  .sem-area .day-info .box.m-box {
    margin: 0;
    transform: rotate(-2deg);
  }
}
.sem-area .day-info .box.e-box {
  margin: -5rem 0 0;
  transform: rotate(-5deg);
}
@media (max-width: 1280px) {
  .sem-area .day-info .box.e-box {
    margin: -5rem 0 0 -1rem;
  }
}
@media (max-width: 992px) {
  .sem-area .day-info .box.e-box {
    margin: 1rem 0 0;
    transform: rotate(4deg);
  }
}
@media (max-width: 575px) {
  .sem-area .day-info .box.e-box {
    margin: 5px 0 0;
  }
}

.beni-info {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .beni-info {
    padding: 0;
  }
}
.beni-info .section-title {
  margin: 0 0 15px;
  font-size: 35px;
  line-height: 37px;
  font-weight: 600;
  color: #141414;
}
@media (max-width: 767px) {
  .beni-info .section-title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .beni-info .section-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.beni-info .section-description {
  font-size: 18px;
  line-height: 25px;
  color: #0C0C0C;
  font-weight: 400;
  margin: 0 0 25px;
}
@media (max-width: 575px) {
  .beni-info .section-description {
    font-size: 14px;
    line-height: 22px;
  }
}
.beni-info .benefit-item p {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .beni-info .benefit-item p {
    font-size: 14px;
    line-height: 22px;
  }
}
.beni-info .benefit-item p span {
  font-weight: 600;
}
.beni-info .cta-section {
  background: #062d77;
  text-align: center;
  padding: 3rem 3rem;
  border-radius: 20px 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .beni-info .cta-section {
    padding: 2rem 2rem;
  }
}
.beni-info .cta-section::before {
  position: absolute;
  top: -60px;
  left: auto;
  right: 0;
  bottom: 0;
  content: "";
  background: url(../e-signature/bg03.png) no-repeat top right;
  width: 450px;
  height: 340px;
  background-size: 100%;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1200px) {
  .beni-info .cta-section::before {
    top: -50px;
  }
}
.beni-info .cta-section h2 {
  font-size: 35px;
  line-height: 37px;
  color: #fff;
  margin: 0 0 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .beni-info .cta-section h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .beni-info .cta-section h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.beni-info .cta-section p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .beni-info .cta-section p br {
    display: none;
  }
}
@media (max-width: 575px) {
  .beni-info .cta-section p {
    font-size: 14px;
    line-height: 20px;
  }
}
.beni-info .cta-section .btn-cta {
  background: linear-gradient(117.19deg, #064337 -37.04%, #0FA98B 97.47%);
  color: #fff;
  border: none;
  font-weight: 500;
  padding: 20px 15px;
  border-radius: 20px 20px;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  margin: 0 auto;
}
.beni-info .cta-section .btn-cta:hover {
  opacity: 0.9;
}

.top-text h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  margin: 0 0 20px;
}
.top-text .section-title {
  color: #141414;
  margin: 0 0 20px;
  text-align: center;
  line-height: 56px;
}
@media (max-width: 1400px) {
  .top-text .section-title {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .top-text .section-title {
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .top-text .section-title {
    line-height: 30px;
  }
}
.top-text p {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #0C0C0C;
}
@media (max-width: 992px) {
  .top-text p br {
    display: none;
  }
}
@media (max-width: 575px) {
  .top-text p {
    font-size: 14px;
    line-height: 22px;
  }
}

.feature-slider {
  background: linear-gradient(9.69deg, #000232 0.84%, #02D2A2 165.44%);
  border-radius: 20px 20px;
  margin: 0 0 9rem !important;
}
@media (max-width: 575px) {
  .feature-slider {
    margin: 0 0 4rem !important;
  }
}
.feature-slider .info-box .t-area {
  text-align: left;
  padding: 0 0 0 4rem;
}
@media (max-width: 1280px) {
  .feature-slider .info-box .t-area {
    padding: 0 0 0 2rem;
  }
}
@media (max-width: 992px) {
  .feature-slider .info-box .t-area {
    padding: 2rem 3rem;
  }
}
@media (max-width: 575px) {
  .feature-slider .info-box .t-area {
    padding: 2rem 2rem 4rem;
  }
}
.feature-slider .info-box .t-area h3 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px;
  text-align: left;
}
.feature-slider .info-box .t-area p {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  text-align: left;
  color: #fff;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .feature-slider .info-box .t-area p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .feature-slider .info-box .t-area p {
    font-size: 14px;
    line-height: 20px;
  }
}
.feature-slider .info-box .img-block img {
  margin: -2rem 0 0;
}
.feature-slider .slick-dots {
  bottom: -30px;
  z-index: 99;
}
.feature-slider .slick-dots li {
  width: auto;
  height: auto;
}
.feature-slider .slick-dots li button {
  width: 100px;
  height: 6px;
  padding: 0;
  background: #2C4D46;
  border-radius: 50px 50px;
}
.feature-slider .slick-dots li button:before {
  display: none;
}
@media (max-width: 575px) {
  .feature-slider .slick-dots li button {
    width: 50px;
  }
}
.feature-slider .slick-dots li.slick-active button {
  background: #B0E8DE;
}

.trust-text h3 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  color: #141414;
  text-align: left;
  margin: 0 0 20px;
}
@media (max-width: 575px) {
  .trust-text h3 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 10px;
  }
}
.trust-text p {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  text-align: left;
  color: #0C0C0C;
  font-weight: 400;
}
@media (max-width: 575px) {
  .trust-text p {
    font-size: 14px;
    line-height: 22px;
  }
}

.phone-mockup {
  background: #EDFEFB;
  text-align: center;
  padding: 30px 30px;
  border-radius: 20px 20px;
}
@media (max-width: 575px) {
  .phone-mockup {
    padding: 20px 20px;
  }
}
.phone-mockup img {
  margin: 0 0 25px;
}
.phone-mockup .app-card h3 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1E1E1E;
  text-align: left;
  margin: 0 0 10px;
}
@media (max-width: 575px) {
  .phone-mockup .app-card h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
.phone-mockup .app-card p {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  text-align: left;
  color: #1E1E1E;
  font-weight: 400;
}
@media (max-width: 575px) {
  .phone-mockup .app-card p {
    font-size: 14px;
    line-height: 22px;
  }
}

.trust-card-with-img .trust-card-img {
  margin-bottom: 1rem;
  min-height: 120px;
}
.trust-card-with-img .trust-card-img img {
  border-radius: 12px;
  max-height: 160px;
  object-fit: contain;
}
.trust-card-with-img .trust-img-placeholder {
  height: 120px;
  background: linear-gradient(135deg, #eef4f3 0%, rgba(78, 196, 172, 0.15) 100%);
  border-radius: 12px;
}
.trust-card-with-img .trust-img-fingerprint {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

.setup-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.setup-content p {
  color: #495057;
  margin: 0;
}

.setup-img {
  max-width: 100%;
  max-height: 320px;
  object-fit: contain;
  border-radius: 12px;
}

.faq-img {
  max-width: 100%;
  max-height: 280px;
  object-fit: contain;
  border-radius: 12px;
}

.accordion-faq .accordion-item {
  border: none;
  border-bottom: 1px solid #eee;
}
.accordion-faq .accordion-button {
  font-weight: 500;
  background: transparent;
}
.accordion-faq .accordion-button:not(.collapsed) {
  background: #edfefb;
  color: #18d0b5;
  box-shadow: none;
}
.accordion-faq .accordion-button:focus {
  box-shadow: none;
}

#footer {
  background: #EDFEFB;
  padding: 30px 0;
  border-radius: 50px 50px 0 0;
}
@media (max-width: 575px) {
  #footer {
    padding: 30px 15px 15px;
  }
}
#footer .top-area {
  padding: 0;
  margin: 0 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
}
#footer .top-area .footer-logo {
  width: 200px;
}
@media (max-width: 992px) {
  #footer .top-area .footer-logo {
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  #footer .top-area .footer-nav {
    padding: 0 0 10px;
  }
}
#footer .top-area .footer-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  #footer .top-area .footer-nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
#footer .top-area .footer-nav ul li {
  padding: 0 25px 0 0;
}
@media (max-width: 1400px) {
  #footer .top-area .footer-nav ul li {
    padding: 0 10px 0 0;
    margin: 0;
  }
}
@media (max-width: 992px) {
  #footer .top-area .footer-nav ul li {
    width: 50%;
    margin: 0 0 10px;
  }
}
@media (max-width: 575px) {
  #footer .top-area .footer-nav ul li {
    margin: 0 0 5px;
  }
}
#footer .top-area .footer-nav ul li a {
  font-size: 15px;
  line-height: 17px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 575px) {
  #footer .top-area .footer-nav ul li a {
    font-size: 14px;
    line-height: 16px;
  }
}
#footer .midd-area p {
  font-size: 15px;
  line-height: 17px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 575px) {
  #footer .midd-area p {
    font-size: 13px;
    line-height: 15px;
  }
}

.n-com-page .logo-slider .slick-track {
  display: flex;
  align-items: center;
}
.n-com-page .logo-slider .slick-track .slick-slide {
  margin: 0 5px 0;
}
.n-com-page .logo-slider .slick-track .slick-slide img {
  margin: 0 auto;
  width: 135px;
}
@media (max-width: 767px) {
  .n-com-page .acc-info .cta-title {
    text-align: center;
  }
}
.n-com-page .acc-info h2 {
  text-align: center;
}
@media (max-width: 992px) {
  .n-com-page .acc-info h2 {
    text-align: left;
    margin: 0;
  }
}
.n-com-page .acc-info {
  background: none;
}
.n-com-page .acc-info img {
  margin: 0 auto;
  display: flex;
}
@media (max-width: 992px) {
  .n-com-page .acc-info img {
    margin: 2rem auto;
  }
}
.n-com-page .acc-info .setup-content {
  position: relative;
  z-index: 1;
}
.n-com-page .acc-info .setup-content.fir:after {
  position: absolute;
  top: 4rem;
  left: -24rem;
  right: auto;
  bottom: auto;
  content: "";
  background: url(../e-signature/bg06.png) no-repeat;
  background-size: 100%;
  width: 500px;
  height: 600px;
  z-index: -1;
}
@media (max-width: 1400px) {
  .n-com-page .acc-info .setup-content.fir:after {
    width: 400px;
  }
}
@media (max-width: 1200px) {
  .n-com-page .acc-info .setup-content.fir:after {
    width: 300px;
    left: -11rem;
  }
}
@media (max-width: 992px) {
  .n-com-page .acc-info .setup-content.fir:after {
    display: none;
  }
}
.n-com-page .acc-info .setup-content.rig:after {
  position: absolute;
  top: -1rem;
  right: -24rem;
  left: auto;
  bottom: auto;
  content: "";
  background: url(../e-signature/bg07.png) no-repeat;
  background-size: 100%;
  width: 500px;
  height: 600px;
  z-index: -1;
}
@media (max-width: 1400px) {
  .n-com-page .acc-info .setup-content.rig:after {
    width: 400px;
  }
}
@media (max-width: 1200px) {
  .n-com-page .acc-info .setup-content.rig:after {
    width: 300px;
    right: -11rem;
  }
}
@media (max-width: 992px) {
  .n-com-page .acc-info .setup-content.rig:after {
    display: none;
  }
}
.n-com-page .acc-info .setup-content.bott:after {
  position: absolute;
  top: -17rem;
  right: -16rem;
  left: auto;
  bottom: auto;
  content: "";
  background: url(../e-signature/bg08.png) no-repeat;
  background-size: 100%;
  width: 895px;
  height: 600px;
  z-index: -1;
}
@media (max-width: 1400px) {
  .n-com-page .acc-info .setup-content.bott:after {
    width: 800px;
  }
}
@media (max-width: 1200px) {
  .n-com-page .acc-info .setup-content.bott:after {
    width: 650px;
    top: -13rem;
    right: -12rem;
  }
}
@media (max-width: 992px) {
  .n-com-page .acc-info .setup-content.bott:after {
    display: none;
  }
}
.n-com-page .acc-info .setup-content p {
  text-align: center;
}
@media (max-width: 992px) {
  .n-com-page .acc-info .setup-content p {
    text-align: left;
  }
}
.n-com-page .acc-info .b-box {
  margin: 7rem 0 0;
}
@media (max-width: 992px) {
  .n-com-page .acc-info .b-box {
    margin: 0;
  }
}
.n-com-page .phone-mockup .app-card {
  margin: 0 0 25px;
}
.n-com-page .phone-mockup .btn-area ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 15px;
}
.n-com-page .phone-mockup .btn-area ul li a {
  display: inline-block;
}
.n-com-page .phone-mockup .btn-area ul li a img {
  margin: 0;
}
.n-com-page .phone-mockup .btn-area ul li a:hover {
  opacity: 0.8;
}
.n-com-page .phone-mockup .btn-area p {
  font-size: 14px;
  line-height: 16px;
  color: #1e1e1e;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 575px) {
  .n-com-page .phone-mockup .btn-area p {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (max-width: 1200px) {
  .n-com-page .sem-area .top-text p br {
    display: none;
  }
}
.n-com-page .sem-area .bus-detail {
  padding: 0 3rem;
  margin: 0 0 50px;
}
@media (max-width: 992px) {
  .n-com-page .sem-area .bus-detail {
    padding: 0;
    margin: 5rem 0 0;
  }
}
.n-com-page .sem-area .bus-detail h2 {
  text-align: left;
  margin: 0 0 20px;
  font-size: 35px;
  line-height: 37px;
  font-weight: 600;
  color: #141414;
}
@media (max-width: 767px) {
  .n-com-page .sem-area .bus-detail h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .n-com-page .sem-area .bus-detail h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.n-com-page .sem-area .bus-detail p {
  font-size: 18px;
  line-height: 25px;
  color: #0c0c0c;
  font-weight: 400;
}
@media (max-width: 992px) {
  .n-com-page .sem-area .bus-detail p {
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .n-com-page .sem-area .bus-detail p {
    font-size: 14px;
    line-height: 20px;
  }
}
.n-com-page .sem-area .beni-info {
  background: url(../e-signature/bg09.png) bottom center no-repeat;
  background-size: cover;
  padding: 0;
}
@media (max-width: 767px) {
  .n-com-page .sem-area .beni-info {
    padding: 0 2rem 2rem;
  }
}
.n-com-page .sem-area .beni-info ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 60px;
}
@media (max-width: 575px) {
  .n-com-page .sem-area .beni-info ul {
    margin: 0 0 30px;
  }
}
.n-com-page .sem-area .beni-info ul {
  position: relative;
  z-index: 1;
}
.n-com-page .sem-area .beni-info ul::before {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  content: "";
  background: url(../e-signature/img21.png) no-repeat;
  background-size: 100%;
  width: 440px;
  height: 360px;
  z-index: -1;
}
@media (max-width: 575px) {
  .n-com-page .sem-area .beni-info ul::before {
    width: 300px;
    height: 300px;
  }
}
.n-com-page .sem-area .beni-info ul li {
  width: 50%;
}
@media (max-width: 992px) {
  .n-com-page .sem-area .beni-info ul li {
    width: 100%;
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .n-com-page .sem-area .beni-info ul li {
    padding: 0;
  }
}
.n-com-page .sem-area .beni-info ul li .box {
  padding: 25px 35px;
  text-align: left;
  min-height: 300px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1400px) {
  .n-com-page .sem-area .beni-info ul li .box {
    padding: 15px 25px;
  }
}
@media (max-width: 1200px) {
  .n-com-page .sem-area .beni-info ul li .box {
    min-height: 350px;
  }
}
@media (max-width: 992px) {
  .n-com-page .sem-area .beni-info ul li .box {
    min-height: auto;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
    padding: 20px 0;
  }
}
.n-com-page .sem-area .beni-info ul li .box h3 {
  font-size: 18px;
  line-height: 20px;
  color: #0c0c0c;
  font-weight: 600;
  margin: 0 0 25px;
  text-align: left;
}
@media (max-width: 1400px) {
  .n-com-page .sem-area .beni-info ul li .box h3 {
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .n-com-page .sem-area .beni-info ul li .box h3 {
    font-size: 16px;
    line-height: 18px;
  }
}
.n-com-page .sem-area .beni-info ul li .box p {
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  color: #0c0c0c;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 575px) {
  .n-com-page .sem-area .beni-info ul li .box p {
    font-size: 14px;
    line-height: 20px;
  }
}
.n-com-page .sem-area .beni-info ul li .box.f-bar {
  border-right: 0;
  border-bottom: 0;
}
.n-com-page .sem-area .beni-info ul li .box.t-bar {
  border-right: 0;
}
.n-com-page .sem-area .beni-info ul li .box.s-bar {
  border-bottom: 0;
}
.n-com-page .sem-area .beni-info p {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .n-com-page .sem-area .beni-info p br {
    display: none;
  }
}
@media (max-width: 575px) {
  .n-com-page .sem-area .beni-info p {
    font-size: 14px;
    line-height: 20px;
  }
}
.n-com-page .sem-area .beni-info .btn-bar {
  display: flex;
  justify-content: center;
  margin: 0 0 60px;
}
.n-com-page .sem-area .beni-info .btn-bar a {
  background: linear-gradient(117.19deg, #064337 -37.04%, #0FA98B 97.47%);
  color: #fff;
  border: none;
  font-weight: 500;
  padding: 18px 40px;
  border-radius: 20px 20px;
  font-size: 20px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
.n-com-page .sem-area .beni-info .btn-bar a:hover {
  opacity: 0.9;
}
.n-com-page .sem-area .beni-info .btn-bar a:last-child {
  margin: 0;
}
@media (max-width: 575px) {
  .n-com-page .sem-area .beni-info .btn-bar a {
    font-size: 14px;
    line-height: 16px;
    padding: 15px 20px;
    border-radius: 30px 30px;
  }
}
.n-com-page .sem-area .beni-info h4 {
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  line-height: 50px;
  color: #141414;
}
@media (max-width: 1400px) {
  .n-com-page .sem-area .beni-info h4 {
    font-size: 35px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .n-com-page .sem-area .beni-info h4 {
    font-size: 30px;
    line-height: 35px;
  }
  .n-com-page .sem-area .beni-info h4 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .n-com-page .sem-area .beni-info h4 {
    font-size: 25px;
    line-height: 30px;
  }
}
.n-com-page .section-teal h3 {
  text-align: left;
}
@media (max-width: 575px) {
  .n-com-page .section-teal h3 {
    margin: 2rem 0 20px;
  }
}
.n-com-page .section-teal p {
  text-align: left;
}
.n-com-page .core-slider {
  margin: 0 0 4rem;
}
.n-com-page .core-slider .slick-slide {
  margin: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .n-com-page .core-slider .slick-slide {
    margin: 0 1rem 0 0;
  }
}
.n-com-page .core-slider .slick-slide .img-bar {
  margin: 0 0 3rem;
}
.n-com-page .core-slider .slick-slide .img-bar img {
  width: 100%;
}
.n-com-page .core-slider .slick-slide .t-hold h3 {
  text-align: left;
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  color: #141414;
}
@media (max-width: 575px) {
  .n-com-page .core-slider .slick-slide .t-hold h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.n-com-page .core-slider .slick-slide .t-hold p {
  font-size: 18px;
  line-height: 25px;
  color: #141414;
  font-weight: 400;
}
@media (max-width: 575px) {
  .n-com-page .core-slider .slick-slide .t-hold p {
    font-size: 14px;
    line-height: 20px;
  }
}
.n-com-page .core-slider .slick-prev {
  left: 25px;
  z-index: 1;
}
.n-com-page .core-slider .slick-prev::before {
  background: linear-gradient(10.57deg, #072D76 -118.74%, #0FA98B 138.65%);
  padding: 6px 25px 6px 0;
  border-radius: 25px;
  z-index: -1;
  position: absolute;
  height: 30px;
  width: 60px;
  top: -5px;
  left: -6px;
  opacity: 1;
  content: url("../e-signature/img33.png");
}
.n-com-page .core-slider .slick-next {
  right: 100px;
  z-index: 1;
  top: 50%;
}
.n-com-page .core-slider .slick-next::before {
  background: linear-gradient(10.57deg, #072D76 -118.74%, #0FA98B 138.65%);
  padding: 6px 0 6px 25px;
  border-radius: 25px;
  z-index: -1;
  position: absolute;
  height: 30px;
  width: 60px;
  top: -5px;
  left: -6px;
  opacity: 1;
  content: url("../e-signature/img32.png");
}
.n-com-page .core-slider .slick-dots {
  margin: 0 0 -30px;
}
.n-com-page .core-slider .slick-dots li {
  width: auto;
  height: auto;
}
.n-com-page .core-slider .slick-dots li.slick-active button {
  background: #B0E8DE;
}
.n-com-page .core-slider .slick-dots li button {
  width: 50px;
  height: 6px;
  padding: 0;
  background: #2C4D46;
  border-radius: 50px 50px;
}
.n-com-page .core-slider .slick-dots li button::before {
  display: none;
}
.n-com-page .hero-section {
  padding: 7rem 0 5rem;
}
@media (max-width: 992px) {
  .n-com-page .hero-section {
    padding: 2rem 0;
  }
}
@media (max-width: 767px) {
  .n-com-page .hero-section {
    padding: 5rem 0;
  }
}
.n-com-page .hero-section::before {
  position: absolute;
  top: 2rem;
  left: 5rem;
  right: auto;
  bottom: 0;
  content: "";
  background: url(../e-signature/bg10.png) no-repeat top center;
  width: 350px;
  height: 100%;
  background-size: 100%;
  z-index: -1;
  display: none;
}
@media (max-width: 1400px) {
  .n-com-page .hero-section::before {
    left: 0;
  }
}
@media (max-width: 992px) {
  .n-com-page .hero-section::before {
    width: 250px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .n-com-page .hero-section::before {
    background: url(../e-signature/bg12.png) no-repeat top center;
    background-size: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 350px;
  }
}
.n-com-page .hero-section::after {
  position: absolute;
  top: 2rem;
  left: auto;
  right: 8rem;
  bottom: 0;
  content: "";
  background: url(../e-signature/bg11.png) no-repeat top center;
  width: 350px;
  height: 100%;
  background-size: 100%;
  z-index: -1;
}
@media (max-width: 1400px) {
  .n-com-page .hero-section::after {
    right: 0;
  }
}
@media (max-width: 1200px) {
  .n-com-page .hero-section::after {
    width: 300px;
  }
}
@media (max-width: 992px) {
  .n-com-page .hero-section::after {
    width: 250px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .n-com-page .hero-section::after {
    display: none;
  }
}
.n-com-page .hero-section .hero-title {
  text-align: left;
}
.n-com-page .hero-section .check-baar {
  padding: 15px 0;
  background: #EDFEFB;
}
.n-com-page .hero-section .check-baar ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.n-com-page .hero-section .check-baar ul li {
  display: flex;
  align-items: center;
  width: 19%;
  font-size: 18px;
  line-height: 20px;
  color: #0c0c0c;
}
@media (max-width: 1400px) {
  .n-com-page .hero-section .check-baar ul li {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 1200px) {
  .n-com-page .hero-section .check-baar ul li {
    font-size: 13px;
    line-height: 15px;
  }
}
.n-com-page .hero-section .check-baar ul li img {
  margin: 0 7px 0 0;
}
.n-com-page .hero-section .hero-description {
  text-align: left;
}
@media (max-width: 992px) {
  .n-com-page .hero-section .hero-description br {
    display: none;
  }
}
.n-com-page .hero-section .btn-cta-hero {
  margin: 0;
  width: 200px;
}
.n-com-page .hero-section .btn-cta-hero:hover {
  opacity: 0.9;
}

.video-bar {
  margin: 0 0 20px;
}
.video-bar .vido-block {
  border-radius: 15px 15px;
  position: relative;
}
.video-bar .vido-block::after {
  clear: both;
  content: "";
  display: block;
}
.video-bar .vido-block video {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px;
  display: block;
  object-fit: cover;
}
@media (max-width: 400px) {
  .video-bar .vido-block video {
    min-height: 200px;
  }
}
.video-bar .vido-block .play-pause--click-area {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  border-radius: 20px 20px;
  background-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.video-bar .vido-block .play-pause--container {
  position: relative;
  width: 30px;
  height: 30px;
}
.video-bar .vido-block .play-pause--container .play-icon {
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 25px;
  border-top-width: 25px;
  border-left: 35px solid #D9D9D9;
}
.video-bar .vido-block .play-pause--container .pause-icon {
  background-color: #fff;
  width: 10px;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
}
.video-bar .vido-block .play-pause--container .pause-icon:after {
  content: "";
  background: inherit;
  width: 10px;
  height: 30px;
  left: 15px;
  position: absolute;
}
.video-bar .vido-block .video-img {
  width: 100%;
  height: auto;
  min-height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  background: rgba(24, 208, 181, 0.5);
}

.n-taxx-page .hero-section {
  padding: 7rem 0 3rem;
}
@media (max-width: 1400px) {
  .n-taxx-page .hero-section {
    padding: 7rem 0 3rem;
  }
}
@media (max-width: 575px) {
  .n-taxx-page .hero-section {
    padding: 5rem 1rem 3rem;
  }
  .n-taxx-page .hero-section .hero-title {
    text-align: left;
  }
}
@media (max-width: 1200px) {
  .n-taxx-page .hero-section .hero-description br {
    display: none;
  }
}
@media (max-width: 575px) {
  .n-taxx-page .hero-section .hero-description {
    text-align: left;
  }
}
.n-taxx-page .hero-section h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #0C0C0C;
}
@media (max-width: 1200px) {
  .n-taxx-page .hero-section h6 {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 992px) {
  .n-taxx-page .hero-section h6 {
    display: none;
  }
}
.n-taxx-page .hero-section h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #0C0C0C;
  max-width: 520px;
  margin: 0;
  display: flex;
  justify-content: center;
  padding: 15px 15px;
  background: #EDFEFB;
  border: 1px solid #0FA98B;
  border-radius: 35px 35px;
}
@media (max-width: 1200px) {
  .n-taxx-page .hero-section h3 {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .n-taxx-page .hero-section h3 {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (max-width: 575px) {
  .n-taxx-page .hero-section .btn-cta-hero {
    padding: 10px 10px;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .n-taxx-page #features {
    padding: 1rem 1rem;
  }
  .n-taxx-page #features h4 {
    text-align: left;
  }
  .n-taxx-page #features .section-title {
    text-align: left;
  }
  .n-taxx-page #features .section-description {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .n-taxx-page .section-teal {
    padding: 1rem 1rem;
  }
}
@media (max-width: 575px) {
  .n-taxx-page .sem-area {
    padding: 1rem 1rem;
  }
  .n-taxx-page .sem-area h3 {
    text-align: left;
  }
  .n-taxx-page .sem-area .section-title {
    text-align: left;
  }
  .n-taxx-page .sem-area p {
    text-align: left;
  }
}
.n-taxx-page .sem-area .bus-detail {
  padding: 0;
}
@media (max-width: 767px) {
  .n-taxx-page .sem-area .bus-detail {
    margin: 3rem 0 0;
  }
}
.n-taxx-page .sem-area .bus-detail h2 {
  text-align: center;
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  color: #000;
  margin: 0;
}
@media (max-width: 1400px) {
  .n-taxx-page .sem-area .bus-detail h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .n-taxx-page .sem-area .bus-detail h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .n-taxx-page .sem-area .bus-detail h2 {
    font-size: 25px;
    line-height: 30px;
    text-align: left;
  }
  .n-taxx-page .sem-area .bus-detail h2 br {
    display: none;
  }
}
.n-taxx-page .sem-area .bus-detail h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.n-taxx-page .sem-area .beni-info ul li .box {
  min-height: 250px;
}
.n-taxx-page .sem-area .beni-info ul li:last-child {
  width: 100%;
}
.n-taxx-page .sem-area .beni-info ul li:last-child .box {
  border-top: 0;
  min-height: 200px;
}
.n-taxx-page .sem-area .d-bar {
  padding: 10rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .n-taxx-page .sem-area .d-bar {
    padding: 5rem 0;
  }
}
@media (max-width: 992px) {
  .n-taxx-page .sem-area .d-bar {
    padding: 5rem 0 0;
  }
}
.n-taxx-page .sem-area .d-bar::before {
  position: absolute;
  top: -3rem;
  left: -15rem;
  right: auto;
  bottom: 0;
  content: "";
  background: url(../e-signature/img47.png) no-repeat top center;
  width: 700px;
  height: 100%;
  background-size: 100%;
  z-index: -1;
}
@media (max-width: 1600px) {
  .n-taxx-page .sem-area .d-bar::before {
    width: 500px;
    left: -5rem;
  }
}
@media (max-width: 767px) {
  .n-taxx-page .sem-area .d-bar::before {
    display: none;
  }
}
.n-taxx-page .sem-area .d-bar::after {
  position: absolute;
  top: -3rem;
  left: auto;
  right: -15rem;
  bottom: 0;
  content: "";
  background: url(../e-signature/img48.png) no-repeat top center;
  width: 700px;
  height: 100%;
  background-size: 100%;
  z-index: -1;
}
@media (max-width: 1600px) {
  .n-taxx-page .sem-area .d-bar::after {
    width: 500px;
    right: -5rem;
  }
}
@media (max-width: 767px) {
  .n-taxx-page .sem-area .d-bar::after {
    display: none;
  }
}
.n-taxx-page .sem-area .d-bar h2 {
  text-align: center;
  font-size: 48px;
  line-height: 55px;
  font-weight: 600;
  color: #000;
  margin: 0 0 20px;
}
@media (max-width: 1400px) {
  .n-taxx-page .sem-area .d-bar h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .n-taxx-page .sem-area .d-bar h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .n-taxx-page .sem-area .d-bar h2 {
    font-size: 25px;
    line-height: 30px;
    text-align: left;
  }
  .n-taxx-page .sem-area .d-bar h2 br {
    display: none;
  }
}
.n-taxx-page .sem-area .d-bar h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  margin: 0 0 7rem;
}
@media (max-width: 1400px) {
  .n-taxx-page .sem-area .d-bar h3 {
    margin: 0 0 2rem;
  }
}
.n-taxx-page .sem-area .d-bar .box {
  padding: 0 5rem 0 0;
}
@media (max-width: 992px) {
  .n-taxx-page .sem-area .d-bar .box {
    padding: 0;
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .n-taxx-page .sem-area .d-bar .box {
    padding: 0 0 1rem 1rem;
    margin: 0;
    border-left: 5px solid #B0E8DE;
  }
}
.n-taxx-page .sem-area .d-bar .box h4 {
  font-size: 18px;
  line-height: 20px;
  color: #0C0C0C;
  font-weight: 600;
  margin: 0 0 12px;
}
.n-taxx-page .sem-area .d-bar .box p {
  font-size: 16px;
  line-height: 20px;
  color: #0C0C0C;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 575px) {
  .n-taxx-page .sem-area .beni-info {
    padding: 0;
    background: none;
  }
  .n-taxx-page .sem-area .beni-info ul {
    border-left: 5px solid #B0E8DE;
    padding: 0 1rem;
  }
  .n-taxx-page .sem-area .beni-info ul::before {
    display: none;
  }
  .n-taxx-page .sem-area .beni-info ul li .box {
    border: 0;
    padding: 0 0 20px;
    border-bottom: 0 !important;
    min-height: inherit !important;
  }
}
.n-taxx-page #info-bar h4 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  margin: 0 0 20px;
}
@media (max-width: 575px) {
  .n-taxx-page #info-bar h4 {
    padding: 0 1rem;
    text-align: left;
  }
}
.n-taxx-page #info-bar .section-title {
  margin: 0 0 15px;
}
@media (max-width: 575px) {
  .n-taxx-page #info-bar .section-title {
    padding: 0 1rem;
    text-align: left;
  }
}
.n-taxx-page #info-bar .section-description {
  font-size: 18px;
  line-height: 25px;
  color: #0C0C0C;
  font-weight: 400;
  margin: 0 0 30px;
}
@media (max-width: 1200px) {
  .n-taxx-page #info-bar .section-description br {
    display: none;
  }
}
@media (max-width: 575px) {
  .n-taxx-page #info-bar .section-description {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    padding: 0 1rem;
  }
}
.n-taxx-page #info-bar .core-slider {
  margin: 0 0 2rem;
}
.n-taxx-page .acc-info {
  background: url(../e-signature/bg01.png) no-repeat top center;
  background-size: cover;
  padding: 50px 70px;
  border-radius: 25px 25px;
}
@media (max-width: 1280px) {
  .n-taxx-page .acc-info {
    padding: 40px 40px;
  }
}
@media (max-width: 575px) {
  .n-taxx-page .acc-info {
    padding: 30px 30px;
  }
}
.n-taxx-page .acc-info h2 {
  font-size: 35px;
  line-height: 38px;
  color: #141414;
  margin: 0 0 25px;
  text-align: left;
  font-weight: 600;
}
@media (max-width: 992px) {
  .n-taxx-page .acc-info h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .n-taxx-page .acc-info h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .n-taxx-page .acc-info h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.n-taxx-page .acc-info .setup-content p {
  font-size: 18px;
  line-height: 22px;
  color: #0C0C0C;
  font-weight: 400;
  margin: 0 0 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .n-taxx-page .acc-info .setup-content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.n-taxx-page .acc-info .setup-content p span {
  font-weight: 600;
}
.n-taxx-page .acc-info .setup-content p:last-child {
  margin: 0;
}
.n-taxx-page .acc-info .b-box {
  background: #062D77;
  text-align: center;
  padding: 3rem 3rem;
  border-radius: 20px 20px;
  position: relative;
  margin: 0;
}
@media (max-width: 1200px) {
  .n-taxx-page .acc-info .b-box {
    padding: 2rem 2rem;
  }
}
.n-taxx-page .acc-info .b-box::before {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  content: "";
  background: url(../e-signature/bg02.png) no-repeat top right;
  width: 360px;
  height: 100%;
  background-size: contain;
  opacity: 0.4;
  pointer-events: none;
}
.n-taxx-page .acc-info .b-box .cta-title {
  font-size: 35px;
  line-height: 37px;
  color: #fff;
  margin: 0 0 15px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .n-taxx-page .acc-info .b-box .cta-title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .n-taxx-page .acc-info .b-box .cta-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.n-taxx-page .acc-info .b-box .cta-desc {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 20px;
}
@media (max-width: 575px) {
  .n-taxx-page .acc-info .b-box .cta-desc {
    font-size: 16px;
  }
}
.n-taxx-page .acc-info .b-box .btn-cta {
  background: linear-gradient(117.19deg, #064337 -37.04%, #0FA98B 97.47%);
  color: #fff;
  border: none;
  font-weight: 500;
  padding: 20px 15px;
  border-radius: 20px 20px;
  font-size: 20px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  margin: 0 auto;
}
.n-taxx-page .acc-info .b-box .btn-cta:hover {
  opacity: 0.9;
}
@media (max-width: 575px) {
  .n-taxx-page .acc-info .b-box .btn-cta {
    width: 200px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    border-radius: 15px 15px;
  }
}
.n-taxx-page .acc-info .b-box .btn-cta img {
  margin: 0 10px 0 0;
}
.n-taxx-page .bott-bar {
  position: relative;
  z-index: 1;
  padding: 7rem 0;
}
@media (max-width: 1600px) {
  .n-taxx-page .bott-bar {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .n-taxx-page .bott-bar {
    padding: 2rem 0 0;
  }
}
.n-taxx-page .bott-bar::before {
  position: absolute;
  top: -1rem;
  left: 2rem;
  right: auto;
  bottom: 0;
  content: "";
  background: url(../e-signature/img47.png) no-repeat top center;
  width: 600px;
  height: 100%;
  background-size: 100%;
  z-index: -1;
}
@media (max-width: 1600px) {
  .n-taxx-page .bott-bar::before {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .n-taxx-page .bott-bar::before {
    display: none;
  }
}
.n-taxx-page .bott-bar::after {
  position: absolute;
  top: -1rem;
  left: auto;
  right: 2rem;
  bottom: 0;
  content: "";
  background: url(../e-signature/img48.png) no-repeat top center;
  width: 600px;
  height: 100%;
  background-size: 100%;
  z-index: -1;
}
@media (max-width: 1600px) {
  .n-taxx-page .bott-bar::after {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .n-taxx-page .bott-bar::after {
    display: none;
  }
}
.n-taxx-page .bott-bar .section-title {
  margin: 0 0 15px;
  font-size: 35px;
  line-height: 37px;
  font-weight: 600;
  color: #141414;
}
@media (max-width: 767px) {
  .n-taxx-page .bott-bar .section-title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .n-taxx-page .bott-bar .section-title {
    font-size: 25px;
    line-height: 30px;
    text-align: left !important;
    padding: 0 0 0 1rem;
  }
}
.n-taxx-page .bott-bar p {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 25px;
}
@media (max-width: 575px) {
  .n-taxx-page .bott-bar p {
    text-align: left;
    padding: 0 1rem;
  }
}
.n-taxx-page .bott-bar .btn-bar {
  display: flex;
  justify-content: center;
  margin: 0 0 60px;
}
@media (max-width: 575px) {
  .n-taxx-page .bott-bar .btn-bar {
    padding: 0 0 0 1rem;
    justify-content: flex-start;
    margin: 0 0 25px;
  }
}
.n-taxx-page .bott-bar .btn-bar a {
  background: linear-gradient(117.19deg, #064337 -37.04%, #0FA98B 97.47%);
  color: #fff;
  border: none;
  font-weight: 500;
  padding: 18px 40px;
  border-radius: 20px 20px;
  font-size: 20px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
.n-taxx-page .bott-bar .btn-bar a:hover {
  opacity: 0.9;
}
@media (max-width: 575px) {
  .n-taxx-page .bott-bar .btn-bar a {
    padding: 10px 18px;
    font-size: 14px;
    line-height: 16px;
  }
}
.n-taxx-page .pro-info h4 {
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  color: #000;
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 1400px) {
  .n-taxx-page .pro-info h4 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .n-taxx-page .pro-info h4 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .n-taxx-page .pro-info h4 {
    font-size: 25px;
    line-height: 30px;
  }
  .n-taxx-page .pro-info h4 br {
    display: none;
  }
}

@media (max-width: 575px) {
  .n-tm-page .hero-section .hero-title br {
    display: none;
  }
  .n-tm-page .hero-section .hero-title {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .n-tm-page .hero-section .hero-description {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .n-tm-page .hero-section .btn-cta-hero {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .n-tm-page #features h4 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .n-tm-page #features .section-title {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .n-tm-page #features .section-description {
    text-align: center;
  }
}
.n-tm-page .section-teal {
  margin: 0 0 2rem;
}
.n-tm-page .section-teal h3 {
  text-align: center;
}
.n-tm-page .section-teal p {
  text-align: center;
}
@media (max-width: 575px) {
  .n-tm-page .sem-area .section-title {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .n-tm-page .sem-area p {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .n-tm-page .sem-area .beni-info {
    padding: 1rem 1rem;
    background: url(../e-signature/bg09.png) bottom center no-repeat;
    background-size: cover;
  }
  .n-tm-page .sem-area .beni-info ul {
    border: 0;
    padding: 0;
  }
}
.n-tm-page .sem-area .beni-info ul li:last-child {
  width: 50%;
}
@media (max-width: 575px) {
  .n-tm-page .sem-area .beni-info ul li:last-child {
    width: 100%;
  }
}
.n-tm-page .sem-area .beni-info ul li .box {
  min-height: 200px;
}
@media (max-width: 575px) {
  .n-tm-page .sem-area .beni-info .btn-bar a {
    padding: 15px 15px;
  }
}
.n-tm-page .sem-area .bus-detail h2 {
  text-align: left;
  margin: 0 0 25px;
}

@media (max-width: 767px) {
  .npm-page .hero-section {
    padding: 5rem 0 0;
  }
}
.npm-page .hero-section::before {
  display: none;
}
.npm-page .hero-section::after {
  display: none;
}
.npm-page .hero-section .hero-title {
  text-align: left;
}
.npm-page .hero-section .hero-title span {
  color: #0FA98B;
}
.npm-page .hero-section .hero-description {
  text-align: left;
}
.npm-page .hero-section .btn-cta-hero {
  margin: 0;
}
.npm-page .section-teal {
  margin: 0;
}
.npm-page .section-teal h3 {
  text-align: center;
}
@media (max-width: 575px) {
  .npm-page .section-teal h3 {
    text-align: left;
  }
}
.npm-page .section-teal p {
  text-align: center;
}
@media (max-width: 575px) {
  .npm-page .section-teal p {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .npm-page .section-teal .section-title {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .npm-page .sem-area .section-title {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .npm-page .sem-area p {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .npm-page .sem-area .beni-info {
    padding: 1rem 1rem;
    background: url(../e-signature/bg09.png) bottom center no-repeat;
    background-size: cover;
  }
  .npm-page .sem-area .beni-info ul {
    border: 0;
    padding: 0;
  }
}
.npm-page .sem-area .beni-info ul li:last-child {
  width: 50%;
}
@media (max-width: 992px) {
  .npm-page .sem-area .beni-info ul li:last-child {
    width: 100%;
  }
}
.npm-page .sem-area .beni-info ul li .box {
  min-height: 200px;
}
@media (max-width: 575px) {
  .npm-page .sem-area .beni-info .btn-bar a {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 14px;
  }
}
.npm-page .sem-area .bus-detail h2 {
  text-align: left;
  margin: 0 0 25px;
}
.npm-page .sem-area .y-day {
  padding: 5rem 0 5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .npm-page .sem-area .y-day {
    padding: 4rem 0 0;
  }
}
.npm-page .sem-area .y-day h2 {
  text-align: left;
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  color: #000;
  margin: 0 0 25px;
}
.npm-page .sem-area .y-day h2 span {
  color: #0FA98B;
}
@media (max-width: 1400px) {
  .npm-page .sem-area .y-day h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .npm-page .sem-area .y-day h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .npm-page .sem-area .y-day h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 15px;
  }
  .npm-page .sem-area .y-day h2 br {
    display: none;
  }
}
.npm-page .sem-area .y-day p {
  font-size: 18px;
  line-height: 22px;
  color: #0C0C0C;
  font-weight: 400;
  margin: 0 0 25px;
  text-align: left;
}
@media (max-width: 992px) {
  .npm-page .sem-area .y-day p {
    margin: 0 0 2rem;
  }
}
@media (max-width: 575px) {
  .npm-page .sem-area .y-day p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 2.5rem;
  }
}
.npm-page .sem-area .y-day ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.npm-page .sem-area .y-day ul li {
  margin: 0 7px 0 0;
  width: 32%;
}
@media (max-width: 767px) {
  .npm-page .sem-area .y-day ul li {
    width: 100%;
    margin: 0 0 10px;
  }
}
.npm-page .sem-area .y-day ul li:last-child {
  margin: 0;
}
.npm-page .sem-area .y-day ul li .box {
  background: #D7F3EE;
  border-radius: 15px 15px;
  padding: 20px 20px;
  min-height: 180px;
}
@media (max-width: 1280px) {
  .npm-page .sem-area .y-day ul li .box {
    min-height: 150px;
  }
}
@media (max-width: 992px) {
  .npm-page .sem-area .y-day ul li .box {
    width: 100%;
    min-height: 170px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1411764706);
  }
}
@media (max-width: 767px) {
  .npm-page .sem-area .y-day ul li .box {
    min-height: inherit;
  }
}
.npm-page .sem-area .y-day ul li .box h3 {
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  color: #0C0C0C;
  font-weight: 600;
  margin: 0 0 10px;
}
@media (max-width: 1200px) {
  .npm-page .sem-area .y-day ul li .box h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .npm-page .sem-area .y-day ul li .box h3 {
    margin: 0 0 10px;
  }
}
.npm-page .sem-area .y-day ul li .box p {
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  color: #0C0C0C;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1200px) {
  .npm-page .sem-area .y-day ul li .box p {
    font-size: 14px;
    line-height: 20px;
  }
}
.npm-page #info-bar .section-title br {
  display: none;
}
.npm-page #features .section-title br {
  display: none;
}
.npm-page .video-bar .vido-block::before {
  position: absolute;
  top: auto;
  right: auto;
  left: -4.5rem;
  bottom: -3rem;
  content: "";
  z-index: 1;
  background: url(../e-signature/img67.png) no-repeat;
  background-size: 100%;
  width: 150px;
  height: 170px;
}
@media (max-width: 992px) {
  .npm-page .video-bar .vido-block::before {
    display: none;
  }
}

.n-invoice-page .section-teal h3 {
  text-align: center;
}
.n-invoice-page .section-teal p {
  text-align: center;
}
.n-invoice-page .sem-area .bus-detail h2 {
  text-align: left;
  margin: 0 0 20px;
}
@media (max-width: 575px) {
  .n-invoice-page .sem-area .beni-info {
    padding: 1rem 1rem;
    background: url(../e-signature/bg09.png) bottom center no-repeat;
    background-size: cover;
  }
  .n-invoice-page .sem-area .beni-info ul {
    border: 0;
    padding: 0;
  }
}

.n-cp-page .hero-section::before {
  display: none;
}
.n-cp-page .hero-section::after {
  display: none;
}
.n-cp-page .section-teal {
  padding: 3rem 0 0;
}
.n-cp-page .section-teal h3 {
  text-align: center;
}
.n-cp-page .section-teal p {
  text-align: center;
}
.n-cp-page .sem-area .bus-detail h2 {
  text-align: left;
  margin: 0 0 20px;
}
@media (max-width: 575px) {
  .n-cp-page .sem-area .beni-info {
    padding: 1rem 1rem;
    background: url(../e-signature/bg09.png) bottom center no-repeat;
    background-size: cover;
  }
  .n-cp-page .sem-area .beni-info ul {
    border: 0;
    padding: 0;
  }
}

.n-pdf-page .hero-section::before {
  display: none;
}
.n-pdf-page .hero-section::after {
  display: none;
}
.n-pdf-page .section-teal {
  padding: 3rem 0 0;
}
.n-pdf-page .section-teal h3 {
  text-align: center;
}
.n-pdf-page .section-teal p {
  text-align: center;
}
.n-pdf-page .sem-area .bus-detail h2 {
  text-align: left;
  margin: 0 0 20px;
}
@media (max-width: 575px) {
  .n-pdf-page .sem-area .beni-info {
    padding: 1rem 1rem;
    background: url(../e-signature/bg09.png) bottom center no-repeat;
    background-size: cover;
  }
  .n-pdf-page .sem-area .beni-info ul {
    border: 0;
    padding: 0;
  }
}

.login-new-page {
  background: url(../images/loginbg.png) no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  position: relative;
}
@media (max-width: 575px) {
  .login-new-page {
    height: auto;
  }
}
.login-new-page .log-area {
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .login-new-page .log-area {
    padding: 5rem 15px 0;
  }
}
@media (max-width: 575px) {
  .login-new-page .log-area {
    padding: 2rem 15px 2rem !important;
  }
}
.login-new-page .log-area .block {
  border-radius: 0 0 20px 20px;
  background: #fff;
  box-shadow: 0px 4px 50px 3px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
  border-top: 5px solid #062D77;
}
.login-new-page .log-area .block::before {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #BCBCBC;
  width: 1px;
  height: 90%;
  z-index: -1;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 992px) {
  .login-new-page .log-area .block::before {
    display: none;
  }
}
.login-new-page .log-area .block .img-hold {
  height: 100%;
  position: relative;
}
.login-new-page .log-area .block .img-hold .cap {
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  bottom: auto;
  content: "";
  text-align: center;
}
.login-new-page .log-area .block .img-hold .cap h2 {
  font-size: 25px;
  line-height: 27px;
  color: #000;
  font-weight: 500;
}
.login-new-page .log-area .block .img-hold img {
  height: 100%;
}
.login-new-page .log-area .block .form-block {
  height: 100%;
  border-radius: 0;
  padding: 3rem 2rem 3rem;
  position: relative;
}
@media (max-width: 992px) {
  .login-new-page .log-area .block .form-block {
    border-radius: 12px 12px;
  }
}
@media (max-width: 575px) {
  .login-new-page .log-area .block .form-block {
    padding: 2rem 1rem 3rem;
    border-radius: 10px 10px;
  }
}
.login-new-page .log-area .block .form-block .top-area {
  text-align: center;
  margin: 0 0 2rem;
}
@media (max-width: 575px) {
  .login-new-page .log-area .block .form-block .top-area {
    margin: 0 0 1rem;
  }
}
.login-new-page .log-area .block .form-block .top-area img {
  width: auto;
  margin: 0 0 25px;
}
.login-new-page .log-area .block .form-block .top-area h3 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}
@media (max-width: 575px) {
  .login-new-page .log-area .block .form-block .top-area h3 {
    font-size: 18px;
    line-height: 20px;
  }
}
.login-new-page .log-area .block .form-block form label {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin: 0 0 10px;
}
.login-new-page .log-area .block .form-block form input {
  background: #fff;
  font-size: 14px;
  line-height: 16px;
  padding: 15px 15px;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3137254902);
}
.login-new-page .log-area .block .form-block form .l-btn {
  background: #092356;
  text-align: center;
  padding: 12px 15px;
  font-size: 20px;
  line-height: 22px;
  width: 100%;
  color: #fff;
  border-radius: 10px;
  margin: 0;
}
.login-new-page .log-area .block .form-block form .l-btn:hover {
  opacity: 0.9;
}
.login-new-page .log-area .block .form-block form a {
  color: #747576;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration-line: underline;
  text-align: right;
  display: block;
}
.login-new-page .log-area .block .form-block form a:hover {
  opacity: 0.8;
}
.login-new-page .log-area .block .form-block .b-area {
  margin: 0 0 20px;
}
.login-new-page .log-area .block .form-block .b-area .img-hold {
  text-align: center;
}
.login-new-page .log-area .block .form-block .s-area {
  margin: 0 0 3rem;
}
.login-new-page .log-area .block .form-block .s-area ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media (max-width: 922px) {
  .login-new-page .log-area .block .form-block .s-area ul li {
    padding: 0 10px 0 0;
  }
  .login-new-page .log-area .block .form-block .s-area ul li:last-child {
    padding: 0;
  }
}
.login-new-page .log-area .block .form-block .b-text p {
  color: #353535;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  .login-new-page .log-area .block .form-block .b-text p {
    font-size: 14px;
    line-height: 16px;
  }
}
.login-new-page .log-area .block .form-block .b-text p a {
  color: #00A25D;
  font-weight: 600;
}
.login-new-page .log-area .block .form-block ul {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
@media (max-width: 1200px) {
  .login-new-page .log-area .block .form-block ul {
    flex-direction: column;
  }
}
.login-new-page .log-area .block .form-block ul li {
  width: 48%;
}
@media (max-width: 1200px) {
  .login-new-page .log-area .block .form-block ul li {
    width: 100%;
    margin: 0 0 10px;
  }
}
.login-new-page .log-area .block .form-block ul li a {
  font-size: 15px;
  line-height: 17px;
  padding: 10px 5px;
}
.login-new-page #footer {
  background: #fff;
  padding: 20px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}
@media (max-width: 575px) {
  .login-new-page #footer {
    padding: 15px 15px;
  }
}
.login-new-page #footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-new-page #footer ul li {
  margin: 0 25px 0;
}
@media (max-width: 575px) {
  .login-new-page #footer ul li {
    margin: 0 12px 0;
  }
}
.login-new-page #footer ul li a {
  color: #353535;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 575px) {
  .login-new-page #footer ul li a {
    font-size: 16px;
    line-height: 18px;
  }
}
.login-new-page .rig-bar {
  text-align: center;
  padding: 0 15px;
}
@media (max-width: 992px) {
  .login-new-page .rig-bar {
    padding: 25px 25px;
  }
}
.login-new-page .rig-bar h2 {
  font-size: 20px;
  line-height: 22px;
  color: #000;
  font-weight: 600;
  margin: 0 0 15px;
}
.login-new-page .rig-bar p {
  font-size: 15px;
  line-height: 18px;
  color: #000;
  font-weight: 300;
  margin: 0 0 15px;
}
@media (max-width: 1200px) {
  .login-new-page .rig-bar p br {
    display: none;
  }
}
@media (max-width: 992px) {
  .login-new-page .rig-bar p {
    max-width: 400px;
    margin: 0 auto 15px;
  }
}
.login-new-page .rig-bar .img-bar {
  text-align: center;
  background: rgba(0, 162, 93, 0.1019607843);
  padding: 20px 20px;
  border-radius: 10px 10px;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .login-new-page .rig-bar .img-bar {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .login-new-page .rig-bar .img-bar {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .login-new-page .rig-bar .img-bar {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .login-new-page .rig-bar .img-bar {
    width: 80%;
  }
}
.login-new-page .rig-bar .img-bar ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.login-new-page .rig-bar .img-bar ul li {
  width: 45%;
}
@media (max-width: 1200px) {
  .login-new-page .rig-bar .img-bar ul li {
    width: 50%;
  }
}
.login-new-page .rig-bar .img-bar ul li a {
  display: block;
}
.login-new-page .rig-bar .img-bar ul li a:hover {
  opacity: 0.9;
}
.login-new-page .rig-bar .img-bar ul li a img {
  height: 32px;
}

.ld-page .lt-area {
  background: url(../images/ld01.png) no-repeat top -7rem center;
  background-size: cover;
  position: relative;
  padding: 12rem 0 25rem;
}
@media (max-width: 1800px) {
  .ld-page .lt-area {
    padding: 12rem 0 22rem;
  }
}
@media (max-width: 1700px) {
  .ld-page .lt-area {
    padding: 12rem 0 20rem;
  }
}
@media (max-width: 1600px) {
  .ld-page .lt-area {
    padding: 12rem 0 18rem;
    background: url(../images/ld01.png) no-repeat top -3rem center;
    background-size: cover;
  }
}
@media (max-width: 1500px) {
  .ld-page .lt-area {
    padding: 12rem 0 18rem;
  }
}
@media (max-width: 1400px) {
  .ld-page .lt-area {
    padding: 12rem 0 14rem;
    background: url(../images/ld01.png) no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 1200px) {
  .ld-page .lt-area {
    padding: 12rem 0 12rem;
  }
}
@media (max-width: 992px) {
  .ld-page .lt-area {
    padding: 7rem 0 15rem;
    background: url(../images/ld01.png) no-repeat right center;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .ld-page .lt-area {
    padding: 7rem 0 10rem;
    background: url(../images/ld01.png) no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 600px) {
  .ld-page .lt-area {
    padding: 7rem 0 7rem;
    background: url(../images/ld01.png) no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 575px) {
  .ld-page .lt-area {
    padding: 6rem 0 7rem;
    background: url(../images/ld01.png) no-repeat center center;
    background-size: 100%;
  }
}
@media (max-width: 450px) {
  .ld-page .lt-area {
    padding: 5rem 0 7rem;
    background: url(../images/ld01.png) no-repeat center center;
    background-size: 100%;
  }
}
.ld-page .lt-area h2 {
  font-size: 48px;
  line-height: 50px;
  color: #fff;
  font-weight: 900;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  filter: drop-shadow(0 0 22.7px rgba(0, 0, 0, 0.58));
  position: relative;
}
@media (max-width: 1400px) {
  .ld-page .lt-area h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 1200px) {
  .ld-page .lt-area h2 {
    font-size: 35px;
    line-height: 37px;
  }
}
@media (max-width: 767px) {
  .ld-page .lt-area h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
@media (max-width: 575px) {
  .ld-page .lt-area h2 {
    font-size: 16px;
    line-height: 18px;
  }
}
.ld-page .lt-area h2:before {
  position: absolute;
  top: 0;
  left: auto;
  right: -1rem;
  content: "";
  background: url(../images/ld-15.png) no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
}
@media (max-width: 575px) {
  .ld-page .lt-area h2:before {
    width: 20px;
    height: 20px;
    right: 10rem;
  }
}
@media (max-width: 450px) {
  .ld-page .lt-area h2:before {
    width: 20px;
    height: 20px;
    right: 7rem;
  }
}
@media (max-width: 400px) {
  .ld-page .lt-area h2:before {
    right: 7rem;
  }
}
.ld-page .lt-area h1 {
  font-size: 70px;
  line-height: 72px;
  color: #fff;
  font-weight: 900;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  filter: drop-shadow(0 0 22.7px rgba(0, 0, 0, 0.58));
}
@media (max-width: 1400px) {
  .ld-page .lt-area h1 {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .ld-page .lt-area h1 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .ld-page .lt-area h1 {
    font-size: 25px;
    line-height: 27px;
  }
}
@media (max-width: 450px) {
  .ld-page .lt-area h1 {
    font-size: 25px;
    line-height: 27px;
    margin: 0 0 5px;
  }
}
@media (max-width: 375px) {
  .ld-page .lt-area h1 {
    font-size: 20px;
    line-height: 22px;
  }
}
.ld-page .lt-area h1 span {
  background-clip: text;
  background-image: linear-gradient(180deg, rgb(242, 211, 122) 0%, rgb(178, 146, 69) 100%);
  color: transparent;
}
.ld-page .lt-area p {
  font-size: 33px;
  line-height: 45px;
  color: #fff;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  filter: drop-shadow(0 0 22.7px rgba(0, 0, 0, 0.58));
  position: relative;
  margin: 0 0 25px;
}
.ld-page .lt-area p span {
  background-clip: text;
  background-image: linear-gradient(180deg, rgb(242, 211, 122) 0%, rgb(178, 146, 69) 100%);
  color: transparent;
}
@media (max-width: 1400px) {
  .ld-page .lt-area p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 1200px) {
  .ld-page .lt-area p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .ld-page .lt-area p {
    margin: 0 0 10px;
  }
}
@media (max-width: 575px) {
  .ld-page .lt-area p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 400px) {
  .ld-page .lt-area p {
    font-size: 12px;
    line-height: 16px;
  }
}
.ld-page .lt-area .gst-btn {
  background: linear-gradient(180deg, rgb(52, 115, 120) 0%, rgb(34, 88, 87) 35%, rgb(34, 88, 87) 68%, rgb(52, 115, 120) 100%);
  color: #fff;
  border: 3px solid #B3BD9A;
  font-size: 30px;
  line-height: 32px;
  padding: 7px 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 0;
  min-width: 450px;
  border-radius: 10px 10px;
}
@media (max-width: 992px) {
  .ld-page .lt-area .gst-btn {
    min-width: 350px;
  }
}
@media (max-width: 767px) {
  .ld-page .lt-area .gst-btn {
    min-width: auto;
    font-size: 20px;
    line-height: 22px;
    padding: 7px 15px;
  }
}
@media (max-width: 575px) {
  .ld-page .lt-area .gst-btn {
    font-size: 15px;
    line-height: 17px;
    padding: 6px 10px;
  }
}
.ld-page .ld-info {
  padding: 0 0 3rem;
}
.ld-page .ld-info .list {
  margin: 0 0 3rem;
}
@media (max-width: 767px) {
  .ld-page .ld-info .list {
    margin: 0;
  }
}
.ld-page .ld-info .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ld-page .ld-info .list ul li {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  flex-wrap: wrap;
  width: 33.33%;
}
@media (max-width: 992px) {
  .ld-page .ld-info .list ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .ld-page .ld-info .list ul li {
    width: 100%;
    margin: 0 0 20px;
  }
}
.ld-page .ld-info .list ul li .img-hold {
  width: 100px;
}
@media (max-width: 1400px) {
  .ld-page .ld-info .list ul li .img-hold {
    width: 80px;
  }
}
@media (max-width: 1280px) {
  .ld-page .ld-info .list ul li .img-hold {
    width: 70px;
  }
}
.ld-page .ld-info .list ul li .text-hold {
  padding: 0 0 0 15px;
  width: 75%;
}
.ld-page .ld-info .list ul li .text-hold h3 {
  color: #00360C;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 25px;
  font-weight: 900;
  margin: 0 0 10px;
}
@media (max-width: 1400px) {
  .ld-page .ld-info .list ul li .text-hold h3 {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 1280px) {
  .ld-page .ld-info .list ul li .text-hold h3 {
    font-size: 17px;
    line-height: 19px;
  }
}
.ld-page .ld-info .list ul li .text-hold p {
  color: #00360C;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1400px) {
  .ld-page .ld-info .list ul li .text-hold p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 1280px) {
  .ld-page .ld-info .list ul li .text-hold p {
    font-size: 16px;
    line-height: 24px;
  }
}
.ld-page .right-side .img-hold {
  position: relative;
  z-index: 9;
  width: 400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ld-page .right-side .img-hold {
    width: 300px;
  }
}
.ld-page .right-side .icon-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ld-page .right-side .icon-block ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
}
@media (max-width: 992px) {
  .ld-page .right-side .icon-block ul {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .ld-page .right-side .icon-block ul {
    width: 100%;
  }
}
.ld-page .right-side .icon-block ul li {
  width: 45%;
  text-align: center;
}
@media (max-width: 575px) {
  .ld-page .right-side .icon-block ul li {
    width: 50%;
  }
}
.ld-page .right-side .icon-block ul li:nth-child(1) {
  width: 55%;
}
@media (max-width: 575px) {
  .ld-page .right-side .icon-block ul li:nth-child(1) {
    width: 50%;
  }
}
.ld-page .right-side .icon-block ul li .img-bar {
  margin: 0 auto 15px;
  width: 60px;
}
@media (max-width: 1200px) {
  .ld-page .right-side .icon-block ul li .img-bar {
    width: 40px;
    margin: 0 auto 10px;
  }
}
.ld-page .right-side .icon-block ul li .t-bar h3 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 900;
  margin: 0 0 10px;
}
@media (max-width: 1400px) {
  .ld-page .right-side .icon-block ul li .t-bar h3 {
    font-size: 25px;
    line-height: 27px;
  }
}
@media (max-width: 575px) {
  .ld-page .right-side .icon-block ul li .t-bar h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 5px;
  }
}
.ld-page .right-side .icon-block ul li .t-bar p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1400px) {
  .ld-page .right-side .icon-block ul li .t-bar p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .ld-page .right-side .icon-block ul li .t-bar p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 450px) {
  .ld-page .right-side .icon-block ul li .t-bar p {
    font-size: 15px;
    line-height: 18px;
  }
}
.ld-page .right-side .icon-block ul li:nth-child(2) {
  background: url(../images/ld-05.png) no-repeat center center;
  padding: 30px 25px;
  background-size: 21rem;
}
@media (max-width: 1280px) {
  .ld-page .right-side .icon-block ul li:nth-child(2) {
    background-size: 20rem;
  }
}
@media (max-width: 1400px) {
  .ld-page .right-side .icon-block ul li:nth-child(2) {
    padding: 30px 15px;
    background-size: 17rem;
  }
}
@media (max-width: 1200px) {
  .ld-page .right-side .icon-block ul li:nth-child(2) {
    padding: 30px 15px;
    background-size: 15rem;
  }
}
@media (max-width: 575px) {
  .ld-page .right-side .icon-block ul li:nth-child(2) {
    background-size: 15rem;
  }
}
@media (max-width: 450px) {
  .ld-page .right-side .icon-block ul li:nth-child(2) {
    background-size: 12rem;
  }
}
.ld-page .right-side .icon-block ul li:nth-child(2) .t-bar h3 {
  color: #074F4F;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  margin: 0 0 15px;
}
@media (max-width: 1400px) {
  .ld-page .right-side .icon-block ul li:nth-child(2) .t-bar h3 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 7px;
  }
}
@media (max-width: 767px) {
  .ld-page .right-side .icon-block ul li:nth-child(2) .t-bar h3 {
    margin: 0 0 10px;
  }
}
@media (max-width: 575px) {
  .ld-page .right-side .icon-block ul li:nth-child(2) .t-bar h3 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 5px;
  }
}
@media (max-width: 450px) {
  .ld-page .right-side .icon-block ul li:nth-child(2) .t-bar h3 {
    font-size: 14px;
    line-height: 17px;
  }
}
.ld-page .right-side .icon-block ul li:nth-child(2) .t-bar p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1400px) {
  .ld-page .right-side .icon-block ul li:nth-child(2) .t-bar p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .ld-page .right-side .icon-block ul li:nth-child(2) .t-bar p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 450px) {
  .ld-page .right-side .icon-block ul li:nth-child(2) .t-bar p {
    font-size: 14px;
    line-height: 19px;
  }
}
.ld-page .right-side .four-bar {
  width: 50%;
  margin: 7rem 0 0;
}
@media (max-width: 992px) {
  .ld-page .right-side .four-bar {
    width: 100%;
    margin: 2rem 0 0;
  }
}
.ld-page .right-side .four-bar ol {
  display: flex;
  align-items: flex-end;
}
.ld-page .right-side .four-bar ol li {
  width: 25%;
  text-align: center;
  position: relative;
}
.ld-page .right-side .four-bar ol li:last-child::before {
  display: none;
}
.ld-page .right-side .four-bar ol li::before {
  position: absolute;
  top: 5px;
  left: auto;
  right: 0;
  content: "";
  background: url(../images/ld-25.png) no-repeat;
  background-size: 75%;
  width: 4px;
  height: 100%;
}
@media (max-width: 1400px) {
  .ld-page .right-side .four-bar ol li::before {
    background-size: 70%;
  }
}
@media (max-width: 1200px) {
  .ld-page .right-side .four-bar ol li::before {
    background-size: 60%;
  }
}
@media (max-width: 450px) {
  .ld-page .right-side .four-bar ol li::before {
    background-size: 40%;
    right: -5px;
  }
}
.ld-page .right-side .four-bar ol li p {
  font-size: 20px;
  line-height: 22px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
@media (max-width: 1600px) {
  .ld-page .right-side .four-bar ol li p {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .ld-page .right-side .four-bar ol li p {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 450px) {
  .ld-page .right-side .four-bar ol li p {
    font-size: 15px;
    line-height: 17px;
  }
}
.ld-page .right-side .four-bar ol li img {
  margin: 0 0 10px;
  width: 50px;
  height: 50px;
}
@media (max-width: 1200px) {
  .ld-page .right-side .four-bar ol li img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575px) {
  .ld-page .right-side .four-bar ol li img {
    width: 35px;
    height: 35px;
    margin: 0 0 7px;
  }
}
.ld-page .bottom-area {
  background: #154748;
  padding: 3rem 0;
  text-align: center;
}
@media (max-width: 992px) {
  .ld-page .bottom-area {
    padding: 2rem 0;
  }
}
.ld-page .bottom-area h2 {
  font-size: 40px;
  line-height: 42px;
  color: #fff;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  filter: drop-shadow(0 0 22.7px rgba(0, 0, 0, 0.58));
  margin: 0 0 20px;
}
.ld-page .bottom-area h2 span {
  background-clip: text;
  background-image: linear-gradient(180deg, rgb(242, 211, 122) 0%, rgb(178, 146, 69) 100%);
  color: transparent;
}
@media (max-width: 1600px) {
  .ld-page .bottom-area h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 1280px) {
  .ld-page .bottom-area h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 992px) {
  .ld-page .bottom-area h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .ld-page .bottom-area h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.ld-page .bottom-area .book-btn {
  background: linear-gradient(180deg, rgb(52, 115, 120) 0%, rgb(34, 88, 87) 35%, rgb(34, 88, 87) 68%, rgb(52, 115, 120) 100%);
  color: #fff;
  border: 3px solid #B3BD9A;
  font-size: 30px;
  line-height: 32px;
  padding: 10px 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 0;
  min-width: 450px;
  border-radius: 10px 10px;
}
@media (max-width: 992px) {
  .ld-page .bottom-area .book-btn {
    font-size: 24px;
    line-height: 26px;
    min-width: 350px;
  }
}
@media (max-width: 575px) {
  .ld-page .bottom-area .book-btn {
    font-size: 20px;
    line-height: 22px;
    min-width: 300px;
  }
}
.ld-page .bottom-area .book-btn:focus {
  outline: none;
  box-shadow: none;
}
.ld-page .bottom-area .book-btn:hover {
  opacity: 0.8;
}
.ld-page #footer .top-area {
  background: none;
}

.ld-two-page .top-side {
  background: url(../images/ld-27.png) no-repeat top 0 right;
  background-size: cover;
  position: relative;
  padding: 15rem 0 5rem;
}
@media (max-width: 1200px) {
  .ld-two-page .top-side {
    padding: 10rem 0 0;
  }
}
@media (max-width: 992px) {
  .ld-two-page .top-side {
    background: url(../images/ld-27.png) no-repeat top 4rem right;
    padding: 7rem 0 0;
    background-size: cover;
  }
}
.ld-two-page .top-side h1 {
  font-size: 170px;
  line-height: 172px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  transform: rotate(-3deg);
  margin: 0 0 30px;
}
@media (max-width: 1700px) {
  .ld-two-page .top-side h1 {
    font-size: 150px;
    line-height: 152px;
  }
}
@media (max-width: 1400px) {
  .ld-two-page .top-side h1 {
    font-size: 110px;
    line-height: 112px;
  }
}
@media (max-width: 1200px) {
  .ld-two-page .top-side h1 {
    font-size: 90px;
    line-height: 92px;
  }
}
@media (max-width: 992px) {
  .ld-two-page .top-side h1 {
    font-size: 70px;
    line-height: 72px;
  }
}
@media (max-width: 767px) {
  .ld-two-page .top-side h1 {
    font-size: 60px;
    line-height: 62px;
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .ld-two-page .top-side h1 {
    font-size: 40px;
    line-height: 42px;
    margin: 0 0 15px;
  }
}
.ld-two-page .top-side h2 {
  font-size: 170px;
  line-height: 172px;
  color: #DA981C;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  transform: rotate(-3deg);
  margin: 0 0 10px;
}
@media (max-width: 1700px) {
  .ld-two-page .top-side h2 {
    font-size: 150px;
    line-height: 152px;
  }
}
@media (max-width: 1400px) {
  .ld-two-page .top-side h2 {
    font-size: 110px;
    line-height: 112px;
  }
}
@media (max-width: 1200px) {
  .ld-two-page .top-side h2 {
    font-size: 90px;
    line-height: 92px;
  }
}
@media (max-width: 992px) {
  .ld-two-page .top-side h2 {
    font-size: 70px;
    line-height: 72px;
  }
}
@media (max-width: 767px) {
  .ld-two-page .top-side h2 {
    font-size: 60px;
    line-height: 62px;
  }
}
@media (max-width: 575px) {
  .ld-two-page .top-side h2 {
    font-size: 40px;
    line-height: 42px;
    margin: 0 0 15px;
  }
}
.ld-two-page .top-side img {
  display: block;
  width: 70%;
}
@media (max-width: 1400px) {
  .ld-two-page .top-side img {
    width: 60%;
  }
}
@media (max-width: 450px) {
  .ld-two-page .top-side img {
    width: 50%;
  }
}
.ld-two-page .top-side .full-block p {
  font-size: 40px;
  line-height: 55px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin: 0 0 35px;
}
@media (max-width: 1600px) {
  .ld-two-page .top-side .full-block p {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 25px;
  }
}
@media (max-width: 1200px) {
  .ld-two-page .top-side .full-block p {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 25px;
  }
}
@media (max-width: 992px) {
  .ld-two-page .top-side .full-block p {
    margin: 0;
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 992px) {
  .ld-two-page .top-side .full-block p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .ld-two-page .top-side .full-block p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 450px) {
  .ld-two-page .top-side .full-block p br {
    display: none;
  }
}
.ld-two-page .top-side .img-bar img {
  width: 100%;
}
.ld-two-page .mid-area {
  padding: 0 0 5rem;
}
.ld-two-page .mid-area .box {
  border: 1px solid #EB980F;
  padding: 20px 2.5rem;
  margin: 0 0 35px;
}
@media (max-width: 992px) {
  .ld-two-page .mid-area .box {
    padding: 20px 1.5rem;
  }
}
.ld-two-page .mid-area .box h2 {
  font-size: 35px;
  line-height: 37px;
  color: #EB980F;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 1400px) {
  .ld-two-page .mid-area .box h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .ld-two-page .mid-area .box h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 450px) {
  .ld-two-page .mid-area .box h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.ld-two-page .mid-area .box ul {
  display: flex;
  flex-wrap: wrap;
}
.ld-two-page .mid-area .box ul li {
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 25px;
  line-height: 27px;
  color: #959CA9;
  font-weight: 400;
  margin: 0 0 15px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 1400px) {
  .ld-two-page .mid-area .box ul li {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 10px;
  }
}
@media (max-width: 992px) {
  .ld-two-page .mid-area .box ul li {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .ld-two-page .mid-area .box ul li {
    width: 100%;
  }
}
.ld-two-page .mid-area .box ul li img {
  margin: 0 10px 0 0;
  width: 25px;
}
@media (max-width: 400px) {
  .ld-two-page .mid-area .box ul li img {
    width: 20px;
  }
}
.ld-two-page .mid-area .s-box {
  display: flex;
  align-items: center;
}
.ld-two-page .mid-area .s-box .img-hold {
  width: 100px;
}
@media (max-width: 992px) {
  .ld-two-page .mid-area .s-box .img-hold {
    width: 80px;
  }
}
@media (max-width: 575px) {
  .ld-two-page .mid-area .s-box .img-hold {
    width: 60px;
  }
}
.ld-two-page .mid-area .s-box .t-bar {
  padding: 0 0 0 15px;
}
.ld-two-page .mid-area .s-box .t-bar h3 {
  font-size: 25px;
  line-height: 27px;
  color: #fff;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin: 0 0 5px;
}
@media (max-width: 1200px) {
  .ld-two-page .mid-area .s-box .t-bar h3 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .ld-two-page .mid-area .s-box .t-bar h3 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 450px) {
  .ld-two-page .mid-area .s-box .t-bar h3 {
    font-size: 11px;
    line-height: 13px;
  }
}
.ld-two-page .mid-area .s-box .t-bar h4 {
  font-size: 25px;
  line-height: 27px;
  color: #fff;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background-clip: text;
  background: linear-gradient(180deg, rgb(238, 168, 30) 0%, rgb(238, 168, 30) 60%, rgb(150, 90, 14) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 5px;
}
@media (max-width: 1200px) {
  .ld-two-page .mid-area .s-box .t-bar h4 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .ld-two-page .mid-area .s-box .t-bar h4 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 450px) {
  .ld-two-page .mid-area .s-box .t-bar h4 {
    font-size: 11px;
    line-height: 13px;
  }
}
.ld-two-page .mid-area .s-box .t-bar h5 {
  font-size: 25px;
  line-height: 27px;
  color: #fff;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background-clip: text;
  background: linear-gradient(180deg, rgb(238, 168, 30) 0%, rgb(238, 168, 30) 60%, rgb(150, 90, 14) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
  .ld-two-page .mid-area .s-box .t-bar h5 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .ld-two-page .mid-area .s-box .t-bar h5 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 450px) {
  .ld-two-page .mid-area .s-box .t-bar h5 {
    font-size: 11px;
    line-height: 13px;
  }
}
@media (max-width: 575px) {
  .ld-two-page .mid-area .c-box {
    margin: 10px 0 0;
  }
}
.ld-two-page .mid-area .m-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .ld-two-page .mid-area .m-box {
    align-items: center;
    margin: 15px 0 0;
    flex-direction: inherit;
    justify-content: flex-start;
  }
}
.ld-two-page .mid-area .m-box img {
  margin: 0 0 10px;
}
@media (max-width: 992px) {
  .ld-two-page .mid-area .m-box img {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 450px) {
  .ld-two-page .mid-area .m-box img {
    width: 50px;
  }
}
.ld-two-page .mid-area .m-box h3 {
  font-size: 24px;
  line-height: 26px;
  color: #B1B7C0;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .ld-two-page .mid-area .m-box h3 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 450px) {
  .ld-two-page .mid-area .m-box h3 {
    font-size: 14px;
    line-height: 16px;
  }
}
.ld-two-page #footer {
  border-radius: 0;
}
.ld-two-page #footer .top-area {
  background: none;
}
.ld-two-page .f-block ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ld-two-page .f-block ul li {
  width: 25%;
  text-align: center;
  position: relative;
  min-height: 360px;
}
@media (max-width: 1400px) {
  .ld-two-page .f-block ul li {
    min-height: 270px;
  }
}
@media (max-width: 1200px) {
  .ld-two-page .f-block ul li {
    min-height: 230px;
  }
}
@media (max-width: 992px) {
  .ld-two-page .f-block ul li {
    min-height: inherit;
    width: 50%;
    margin: 0 0 20px;
  }
}
.ld-two-page .f-block ul li:last-child::before {
  display: none;
}
@media (max-width: 992px) {
  .ld-two-page .f-block ul li:nth-child(2)::before {
    display: none;
  }
}
.ld-two-page .f-block ul li::before {
  position: absolute;
  top: 0;
  left: auto;
  content: "";
  right: 0;
  background: #EB980F;
  background-size: 100%;
  width: 1px;
  height: 100%;
}
.ld-two-page .f-block ul li .img-hold {
  text-align: center;
}
.ld-two-page .f-block ul li .img-hold img {
  width: 130px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .ld-two-page .f-block ul li .img-hold img {
    width: 90px;
  }
}
.ld-two-page .f-block ul li .text-bar h3 {
  color: #B2B7C0;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 27px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .ld-two-page .f-block ul li .text-bar h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 1200px) {
  .ld-two-page .f-block ul li .text-bar h3 {
    font-size: 16px;
    line-height: 18px;
  }
}
.ld-two-page .f-block ul li .text-bar p {
  color: #B2B7C0;
  margin: 0;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
@media (max-width: 1400px) {
  .ld-two-page .f-block ul li .text-bar p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1200px) {
  .ld-two-page .f-block ul li .text-bar p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 450px) {
  .ld-two-page .f-block ul li .text-bar p {
    font-size: 14px;
    line-height: 18px;
  }
}
