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

img {
  max-width: 100%;
}

body {
  background: #fff;
  font-weight: 400;
  font-family: "SFUIText-Regular", sans-serif;
  color: #000;
  overflow-x: hidden;
}
body.book {
  background: url(../images/img12.png) no-repeat top center;
  background-size: cover;
  height: 100vh;
}
@media (max-width: 575px) {
  body.book {
    background: url(../images/mob10.png) no-repeat top center;
    background-size: cover;
  }
}
body .log-area {
  padding: 2rem 0;
}
@media (max-width: 575px) {
  body .log-area {
    padding: 2rem 10px 2rem !important;
  }
}

#wrapper {
  width: 100%;
  position: relative;
  height: 100vh;
}
#wrapper.user {
  height: auto;
}

@font-face {
  font-family: "SFUIText-Medium";
  src: url("../fonts/SFUIText-Medium.eot");
  src: url("../fonts/SFUIText-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Medium.woff2") format("woff2"), url("../fonts/SFUIText-Medium.woff") format("woff"), url("../fonts/SFUIText-Medium.ttf") format("truetype"), url("../fonts/SFUIText-Medium.svg#SFUIText-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFUIText-Light";
  src: url("../fonts/SFUIText-Light.eot");
  src: url("../fonts/SFUIText-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Light.woff2") format("woff2"), url("../fonts/SFUIText-Light.woff") format("woff"), url("../fonts/SFUIText-Light.ttf") format("truetype"), url("../fonts/SFUIText-Light.svg#SFUIText-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFUIText-Bold";
  src: url("../fonts/SFUIText-Bold.eot");
  src: url("../fonts/SFUIText-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Bold.woff2") format("woff2"), url("../fonts/SFUIText-Bold.woff") format("woff"), url("../fonts/SFUIText-Bold.ttf") format("truetype"), url("../fonts/SFUIText-Bold.svg#SFUIText-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFUIText-Semibold";
  src: url("../fonts/SFUIText-Semibold.eot");
  src: url("../fonts/SFUIText-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Semibold.woff2") format("woff2"), url("../fonts/SFUIText-Semibold.woff") format("woff"), url("../fonts/SFUIText-Semibold.ttf") format("truetype"), url("../fonts/SFUIText-Semibold.svg#SFUIText-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFUIText-Heavy";
  src: url("../fonts/SFUIText-Heavy.eot");
  src: url("../fonts/SFUIText-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Heavy.woff2") format("woff2"), url("../fonts/SFUIText-Heavy.woff") format("woff"), url("../fonts/SFUIText-Heavy.ttf") format("truetype"), url("../fonts/SFUIText-Heavy.svg#SFUIText-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFUIText-Regular";
  src: url("../fonts/SFUIText-Regular.eot");
  src: url("../fonts/SFUIText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Regular.woff2") format("woff2"), url("../fonts/SFUIText-Regular.woff") format("woff"), url("../fonts/SFUIText-Regular.ttf") format("truetype"), url("../fonts/SFUIText-Regular.svg#SFUIText-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.log-area {
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .log-area {
    padding: 5rem 15px 0;
  }
}
.log-area .block {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
}
.log-area .block .img-hold {
  height: 100%;
  position: relative;
}
.log-area .block .img-hold .cap {
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  bottom: auto;
  content: "";
  text-align: center;
}
.log-area .block .img-hold .cap h2 {
  font-size: 25px;
  line-height: 27px;
  color: #000;
  font-weight: 500;
}
.log-area .block .img-hold img {
  height: 100%;
}
.log-area .block .form-block {
  height: 100%;
  border-radius: 12px 12px;
  background: #fff;
  padding: 3rem 2rem 1rem;
  position: relative;
}
@media (max-width: 992px) {
  .log-area .block .form-block {
    border-radius: 12px 12px;
  }
}
@media (max-width: 575px) {
  .log-area .block .form-block {
    padding: 1.5rem 1rem 1rem;
    border-radius: 0 0 10px 10px;
    border-top: 5px solid #00A25D;
  }
}
.log-area .block .form-block .btn-area {
  position: absolute;
  top: 3.6rem;
  content: "";
}
@media (max-width: 575px) {
  .log-area .block .form-block .btn-area {
    top: 2.2rem;
  }
}
.log-area .block .form-block h2 {
  text-align: center;
  font-size: 20px;
  line-height: 22px;
}
.log-area .block .form-block .top-area {
  text-align: center;
  margin: 0 0 2rem;
}
.log-area .block .form-block .top-area img {
  width: auto;
  margin: 0 0 25px;
  height: 40px;
}
.log-area .block .form-block .top-area ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 35px;
}
.log-area .block .form-block .top-area ul li {
  width: 38px;
  height: 5px;
  border-radius: 10px;
  background: #EAEAEA;
  margin: 0 5px 0 0;
}
.log-area .block .form-block .top-area ul li:last-child {
  margin: 0;
}
.log-area .block .form-block .top-area ul li.active {
  background: #00A25D;
}
.log-area .block .form-block .top-area .text-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.log-area .block .form-block .top-area .text-detail h2 {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 575px) {
  .log-area .block .form-block .top-area .text-detail h2 {
    font-size: 15px;
    line-height: 17px;
  }
}
.log-area .block .form-block .top-area .text-detail span {
  color: #6D6D6D;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .log-area .block .form-block .top-area .text-detail span {
    font-size: 15px;
    line-height: 17px;
  }
}
.log-area .block .form-block .text {
  text-align: center;
  margin: 0 0 20px;
}
.log-area .block .form-block .text h1 {
  font-size: 28px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
}
.log-area .block .form-block form label {
  font-size: 16px;
  line-height: 7px;
  font-weight: 500;
  margin: 0 0 10px;
}
.log-area .block .form-block form label.country {
  padding: 0.55rem 0.75rem;
  transform: inherit;
  opacity: 1;
}
.log-area .block .form-block form h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin: 0 0 10px;
}
.log-area .block .form-block form input {
  background: #fff;
  font-size: 14px;
  line-height: 16px;
  padding: 15px 15px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3137254902);
}
.log-area .block .form-block form select {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3137254902);
  border: 0;
}
.log-area .block .form-block form select:focus {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3137254902);
  border: 0;
}
.log-area .block .form-block form textarea {
  background: #fff;
  font-size: 14px;
  line-height: 16px;
  padding: 15px 15px;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3137254902);
}
.log-area .block .form-block form .inputGroup {
  border-radius: 3px;
  background: #fff;
  display: block;
  position: relative;
  height: 100%;
}
.log-area .block .form-block form .inputGroup img {
  width: auto;
}
.log-area .block .form-block form .inputGroup label {
  padding: 10px 30px 20px;
  width: 100%;
  display: block;
  text-align: center;
  color: #000;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #BEBEBE;
  border-radius: 10px 10px;
  margin: 0;
  height: 100%;
}
@media (max-width: 575px) {
  .log-area .block .form-block form .inputGroup label {
    padding: 10px 20px 15px;
    font-size: 13px;
  }
}
.log-area .block .form-block form .inputGroup label span {
  display: block;
  margin: 0 0 15px;
}
.log-area .block .form-block form .inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #E8F0FF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.log-area .block .form-block form .inputGroup label:after {
  width: 25px;
  height: 25px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 10px;
  top: 20%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
  background-size: 100%;
}
.log-area .block .form-block form .inputGroup input:checked ~ label {
  color: #000;
  border: 2px solid #153A7E;
}
.log-area .block .form-block form .inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.log-area .block .form-block form .inputGroup input:checked ~ label:after {
  background-color: #062D77;
  border-color: #D0D0D0;
}
.log-area .block .form-block form .inputGroup input {
  width: 25px;
  height: 25px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
.log-area .block .form-block form .form-text {
  text-align: right;
}
.log-area .block .form-block form .form-text a {
  color: #747576;
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
}
.log-area .block .form-block form .l-btn {
  background: #062D77;
  text-align: center;
  padding: 12px 15px;
  font-size: 20px;
  line-height: 22px;
  width: 100%;
  color: #fff;
  border-radius: 10px;
  margin: 15px 0 15px;
  text-transform: uppercase;
}
.log-area .block .form-block form .box {
  padding: 10px 10px 20px;
  border: 1px solid #D0D0D0;
  border-radius: 3px 3px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.log-area .block .form-block form .box .file-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.log-area .block .form-block form .box .file-input input {
  width: 100px;
  height: 100px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}
.log-area .block .form-block form .box .file-input .file-input__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #6A6A6A;
  background-color: #F0F0F0;
  width: 100px;
  height: 100px;
  margin: 0;
  flex-direction: column;
}
.log-area .block .form-block form .box .file-input .file-input__label span {
  margin: 0 0 10px;
}
.log-area .block .form-block form .box .gallery {
  display: flex;
  margin: 0 0 10px;
  overflow: auto;
}
.log-area .block .form-block form .box .gallery img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  margin: 0 10px 0 0;
}
.log-area .block .form-block p {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #062D77;
}
.log-area .block .form-block p a {
  color: #353535;
  font-weight: 500;
}
.log-area .block .form-block .table-block tr td {
  vertical-align: middle;
  padding: 10px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.log-area .block .form-block .table-block tr td input {
  background: #F2F2F2;
  font-size: 14px;
  line-height: 16px;
  box-shadow: none;
  border-radius: 10px;
}
.log-area .block .form-block .table-block tr td input:focus {
  box-shadow: none;
}
.log-area .block .form-block .table-block tr td .select2-container {
  width: 100px !important;
}
.log-area .block .form-block .table-block tr td .select2-container .select2-selection--single {
  height: 45px;
  background: #F2F2F2;
  border: 0;
  border-radius: 10px;
}
.log-area .block .form-block .table-block tr td .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  padding-left: 15px;
}
.log-area .block .form-block .table-block tr td .select2-container .select2-selection--single .select2-selection__arrow {
  height: 45px;
}
.log-area .block .form-block .table-block tr th {
  background: #F0F5FD;
  padding: 15px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.log-area .block .form-block .w-info {
  background: #F0F5FD;
  padding: 15px 15px;
  margin: 0 0 15px;
}
.log-area .block .form-block .w-info h2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}
.log-area .block .form-block .d-detail {
  margin: 0 0 15px;
}
.log-area .block .form-block .d-detail h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  margin: 0 0 10px;
}
.log-area .block .form-block .d-detail ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.log-area .block .form-block .d-detail ul li {
  padding: 10px 10px;
  background: #F2F2F2;
  width: 33.33%;
}
@media (max-width: 575px) {
  .log-area .block .form-block .d-detail ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #D0D0D0;
  }
}
.log-area .block .form-block .d-detail ul li label {
  display: block;
}
@media (max-width: 575px) {
  .log-area .block .form-block .d-detail ul li label {
    width: 20%;
    margin: 0;
  }
}
.log-area .block .form-block .d-detail ul li input {
  background: #fff;
  font-size: 14px;
  line-height: 16px;
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid #D7D7D7;
}
.log-area .block .form-block .d-detail ul li input:focus {
  box-shadow: none;
}
@media (max-width: 575px) {
  .log-area .block .form-block .d-detail ul li input {
    width: 80%;
  }
}
.log-area .block .form-block .d-detail ul li .select2-container {
  width: 100% !important;
}
@media (max-width: 575px) {
  .log-area .block .form-block .d-detail ul li .select2-container {
    width: 80% !important;
  }
}
.log-area .block .form-block .d-detail ul li .select2-container .select2-selection--single {
  height: 48px;
  background: #fff;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
}
.log-area .block .form-block .d-detail ul li .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  padding-left: 15px;
}
.log-area .block .form-block .d-detail ul li .select2-container .select2-selection--single .select2-selection__arrow {
  height: 48px;
}
.log-area .block .form-block .form-floating > .form-select:not(:-moz-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(0.1rem) translateX(0.15rem);
}
.log-area .block .form-block .form-floating > .form-select:focus ~ label, .log-area .block .form-block .form-floating > .form-select:not(:placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(0.1rem) translateX(0.15rem);
}
.log-area .plan-block {
  margin: 0 0 0 2.5rem;
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 1400px) {
  .log-area .plan-block {
    margin: 0 0 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .log-area .plan-block {
    margin: 1rem 0 0;
  }
}
.log-area .plan-block ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #C0C0C0;
}
.log-area .plan-block ul li p {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .log-area .plan-block ul li p {
    font-size: 14px;
    line-height: 16px;
  }
}
.log-area .plan-block ul li h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
}
.log-area .plan-block ul li h3 img {
  margin: 0 7px 0 0;
}
@media (max-width: 1400px) {
  .log-area .plan-block ul li h3 {
    font-size: 16px;
    line-height: 18px;
  }
}
.log-area .plan-block .c-btn {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  padding: 20px 20px;
  border-radius: 10px 10px;
  background: #153A7E;
}
.log-area .plan-block .c-btn:focus {
  box-shadow: none;
}

.bg-area {
  background-size: cover;
  background: radial-gradient(117.19% 99.97% at 10.24% 46.8%, #FAEFFF 0%, #EFF4FF 100%);
}

.top-area h1 {
  text-align: center;
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
  margin: 0 0 3rem;
  color: #000;
}

.pack-area {
  margin: 6rem 0 3rem;
}
.pack-area .nav {
  margin: 0 auto 0;
  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) {
  .pack-area .nav {
    width: 320px;
  }
}
.pack-area .nav li {
  margin: 0;
  width: 50%;
}
.pack-area .nav li:last-child {
  margin: 0;
}
.pack-area .nav li .nav-link {
  font-size: 20px;
  line-height: 22px;
  text-transform: capitalize;
  color: #000;
  width: 100%;
  padding: 15px 35px;
}
.pack-area .nav li .nav-link.active {
  background: #00A25D;
  border-radius: 50px 50px;
  font-weight: 700;
  color: #fff;
}
.pack-area .tab-content {
  margin: 10rem 0 0;
}
@media (max-width: 992px) {
  .pack-area .tab-content {
    margin: 3rem 0 0;
  }
}
@media (max-width: 480px) {
  .pack-area .tab-content {
    margin: 0;
  }
}
.pack-area .tab-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 35px;
  justify-content: space-between;
  background: none;
}
@media (max-width: 992px) {
  .pack-area .tab-content ul {
    margin: 0 7rem 25px;
  }
}
@media (max-width: 767px) {
  .pack-area .tab-content ul {
    margin: 0 4rem 25px;
  }
}
@media (max-width: 575px) {
  .pack-area .tab-content ul {
    margin: 0 1rem 25px;
  }
}
@media (max-width: 420px) {
  .pack-area .tab-content ul {
    margin: 0 0 25px;
  }
}
.pack-area .tab-content 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;
}
.pack-area .tab-content ul li.open .box {
  min-height: 715px;
}
.pack-area .tab-content ul li.open .block {
  display: block;
}
.pack-area .tab-content ul li.open .show {
  border-top: 0;
}
.pack-area .tab-content ul li.open .show button {
  background: #0092FC;
}
.pack-area .tab-content ul li.open .show button svg {
  transform: rotate(180deg);
}
.pack-area .tab-content ul li .box {
  min-height: 770px;
}
@media (max-width: 992px) {
  .pack-area .tab-content ul li .box {
    min-height: inherit;
  }
  .pack-area .tab-content ul li .box.active {
    min-height: 750px;
  }
}
@media (max-width: 992px) {
  .pack-area .tab-content ul li {
    width: 100%;
    margin: 0 0 30px;
  }
}
.pack-area .tab-content ul li:last-child .t-icon {
  right: 0;
  transform: rotate(180deg);
  padding: 0 0 0.5rem 0.5rem;
}
.pack-area .tab-content 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) {
  .pack-area .tab-content ul li h6 {
    margin: 0 auto 0;
    position: relative;
  }
}
@media (max-width: 575px) {
  .pack-area .tab-content ul li h6 {
    width: 180px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
.pack-area .tab-content ul li h5 {
  color: #656565;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  margin: 0 0 15px;
}
.pack-area .tab-content 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;
}
.pack-area .tab-content ul li h2 img {
  margin: 0 7px 0 0;
}
@media (max-width: 1400px) {
  .pack-area .tab-content ul li h2 {
    padding: 25px 25px;
    font-size: 20px;
    line-height: 22px;
  }
}
.pack-area .tab-content 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) {
  .pack-area .tab-content ul li h3 {
    font-size: 50px;
    line-height: 52px;
  }
}
.pack-area .tab-content ul li h3 span {
  color: #5C5C5C;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 5px;
}
@media (max-width: 1280px) {
  .pack-area .tab-content ul li h3 span {
    font-size: 16px;
    line-height: 18px;
  }
}
.pack-area .tab-content ul li h3 h5 {
  color: #5C5C5C;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}
.pack-area .tab-content ul li h4 {
  margin: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pack-area .tab-content 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;
}
.pack-area .tab-content ul li h4 span {
  color: #5C5C5C;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: block;
}
@media (max-width: 992px) {
  .pack-area .tab-content ul li .block {
    display: none;
  }
}
.pack-area .tab-content 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) {
  .pack-area .tab-content ul li .block p {
    padding: 10px 25px;
  }
}
.pack-area .tab-content ul li .block p img {
  margin: 3px 10px 0 0;
}
@media (max-width: 992px) {
  .pack-area .tab-content ul li .block p {
    padding: 15px 25px;
    border-bottom: 1px solid #C5C5C5;
  }
  .pack-area .tab-content ul li .block p:first-child {
    border-top: 1px solid #C5C5C5;
  }
}
.pack-area .tab-content ul li.active {
  border: 3px solid #00A25D;
  background: #FFF;
  box-shadow: 5px 6px 20px 0px rgba(0, 0, 0, 0.17);
}
.pack-area .tab-content 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: 1200px) {
  .pack-area .tab-content ul li.active .box h2 {
    padding: 15px 0;
    width: 102%;
  }
}
@media (max-width: 992px) {
  .pack-area .tab-content ul li.active .box h2 {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
  }
}
.pack-area .tab-content ul li.active .box h5 {
  margin: 60px 0 20px;
}
.pack-area .tab-content ul li .b-btn {
  text-align: center;
  margin: 0 0 30px;
}
@media (max-width: 992px) {
  .pack-area .tab-content ul li .b-btn {
    margin: 15px 0;
  }
}
.pack-area .tab-content 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;
}
.pack-area .tab-content ul li .b-btn .st-btn:focus {
  box-shadow: none;
}
.pack-area .tab-content ul li .b-btn .cr-btn {
  background: #318762;
}
.pack-area .tab-content 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;
}
.pack-area .tab-content ul li .show p {
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.pack-area .tab-content ul li .show button {
  background: #04183F;
  width: 30px;
  height: 30px;
  border-radius: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pack-area .tab-content .s-btn {
  display: none;
}
@media (max-width: 575px) {
  .pack-area .tab-content .s-btn {
    padding: 15px 15px;
    border-top: 1px solid #C5C5C5;
    display: block;
  }
  .pack-area .tab-content .s-btn button {
    color: #5C5C5C;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
  }
  .pack-area .tab-content .s-btn button i {
    margin: 0 0 0 7px;
  }
  .pack-area .tab-content .s-btn .hidden-bar {
    display: none;
  }
  .pack-area .tab-content .s-btn .hidden-bar.active {
    display: block;
  }
  .pack-area .tab-content .s-btn .show-bar.remove {
    display: none;
  }
}
.pack-area .pkg-upg {
  margin: 0rem 0 0;
}
.pack-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) {
  .pack-area .m-btn {
    flex-direction: column;
    padding: 15px 15px;
  }
}
.pack-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) {
  .pack-area .m-btn .cp-btn {
    padding: 13px 2rem;
    font-size: 16px;
    line-height: 18px;
  }
}
.pack-area .m-btn p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 767px) {
  .pack-area .m-btn p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .pack-area .m-btn p {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 22px;
  }
}

.bott-area {
  text-align: center;
}
.bott-area p {
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bott-area p .ff-btn {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  padding: 12px 25px;
  border-radius: 10px;
  background: #00A25D;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .bott-area p .ff-btn {
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .bott-area p .ff-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.two-block {
  padding: 4rem 0 0;
}
.two-block .side-bar {
  background: #fff;
  padding: 25px 25px;
  border: 1px solid #DCDCDC;
  border-radius: 15px 15px;
}
.two-block .side-bar h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  line-height: 22px;
  font-family: "SFUIText-Bold";
  font-weight: 400;
  margin: 0 0 35px;
}
.two-block .side-bar h2 span {
  color: #04183F;
  font-size: 32px;
  line-height: 34px;
}
.two-block .side-bar ul {
  margin: 0 0 20px;
}
.two-block .side-bar ul li {
  margin: 0 0 15px;
}
.two-block .side-bar ul li img {
  margin: 0 10px 0 0;
}
.two-block .side-bar ul li:last-child {
  margin: 0;
}
.two-block .side-bar h3 {
  color: #656565;
  font-size: 14px;
  line-height: 16px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #DCDCDC;
}
.two-block .side-bar h3 span {
  color: #000000;
  font-weight: 500;
}
.two-block .side-bar h4 {
  color: #656565;
  font-size: 14px;
  line-height: 16px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #DCDCDC;
}
.two-block .side-bar h4 span {
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  font-family: "SFUIText-Bold";
  font-weight: 700;
}
.two-block .side-bar .btn-link {
  margin: 15px 0 0;
}
.two-block .side-bar .btn-link .p-btn {
  background: #334F87;
  font-size: 20px;
  line-height: 22px;
  font-family: "SFUIText-Semibold";
  padding: 15px 15px;
  width: 100%;
  color: #fff;
}
.two-block .bottom-area {
  border: 1px solid #DCDCDC;
  border-radius: 15px 15px 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1215686275);
}
.two-block .bottom-area h2 {
  color: #071F4E;
  background: #F9FBFF;
  font-size: 22px;
  line-height: 24px;
  padding: 15px 20px;
  border-radius: 15px 15px 0 0;
  border-bottom: 1px solid #DCDCDC;
  font-family: "SFUIText-Semibold";
  font-weight: 600;
}
.two-block .bottom-area .form-area .form-check {
  background: #fff;
  padding: 15px 20px;
  display: flex;
  align-items: center;
}
.two-block .bottom-area .form-area .form-check .form-check-input {
  margin: 0;
}
.two-block .bottom-area .form-area .form-check label {
  margin: 0 0 0 15px;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}
.two-block .bottom-area .form-area .block {
  background: #FEFEFE;
  padding: 25px 20px 50px;
}
.two-block .bottom-area .form-area .block label {
  margin: 0 0 15px;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}
.two-block .bottom-area .form-area .block input {
  background: #fff;
  border: 1px solid #BDBDBD;
  border-radius: 5px 5px 5px 5px;
  padding: 18px 15px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  margin-top: 8px;
}
.two-block .bottom-area .form-area .block input:focus {
  box-shadow: none;
}
.two-block .top-area {
  border-radius: 15px 15px 0 0;
  margin: 0 0 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1215686275);
}
.two-block .top-area h2 {
  color: #071F4E;
  background: #F9FBFF;
  font-size: 22px;
  line-height: 24px;
  padding: 15px 20px;
  border-radius: 15px 15px 0 0;
  border-bottom: 1px solid #DCDCDC;
  font-family: "SFUIText-Semibold";
  font-weight: 600;
}
.two-block .top-area .table {
  background: #fff;
  margin: 0;
}
.two-block .top-area .table tr {
  vertical-align: middle;
}
.two-block .top-area .table tr td {
  padding: 30px 20px;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
  font-family: "SFUIText-Semibold";
}
.two-block .top-area .table tr td .table-text h3 {
  color: #000;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 10px;
}
.two-block .top-area .table tr td .table-text h4 {
  font-size: 16px;
  line-height: 18px;
  color: #878787;
  font-weight: 400;
}
.two-block .top-area .table tr td:first-child {
  width: 60%;
}
.two-block .top-area .table tr td .num-block {
  width: 150px;
  float: right;
  overflow: hidden;
  margin: 0;
}
.two-block .top-area .table tr td .num-block input {
  width: 50%;
  border: none;
  height: 40px;
  background: none;
  font-size: 24px;
  line-height: 26px;
  color: #0E345F;
  text-align: center;
}
.two-block .top-area .table tr td .num-block input:first-child {
  width: 25%;
}
.two-block .top-area .table tr td .num-block input:last-child {
  width: 25%;
}
.two-block .top-area .table tr td .num-block .button-minus {
  background: url(../images/icon13.png) no-repeat center center;
  font-size: 0;
}
.two-block .top-area .table tr td .num-block .button-plus {
  background: url(../images/icon14.png) no-repeat center center;
  font-size: 0;
}
.two-block .top-area .table tr:last-child td {
  border: 0;
}

.n-block {
  padding: 4rem 0 0;
}
@media (max-width: 575px) {
  .n-block {
    padding: 2rem 0 0;
  }
}
.n-block .w-box {
  box-shadow: 0px 9px 25px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 20px 20px;
}
@media (max-width: 992px) {
  .n-block .w-box {
    margin: 0 0 3rem;
  }
}
.n-block .head-text {
  padding: 20px 0 0;
}
.n-block .head-text h3 {
  color: #071F4E;
  font-family: "SFUIText-Bold";
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 40px;
}
.n-block #cart {
  background: #fff;
  margin: 0 0 30px;
  padding: 15px 15px;
  border-radius: 15px 15px;
}
.n-block #cart .top-area h2 {
  color: #071F4E;
  font-size: 22px;
  line-height: 24px;
  padding: 0 0 15px;
  font-family: "SFUIText-Semibold";
  font-weight: 600;
}
.n-block #cart .p-box {
  border: 2px solid rgb(220, 220, 220);
  border-radius: 10px;
}
.n-block #cart .p-box .product {
  padding: 15px 0;
}
.n-block #cart .p-box .product .text {
  padding: 10px 20px;
}
@media (max-width: 480px) {
  .n-block #cart .p-box .product .text {
    padding: 10px 10px;
  }
}
.n-block #cart .p-box .product .text h1 {
  color: #000;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 10px;
}
@media (max-width: 480px) {
  .n-block #cart .p-box .product .text h1 {
    font-size: 14px;
    line-height: 16px;
  }
}
.n-block #cart .p-box .product .text p {
  font-size: 16px;
  line-height: 18px;
  color: #878787;
  font-weight: 400;
}
@media (max-width: 480px) {
  .n-block #cart .p-box .product .text p {
    font-size: 12px;
    line-height: 14px;
  }
}
.n-block #cart .p-box .product .content {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
@media (max-width: 480px) {
  .n-block #cart .p-box .product .content {
    padding: 10px 10px;
  }
}
.n-block #cart .p-box .product .content .qt-minus {
  background: url(../images/icon13.png) no-repeat center center;
  font-size: 0;
  width: 25%;
  height: 34px;
  background-size: 95%;
}
@media (max-width: 1400px) {
  .n-block #cart .p-box .product .content .qt-minus {
    background-size: contain;
  }
}
.n-block #cart .p-box .product .content .qt-plus {
  background: url(../images/icon14.png) no-repeat center center;
  font-size: 0;
  width: 25%;
  height: 34px;
  background-size: 95%;
}
@media (max-width: 1400px) {
  .n-block #cart .p-box .product .content .qt-plus {
    background-size: contain;
  }
}
.n-block #cart .p-box .product .content .qt {
  width: 50%;
  border: none;
  background: none;
  font-size: 24px;
  line-height: 26px;
  color: #0E345F;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .n-block #cart .p-box .product .content .qt {
    font-size: 16px;
    line-height: 20px;
  }
}
.n-block #cart .p-box .product .content .full-price {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
  margin: 0 0 0 20px;
}
@media (max-width: 480px) {
  .n-block #cart .p-box .product .content .full-price {
    font-size: 14px;
    line-height: 16px;
  }
}
.n-block .bottom-area h2 {
  color: #071F4E;
  font-size: 22px;
  line-height: 24px;
  padding: 15px 0;
  font-family: "SFUIText-Bold";
  font-weight: 700;
}
.n-block .bottom-area .form-area .block {
  padding: 25px 0 20px;
}
.n-block .bottom-area .form-area .block label {
  margin: 0 0 15px;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}
.n-block .bottom-area .form-area .block input {
  background: #fff;
  border: 1px solid #BDBDBD;
  border-radius: 5px 5px 5px 5px;
  padding: 18px 15px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  margin-top: 8px;
}
.n-block .bottom-area .form-area .block input:focus {
  box-shadow: none;
}
.n-block .side-bar {
  padding: 0;
  box-shadow: 0px 9px 25px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 575px) {
  .n-block .side-bar {
    margin: 0 0 15px;
  }
}
.n-block .side-bar .img-hold img {
  width: 100%;
}
.n-block .side-bar ul {
  margin: 0 1.5rem 30px;
}
@media (max-width: 1400px) {
  .n-block .side-bar ul {
    margin: 0 1rem 30px;
  }
}
.n-block .side-bar ul li {
  margin: 0 0 10px;
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 1400px) {
  .n-block .side-bar ul li {
    font-size: 13px;
    line-height: 15px;
  }
}
.n-block .side-bar ul li img {
  margin: 0 10px 0 0;
}
.n-block .side-bar ul li:last-child {
  margin: 0;
}
.n-block .side-bar .subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  line-height: 22px;
  font-family: "SFUIText-Bold";
  font-weight: 400;
}
.n-block .side-bar .subtotal.new {
  flex-direction: column;
  box-shadow: 0px 9px 25px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 15px 0;
  position: relative;
  z-index: 1;
  background: #fff;
  color: #334F87;
  margin: -3rem 2.5rem 35px;
}
@media (max-width: 1400px) {
  .n-block .side-bar .subtotal.new {
    margin: -3rem 2rem 30px;
  }
}
@media (max-width: 1200px) {
  .n-block .side-bar .subtotal.new {
    margin: -3rem 1rem 30px;
  }
}
.n-block .side-bar .subtotal i {
  font-style: normal;
  font-size: 32px;
  line-height: 34px;
  color: #04183F;
  margin: 10px 0 0;
}
.n-block .side-bar .subtotal i span {
  color: #04183F;
}
.n-block .side-bar .left {
  padding: 0 20px;
}
.n-block .side-bar .left .subtotal {
  color: #656565;
  font-size: 14px;
  line-height: 16px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #DCDCDC;
  margin: 0;
  font-weight: 400;
}
.n-block .side-bar .left .subtotal i {
  font-size: 14px;
  line-height: 16px;
}
.n-block .side-bar .left .subtotal i span {
  color: #656565;
  font-weight: 500;
}
.n-block .side-bar .left .tax {
  color: #656565;
  font-size: 14px;
  line-height: 16px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #DCDCDC;
  margin: 0;
}
.n-block .side-bar .left .tax i {
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
}
.n-block .side-bar .left .tax i span {
  color: #656565;
  font-weight: 500;
}
.n-block .side-bar .left .shipping {
  color: #656565;
  font-size: 14px;
  line-height: 16px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #DCDCDC;
  margin: 0;
}
.n-block .side-bar .left .shipping i {
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
}
.n-block .side-bar .left .shipping i span {
  color: #656565;
  font-weight: 500;
}
.n-block .side-bar .right {
  padding: 0 20px 20px;
}
.n-block .side-bar .right .total {
  color: #656565;
  font-size: 14px;
  line-height: 16px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #DCDCDC;
  margin: 0;
}
.n-block .side-bar .right .total i {
  color: #000000;
  font-size: 20px;
  line-height: 22px;
  font-style: normal;
}
.n-block .side-bar .right .total i span {
  color: #000000;
  font-weight: 700;
}
.n-block .side-bar .right .link-btn {
  background: #00A25D;
  font-size: 16px;
  line-height: 18px;
  font-family: "SFUIText-Semibold";
  padding: 10px 15px;
  width: 100%;
  color: #fff;
  border-radius: 10px;
}

body {
  background: url(/assets/business/home/images/bg04.png) no-repeat center;
  background-size: cover;
}

@media (max-width: 1400px) {
  .capation {
    background-size: cover;
  }
  .capation .log-area {
    padding: 3rem 0;
  }
}
@media (max-width: 1400px) and (max-width: 575px) {
  .capation .log-area {
    padding: 5rem 10px 0;
  }
}

.fin-page {
  padding: 7rem 0 0;
}
.fin-page .box {
  background: #FFF;
  box-shadow: 5px 4px 18px 7px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 50px;
}
.fin-page .box .c-btn {
  text-align: right;
  display: block;
  width: 100%;
}
.fin-page .box .img-hold {
  text-align: center;
}
.fin-page .box .img-hold img {
  width: 250px;
}
.fin-page .box .text-bar h1 {
  color: #062D77;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 20px;
}
.fin-page .box .text-bar p {
  color: #04183F;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  margin: 0 0 20px;
}
.fin-page .box .text-bar .btn-area ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .fin-page .box .text-bar .btn-area ul {
    flex-direction: column;
  }
}
.fin-page .box .text-bar .btn-area ul li {
  margin: 0 15px 0 0;
}
@media (max-width: 767px) {
  .fin-page .box .text-bar .btn-area ul li {
    margin: 0 0 15px;
  }
}
.fin-page .box .text-bar .btn-area ul li a {
  color: #153A7E;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  padding: 12px 15px;
  width: 250px;
  border-radius: 10px;
  border: 1px solid #153A7E;
}
.fin-page .box .text-bar .btn-area ul li a.w-btn {
  color: #fff;
  background: #153A7E;
}
.fin-page .box .text-bar .btn-area ul li:last-child {
  margin: 0;
}

.new-addon {
  background: url(../images/img15.png) no-repeat top center;
  background-size: cover;
  height: 100%;
}
@media (max-width: 575px) {
  .new-addon {
    background: url(../images/img15.png) no-repeat top center;
    background-size: cover;
  }
}
.new-addon .w-box {
  border-radius: 15px 15px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 0 30px 20px;
}
@media (max-width: 480px) {
  .new-addon .w-box {
    padding: 0 10px 10px;
  }
}
.new-addon #header {
  background: #fff;
}

.tri-bar {
  background: url(../images/img15.png) no-repeat top center;
  background-size: cover;
  height: 100vh;
}
@media (max-width: 575px) {
  .tri-bar {
    background: url(../images/img15.png) no-repeat top center;
    background-size: cover;
  }
}
.tri-bar .w-box {
  border-radius: 15px 15px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 0 30px 20px;
}
@media (max-width: 480px) {
  .tri-bar .w-box {
    padding: 0 10px 10px;
  }
}
.tri-bar #header {
  background: #fff;
}

.bill-area {
  background: radial-gradient(117.19% 99.97% at 10.24% 46.8%, #FAEFFF 0%, #EFF4FF 100%);
  padding: 6rem 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .bill-area {
    height: auto;
  }
}
.bill-area .blocks {
  padding: 0 7rem;
}
@media (max-width: 1200px) {
  .bill-area .blocks {
    padding: 0;
  }
}
.bill-area .blockss {
  padding: 0 7rem;
}
@media (max-width: 1200px) {
  .bill-area .blockss {
    padding: 0;
  }
}
.bill-area .list-area .box {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 32px 55px;
}
@media (max-width: 767px) {
  .bill-area .list-area .box {
    padding: 20px 15px;
  }
}
.bill-area .list-area .box h1 {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 2rem;
}
@media (max-width: 992px) {
  .bill-area .list-area .box h1 {
    font-size: 22px;
    line-height: 24px;
  }
}
.bill-area .list-area ul {
  margin: 0 0 30px;
}
.bill-area .list-area ul h6 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 30px;
}
@media (max-width: 992px) {
  .bill-area .list-area ul h6 {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 20px;
  }
}
.bill-area .list-area ul li {
  margin: 0 0 15px;
}
.bill-area .list-area ul li:last-child {
  margin: 0;
}
.bill-area .list-area ul li.active .p-area span {
  background: #334F87;
  color: #fff;
}
.bill-area .list-area ul li.active .p-area span::before {
  position: absolute;
  top: 11px;
  left: auto;
  right: -12px;
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 24px;
  border-color: transparent transparent transparent #334F87;
  transform: rotate(0deg);
}
.bill-area .list-area ul li.active .l-area {
  border: 1px solid #334F87;
}
.bill-area .list-area ul li.active .l-area .r-box h5 {
  background: #334F87;
  color: #fff;
}
.bill-area .list-area .l-area {
  border-radius: 15px;
  background: #F8F8F8;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .bill-area .list-area .l-area {
    padding: 20px 15px;
  }
}
@media (max-width: 575px) {
  .bill-area .list-area .l-area {
    align-items: flex-start;
  }
}
.bill-area .list-area .l-area .r-box {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 575px) {
  .bill-area .list-area .l-area .r-box {
    flex-direction: column;
    align-items: flex-end;
  }
}
.bill-area .list-area .l-area .r-box .s-box {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .bill-area .list-area .l-area .r-box .s-box {
    margin: 8px 0 0.7rem;
  }
}
.bill-area .list-area .l-area .r-box h3 {
  color: #818588;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: line-through;
  margin: 0 20px 0 0;
}
@media (max-width: 992px) {
  .bill-area .list-area .l-area .r-box h3 {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .bill-area .list-area .l-area .r-box h3 {
    margin: 0 10px 0 0;
  }
}
.bill-area .list-area .l-area .r-box h4 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 20px 0 0;
}
@media (max-width: 992px) {
  .bill-area .list-area .l-area .r-box h4 {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .bill-area .list-area .l-area .r-box h4 {
    margin: 0;
  }
}
.bill-area .list-area .l-area .r-box h4 span {
  color: #818588;
}
.bill-area .list-area .l-area .r-box h5 {
  border-radius: 4px;
  padding: 7px 10px;
  color: #334F87;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  border: 1px solid #334F87;
  background: #FFF;
}
@media (max-width: 992px) {
  .bill-area .list-area .l-area .r-box h5 {
    font-size: 12px;
    line-height: 14px;
  }
}
.bill-area .list-area .l-area .form-check {
  display: flex;
  align-items: flex-end;
}
.bill-area .list-area .l-area .form-check label {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  padding: 0 0 0 15px;
}
@media (max-width: 992px) {
  .bill-area .list-area .l-area .form-check label {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .bill-area .list-area .l-area .form-check label {
    font-size: 18px;
    line-height: 20px;
    padding: 0 0 0 10px;
  }
}
.bill-area .list-area .l-area .form-check input {
  width: 22px;
  height: 22px;
}
.bill-area .list-area .l-area .form-check input:checked {
  background-color: #062D77;
  border-color: #062D77;
}
.bill-area .list-area .l-area .form-check input:focus {
  box-shadow: none;
}
.bill-area .list-area .p-area {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .bill-area .list-area .p-area {
    justify-content: flex-start;
    margin: 0 0 0 1.7rem;
  }
}
.bill-area .list-area .p-area span {
  color: #334F87;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  padding: 14px 15px;
  background: #fff;
  border-radius: 5px 5px;
  border: 1px solid #DCDCDC;
  position: relative;
}
@media (max-width: 992px) {
  .bill-area .list-area .p-area span {
    padding: 10px 15px 5px;
    font-size: 12px;
    line-height: 14px;
    border: 0;
    border-radius: 5px 5px 0 0;
  }
}
.bill-area .list-area .p-area span::before {
  position: absolute;
  top: 11px;
  left: auto;
  right: -12px;
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 24px;
  border-color: transparent transparent transparent #FFf;
  transform: rotate(0deg);
}
@media (max-width: 992px) {
  .bill-area .list-area .p-area span::before {
    display: none;
  }
}
.bill-area .list-area .p-btn {
  margin: 0 auto;
  display: flex;
  border-radius: 10px;
  background: #334F87;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  padding: 13px 90px;
}

#CP-Modal, #CP-Modal-Yearly {
  -webkit-backdrop-filter: blur(1.5px) brightness(0.4) !important;
          backdrop-filter: blur(1.5px) brightness(0.4) !important;
}
#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: 370px) {
  #CP-Modal .modal-body ul li h2, #CP-Modal-Yearly .modal-body ul li h2 {
    padding: 0 15px 25px;
    font-size: 20px;
    line-height: 22px;
  }
}
#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: 28px;
  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: 30px;
    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: 22px;
    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;
}
#CP-Modal .modal-body ul li .talk-sales-btn, #CP-Modal-Yearly .modal-body ul li .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;
}

#d-header {
  background: #fff;
  padding: 15px 30px;
  margin: 0 0 25px;
}
#d-header ul li {
  text-align: right;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
}
#d-header ul li img {
  margin: 0 0 0 20px;
}

#r-header {
  padding: 15px 15px;
  background: #0E3A8D;
  margin: 0 0 15px;
}
#r-header .navbar-toggler {
  padding: 0;
}
#r-header .navbar-toggler:focus {
  box-shadow: none;
}
#r-header #navicon {
  position: relative;
  width: 25px;
  height: 25px;
  padding: 0;
  border-radius: 5px;
}
#r-header #navicon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  right: 0;
}
#r-header #navicon span:nth-child(1) {
  top: 9px;
}
#r-header #navicon span:nth-child(2) {
  top: 15px;
}
#r-header #navicon span:nth-child(3) {
  top: 21px;
}
#r-header #navicon.open span:nth-child(1) {
  transform: rotate(135deg);
  top: 15px;
}
#r-header #navicon.open span:nth-child(2) {
  opacity: 0;
}
#r-header #navicon.open span:nth-child(3) {
  transform: rotate(-135deg);
  top: 15px;
}
#r-header .navbar-nav .nav-item .nav-link {
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: 500;
}
#r-header .navbar-nav .nav-item .nav-link img {
  margin: 0 7px 0 0;
}

.login-page {
  background: url(../images/bg02.png) no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  position: relative;
}
.login-page .log-area {
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .login-page .log-area {
    padding: 5rem 15px 0;
  }
}
@media (max-width: 575px) {
  .login-page .log-area {
    padding: 5rem 15px 0 !important;
  }
}
.login-page .log-area .block {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 50px 3px rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.login-page .log-area .block .img-hold {
  height: 100%;
  position: relative;
}
.login-page .log-area .block .img-hold .cap {
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  bottom: auto;
  content: "";
  text-align: center;
}
.login-page .log-area .block .img-hold .cap h2 {
  font-size: 25px;
  line-height: 27px;
  color: #000;
  font-weight: 500;
}
.login-page .log-area .block .img-hold img {
  height: 100%;
}
.login-page .log-area .block .form-block {
  height: 100%;
  border-radius: 12px 12px;
  background: #fff;
  padding: 3rem 2rem 3rem;
  position: relative;
}
@media (max-width: 992px) {
  .login-page .log-area .block .form-block {
    border-radius: 12px 12px;
  }
}
@media (max-width: 575px) {
  .login-page .log-area .block .form-block {
    padding: 2rem 1rem 3rem;
    border-radius: 10px 10px;
  }
}
.login-page .log-area .block .form-block .top-area {
  text-align: center;
  margin: 0 0 2rem;
}
@media (max-width: 575px) {
  .login-page .log-area .block .form-block .top-area {
    margin: 0 0 1rem;
  }
}
.login-page .log-area .block .form-block .top-area img {
  width: auto;
  margin: 0 0 25px;
}
.login-page .log-area .block .form-block .top-area h3 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}
@media (max-width: 575px) {
  .login-page .log-area .block .form-block .top-area h3 {
    font-size: 18px;
    line-height: 20px;
  }
}
.login-page .log-area .block .form-block form label {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin: 0 0 10px;
}
.login-page .log-area .block .form-block form input {
  background: #fff;
  font-size: 14px;
  line-height: 16px;
  padding: 15px 15px;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3137254902);
}
.login-page .log-area .block .form-block form .l-btn {
  background: #092356;
  text-align: center;
  padding: 12px 15px;
  font-size: 20px;
  line-height: 22px;
  width: 100%;
  color: #fff;
  border-radius: 10px;
  margin: 30px 0 15px;
  text-transform: uppercase;
}
.login-page .log-area .block .form-block form a {
  color: #747576;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration-line: underline;
  text-align: right;
  display: block;
}
.login-page .log-area .block .form-block .b-area {
  margin: 0 0 20px;
}
.login-page .log-area .block .form-block .b-area .img-hold {
  text-align: center;
}
.login-page .log-area .block .form-block .s-area {
  margin: 0 0 3rem;
}
.login-page .log-area .block .form-block .s-area ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media (max-width: 922px) {
  .login-page .log-area .block .form-block .s-area ul li {
    padding: 0 10px 0 0;
  }
  .login-page .log-area .block .form-block .s-area ul li:last-child {
    padding: 0;
  }
}
.login-page .log-area .block .form-block .b-text p {
  color: #353535;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
@media (max-width: 575px) {
  .login-page .log-area .block .form-block .b-text p {
    font-size: 14px;
    line-height: 16px;
  }
}
.login-page .log-area .block .form-block .b-text p a {
  color: #062D77;
  font-weight: 600;
}
.login-page #footer {
  background: #fff;
  padding: 20px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}
@media (max-width: 575px) {
  .login-page #footer {
    padding: 15px 15px;
  }
}
.login-page #footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-page #footer ul li {
  margin: 0 25px 0;
}
@media (max-width: 575px) {
  .login-page #footer ul li {
    margin: 0 12px 0;
  }
}
.login-page #footer ul li a {
  color: #353535;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 575px) {
  .login-page #footer ul li a {
    font-size: 16px;
    line-height: 18px;
  }
}/*# sourceMappingURL=main.css.map */