@font-face {
  font-family: "Brown_Bold";
  src: url("../../elsa-tot/static/Fonts/BrownVN/BrownVN-Bold.woff") format("woff"), url("../../elsa-tot/static/Fonts/BrownVN/BrownVN-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext";
  src: url("../../elsa-tot/static/Fonts/Avenir-Next-New/avenirnextmedium06.woff") format("woff"),
    url("../../elsa-tot/static/Fonts/Avenir-Next-New/avenirnextmedium06.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext";
  src: url("../../elsa-tot/static/Fonts/Avenir-Next-New/avenirnextdemibold03.woff") format("woff"),
    url("../../elsa-tot/static/Fonts/Avenir-Next-New/avenirnextdemibold03.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext";
  src: url("../../elsa-tot/static/Fonts/Avenir-Next-New/avenirnextbold01.woff") format("woff"),
    url("../../elsa-tot/static/Fonts/Avenir-Next-New/avenirnextbold01.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext";
  src: url("../../elsa-tot/static/Fonts/Avenir-Next-New/avenirnextregular08.woff") format("woff"),
    url("../../elsa-tot/static/Fonts/Avenir-Next-New/avenirnextregular08.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video { font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; white-space: normal; margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
:focus { outline: 0 }
table { border-collapse: collapse; border-spacing: 0; }
img { max-width: 100%; vertical-align: bottom;}
input[type="color"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
input[type="submit"],
input[type="search"],
button[type="submit"],
textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'AvenirNext', Calibri, Geneva, sans-serif;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button[type="submit"],
input[type="submit"] {
  border: 0;
  cursor: pointer;
  border-radius: 0;
  appearance: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}
::-webkit-input-placeholder {
  color: #333;
}
::-moz-placeholder {
  color: #333;
}
.input-wrap {
  box-sizing: border-box;
}
/* clearfix */
.clr:before,
.clr:after {
  content: " ";
  display: table;
}
.clr:after {
  clear: both;
}
/* For IE 6/7 only */
.clr {
  zoom: 1;
}
h1,h2,h4,h3,h5,h6 {
  font-weight: bold;
}
b,strong {
  font-weight: bold;
}
em,i {
  font-style: italic;
}
p {
  line-height: 1.5em;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  line-height: 1;
  margin: 0;
  padding: 0 0 0 0;
  font-family: 'AvenirNext', Calibri, Geneva, sans-serif;
  color: #606060;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-size: 12px;
}
a,
a:visited,
a:hover {
  color: #333;
  text-decoration: none;
}
*:focus {
  outline: none;
}
#wrapper {
  overflow: hidden;
}
.header {
  background: #fff;
  padding: 12px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 0 12px 0 rgba(0,0,0,.5);
  text-align: center;
}
.header .btn-logo img {
  height: 57px;
}
.main {
  margin-top: 81px;
}
a.btn,
button.btn {
  font-size: 15px;
  display: inline-block;
  line-height: 1em;
  white-space: nowrap;
  min-width: 90px;
  border-radius: 40px;
  text-align: center;
  font-weight: bold;
  padding: 12px 20px;
  letter-spacing: 1px;
}
a.btn-primary,
button.btn-primary {
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,178,127,1) 0%, rgba(4,187,229,1) 100%);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
a.btn-primary:hover,
button.btn-primary:hover {
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,178,127,1) 0%, rgba(0,146,179,1) 100%);
}
.btn-primary:disabled {
  background: #c8c8c8 !important;
  cursor: default;
}
@media screen and (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .header .btn-logo img {
    height: 78px;
  }
  .main {
    margin-top: 102px;
  }
  a.btn,
  button.btn {
    font-size: 20px;
    padding: 20px 70px;

  }
  .mobile {
    display: none !important;
  }
}
form .input-row {
  margin-top: 14px;
}
form .input-row:first-child {
  margin-top: 0;
}
form .buttons {
  padding-top: 10px;
  text-align: center;
}
form .label {
  display: block;
  cursor: pointer;
  padding-left: 34px;
  position: relative;
  line-height: 24px;
  margin-bottom: 8px;
}
form .label img {
  position: absolute;
  top: -2px;
  left: 0;
  width: 24px;
}
form .input-text {
  border: #a6a7aa solid 1px;
  border-radius: 2px;
  padding: 8px 34px;
  width: 100%;
  font-weight: normal;
}
form .input-wrap,
form .input-item {
  position: relative;
}
form .price {
  display: block;
  padding-top: 10px;
  clear: both;
  line-height: 1em;
  text-align: center;
}
form .price del {
  padding-right: 10px;
}
form .price ins {
  font-weight: 600;
  font-size: 1.5em;
  text-decoration: none;
  color: #0bbae7;
}
form .input-item {
  float: left;
  width: calc(50% - 10px);
}
input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 1px;
  height: 1px;
  border: 0;
}
input[type="radio"] + label {
  position: relative;
  padding-left: 32px;
  min-height: 26px;
  margin-top: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
input[type="radio"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  border: #fff solid 8px;
  box-shadow: 0 0 0 1px #a6a7aa;
  border-radius: 1px;
  width: 24px;
  height: 24px;
}
input[type="radio"]:checked + label:before {
  background: #2aac6e;
}
.form-top .form-wrap {
  padding: 30px 20px;
}
.section {
  position: relative;
}
.section-01 .bg-wrap {
  position: relative;
}
.section-01 .bg-wrap .bg {
  position: relative;
  height: 230px;
  background: #efefef;
}
.section-01 .bg-wrap .bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.section-01 .cont {
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  transform: translateY(-50%);
}
.section-01 .cont .heading {
  line-height: 1.5em;
  font-size: 5.8vw;
  font-family: 'Brown_Bold';
}
.section-01 .form .heading {
  display: none;
  font-family: 'Brown_Bold';
  letter-spacing: -1px;

}
.heading {
  font-size: 22px;
  font-family: 'Brown_Bold';
  letter-spacing: -1px;
  line-height: 1.3em;
  text-transform: uppercase;
}
.heading-color {
  background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(0,178,127,1) 0%, rgba(4,187,229,1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
div.error {
  font-size: .8em;
  color: red;
  padding-top: 4px;
}
.section-01 {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .form .price {
    padding-top: 20px;
  }
  .heading {
    font-size: 40px;
  }
  .section-01 .cont {
    display: none;
  }
  .section-01 .form .heading {
    display: block;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.35em;
  }
  .section-01 .form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .section-01 .form .container {
    position: relative;
    height: 100%;
  }
  .section-01 .form .form-wrap {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px 30px 30px;
    box-shadow: 3px 3px 12px 0 rgba(0,0,0,.25);
    max-width: 500px
  }
  body {
    font-size: 18px;
  }
  form .input-row {
    margin-top: 20px;
  }

}
@media screen and (min-width: 1260px) {
  .section-01 .form .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1260px) {
  body {
    font-size: 20px;
  }
  form .input-text {
    border-width: 2px;
    border-radius: 2px;
    font-size: 15px;
    padding-left: 52px;
  }
  form .label {
    padding-left: 52px;
    line-height: 36px;
    font-size: 15px;
  }
  form .label img {
    width: 36px;
  }
  input[type="radio"] + label {
    padding-left: 45px;
    min-height: 45px;
    font-size: 15px;
  }
  input[type="radio"] + label:before {
    width: 32px;
    height: 32px;
    top: 6px;
    border-width: 10px;
    box-shadow: 0 0 0 2px #a6a7aa;
    border-radius: 4px;
  }
  .section-01 .form form {
    min-width: 400px;
  }
}
@media screen and (min-width: 1440px) {
  .section-01 .form .heading {
    font-size: 34px;
  }
  form .input-row {
    margin-top: 20px;
  }
}
.main {
  min-height: 1200px;
}
.footer {
  overflow: hidden;
  background: #072a48;
  position: relative;
}
.footer .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 276px;
  height: 258px;
}
.footer .ft-logo {
  display: none;
}
.footer .contact li {
  margin-top: 10px;
  position: relative;
  padding-left: 32px;
  line-height: 24px;
}
.footer .contact li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
}
.footer .contact li a {
  color: #fff;
}
.footer .contact li:first-child {
  margin-top: 0;
}
.footer .contact-right {
  margin-top: 10px;
}
.footer-top {
  padding: 20px 0;
}
.footer .img-license {
  width: 116px;
}
.footer-bottom .copyright {
  padding: 20px 0;
  color: #fff;
}
.copyright a {
  color: #fff;
}
@media screen and (min-width: 768px) {

  .footer .contact-left,
  .footer .contact-right {
    margin-top: 20px;
  }
  .footer .bg {
    width: 536px;
    height: 502px;
  }
  .section-01 .bg-wrap .bg {
    height: auto;
    aspect-ratio: 2.2/1;
  }
}
@media screen and (min-width: 1024px) {
  .layoutmb{
    display: none;
  }
  .planGrid__planSelector{
    display: block;
  }
  .footer .contact li img {
    width: 36px;
  }
  .footer .contact li {
    line-height: 36px;
    padding-left: 44px;
  }
  .footer .ft-logo {
    display: block;
    width: 265px;
  }
  .footer .img-license {
    width: auto;
    padding-top: 20px;
  }
  .footer-bottom .row {
    flex-direction: row-reverse;
  }
  .footer-top {
    padding: 60px 0;
  }
  .footer-bottom {
    padding: 20px 0;
    border-top: #748898 solid 1px;
  }
}
.section {
  padding: 20px 0;
}
.section-title {
  text-align: center;
  margin-bottom: 20px;
}
.section-title .heading {
  margin-bottom: 20px;
}
.section-02 .cont {
  margin-top: 20px;
  margin-bottom: 30px;
}
.section-02 .cont p {
  text-align: justify;
}
.section-02 .cont b {
  color: #0bbae7;
}
.section-02 .img {
  text-align: center;
  padding: 0 10px;
}
.section-02 .buttons {
  margin-top: 30px;
}
.section .buttons {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .section {
    padding: 40px 0;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .section-02 .img {
    padding: 0 20px;
  }
  .section-02 .cont {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .section .buttons {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .section {
    padding: 60px 0;
  }
}
.section-03 .item {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  margin-right: 2%;
}
.section-03 .item img {
  float: left;
  margin-right: 10px;
  height: 44px;
}
.section-03 .item .text {
  overflow: hidden;
  line-height: 1.35em;
  padding-top: 10px;
  display: block;
  font-weight: 600;
}
.section-03 .buttons {
  padding-top: 20px;
}
.section-03 .item .number {
  color: #0bbae7;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 10px;
}
.section-03 .cont {
  padding-top: 20px;
}
.section-03 .img {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .section-03 .item .text {
    padding-top: 6px;
  }
  .section-03 .img {
    padding-left: 0;
  }
  .section-03 .item img {
    height: 60px;
    margin-right: 20px;
  }
  .section-03 .buttons {
    padding-top: 40px;
  }
  .section-03 .section-title,
  .section-03 .buttons {
    text-align: left;
  }
  .section-03 .item .number {
    margin-bottom: 30px;
    font-size: 70px;
  }
}
.section-04 {
  background: #f6f6f6;
}
.section-04 .img img {
  height: 184px;
  position: relative;
  transition: all .3s ease-out;
}
.section-04 .img img:last-child:not(.hide),
.section-04 .img img.active {
  z-index: 10;
  transform: scale(1.2);
}
.section-04 .img {
  text-align: center;
  position: relative;
}
.section-04 .list {
  font-size: 0;
  position: relative;
  padding: 40px 0;
}
.section-04 .img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, rgba(246,246,246,1) 10%, rgba(246,246,246,0) 70%);
  z-index: 5;
}
.section-04 .cont {
  padding: 0 20px;
}
.section-04 .item {
  margin-bottom: 30px;
  position: relative;
}
.section-04 .btn-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-04 .item h3 {
  font-family: 'Brown_Bold';
  font-size: 22px;
  color: #606060;
  line-height: 1.3em;
  margin-bottom: 12px;
}
.section-04 .item p {
  font-size: 14px;
  line-height: 1.35em;
  text-align: justify;
}
.section-04 .tmb {
  margin-top: 6px;
  float: left;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.15);
  border-radius: 10px;
  margin-right: 20px;
}
.section-04 .text {
  overflow: hidden;
}
.section-04 .tmb img {
  width: 60px;
}
.section-04 p b {
  font-weight: 500;
}
.section-04 .bg {
  display: none;
}
@media screen and (min-width: 1200px) {

  .section-04 .img {
    text-align: right;
  }
  .section-04 .img {
    margin-left: -80px;
    margin-right: auto;
  }
  .section-04 .img img {
    height: 342px;
  }
  .section-04 .item {
    margin-bottom: 40px;
  }
  .section-04 .bg {
    display: block;
    position: absolute;
    left: 0;
    bottom: -488px;
    z-index: 10;
  }
  .section-04 .cont {
    padding-left: 100px;
    padding-right: 0;
  }
  .section-04 .item h3 {
    font-size: 40px;
  }
  .section-04 .item p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .section-04 .buttons {
    text-align: left;
    margin-left: 162px;
  }
  .section-04 .buttons .btn {
    padding-left: 50px;
    padding-right: 50px;
  }
  .section-04 .img img {
    height: 442px;
  }
  .section-04 .img {
    margin-left: -200px;
  }
  .section-04 .tmb {
    padding: 16px;
    margin-right: 40px;
  }
  .section-04 .tmb img {
    width: 90px;
  }
}
.section-05 {
  background: #fff;
}
.section-05 .svg {
  width: 100px;
  height: 100px;
  position: relative;
  margin-top: 10px;
}
.section-05 .svg .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.section-05 .svg .text p {
  color: #606060;
}
.section-05 .svg .text .number {
  color: #01b491;
  font-size: 1.5em;
  margin-bottom: 0;
  font-weight: 500;
}
.section-05 .left {
  float: left;
  margin-right: 20px;
  padding: 20px 20px 20px 0;
  border-right: #eaeaeb solid 1px;
}
.section-05 .left .circle:first-child .number {
  color: #04bbe6;
}
.section-05 .left .circle {
  margin-top: 30px;
}
.section-05 .left .circle:first-child {
  margin-top: 0;
}
.section-05 .circle .name {
  padding-left: 0;
  font-weight: 500;
  text-align: center;
  position: relative;
  left: -5px;
}
.section-05 .right {
  overflow: hidden;
}
.section-05 .right {
  padding-top: 60px;
}
.section-05 .line {
  margin-top: 20px;
}
.section-05 .line:first-child {
  margin-top: 0;
}
.section-05 .line .name {
  margin-bottom: 10px;
  font-weight: 500;
}
.section-05 .line .number {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
}
.section-05 .line .bar {
  background: #eaeaeb;
  height: 32px;
  border-radius: 30px;
  overflow: hidden;
}
.section-05 .line .bar-status {
  position: relative;
  width: 20%;
  height: 100%;
  transition: width 2s ease-out;
  border-radius: 30px;
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,178,127,1) 0%, rgba(4,187,229,1) 100%);
}
.section-05 .line-1 .bar-status.animated {
  width: 75%;
}
.section-05 .line-2 .bar-status.animated {
  width: 68%;
}
.section-05 .line-3 .bar-status.animated {
  width: 73%;
}
@media screen and (min-width: 1024px) {
  .section-05 {
    background: #f6f6f6;
  }
  .section-05 .cont-wrap {
    position: relative;
    z-index: 10;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.15);
    padding: 30px;
    border-radius: 20px;
  }
  .section-05 .svg {
    width: 240px;
    height: 240px;
  }
  .section-05 .circle-chart__circle {
    stroke-width: 1 !important;
  }
  .section-05 .svg .text .number {
    margin-bottom: 10px;
    font-size: 54px;
  }
  .section-05 .left {
    padding-right: 40px;
    margin-right: 40px;
  }
  .section-05 .right {
    padding-top: 100px;
  }
  .section-05 .line .name {
    margin-bottom: 20px;
  }
  .section-05 .line .bar {
    height: 64px;
    border-radius: 64px;
  }
  .section-05 .line {
    margin-top: 40px;
  }
  .section-05 .line .number {
    font-size: 32px;
    border-radius: 64px;
    right: 32px;
  }
}
@media screen and (min-width: 1200px) {
	.goi{
		margin-bottom: 100px;
	}
  .section-05 .left {
    padding-right: 80px;
    margin-right: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .section-05 .cont-wrap {
    padding: 60px;
  }
}
@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}
.circle-chart__circle {
  transform: rotate(-90deg); /* 2, 3 */
}
.circle-chart__circle.animated {
  animation: circle-chart-fill 2s reverse; /* 1 */
  transform-origin: center; /* 4 */
}
.section-07 {
  background: #072a48;
}
.section-07 .col {
  text-align: center;
}
.section-07 .col:last-child {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section-07 .col:last-child {
    display: block;
  }
  .section-07 .col-lg-2 {
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
.promotion h3 {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#countdown {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}
#countdown .label-time,
#countdown .sep {
  display: inline-block;
  vertical-align: middle;
}
#countdown .sep {
  padding: 0 6px;
  font-size: 1.5em;
  position: relative;
  top: 12px;
  color: #35455b;
}
#countdown .label-time .text {
  font-size: .8em;
  margin-top: 8px;
}
#countdown .label-time .text,
#countdown .label-time span {
  display: block;
  text-align: center;
}
#countdown .label-time span {
  font-weight: 600;
  background: linear-gradient(101.03deg, #FF52E3 -17.52%, #A466EF 43.91%, #2980FF 126.32%);
  padding: 16px 14px;
  border-radius: 2px;
  color: #fff;
  letter-spacing: 1px;
}
.packages {
  margin-top: 40px;
}
.packages .row {
  flex-direction: column-reverse;
}
.package {
  padding: 16px 20px;
  text-align: center;
  border-radius: 8px;
  border: #efefef solid 4px;
  margin-bottom: 20px;
  position: relative;
}
.package ul {
  display: none;
}
.package-1 {
  border-color: #BA78FB;
}
.package-2 {
  border-color: #6dcae7;
}
.package-3 {
  border-color: #ea727a;
}


.package h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.package .price del,
.package .price ins {
  display: block;
}
.package .price del {
  font-size: 16px;
}
.package .price ins  {
  text-decoration: none;
  font-size: 40px;
  font-weight: bold;
  padding: 16px 0;
  line-height: 1em;
}
.package-1 ins {
  color: #BA78FB;
}
.package-2 ins {
  color: #6dcae7;
}
.package-3 ins {
  color: #ea727a;
}
.package .price-discount {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.package .btn-package {
  display: block;
  color: #fff;
  background: #aaa;
  padding: 14px 10px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 30px;
}
.package-1 .btn-package {
  background: #BA78FB;
}
.package-2 .btn-package {
  background: #6dcae7;
}
.package-3 .btn-package {
  background: #ea727a;
}
.package-2 {
  padding-top: 20px;
  border-radius: 8px;
}
.package-2:before {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 5;
  border-radius: 6px;
}
.package-3 .label-intro {
  position: absolute;
  top: -32px;
  left: -4px;
  right: -4px;
  color: #fff;
  font-size: 18px;
  background: #ea727a;
  padding: 12px 0;
  border-radius: 8px 8px 0 0;
  font-weight: 700;
}
.package-2 .package-wrap {
  position: relative;
  z-index: 10;
}
.row-radio .label {
  display: none;
}
@media screen and (min-width: 1024px) {
  .form-bottom {
    margin-top: 60px;
  }
  .form-bottom .input-row:not(.buttons) {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 30px;
    width: calc(50% - 21px);
  }
  .form-bottom .input-row:not(.buttons):nth-child(odd) {
    margin-right: 18px;
  }
  .form-bottom .input-row:not(.buttons):nth-child(even) {
    margin-left: 18px;
  }
/*   .row-radio .label {
    display: block;
  } */
  .row-radio .input-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 9px;
  }
  div.error {
    padding-top: 6px;
  }
  .packages .row {
    flex-direction: row;
    align-items: flex-end;
  }
  .package ul {
    display: block;
    text-align: left;
    margin-top: 40px;
  }
  .package li {
    position: relative;
    padding-left: 45px;
    line-height: 24px;
    margin-top: 20px;
  }
  .package li:first-child {
    margin-top: 0;
  }
  .package li img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1260px) {
  #countdown .label-time span {
    border-radius: 6px;
  }
  .section-08 .section-title .heading {
    margin-bottom: 60px;
  }
  .packages {
    margin-top: 160px;
  }

  .package {
    padding: 40px 30px;
  }
  .package h4 {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .package .price del {
    font-size: 28px;
  }
  .package .price ins {
    font-size: 45px;
    padding: 26px 0;
  }
  .package .btn-package {
    font-size: 26px;
    padding: 20px 0;
    margin-top: 30px;
  }
  .package-3 .label-intro {
    padding: 20px 0;
    font-size: 26px;
    top: -62px;
  }
  .package-2:before {
    top: 0;
  }
}
.people {
  position: relative;
  padding-top: 26px;
  padding-bottom: 60px;
}
.people .list > .slider {
  white-space: nowrap;
}
.people .list > .slider > li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.people .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
}
.people .item-wrap {
  padding: 20px 20px 28px 20px;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 12px 0 rgba(0,0,0,.15);
  background: #fff;
  margin: 12px;
  text-align: center;
  overflow: hidden;
}
.people .item-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: linear-gradient(90deg, rgba(0,178,127,1) 0%, rgba(4,187,229,1) 50%);
}
.people .img {
  margin-bottom: 20px;
}
.people h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.people .text {
  margin-top: 20px;
}
.people .text h3 {
  text-align: left;
}
.people p {
  font-size: 16px;
}
.people .text p {
  text-align: justify;
}
.people .bx-wrapper .bx-pager {
  text-align: left;
  padding-left: 12px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #cdcccc;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #0bbae7;
}
.people .bx-controls-direction {
  position: absolute;
  bottom: -41px;
  right: 5px;
  z-index: 5;
}
.people .bx-wrapper .bx-controls-direction a {
  width: 32px;
  height: 32px;
  background-color: #fff;
  background-size: 80% 80%;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100%;
  position: static;
  display: inline-block;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.15);
  margin: 0 5px;
}
.people .bx-wrapper .bx-controls-direction a.disabled {
  box-shadow: none;
  background-color: transparent;
}
.people .bx-wrapper .bx-controls-direction a.bx-next {
  background-image: url('https://vn.elsaspeak.com/wp-content/themes/theme_two_years/images/icon-next-blue.png');
}
.people .bx-wrapper .bx-controls-direction a.bx-next.disabled {
  background-image: url('https://vn.elsaspeak.com/wp-content/themes/theme_two_years/images/icon-next.png');
}
.people .bx-wrapper .bx-controls-direction a.bx-prev {
  background-image: url('https://vn.elsaspeak.com/wp-content/themes/theme_two_years/images/icon-prev-blue.png');
}
.people .bx-wrapper .bx-controls-direction a.bx-prev.disabled {
  background-image: url('https://vn.elsaspeak.com/wp-content/themes/theme_two_years/images/icon-prev.png');
}
@media screen and (min-width: 1024px) {
  .people .item-wrap {
    padding: 30px 30px 46px 30px;
  }
  .people .text {
    margin-top: 40px;
  }
  .people .list > .slider > li {
    width: 33.33%;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin: 0 8px;
  }
  .people .bx-controls-direction {
    right: 0;
  }
  .people .bx-wrapper .bx-controls-direction a {
    width: 64px;
    height: 64px;
    margin: 0 8px;
  }
  .people .item-wrap {
    border-radius: 16px;
  }
  .people .item-wrap:before {
    height: 16px;
  }
  .people li:nth-child(3n+2) .item-wrap {
    margin-top: 88px;
  }
}

@media (max-width: 676px){
  .planGrid__selector{
    display: none;
  }
  .planGrid__featureTable{
    display: none;
  }
  .promotion{
    left: 13vw!important;
    padding-top: 35px;
  }
  .layoutmb{
    padding-top: 50px;
  }
  .btmn{
    padding-bottom: 30px;
  }
}

@media (max-width: 414px){
  .planGrid__selector{
    display: none;
  }
  .planGrid__featureTable{
    display: none;
  }
  .promotion{
    left: 15vw!important;
    padding-top: 35px;
  }
  .layoutmb{
    padding-top: 50px;
  }
  .btmn{
    padding-bottom: 30px;
  }
}
.elsa-post-edit {
  position: fixed;
  z-index: 9990;
  right: 0;
  top: 0;
  background: #fff;
  padding: 5px 10px;
  font-size: 14px;
  color: #000;
}
