* {
  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;
}

.top-area {
  background: linear-gradient(101deg, #072661 0%, #064128 100%);
  padding: 9rem 7rem;
}
@media (max-width: 1400px) {
  .top-area {
    padding: 5rem 2rem;
  }
}
@media (max-width: 575px) {
  .top-area {
    padding: 2rem 1rem;
  }
}
.top-area .img-hold {
  text-align: right;
}
@media (max-width: 992px) {
  .top-area .img-hold {
    text-align: left;
  }
}
.top-area h1 {
  color: #FFF;
  font-size: 46px;
  font-weight: 700;
  line-height: 55px;
  margin: 0 0 30px;
}
.top-area h1 span {
  color: #00A25D;
  display: block;
}
@media (max-width: 1200px) {
  .top-area h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .top-area h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
.top-area p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 30px;
}
@media (max-width: 575px) {
  .top-area p {
    font-size: 14px;
    line-height: 25px;
  }
}
.top-area ul {
  margin: 0 0 40px;
}
.top-area ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 15px;
}
@media (max-width: 575px) {
  .top-area ul li {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px;
  }
}
.top-area ul li i {
  color: #00A25D;
  margin: 0 5px 0 0;
}
.top-area .tm-btn {
  padding: 14px 35px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 5px;
  background: #00A25D;
}

.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: #F3F6F6;
  padding: 5rem 7rem;
  margin: 0 0 7rem;
}
@media (max-width: 1550px) {
  .w-area {
    padding: 3rem 2rem;
  }
}
@media (max-width: 575px) {
  .w-area {
    padding: 2rem 1rem;
    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;
}

.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: 5rem 0;
}
@media (max-width: 575px) {
  .faq-area {
    padding: 2rem 1rem;
  }
}
.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: 48px;
  font-weight: 700;
  line-height: 52px;
  margin: 0 0 80px;
  text-align: center;
}
.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;
  }
}
.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: 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-body {
  color: #575757;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 0 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;
}

.new-home #header {
  padding: 15px 7rem;
}
@media (max-width: 1600px) {
  .new-home #header {
    padding: 15px 2rem;
  }
}
@media (max-width: 767px) {
  .new-home #header {
    padding: 10px 1rem;
  }
}
@media (max-width: 575px) {
  .new-home #header {
    padding: 10px 0;
  }
}
.new-home .bus-slider {
  padding: 5rem 7rem;
}
.new-home .bus-slider .bs-slider .slick-slide img {
  margin: 10px auto 0;
  border-radius: 20px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4588235294);
}
.new-home .bus-slider .bs-slider .slick-next::before, .new-home .bus-slider .bs-slider .slick-prev::before {
  display: none;
}
.new-home .bus-slider .bs-slider .slick-prev {
  background: url(../images/icon40.png) no-repeat;
  width: 50px;
  height: 50px;
  background-size: 100%;
  left: 0;
  z-index: 9;
}
@media (max-width: 575px) {
  .new-home .bus-slider .bs-slider .slick-prev {
    width: 35px;
    height: 35px;
  }
}
.new-home .bus-slider .bs-slider .slick-next {
  background: url(../images/icon39.png) no-repeat;
  width: 50px;
  height: 50px;
  background-size: 100%;
  right: 0;
  z-index: 9;
}
@media (max-width: 575px) {
  .new-home .bus-slider .bs-slider .slick-next {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1600px) {
  .new-home .bus-slider {
    padding: 3rem 2rem;
  }
}
@media (max-width: 992px) {
  .new-home .bus-slider {
    padding: 2rem 1rem;
  }
}
.new-home .floating-menu {
  position: fixed;
  top: 20rem;
  left: auto;
  right: 20px;
  bottom: auto;
  content: "";
  z-index: 9;
  background: #fff;
  border-radius: 10px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4588235294);
}
@media (max-width: 575x) {
  .new-home .floating-menu {
    top: 12rem;
    right: 10px;
  }
}
.new-home .floating-menu ul li {
  position: relative;
  display: flex;
  align-items: center;
}
.new-home .floating-menu ul li a {
  padding: 10px 10px;
  width: 50px;
  display: inline-block;
  position: relative;
  text-align: center;
}
.new-home .floating-menu ul li span {
  position: absolute;
  left: auto;
  right: 3.7rem;
  bottom: auto;
  content: "";
  font-size: 14px;
  line-height: 16px;
  color: #00A25D;
  padding: 5px 7px;
  border-radius: 5px 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4588235294);
  background: #fff;
  width: 180px;
  display: none;
}
.new-home .floating-menu ul li:hover span {
  display: block;
}
.new-home .top-area {
  background: #F3F3F3 url(../images/bg01.webp) no-repeat bottom center;
  background-size: cover;
  padding: 7rem 7rem 8rem;
}
@media (max-width: 1600px) {
  .new-home .top-area {
    padding: 5rem 2rem 6rem;
  }
}
@media (max-width: 1500px) {
  .new-home .top-area {
    padding: 5rem 2rem 8rem;
  }
}
@media (max-width: 1400px) {
  .new-home .top-area {
    padding: 5rem 2rem 7rem;
  }
}
@media (max-width: 992px) {
  .new-home .top-area {
    padding: 4rem 1rem 5rem;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .new-home .top-area {
    padding: 2rem 1rem 8rem;
  }
}
@media (max-width: 575px) {
  .new-home .top-area {
    padding: 2rem 1rem 3rem;
    background: #F3F3F3 url(../images/bg01.webp) no-repeat bottom center;
    background-size: cover;
    margin: 0;
  }
}
.new-home .top-area h1 {
  color: #fff;
  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: 767px) {
  .new-home .top-area h1 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .new-home .top-area h1 {
    font-size: 20px;
    line-height: 25px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .new-home .top-area h1 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 7px;
  }
}
.new-home .top-area .sub-header {
  color: #fff;
  font-size: 29px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 20px;
}
@media (max-width: 1400px) {
  .new-home .top-area .sub-header {
    font-size: 27px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .new-home .top-area .sub-header {
    font-size: 18px;
    line-height: 25px;
  }
}
.new-home .top-area p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 1400px) {
  .new-home .top-area p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 992px) {
  .new-home .top-area p {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .new-home .top-area p {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .new-home .top-area p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
}
.new-home .top-area .s-btn {
  border-radius: 50px;
  background: #00A25D;
  padding: 18px 40px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 20px;
}
@media (max-width: 575px) {
  .new-home .top-area .s-btn {
    font-size: 16px;
    line-height: 18px;
  }
}
.new-home .top-area h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 992px) {
  .new-home .top-area h4 {
    margin: 0 0 20px;
  }
}
.new-home .top-area ul {
  display: flex;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 4rem;
}
@media (max-width: 1500px) {
  .new-home .top-area ul {
    padding: 0 2rem;
  }
}
@media (max-width: 1400px) {
  .new-home .top-area ul {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .new-home .top-area ul {
    margin: 0 0 15px;
  }
}
.new-home .top-area ul li {
  font-weight: 500;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 48%;
  flex-direction: column;
  border: 1px solid #fff;
  border-radius: 10px 10px;
  padding: 0;
}
@media (max-width: 1400px) {
  .new-home .top-area ul li {
    width: 49%;
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .new-home .top-area ul li {
    flex-direction: column;
  }
}
@media (max-width: 374px) {
  .new-home .top-area ul li {
    flex-direction: inherit;
    width: 100%;
  }
}
.new-home .top-area ul li a {
  color: #fff;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  line-height: 18px;
  width: 100%;
  border-radius: 10px 10px;
}
.new-home .top-area ul li a:hover {
  background: rgba(0, 162, 93, 0.431372549);
}
.new-home .top-area ul li a img {
  margin: 0 0 7px;
}
@media (max-width: 1700px) {
  .new-home .top-area ul li a {
    padding: 10px 0;
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 1400px) {
  .new-home .top-area ul li a {
    padding: 10px 0;
  }
}
@media (max-width: 1150px) {
  .new-home .top-area ul li a {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 992px) {
  .new-home .top-area ul li a {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0;
  }
}
@media (max-width: 575px) {
  .new-home .top-area ul li a {
    font-size: 11px;
    line-height: 14px;
  }
}
@media (max-width: 374px) {
  .new-home .top-area ul li a {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0;
  }
}
.new-home .top-area ul li img {
  height: 22px;
}
@media (max-width: 1150px) {
  .new-home .top-area ul li img {
    height: 18px;
  }
}
@media (max-width: 992px) {
  .new-home .top-area ul li img {
    height: 22px;
  }
}
@media (max-width: 575px) {
  .new-home .top-area ul li img {
    height: 18px;
  }
}
@media (max-width: 374px) {
  .new-home .top-area ul li img {
    margin: 0 5px 0 0;
  }
}
.new-home .video-area {
  background: #F3F3F3;
  padding: 7rem 7rem 7rem;
}
@media (max-width: 1600px) {
  .new-home .video-area {
    padding: 5rem 2rem 6rem;
  }
}
@media (max-width: 1500px) {
  .new-home .video-area {
    padding: 5rem 2rem 8rem;
  }
}
@media (max-width: 1400px) {
  .new-home .video-area {
    padding: 5rem 2rem 5rem;
  }
}
@media (max-width: 992px) {
  .new-home .video-area {
    padding: 2rem 1rem 5rem;
    margin: 0 0 2rem;
  }
}
@media (max-width: 767px) {
  .new-home .video-area {
    padding: 2rem 1rem 2rem;
  }
}
@media (max-width: 575px) {
  .new-home .video-area {
    padding: 2rem 0 2rem;
  }
}
.new-home .video-area .vido-block video {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px;
}
.new-home .video-area h2 {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  margin: 0 0 20px;
}
@media (max-width: 1280px) {
  .new-home .video-area h2 {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 15px;
  }
}
.new-home .video-area h2 span {
  color: #00A25D;
}
@media (max-width: 992px) {
  .new-home .video-area h2 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .new-home .video-area h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 370px) {
  .new-home .video-area h2 {
    font-size: 16px;
    line-height: 22px;
  }
}
.new-home .video-area p {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 1150px) {
  .new-home .video-area p br {
    display: none;
  }
}
@media (max-width: 992px) {
  .new-home .video-area p {
    text-align: center;
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .new-home .video-area p {
    font-size: 14px;
    line-height: 18px;
  }
}
.new-home .ap-area {
  padding: 4rem 7rem 4rem;
}
@media (max-width: 1600px) {
  .new-home .ap-area {
    padding: 3rem 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .new-home .ap-area {
    padding: 3rem 1rem 2rem;
  }
}
@media (max-width: 575px) {
  .new-home .ap-area {
    padding: 0rem 1rem 1rem;
  }
}
.new-home .ap-area .m-btn {
  border-radius: 50px;
  background: #00A25D;
  padding: 18px 25px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 20%;
}
@media (max-width: 1400px) {
  .new-home .ap-area .m-btn {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 1200px) {
  .new-home .ap-area .m-btn {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .new-home .ap-area .m-btn {
    width: 30%;
    padding: 18px 20px;
  }
}
@media (max-width: 767px) {
  .new-home .ap-area .m-btn {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .new-home .ap-area .m-btn {
    display: flex;
    margin: 0 auto;
    width: 275px;
    justify-content: center;
  }
}
.new-home .ap-area .t-area {
  padding: 0;
}
.new-home .ap-area .t-area h2 {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 10px;
  text-align: center;
}
@media (max-width: 1400px) {
  .new-home .ap-area .t-area h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 1400px) {
  .new-home .ap-area .t-area h2 {
    font-size: 25px;
    line-height: 27px;
    margin: 0 0 10px;
  }
}
@media (max-width: 575px) {
  .new-home .ap-area .t-area h2 {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 7px;
    text-align: center;
  }
}
@media (max-width: 420px) {
  .new-home .ap-area .t-area h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
.new-home .ap-area .t-area h3 {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  margin: 0 0 30px;
  text-align: center;
}
.new-home .ap-area .t-area h3 span {
  color: #00a25d;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .new-home .ap-area .t-area h3 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 1400px) {
  .new-home .ap-area .t-area h3 {
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 15px;
  }
}
@media (max-width: 420px) {
  .new-home .ap-area .t-area h3 {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 7px;
  }
}
.new-home .ap-area .t-area p {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 25px;
  text-align: center;
}
@media (max-width: 1200px) {
  .new-home .ap-area .t-area p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .new-home .ap-area .t-area p {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
}
.new-home .ap-area .img-hold {
  text-align: center;
}
.new-home .ap-area ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #D4D4D4;
  border-bottom: 0;
}
@media (max-width: 992px) {
  .new-home .ap-area ul {
    border: 0;
    border-top: 1px solid #D4D4D4;
  }
}
.new-home .ap-area ul.borr {
  border-bottom: 1px solid #D4D4D4;
}
@media (max-width: 992px) {
  .new-home .ap-area ul.borr {
    border: 0;
    border-top: 0;
  }
}
.new-home .ap-area ul:last-child {
  border-bottom: 1px solid #D4D4D4;
}
@media (max-width: 992px) {
  .new-home .ap-area ul:last-child {
    border: 0;
    border-top: 0;
  }
}
@media (max-width: 992px) {
  .new-home .ap-area ul:first-child {
    border-top: 1px solid #D4D4D4;
  }
}
.new-home .ap-area ul li {
  width: 25%;
  padding: 35px 35px;
  text-align: center;
  border-right: 1px solid #D4D4D4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .new-home .ap-area ul li {
    padding: 25px 25px;
  }
}
@media (max-width: 992px) {
  .new-home .ap-area ul li {
    border: 1px solid #D4D4D4;
    border-top: 0;
    width: 100%;
  }
}
.new-home .ap-area ul li:last-child {
  border: 0;
}
@media (max-width: 992px) {
  .new-home .ap-area ul li:last-child {
    border: 0;
    border-left: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
  }
}
.new-home .ap-area ul li span {
  background: #EDFFF7;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-home .ap-area ul li h3 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
}
@media (max-width: 1280px) {
  .new-home .ap-area ul li h3 {
    font-size: 16px;
    line-height: 18px;
  }
}
.new-home .ap-area ul li p {
  color: #656565;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 1400px) {
  .new-home .ap-area ul li p br {
    display: none;
  }
}
.new-home .a-area {
  background: url(../images/bg02.webp) no-repeat;
  background-size: cover;
  padding: 6rem 7rem 6rem;
}
@media (max-width: 1550px) {
  .new-home .a-area {
    padding: 3rem 2rem 3rem;
  }
}
@media (max-width: 992px) {
  .new-home .a-area {
    padding: 2rem 1rem 2rem;
  }
}
.new-home .a-area h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 30px;
}
@media (max-width: 1400px) {
  .new-home .a-area h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 1400px) {
  .new-home .a-area h2 {
    font-size: 25px;
    line-height: 27px;
    margin: 0 0 15px;
  }
}
.new-home .a-area h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 32px;
}
.new-home .a-area h4 span {
  color: #00a25d;
}
@media (max-width: 1400px) {
  .new-home .a-area h4 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
  }
}
@media (max-width: 992px) {
  .new-home .a-area h4 {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
  }
}
@media (max-width: 575px) {
  .new-home .a-area h4 {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    margin: 0 0 15px;
  }
}
.new-home .a-area h3 {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 3px;
}
.new-home .a-area p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 30px;
}
.new-home .a-area ul li {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  position: relative;
}
.new-home .a-area ul li:last-child {
  margin: 0;
}
.new-home .a-area ul li:after {
  position: absolute;
  top: 5px;
  left: 0;
  right: auto;
  bottom: auto;
  content: "";
  background: #fff;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}
.new-home .a-area ul li h5 {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 5px;
}
.new-home .a-area ul li p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1280px) {
  .new-home .a-area ul li p {
    font-size: 16px;
    line-height: 23px;
  }
}
.new-home .a-area .b-area {
  padding: 0;
}
.new-home .a-area .b-area h2 {
  color: #00a25d;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 15px;
  text-align: center;
}
.new-home .a-area .b-area h5 {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin: 0 0 25px;
}
.new-home .a-area .b-area h5 a span {
  color: #fff;
  font-weight: 700;
}
.new-home .a-area .b-area .rec-slider .slick-slide {
  border: 0;
  margin: 0 15px 0 0;
}
@media (max-width: 400px) {
  .new-home .a-area .b-area .rec-slider .slick-slide {
    margin: 0 5px 0 0;
  }
}
.new-home .a-area .b-area .rec-slider .text-hold {
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.new-home .a-area .b-area .rec-slider .img-hold {
  margin: 0;
}
.new-home .a-area .vido-block {
  height: 400px;
}
.new-home .a-area .vido-block .home-video {
  width: 100%;
  height: 100%;
}
.new-home .a-area .vido-block #home-video {
  width: 100%;
  height: 100%;
  transform: scale(1.4);
}
@media (max-width: 575px) {
  .new-home .a-area .vido-block #home-video {
    transform: scale(1.2);
  }
}
.new-home .a-area .img-hold {
  text-align: center;
}
.new-home .a-area .img-hold img {
  max-width: 100%;
  width: 45%;
}
@media (max-width: 1400px) {
  .new-home .a-area .img-hold img {
    width: 40%;
  }
}
@media (max-width: 1200px) {
  .new-home .a-area .img-hold img {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .new-home .a-area .img-hold img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .new-home .a-area .img-hold img {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .new-home .a-area .img-hold img {
    width: 75%;
  }
}
.new-home .ts-area {
  padding: 7rem 7rem 5rem;
}
@media (max-width: 1550px) {
  .new-home .ts-area {
    padding: 3rem 2rem 3rem;
  }
}
@media (max-width: 992px) {
  .new-home .ts-area {
    padding: 2rem 1rem 2rem;
  }
}
.new-home .ts-area h2 {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 10pxpx;
  text-align: center;
}
@media (max-width: 1400px) {
  .new-home .ts-area h2 {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 10px;
  }
}
@media (max-width: 1400px) {
  .new-home .ts-area h2 {
    font-size: 25px;
    line-height: 27px;
    margin: 0 0 10px;
  }
}
.new-home .ts-area h3 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 60px;
  text-align: center;
}
@media (max-width: 1400px) {
  .new-home .ts-area h3 {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 40px;
  }
}
@media (max-width: 1400px) {
  .new-home .ts-area h3 {
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 15px;
  }
}
.new-home .ts-area .img-holds {
  text-align: center;
  padding: 4rem 0 0;
}
@media (max-width: 992px) {
  .new-home .ts-area .t-bar {
    margin: 0 0 3rem;
  }
}
.new-home .ts-area .t-bar ul li {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
}
@media (max-width: 575px) {
  .new-home .ts-area .t-bar ul li {
    margin: 0 0 20px;
  }
}
.new-home .ts-area .t-bar ul li:last-child {
  margin: 0;
}
.new-home .ts-area .t-bar ul li .img-hold {
  width: 10%;
}
.new-home .ts-area .t-bar ul li .tx-bar {
  width: 90%;
  padding: 10px 0 0;
}
@media (max-width: 767px) {
  .new-home .ts-area .t-bar ul li .tx-bar {
    padding: 10px 0 0 10px;
  }
}
@media (max-width: 575px) {
  .new-home .ts-area .t-bar ul li .tx-bar {
    padding: 0 0 0 10px;
  }
}
.new-home .ts-area .t-bar ul li .tx-bar h3 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 10px;
  text-align: left;
}
@media (max-width: 1280px) {
  .new-home .ts-area .t-bar ul li .tx-bar h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .new-home .ts-area .t-bar ul li .tx-bar h3 {
    font-size: 18px;
    line-height: 20px;
  }
}
.new-home .ts-area .t-bar ul li .tx-bar p {
  color: #656565;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 575px) {
  .new-home .ts-area .t-bar ul li .tx-bar p {
    font-size: 14px;
    line-height: 18px;
  }
}
.new-home .ts-area .l-bar {
  padding: 4rem 0 3rem;
}
.new-home .ts-area .l-bar ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .new-home .ts-area .l-bar ul {
    flex-wrap: wrap;
  }
}
.new-home .ts-area .l-bar ul li img {
  width: 170px;
}
@media (max-width: 1200px) {
  .new-home .ts-area .l-bar ul li {
    width: 19%;
  }
  .new-home .ts-area .l-bar ul li img {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .new-home .ts-area .l-bar ul li {
    width: 20%;
  }
  .new-home .ts-area .l-bar ul li img {
    width: 80px;
  }
}
@media (max-width: 575px) {
  .new-home .ts-area .l-bar ul li img {
    width: 60px;
  }
}
.new-home .ts-area .btn-bar ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .new-home .ts-area .btn-bar ul {
    flex-direction: column;
  }
}
.new-home .ts-area .btn-bar ul li {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .new-home .ts-area .btn-bar ul li {
    margin: 0 0 20px;
  }
  .new-home .ts-area .btn-bar ul li:last-child {
    margin: 0;
  }
}
.new-home .ts-area .btn-bar ul li a {
  display: inline-block;
}
.new-home .ts-area .btn-bar ul li:first-child a {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 18px 30px;
  border-radius: 50px;
  background: #00A25D;
}
@media (max-width: 575px) {
  .new-home .ts-area .btn-bar ul li:first-child a {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 20px;
  }
}
.new-home .ts-area .btn-bar ul li:nth-child(2) a {
  color: #00A25D;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 18px 30px;
  border-radius: 50px;
  border: 1px solid #00A25D;
}
@media (max-width: 575px) {
  .new-home .ts-area .btn-bar ul li:nth-child(2) a {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 20px;
  }
}
.new-home .ts-area .btn-bar ul li:last-child {
  margin: 0;
}
.new-home .ts-area .btn-bar ul li:last-child a {
  color: #00A25D;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-decoration-line: underline;
}
@media (max-width: 575px) {
  .new-home .ts-area .btn-bar ul li:last-child a {
    font-size: 16px;
    line-height: 20px;
  }
}
.new-home .mp-area {
  background: url(../images/bg03.png) no-repeat;
  background-size: cover;
  padding: 20rem 0 7rem;
}
@media (max-width: 1400px) {
  .new-home .mp-area {
    padding: 12rem 0 7rem;
  }
}
@media (max-width: 992px) {
  .new-home .mp-area {
    padding: 3rem 0;
    text-align: center;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .new-home .mp-area .t-bar {
    padding: 3rem 0;
  }
}
.new-home .mp-area .t-bar h2 {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 10px;
}
@media (max-width: 1400px) {
  .new-home .mp-area .t-bar h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 1400px) {
  .new-home .mp-area .t-bar h2 {
    font-size: 25px;
    line-height: 27px;
    margin: 0 0 20px;
  }
}
.new-home .mp-area .t-bar h3 {
  color: #000;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 40px;
}
@media (max-width: 1400px) {
  .new-home .mp-area .t-bar h3 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 1400px) {
  .new-home .mp-area .t-bar h3 {
    font-size: 25px;
    line-height: 27px;
    margin: 0 0 20px;
  }
}
.new-home .mp-area .t-bar p {
  color: #3C3C3C;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 767px) {
  .new-home .mp-area .t-bar p {
    font-size: 14px;
    line-height: 22px;
  }
}
.new-home .mp-area .img-hold {
  text-align: center;
}
@media (max-width: 575px) {
  .new-home .mp-area .img-hold img {
    width: 75%;
  }
}
.new-home .mp-area .img-hold .s-img {
  max-width: 100%;
  width: 55%;
}
@media (max-width: 1400px) {
  .new-home .mp-area .img-hold .s-img {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .new-home .mp-area .img-hold .s-img {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .new-home .mp-area .img-hold .s-img {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .new-home .mp-area .img-hold .s-img {
    width: 40%;
  }
}
@media (max-width: 575px) {
  .new-home .mp-area .img-hold .s-img {
    width: 40%;
  }
}
.new-home .mp-area .img-hold video {
  width: 100%;
  height: 100%;
}
.new-home .cl-port {
  padding: 7rem 7rem;
}
@media (max-width: 1550px) {
  .new-home .cl-port {
    padding: 2rem 2rem;
  }
}
@media (max-width: 575px) {
  .new-home .cl-port {
    padding: 0;
  }
}
.new-home .cl-port .text-bar h3 {
  font-size: 25px;
  line-height: 30px;
  color: #00A25D;
  font-weight: 700;
  margin: 0 0 10px;
}
@media (max-width: 575px) {
  .new-home .cl-port .text-bar h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.new-home .cl-port .text-bar h2 {
  font-size: 22px;
  line-height: 26px;
  color: #3C3C3C;
  font-weight: 600;
  margin: 0 0 10px;
}
@media (max-width: 575px) {
  .new-home .cl-port .text-bar h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.new-home .cl-port .text-bar p {
  font-size: 16px;
  line-height: 20px;
  color: #3C3C3C;
  font-weight: 400;
  margin: 0 0 20px;
}
@media (max-width: 575px) {
  .new-home .cl-port .text-bar p {
    font-size: 14px;
    line-height: 17px;
  }
}
.new-home .cl-port .mid-area ul li {
  margin: 0 0 15px;
}
.new-home .cl-port .mid-area ul li h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin: 0 0 15px;
}
@media (max-width: 575px) {
  .new-home .cl-port .mid-area ul li h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
.new-home .cl-port .mid-area ul li h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  margin: 0 0 5px;
  position: relative;
  padding: 0 0 0 10px;
}
.new-home .cl-port .mid-area ul li h3::before {
  position: absolute;
  top: 6px;
  left: 0;
  right: auto;
  bottom: auto;
  width: 5px;
  height: 5px;
  background: #000;
  content: "";
  border-radius: 100%;
}
.new-home .cl-port .mid-area ul li p {
  font-size: 16px;
  line-height: 20px;
  color: #656565;
  padding: 0 0 0 10px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .new-home .cl-port .mid-area ul li p {
    font-size: 14px;
    line-height: 16px;
  }
}
.new-home .cl-port h4 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 575px) {
  .new-home .cl-port h4 {
    font-size: 14px;
    line-height: 17px;
  }
}
.new-home .vm-area {
  padding: 0 7rem;
}
@media (max-width: 1550px) {
  .new-home .vm-area {
    padding: 0 2rem;
  }
}
@media (max-width: 575px) {
  .new-home .vm-area {
    padding: 0;
  }
}
.new-home .vm-area .box {
  padding: 5rem 2rem 5rem 5rem;
  background-size: cover;
  border-radius: 25px;
  background: linear-gradient(107deg, #062D77 0%, #02A35E 100%);
}
@media (max-width: 1280px) {
  .new-home .vm-area .box {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media (max-width: 992px) {
  .new-home .vm-area .box {
    padding: 2rem 2rem;
  }
}
.new-home .vm-area .box h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 20px;
}
@media (max-width: 1400px) {
  .new-home .vm-area .box h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 1400px) {
  .new-home .vm-area .box h2 {
    font-size: 25px;
    line-height: 27px;
    margin: 0 0 15px;
  }
}
.new-home .vm-area .box h3 {
  color: #FFF;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 20px;
}
@media (max-width: 1200px) {
  .new-home .vm-area .box h3 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .new-home .vm-area .box h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.new-home .vm-area .box p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .new-home .vm-area .box p br {
    display: none;
  }
}
.new-home .vm-area .box h4 {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 20px;
}
.new-home .vm-area .box .img-hold {
  text-align: right;
}
@media (max-width: 575px) {
  .new-home .vm-area .box .img-hold {
    margin: 0 0 20px;
  }
}
.new-home .vm-area .box ul {
  margin: 0 0 45px;
}
.new-home .vm-area .box ul li {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  position: relative;
}
.new-home .vm-area .box ul li:last-child {
  margin: 0;
}
.new-home .vm-area .box ul li::after {
  position: absolute;
  top: 5px;
  width: 7px;
  height: 7px;
  background: #fff;
  left: 0;
  right: auto;
  bottom: auto;
  content: "";
  border-radius: 100%;
}
.new-home .vm-area .box ul li h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .new-home .vm-area .box ul li h6 br {
    display: none;
  }
}
.new-home .vm-area .box ul li p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.new-home .vm-area .box .bt-area {
  text-align: center;
}
.new-home .vm-area .box .bt-area h2 {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 40px;
}
@media (max-width: 1280px) {
  .new-home .vm-area .box .bt-area h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .new-home .vm-area .box .bt-area h2 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .new-home .vm-area .box .bt-area h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.new-home .vm-area .box .bt-area .s-bar {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 18px 80px;
  border-radius: 50px;
  background: #00A25D;
  display: inline-block;
}
.new-home .cb-area {
  padding: 7rem 7rem 5rem;
}
@media (max-width: 1550px) {
  .new-home .cb-area {
    padding: 3rem 2rem 3rem;
  }
}
@media (max-width: 992px) {
  .new-home .cb-area {
    padding: 2rem 1rem 2rem;
  }
}
.new-home .cb-area h2 {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 20px;
}
@media (max-width: 1400px) {
  .new-home .cb-area h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 1400px) {
  .new-home .cb-area h2 {
    font-size: 25px;
    line-height: 27px;
    margin: 0 0 15px;
  }
}
.new-home .cb-area h3 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  line-height: 27px;
  margin: 0 0 20px;
}
@media (max-width: 1280px) {
  .new-home .cb-area h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.new-home .cb-area h4 {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 20px;
}
@media (max-width: 1280px) {
  .new-home .cb-area h4 {
    font-size: 22px;
    line-height: 25px;
    margin: 0 0 15px;
  }
}
.new-home .cb-area p {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 40px;
}
@media (max-width: 1400px) {
  .new-home .cb-area p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 1280px) {
  .new-home .cb-area p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 25px;
  }
}
@media (max-width: 992px) {
  .new-home .cb-area p {
    margin: 0 0 2rem;
  }
}
@media (max-width: 575px) {
  .new-home .cb-area p {
    font-size: 14px;
    line-height: 20px;
  }
}
.new-home .cb-area .img-hold {
  text-align: center;
}
.new-home .cb-area ul {
  margin: 0 0 35px;
}
.new-home .cb-area ul li {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  position: relative;
}
.new-home .cb-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-home .cb-area ul li:last-child {
  margin: 0;
}
.new-home .cb-area ul li h6 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 5px;
}
.new-home .cb-area ul li p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1280px) {
  .new-home .cb-area ul li p br {
    display: none;
  }
}
.new-home .cb-area span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .new-home .cb-area span br {
    display: none;
  }
}
.new-home .cb-area .s-btn {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 18px 40px;
  border-radius: 50px;
  background: #00A25D;
  display: inline-block;
  width: 240px;
}
@media (max-width: 575px) {
  .new-home .cb-area .s-btn {
    display: flex;
    margin: 0 auto;
    width: 275px;
    justify-content: center;
  }
}
.new-home .cb-area.fb-area p {
  margin: 0 0 20px;
}
.new-home .cb-area.fb-area h5 {
  color: #00A25D;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 20px;
}
.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 .eff-area {
  padding: 7rem 7rem;
  background: #062D77;
}
@media (max-width: 1550px) {
  .new-home .eff-area {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .new-home .eff-area {
    padding: 2rem 1rem;
  }
}
.new-home .eff-area .t-bar h3 {
  color: #FFF;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 0 35px;
}
@media (max-width: 1400px) {
  .new-home .eff-area .t-bar h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 1280px) {
  .new-home .eff-area .t-bar h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .new-home .eff-area .t-bar h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .new-home .eff-area .t-bar h3 br {
    display: none;
  }
}
.new-home .eff-area .t-bar ul li {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  position: relative;
}
.new-home .eff-area .t-bar ul li:after {
  position: absolute;
  top: 5px;
  width: 7px;
  height: 7px;
  background: #fff;
  left: 0;
  right: auto;
  bottom: auto;
  content: "";
  border-radius: 100%;
}
.new-home .eff-area .t-bar ul li h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 5px;
}
.new-home .eff-area .t-bar ul li p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.new-home .blog-area {
  padding: 5rem 0;
  background: #F7FAFF;
  margin: 0 0 70px;
}
.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;
}
@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 .testi-area {
  padding: 2rem 0 4rem 0;
}
@media (max-width: 1550px) {
  .new-home .testi-area {
    padding: 3rem 0;
  }
}
.new-home .testi-area h2 {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 50px;
  text-align: center;
}
@media (max-width: 1400px) {
  .new-home .testi-area h2 {
    font-size: 25px;
    line-height: 27px;
    margin: 0 0 30px;
  }
}
.new-home .testi-area .img-hold {
  text-align: center;
  display: flex;
  justify-content: center;
}
.new-home .testi-area .box {
  background: #EFEFEF;
  padding: 70px 20px 20px;
  text-align: center;
  margin: -55px 0 0 0;
}
.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: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 20px;
  min-height: 80px;
}
.new-home .testi-area .box h3 {
  color: #000;
  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 .sc-area {
  padding: 5rem 7rem 3rem;
  background: #00A25D;
}
@media (max-width: 1550px) {
  .new-home .sc-area {
    padding: 3rem 2rem 3rem;
  }
}
@media (max-width: 992px) {
  .new-home .sc-area {
    padding: 3rem 1rem 3rem;
  }
}
.new-home .sc-area .img-hold {
  text-align: center;
}
@media (max-width: 992px) {
  .new-home .sc-area .t-scn {
    margin: 0 0 3rem;
  }
}
.new-home .sc-area .t-scn h2 {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  margin: 0 0 20px;
}
@media (max-width: 1400px) {
  .new-home .sc-area .t-scn h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 1400px) {
  .new-home .sc-area .t-scn h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
.new-home .sc-area .t-scn h3 {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .new-home .sc-area .t-scn h3 br {
    display: none;
  }
}
.new-home .sc-area .t-scn p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 40px;
}
.new-home .sc-area .t-scn ul {
  margin: 0 0 35px;
}
.new-home .sc-area .t-scn ul li {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  position: relative;
}
.new-home .sc-area .t-scn ul li:last-child {
  margin: 0;
}
.new-home .sc-area .t-scn ul li:after {
  position: absolute;
  top: 5px;
  width: 7px;
  height: 7px;
  background: #fff;
  left: 0;
  right: auto;
  bottom: auto;
  content: "";
  border-radius: 100%;
}
.new-home .sc-area .t-scn ul li h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 5px;
}
.new-home .sc-area .t-scn ul li p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}
@media (max-width: 767px) {
  .new-home .sc-area .t-scn ul li p br {
    display: none;
  }
}
.new-home .sc-area .t-scn span {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 30px;
  display: block;
}
.new-home .sc-area .btn-area .s-btn {
  color: #00A25D;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 18px 80px;
  border-radius: 50px;
  background: #FFF;
  display: inline-block;
}
@media (max-width: 575px) {
  .new-home .sc-area .btn-area .s-btn {
    display: flex;
    margin: 0 auto;
    width: 275px;
    justify-content: center;
  }
}
.new-home .bot-area {
  margin: 0 0 70px;
}
.new-home .bot-area .box {
  background: #062D77;
  padding: 7rem 5rem;
  border-radius: 40px 40px;
}
@media (max-width: 992px) {
  .new-home .bot-area .box {
    padding: 2rem 2rem;
  }
}
.new-home .bot-area .box h2 {
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 30px;
}
@media (max-width: 1400px) {
  .new-home .bot-area .box h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 1400px) {
  .new-home .bot-area .box h2 {
    font-size: 25px;
    line-height: 27px;
    margin: 0 0 15px;
  }
}
.new-home .bot-area .box p {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 30px;
}
@media (max-width: 1400px) {
  .new-home .bot-area .box p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .new-home .bot-area .box p {
    font-size: 16px;
    line-height: 22px;
  }
}
.new-home .bot-area .box .t-btn {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  border-radius: 50px;
  background: #00A25D;
  padding: 18px 35px;
}
@media (max-width: 992px) {
  .new-home .bot-area .box .t-btn {
    margin: 0 0 3rem;
  }
}
.new-home .doc-area {
  padding: 7rem 7rem 5rem;
  background: #00A25D;
}
@media (max-width: 1550px) {
  .new-home .doc-area {
    padding: 3rem 2rem 3rem;
  }
}
@media (max-width: 992px) {
  .new-home .doc-area {
    padding: 2rem 1rem 2rem;
  }
}
.new-home .doc-area .t-bar {
  padding: 0 3rem 0 0;
}
@media (max-width: 992px) {
  .new-home .doc-area .t-bar {
    padding: 0;
    margin: 0 0 3rem;
  }
}
.new-home .doc-area .t-bar h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 20px;
}
@media (max-width: 1400px) {
  .new-home .doc-area .t-bar h3 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 1400px) {
  .new-home .doc-area .t-bar h3 {
    font-size: 25px;
    line-height: 27px;
    margin: 0 0 15px;
  }
}
.new-home .doc-area .t-bar h4 {
  color: #FFF;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 20px;
}
@media (max-width: 1280px) {
  .new-home .doc-area .t-bar h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1200px) {
  .new-home .doc-area .t-bar h4 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .new-home .doc-area .t-bar h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
.new-home .doc-area .t-bar p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 35px;
}
@media (max-width: 1400px) {
  .new-home .doc-area .t-bar p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 1280px) {
  .new-home .doc-area .t-bar p {
    font-size: 16px;
    line-height: 25px;
  }
  .new-home .doc-area .t-bar p br {
    display: none;
  }
}
@media (max-width: 575px) {
  .new-home .doc-area .t-bar p {
    font-size: 14px;
    line-height: 18px;
  }
}
.new-home .doc-area .t-bar h5 {
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 20px;
}
.new-home .doc-area .t-bar ul {
  margin: 0 0 35px;
}
.new-home .doc-area .t-bar ul li {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  position: relative;
}
.new-home .doc-area .t-bar ul li::after {
  position: absolute;
  top: 5px;
  width: 7px;
  height: 7px;
  background: #fff;
  left: 0;
  right: auto;
  bottom: auto;
  content: "";
  border-radius: 100%;
}
.new-home .doc-area .t-bar ul li h6 {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 5px;
}
.new-home .doc-area .t-bar ul li p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.new-home .doc-area .t-bar ul li:last-child {
  margin: 0;
}
.new-home .doc-area .t-bar span {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 30px;
  display: block;
}
@media (max-width: 767px) {
  .new-home .doc-area .t-bar span br {
    display: none;
  }
}
.new-home .doc-area .img-hold {
  text-align: center;
}
.new-home .doc-area a {
  color: #00A25D;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 18px 80px;
  border-radius: 50px;
  border: 1px solid #00A25D;
  background: #FFF;
  display: inline-block;
}
@media (max-width: 575px) {
  .new-home .doc-area a {
    display: flex;
    margin: 0 auto;
    width: 275px;
    justify-content: center;
  }
}
.new-home .es-area {
  padding: 7rem 7rem 5rem;
}
@media (max-width: 1550px) {
  .new-home .es-area {
    padding: 3rem 2rem 3rem;
  }
}
@media (max-width: 992px) {
  .new-home .es-area {
    padding: 2rem 1rem 2rem;
  }
}
.new-home .es-area .t-bar {
  padding: 0 3rem 0 0;
}
@media (max-width: 992px) {
  .new-home .es-area .t-bar {
    padding: 0;
    margin: 0;
  }
}
.new-home .es-area .t-bar h3 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  margin: 0 0 20px;
  text-align: left;
}
@media (max-width: 1400px) {
  .new-home .es-area .t-bar h3 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 1400px) {
  .new-home .es-area .t-bar h3 {
    font-size: 25px;
    line-height: 27px;
    margin: 0 0 15px;
  }
}
.new-home .es-area .t-bar p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 35px;
  text-align: left;
}
@media (max-width: 1400px) {
  .new-home .es-area .t-bar p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 1280px) {
  .new-home .es-area .t-bar p {
    font-size: 16px;
    line-height: 25px;
  }
  .new-home .es-area .t-bar p br {
    display: none;
  }
}
@media (max-width: 575px) {
  .new-home .es-area .t-bar p {
    font-size: 14px;
    line-height: 18px;
  }
}
.new-home .es-area .t-bar h5 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 20px;
  text-align: center;
}
.new-home .es-area .t-bar ul {
  margin: 0 0 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new-home .es-area .t-bar ul li {
  margin: 0;
  padding: 25px 15px;
  position: relative;
  width: 24.5%;
  background: #00A25D;
  border-radius: 5px 5px;
  text-align: center;
}
@media (max-width: 992px) {
  .new-home .es-area .t-bar ul li {
    margin: 0 0 10px;
    width: 49%;
  }
}
@media (max-width: 575px) {
  .new-home .es-area .t-bar ul li {
    width: 100%;
  }
}
.new-home .es-area .t-bar ul li h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 10px;
}
.new-home .es-area .t-bar ul li p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
.new-home .es-area .t-bar ul li .icon-area {
  margin: 0 0 10px;
}
.new-home .es-area .t-bar span {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 40px;
  display: block;
  text-align: center;
}
@media (max-width: 1400px) {
  .new-home .es-area .t-bar span {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 1280px) {
  .new-home .es-area .t-bar span {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 20px;
  }
  .new-home .es-area .t-bar span br {
    display: none;
  }
}
@media (max-width: 575px) {
  .new-home .es-area .t-bar span {
    font-size: 14px;
    line-height: 18px;
  }
}
.new-home .es-area .logo-area h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 30px;
  text-align: center;
}
@media (max-width: 1280px) {
  .new-home .es-area .logo-area h3 {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .new-home .es-area .logo-area h3 {
    font-size: 14px;
    line-height: 18px;
  }
}
.new-home .es-area .logo-area ul {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  .new-home .es-area .logo-area ul {
    flex-wrap: wrap;
  }
}
.new-home .es-area .logo-area ul li {
  text-align: center;
}
@media (max-width: 767px) {
  .new-home .es-area .logo-area ul li {
    margin: 0 0 10px;
    width: 25%;
  }
}
@media (max-width: 575px) {
  .new-home .es-area .logo-area ul li {
    width: 50%;
  }
}
.new-home .es-area .logo-area ul li img {
  margin: 0 0 15px;
}
.new-home .es-area .logo-area ul li h4 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  margin: 0;
}
@media (max-width: 1280px) {
  .new-home .es-area .logo-area ul li h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .new-home .es-area .logo-area ul li h4 {
    font-size: 14px;
    line-height: 16px;
  }
}
.new-home .es-area .e-video {
  margin: 0 0 30px;
}
.new-home .es-area .e-video #es-video {
  width: 100%;
  border-radius: 10px 10px;
}
.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 7rem;
}
@media (max-width: 1550px) {
  .new-home .how-work {
    padding: 3rem 2rem;
  }
}
@media (max-width: 992px) {
  .new-home .how-work {
    padding: 3rem 1rem;
  }
}
.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: 5rem 0 10rem;
  background: radial-gradient(116.64% 99.84% at 10.24% 46.57%, #FAEFFF 0%, #EFF4FF 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 .ap-area {
  padding: 0 7rem 5rem;
}
@media (max-width: 1400px) {
  .new-ment .ap-area {
    padding: 0 2rem 3rem;
  }
}
@media (max-width: 767px) {
  .new-ment .ap-area {
    padding: 1rem 1rem 2rem;
  }
}
.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 .vm-area {
  padding: 5rem 7rem 5rem;
}
@media (max-width: 1400px) {
  .new-ment .vm-area {
    padding: 4rem 2rem 4rem;
  }
}
@media (max-width: 767px) {
  .new-ment .vm-area {
    padding: 3rem 0 3rem;
  }
}
.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: 575px) {
  .new-soft .vm-area .box {
    padding: 2rem 1rem;
  }
}
.new-soft .vm-area .box .bt-area h4 {
  color: #FFF;
  font-size: 36px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 20px;
}
@media (max-width: 575px) {
  .new-soft .vm-area .box .bt-area h4 {
    font-size: 25px;
    line-height: 28px;
  }
}
.new-soft .vm-area .box .bt-area h2 {
  color: #FFF;
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 30px;
}
@media (max-width: 992px) {
  .new-soft .vm-area .box .bt-area h2 {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 20px;
  }
}
.new-soft .vm-area .box .bt-area .s-bar {
  background: #fff;
  color: #000;
}
.new-soft .vm-area ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5rem;
}
@media (max-width: 1600px) {
  .new-soft .vm-area ul {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .new-soft .vm-area ul li img {
    padding: 0 1rem;
  }
}
@media (max-width: 575px) {
  .new-soft .vm-area ul {
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: center;
  }
  .new-soft .vm-area ul li {
    margin: 0 0 10px;
    width: 33.33%;
  }
  .new-soft .vm-area ul li img {
    padding: 0 10px;
  }
}
@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;
}

#header {
  padding: 15px 7rem;
}
@media (max-width: 1400px) {
  #header {
    padding: 10px 2rem;
  }
}
@media (max-width: 575px) {
  #header {
    padding: 10px 1rem;
  }
}
#header .navbar-nav .nav-item {
  margin: 0 15px;
}
@media (max-width: 1200px) {
  #header .navbar-nav .nav-item {
    margin: 0 10px;
  }
}
@media (max-width: 992px) {
  #header .navbar-nav .nav-item {
    margin: 0;
  }
}
#header .navbar-nav .nav-item .nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
@media (max-width: 992px) {
  #header .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-bottom: 1px solid #000;
    color: #1b1464;
  }
}
#header .navbar-nav .nav-item:last-child {
  margin: 0 0 0 15px;
}
@media (max-width: 992px) {
  #header .navbar-nav .nav-item:last-child {
    margin: 0;
  }
}
#header .navbar-toggler {
  padding: 0;
}
#header .navbar-toggler:focus {
  box-shadow: none;
}
#header .navbar-toggler #navicon {
  position: relative;
  width: 25px;
  height: 25px;
  padding: 0;
  border-radius: 5px;
}
#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%;
}
#header .btn-bar {
  margin: 0 0 0 20px;
}
@media (max-width: 992px) {
  #header .btn-bar {
    margin: 15px 0;
  }
}
#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: 14px;
  line-height: 16px;
  color: #fff;
  border: 0;
  padding: 12px 20px;
  border-radius: 5px;
  text-transform: capitalize;
  background: #00A25D;
}
@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: 14px;
  line-height: 16px;
  color: #fff;
  border: 0;
  padding: 12px 20px;
  border-radius: 5px;
  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 .con-btn {
  font-size: 14px;
  line-height: 16px;
  color: #212728;
  border: 0;
  padding: 12px 20px;
  border-radius: 50px 50px;
  text-transform: capitalize;
  background: #fff;
  border: 1px solid #212728;
  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;
}

.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;
}

.r-slider {
  padding: 0 0 5rem;
}
@media (max-width: 1200px) {
  .r-slider {
    padding: 0 0 5rem;
  }
}
@media (max-width: 992px) {
  .r-slider {
    padding: 0 0 3rem;
  }
}
@media (max-width: 575px) {
  .r-slider {
    padding: 0;
  }
}
.r-slider h2 {
  color: #000;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 10px;
}
@media (max-width: 575px) {
  .r-slider h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
.r-slider h5 {
  color: #000;
  text-align: center;
  line-height: 36px;
  margin: 0 0 30px;
}
@media (max-width: 575px) {
  .r-slider h5 {
    font-size: 15px;
    line-height: 20px;
  }
}
.r-slider h5 span {
  color: #00A25D;
}
.r-slider .rec-slider .slick-slide {
  padding: 0;
  border-radius: 8px;
  margin: 0 10px 0 0;
  border: 1px solid #CACACA;
}
@media (max-width: 575px) {
  .r-slider .rec-slider .slick-slide {
    margin: 0 5px;
  }
}
.r-slider .rec-slider .slick-slide .img-hold {
  border-radius: 10px;
  position: relative;
  margin: 0 0 10px;
}
.r-slider .rec-slider .slick-slide .img-hold img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.r-slider .rec-slider .slick-slide .text-hold {
  padding: 10px 10px;
}
.r-slider .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) {
  .r-slider .rec-slider .slick-slide .text-hold h2 {
    font-size: 11px;
    line-height: 13px;
  }
}
.r-slider .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;
}
@media (max-width: 575px) {
  .r-slider .rec-slider .slick-slide .text-hold p {
    font-size: 10px;
    line-height: 12px;
  }
}
.r-slider .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) {
  .r-slider .rec-slider .slick-slide .text-hold p i {
    font-size: 10px;
    line-height: 12px;
  }
}
.r-slider .rec-slider .slick-slide .botm-area {
  border-top: 1px solid rgb(202, 202, 202);
  margin: 10px 0 0;
  padding: 10px 0 0;
}
.r-slider .rec-slider .slick-slide .botm-area .rate-img .star-rating {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}
.r-slider .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) {
  .r-slider .rec-slider .slick-slide .botm-area .rate-img .star-rating h2 {
    font-size: 12px;
    line-height: 14px;
  }
}
.r-slider .rec-slider .slick-slide .botm-area .rate-img .star-rating .fa-star {
  color: #000;
}
@media (max-width: 575px) {
  .r-slider .rec-slider .slick-slide .botm-area .rate-img .star-rating .fa-star {
    font-size: 10px;
    line-height: 12px;
  }
}
.r-slider .rec-slider .slick-slide .botm-area .rate-img .star-rating .fa-star.active {
  color: #ff9800;
}
.r-slider .rec-slider .slick-slide .botm-area .rate-img .star-rating .fa-star-half-alt {
  color: #000;
}
.r-slider .rec-slider .slick-slide .botm-area .rate-img .star-rating .fa-star-half-alt.active {
  color: #ff9800;
}
.r-slider .rec-slider .slick-slide .botm-area .rate-img h3 {
  color: #062D77;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 575px) {
  .r-slider .rec-slider .slick-slide .botm-area .rate-img h3 {
    font-size: 12px;
    line-height: 14px;
  }
}
.r-slider .rec-slider .slick-prev {
  background: url(../images/icon10.png);
  background-size: 100%;
  width: 40px;
  height: 40px;
  left: -52px;
  top: 42%;
}
.r-slider .rec-slider .slick-prev::before {
  display: none;
}
@media (max-width: 1280px) {
  .r-slider .rec-slider .slick-prev {
    left: -20px;
    z-index: 9;
  }
}
@media (max-width: 575px) {
  .r-slider .rec-slider .slick-prev {
    left: 10px;
    z-index: 1;
  }
}
@media (max-width: 400px) {
  .r-slider .rec-slider .slick-prev {
    left: -16px;
  }
}
.r-slider .rec-slider .slick-next {
  background: url(../images/icon11.png);
  background-size: 100%;
  width: 40px;
  height: 40px;
  right: -50px;
  top: 40%;
}
.r-slider .rec-slider .slick-next::before {
  display: none;
}
@media (max-width: 1280px) {
  .r-slider .rec-slider .slick-next {
    right: -8px;
    z-index: 9;
  }
}
@media (max-width: 575px) {
  .r-slider .rec-slider .slick-next {
    right: 10px;
    z-index: 1;
  }
}
@media (max-width: 400px) {
  .r-slider .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;
}

#footer {
  background: #000;
  padding: 0 0 5rem;
}
@media (max-width: 992px) {
  #footer {
    padding: 0;
  }
}
#footer .f-top {
  padding: 3rem 12rem;
  border-bottom: 1px solid #505050;
}
@media (max-width: 1550px) {
  #footer .f-top {
    padding: 3rem 7rem;
  }
}
@media (max-width: 1400px) {
  #footer .f-top {
    padding: 3rem 5rem;
  }
}
@media (max-width: 992px) {
  #footer .f-top {
    padding: 2rem 2rem 1rem;
  }
}
@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: center;
    margin: 0 0 20px;
  }
}
#footer .f-top .app-link {
  margin: 0 0 35px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@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 15px 0 0;
}
@media (max-width: 992px) {
  #footer .f-top .app-link ul {
    margin: 0;
  }
}
@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 .qr-bar {
  margin: 0 0 2.5rem;
}
#footer .f-top .qr-bar ul {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  #footer .f-top .qr-bar ul {
    justify-content: center;
  }
}
#footer .f-top .qr-bar ul li {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer .f-top .qr-bar ul li span {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 7px;
}
@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: 767px) {
  #footer .f-top .s-box {
    margin: 0 0 20px;
  }
}
#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;
  }
}
#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: 16px;
    line-height: 18px;
  }
}
#footer .f-top .s-box span {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
}
#footer .f-top .r-space {
  margin: -9rem 0 0;
}
@media (max-width: 767px) {
  #footer .f-top .r-space {
    margin: -2rem 0 0;
  }
}
@media (max-width: 575px) {
  #footer .f-top .r-space {
    margin: 0;
  }
}
#footer .f-bottom {
  padding: 30px 0 3rem;
}
@media (max-width: 992px) {
  #footer .f-bottom {
    padding: 30px 0 8rem;
  }
}
@media (max-width: 767px) {
  #footer .f-bottom {
    padding: 30px 0 6rem;
  }
}
#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 2rem;
  }
}
@media (max-width: 400px) {
  .new-home #footer .f-top {
    padding: 3rem 1rem;
  }
}
.new-home #footer .f-top .p-link ul {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .new-home #footer .f-top .p-link ul {
    margin: 0 0 15px;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .new-home #footer .f-top .p-link ul {
    align-items: flex-start;
    flex-direction: column;
  }
}
.new-home #footer .f-top .p-link ul li {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .new-home #footer .f-top .p-link ul li {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 767px) {
  .new-home #footer .f-top .p-link ul li {
    margin: 0 15px 15px 0;
  }
}
@media (max-width: 575px) {
  .new-home #footer .f-top .p-link ul li {
    margin: 0 0 10px;
    text-align: left;
  }
}
.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;
  }
}

.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 */