* {
  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 {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 16px;
  color: #656565;
}
.pack-box .pack-area .tab-content .block ul li i {
  margin: 0 10px 0 0;
}
.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: 370px) {
  .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 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 {
    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;
  }
}
.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 .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 20px 0 0;
}
.new-home .top-area ul li:last-child {
  margin: 0;
}
.new-home .top-area .vido-block video {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px;
}
.new-home .top-area .count-area h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin: 0 0 40px;
  text-align: center;
}
@media (max-width: 370px) {
  .new-home .top-area .count-area h2 {
    margin: 0 0 30px;
    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 {
    font-size: 16px;
    line-height: 25px;
  }
  .new-ment .fea-area p br {
    display: none;
  }
}
.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 {
    font-size: 16px;
    line-height: 25px;
  }
  .new-ment .acc-area p br {
    display: none;
  }
}
.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 {
    font-size: 16px;
    line-height: 25px;
  }
  .new-ment .auto-mat p br {
    display: none;
  }
}
.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 {
    font-size: 16px;
    line-height: 25px;
  }
  .new-ment .sea-mat p br {
    display: none;
  }
}
.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 {
    font-size: 16px;
    line-height: 25px;
  }
  .new-ment .cen-mat p br {
    display: none;
  }
}
.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 {
    font-size: 16px;
    line-height: 25px;
  }
  .new-ment .sim-mat p br {
    display: none;
  }
}
.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 {
  -webkit-backdrop-filter: blur(1.5px) brightness(0.4);
          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;
}

.n-pri .form-background {
  background: url("../images/bg04.png") no-repeat center;
  background-size: cover;
}
.n-pri .nt-block {
  background: url("../images/bg04.png") no-repeat center;
  background-size: 100%;
  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 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  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 15px;
  }
}
.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 .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 .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: 18px;
  font-weight: 500;
  margin: 0 0 15px;
}
@media (max-width: 575px) {
  .n-pri .nt-block .sum-box .b-box p {
    font-size: 14px;
    line-height: 16px;
  }
}
.n-pri .nt-block .sum-box .b-box p span {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .n-pri .nt-block .sum-box .b-box p span {
    font-size: 12px;
    line-height: 14px;
  }
}
.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 img {
  width: 74px;
}
.n-pri .nt-block .sum-box .b-box .tot-box .monthly-option span strong {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.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 15px;
}
.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-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.n-pri .nt-block .btn-area p span {
  color: #00A25D;
}

.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;
  -webkit-backdrop-filter: blur(487.799987793px);
          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;
  }
}
@media (max-width: 767px) {
  .fea-pages .l-block .text-bar {
    margin: 0 0 20px;
  }
}
.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: 575px) {
  .fea-pages .l-block .img-hold img {
    margin: 20px 0;
  }
}
.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.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);
  -webkit-backdrop-filter: blur(4.5px);
          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;
}
.tab-slider .tab-slid .slider-nav .tumb-box.fir {
  border-radius: 12px 0 0 0;
}
@media (max-width: 992px) {
  .tab-slider .tab-slid .slider-nav .tumb-box.fir {
    border-radius: 0;
  }
}
.tab-slider .tab-slid .slider-nav .tumb-box.last {
  border-radius: 0 12px 0 0;
}
@media (max-width: 992px) {
  .tab-slider .tab-slid .slider-nav .tumb-box.last {
    border-radius: 0;
  }
}
.tab-slider .tab-slid .slider-nav .tumb-box .img-hold {
  height: 38px;
  margin: 0 0 10px;
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.tab-slider .tab-slid .slider-nav .slick-current .tumb-box .img-hold {
  height: 38px;
  margin: 0 0 10px;
}
.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;
}
.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: 370px) {
  .tab-slider .tab-slid .slider-nav .slick-current .tumb-box .t-hold p {
    font-size: 15px;
    line-height: 17px;
  }
}
.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;
  -webkit-backdrop-filter: blur(5px);
          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%;
}

#footer {
  background: #000;
  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;
}
@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 h2 {
  font-weight: 400;
  font-size: 25px;
  line-height: 27px;
  color: #fff;
  margin: 0 0 30px;
}
@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 .qr-bar {
  margin: 0;
  text-align: right;
}
#footer .f-top .qr-bar svg {
  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: 20px;
}
@media (max-width: 767px) {
  #footer .f-top .s-box p {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 575px) {
  #footer .f-top .s-box p {
    font-size: 12px;
    line-height: 14px;
  }
}
#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 50px 0 0;
}
@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;
}/*# sourceMappingURL=main.css.map */