/*
@include placeholder
{
    font-style:italic;
    color: white;
    font-weight:100;
}
*/
/*@include opacity(0.8);*/
body {
  color: #211e3f;
  font-family: "Roboto", sans-serif; }

h1 {
  font-size: 50px;
  font-weight: 900; }

h2 {
  font-size: 40px;
  font-weight: 900; }

h3 {
  font-size: 30px;
  font-weight: 900; }

h4 {
  font-size: 25px;
  font-weight: 900; }

h5 {
  font-size: 25px;
  font-weight: 500; }

h6 {
  font-size: 20px;
  font-weight: 900; }

p {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

a:hover {
  text-decoration: unset; }

.full-height {
  min-height: 100vh; }

.bg-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%; }
  .bg-image.image-contain {
    background-size: contain; }

.animated .animate-grayscale {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }
  .animated .animate-grayscale-reverse {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
.animated .animate-translate {
  transform: translateY(100%); }
.animated .animate-scale-to-initial {
  transform: scale(0); }
.animated:hover .animate-scale {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
  .animated:hover .animate-scale-reverse {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  .animated:hover .animate-scale-to-initial {
    transform: scale(1); }
.animated:hover .animate-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
  .animated:hover .animate-grayscale-reverse {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
.animated:hover .animate-translate {
  transform: translateY(0%); }

.transition {
  transition: .5s ease-in-out; }

@keyframes spinner {
  50% {
    border-radius: 50%;
    transform: scale(0.5) rotate(360deg); }
  100% {
    transform: scale(1) rotate(720deg); } }
@keyframes shadow {
  50% {
    transform: scale(0.5);
    background-color: rgba(0, 0, 0, 0.1); } }
@keyframes translate {
  50% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0px); } }
@keyframes rotate {
  50% {
    transform: rotate(-20deg); }
  100% {
    transform: rotate(0deg); } }
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none; }

.btn {
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .btn.blue {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #2a447b;
    font-size: 14.4; }
  .btn-light {
    background-color: #fff;
    color: #8C91B4;
    border: 1px solid #8C91B4; }
    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .btn-light:hover {
      background-color: #8C91B4;
      color: #fff; }
  .btn-warning {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #FFB300;
    padding: 9px 32px; }
    .btn-warning:hover {
      color: white;
      background-color: #ffd166; }
    .btn-warning.warning-reverse {
      color: #FFB300;
      background-color: #fff;
      border: 1px solid #FFB300; }
      .btn-warning.warning-reverse:hover {
        color: #FFB300;
        background-color: #ffe199; }
  .btn-request {
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 10px; }
  .btn-trial {
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 10px; }

.btn-group-toggle .btn {
  font-size: 25px;
  font-weight: 900;
  height: 50px; }
.btn-group-toggle.template-text .btn {
  font-size: 20px;
  font-weight: 400; }

.has-icon {
  position: relative; }

.form-control {
  font-size: 20px;
  font-weight: 700;
  color: #8C91B4;
  height: 50px;
  border-color: #8C91B4; }
  .form-control.placeholder {
    font-size: 20px;
    font-weight: 700;
    color: #8C91B4; }
  .form-control:-moz-placeholder {
    font-size: 20px;
    font-weight: 700;
    color: #8C91B4; }
  .form-control::-moz-placeholder {
    font-size: 20px;
    font-weight: 700;
    color: #8C91B4; }
  .form-control::-webkit-input-placeholder {
    font-size: 20px;
    font-weight: 700;
    color: #8C91B4; }
  .form-control:focus {
    outline: none;
    box-shadow: none; }
  .form-control:-webkit-autofill::first-line {
    font-size: 20px;
    font-weight: 700;
    color: #8C91B4;
    font-family: Roboto, sans-serif}

.input-group-text {
  background-color: #8C91B4;
  color: #fff;
  padding: 6px;
  width: 50px;
  justify-content: center;
  border: none; }
.input-group .counter a {
  color: #8C91B4;
  font-size: 17px; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal; }
  input[type="checkbox"]:focus,
  input[type="radio"]:focus {
    outline: none; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  display: none; }

.alert {
  border: none;
  border-left: 5px solid; }
  .alert-danger {
    background-color: #FFCCD1;
    color: #EB3623;
    border-color: #EB3623; }
    .alert-danger .close {
      color: #EB3623;
      opacity: 1; }
  .alert-success {
    background-color: #C7E7C8;
    color: #5CC05E;
    border-color: #5CC05E; }
    .alert-success .close {
      color: #5CC05E;
      opacity: 1; }

.valid-feedback {
  color: #5CC05E; }

.invalid-feedback {
  color: #EB3623; }

.background-underlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  overflow: hidden; }
  .background-underlay img {
    width: 100%;
    height: auto;
    object-fit: cover; }
  .background-underlay.full-size img {
    height: 100%; }
  .background-underlay-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
    transform: translateY(60%); }
    .background-underlay-bottom img {
      width: 100%;
      height: auto; }
  .background-underlay-top {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
    transform: translateY(-90%); }
    .background-underlay-top img {
      width: 100%;
      height: auto; }

.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.hamburger {
  padding: 15px 5px; }
  .hamburger:after {
    content: none; }
  .hamburger:focus {
    outline: none; }
  .hamburger-box {
    width: 30px; }
    .hamburger-box .hamburger-inner,
    .hamburger-box .hamburger-inner:after,
    .hamburger-box .hamburger-inner:before {
      background-color: white;
      width: 30px;
      height: 2px;
      border-radius: 0; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner:after,
  .hamburger.is-active .hamburger-inner:before {
    background-color: white; }

.noUi-target {
  background: #DCDEE8;
  box-shadow: none;
  border: none; }
.noUi-handle {
  width: 57px !important;
  height: 57px !important;
  top: 4px !important;
  bottom: 0 !important;
  margin: auto;
  border: 3px solid #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.75);
  background-color: #FFB300;
  cursor: grab; }
  .noUi-handle:focus {
    outline: none;
    cursor: grabbing; }
  .noUi-handle:after, .noUi-handle:before {
    content: none; }
  .noUi-handle:before {
    content: attr(aria-valuenow);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: unset;
    left: unset;
    right: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    font-weight: 900; }
.noUi-horizontal {
  height: 6px; }

@media screen and (max-width: 767px) {
  .noUi-handle {
    width: 45px !important;
    height: 45px !important; }
    .noUi-handle:before {
      font-size: 15px; }

      .navbar {
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
        background-color: #fff;
        transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      }
    }
.navbar.is-sticky {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.navbar .navbar-nav .nav-link {
  font-size: 15px;
  color: #211e3f;
  font-weight: 300;
  position: relative; }
  .navbar .navbar-nav .nav-link:after {
    content: '';
    position: absolute;
    height: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFB300;
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 1); }
  .navbar .navbar-nav .nav-link:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    margin: auto;
    color: #FFB300;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f005";
    text-align: center;
    transform: scale(0);
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.475); }
  .navbar .navbar-nav .nav-link.btn {
    font-weight: 700;
    text-transform: capitalize; }
    .navbar .navbar-nav .nav-link.btn:after, .navbar .navbar-nav .nav-link.btn:before {
      content: none; }
.navbar .navbar-nav .nav-item {
  margin: 0 8px; }
  .navbar .navbar-nav .nav-item.active .nav-link:after, .navbar .navbar-nav .nav-item:hover .nav-link:after {
    height: 2px; }
  .navbar .navbar-nav .nav-item.active .nav-link:before, .navbar .navbar-nav .nav-item:hover .nav-link:before {
    transform: scale(1); }

footer {
  padding-top: 55px; }
  footer .widget-container .widget-item.separator {
    position: relative; }
    footer .widget-container .widget-item.separator:before {
      position: absolute;
      content: '';
      display: block;
      width: 60px;
      top: -30px;
      bottom: -30px;
      left: 0;
      background-color: #211e3f;
      transform: translateX(-160%) rotate(30deg); }
  footer .widget-container .widget-item ul li a {
    color: white;
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize; }
  footer .widget-container .widget-item img {
    z-index: 1;
    position: relative; }
  footer .widget-container .widget-item-title {
    font-size: 38px;
    font-weight: 900;
    position: relative;
    z-index: 0;
    line-height: normal; }
    footer .widget-container .widget-item-title span {
      font-size: 12px;
      font-weight: 300;
      display: block;
      margin-top: -5px; }
    footer .widget-container .widget-item-title i {
      font-size: 168px;
      color: #8C91B4;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
      transform: translateX(0%) translateY(-30%); }
  footer .widget-container.template-payment {
    overflow: hidden; }
    footer .widget-container.template-payment .widget-item-title {
      font-size: 20px;
      line-height: normal; }
      footer .widget-container.template-payment .widget-item-title span {
        font-size: 15px;
        position: static;
        display: block;
        margin-top: -5px; }
      footer .widget-container.template-payment .widget-item-title i {
        font-size: 55px;
        color: #8C91B4;
        position: absolute;
        left: 0;
        right: unset;
        transform: translateX(-50%) translateY(-25%); }
  footer .copyright ul li {
    color: #fff;
    font-size: 15px;
    font-weight: 300; }

@media (max-width: 991px) {
  footer .widget-container .widget-item-title {
    font-size: 30px; } }
@media (max-width: 767px) {
  footer .widget-container .widget-item-title {
    font-size: 30px; }
  footer .widget-container .widget-item.separator::before {
    content: none; }
  footer .widget-container.template-payment .widget-item-title i {
    transform: translateX(0) translateY(-25%); } }
.banner.template-greeting .banner-container {
  padding-top: 130px; }
.banner.template-greeting .banner-box p {
  padding-right: 200px; }

@media (max-width: 767.98px) {
  .banner.template-greeting .banner-box p {
    padding-right: 0; } }
.jumbotron.template-partners {
  padding-left: 40px;
  padding-right: 40px; }

@media (max-width: 767.98px) {
  .jumbotron.template-partners {
    padding-left: 15px;
    padding-right: 15px; } }
.jumbotron {
  padding-top: 0;
  padding-bottom: 0; }
  .jumbotron.template-subscription {
    background-color: #FAFAFA;
    border-top: 5px solid #DCDEE8;
    border-bottom: 5px solid #DCDEE8; }
    .jumbotron.template-subscription h3 {
      color: #8C91B4;
      margin-bottom: 0; }
      .jumbotron.template-subscription h3:not(:first-child) {
        font-weight: 300; }
    .jumbotron.template-subscription .jumbotron-box {
      padding-top: 50px;
      padding-bottom: 65px;
      position: relative; }
      .jumbotron.template-subscription .jumbotron-box-image {
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-100%, -50%); }
      .jumbotron.template-subscription .jumbotron-box .image-top-left {
        top: 0;
        left: 0;
        transform: translate(100%, -100%); }
      .jumbotron.template-subscription .jumbotron-box .image-top-right {
        top: 0;
        right: 0;
        transform: translate(-100%, -100%); }
      .jumbotron.template-subscription .jumbotron-box .image-bot-left {
        bottom: 0;
        left: 0;
        transform: translate(-100%, 0%); }
      .jumbotron.template-subscription .jumbotron-box .image-bot-right {
        bottom: 0;
        right: 0;
        transform: translate(100%, 0%); }

@media (max-width: 1440px) {
  .jumbotron.template-subscription .jumbotron-box-image {
    transform: translate(-50%, -70%); }
  .jumbotron.template-subscription .jumbotron-box .image-bot-left {
    transform: translate(0%, 0%); }
  .jumbotron.template-subscription .jumbotron-box .image-bot-right {
    transform: translate(0%, 0%); } }
@media (max-width: 1199px) {
  .jumbotron.template-subscription .jumbotron-box-image {
    transform: translate(-25%, -75%); } }
.card-header {
  background-color: inherit;
  border-bottom: none; }
.card-footer {
  background-color: inherit;
  border-top: none; }

.card.template-blog .card-header {
  background-color: inherit;
  padding-top: 50px; }
.card.template-blog .card-footer {
  background-color: inherit;
  padding-bottom: 30px; }
.card.template-blog .card-body img {
  margin-bottom: 50px; }

.card.template-plan {
  outline: 2px solid #DCDEE8;
  outline-offset: -12px;
  height: 100%; }
  .card.template-plan .card-header {
    font-size: 50px;
    color: white;
    font-weight: 900;
    background-color: #626c96;
    border-radius: 0;
    line-height: normal;
    min-height: 130px; }
  .card.template-plan .card-body {
    padding-top: 80px;
    padding-bottom: 120px; }
    .card.template-plan .card-body .card-title {
      font-size: 74.51px;
      font-weight: 900;
      color: #626c96;
      position: relative;
      margin-bottom: 50px; }
      .card.template-plan .card-body .card-title span {
        position: absolute;
        bottom: 0;
        font-size: 20px;
        font-weight: 300;
        transform: translateX(40%); }
    .card.template-plan .card-body ul {
      text-align: left; }
      .card.template-plan .card-body ul li {
        font-size: 20px;
        font-weight: 300;
        color: #8C91B4; }
        .card.template-plan .card-body ul li i {
          font-size: 17px; }
        .card.template-plan .card-body ul li.active {
          color: #211e3f; }
          .card.template-plan .card-body ul li.active i {
            color: #FFB300; }
    .card.template-plan .card-body .form-check {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 160px;
      height: 160px;
      background-color: #fff;
      transform: translateY(50%);
      padding: 0; }
      .card.template-plan .card-body .form-check input {
        margin: 0; }
        .card.template-plan .card-body .form-check input:after {
          content: "\f111";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          font-size: 150px;
          color: #E0E0E0; }
        .card.template-plan .card-body .form-check input:checked:after {
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          content: "\f058";
          color: #424C6E; }
  .card.template-plan.secondary .card-header {
    background-color: #424C6E; }
  .card.template-plan.secondary .card-title {
    color: #424C6E; }
  .card.template-plan.primary .card-header {
    background-color: #211e3f; }
  .card.template-plan.primary .card-title {
    color: #211e3f; }

@media (max-width: 991px) {
  .card.template-plan .card-body {
    padding-top: 40px;
    padding-bottom: 90px; }
    .card.template-plan .card-body .card-title {
      margin-bottom: 35px; } }
.card.template-video {
  border: none;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer; }
  .card.template-video .card-img-overlay {
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    padding-bottom: 10px; }
  .card.template-video .card-title {
    color: white; }
  .card.template-video .card-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #FFB300;
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: .5s;
    font-size: 50px; }

.card.template-gift {
  border: none;
  border-radius: 0;
  cursor: pointer;
  border-radius: 1em;
  position: relative;
  margin-bottom: 15px;
  height: 160px; }
  .card.template-gift:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid transparent;
    border-radius: 1em;
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: .3s; }
  .card.template-gift:hover:after {
    transform: scale(1.07);
    border-color: #FFB300; }
  .card.template-gift .card-img {
    border-radius: 1em;
    height: 100%;
    object-fit: cover; }
  .card.template-gift .card-img-overlay {
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 100%);
    padding-bottom: 10px;
    padding-top: 20px;
    border-radius: 1em;
    z-index: 50; }
  .card.template-gift .card-title {
    color: #fff;
    font-size: 15px;
    margin: 0; }
  .card.template-gift .card-text {
    font-size: 10px;
    margin: 0;
    color: #fff;
    line-height: normal; }
  .card.template-gift .card-link {
    position: absolute;
    top: 7px;
    right: 10px;
    color: #fff;
    font-size: 10px;
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition-delay: .3s; }

@media screen and (max-width: 1199px) {
  .card.template-gift {
    height: 200px; }
    .card.template-gift .card-img {
      border-radius: 1em; }
    .card.template-gift .card-img-overlay {
      transform: none; }
    .card.template-gift .card-link {
      transform: none; } }
.swiper-container.template-testimonial {
  margin-bottom: 100px; }
  .swiper-container.template-testimonial .swiper-slide {
    min-height: 310px;
    border-top-right-radius: 4em;
    border-bottom-left-radius: 4em;
    border-top-left-radius: 4em;
    overflow: hidden; }
    .swiper-container.template-testimonial .swiper-slide:after {
      content: url(../images/backgrounds/slider-border.svg);
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -6px; }
    .swiper-container.template-testimonial .swiper-slide-icon {
      position: absolute;
      z-index: 10;
      width: 250px;
      height: 250px;
      top: 0;
      left: 0;
      background-color: #8C91B4;
      transform: translate(-50%, -50%); }
      .swiper-container.template-testimonial .swiper-slide-icon i {
        position: absolute;
        font-size: 51px;
        color: #fff;
        bottom: 0;
        right: 0;
        transform: translate(-40px, -45px); }
  .swiper-container.template-testimonial .swiper-button-prev, .swiper-container.template-testimonial .swiper-button-next {
    background-image: unset;
    width: 50px;
    height: 50px;
    top: unset;
    bottom: 0;
    transform: translateY(50%);
    background-color: #fff;
    color: #DCDEE8;
    transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-size: 21px; }
    .swiper-container.template-testimonial .swiper-button-prev:hover, .swiper-container.template-testimonial .swiper-button-next:hover {
      background-color: #FFB300;
      color: #fff; }
  .swiper-container.template-testimonial .swiper-button-prev {
    left: auto;
    right: 125px; }
  .swiper-container.template-testimonial .swiper-button-next {
    right: 55px; }

@media screen and (max-width: 767px) {
  .swiper-container.template-testimonial {
    margin-bottom: 150px; }
    .swiper-container.template-testimonial .swiper-slide-icon {
      width: 200px;
      height: 200px; }
      .swiper-container.template-testimonial .swiper-slide-icon i {
        font-size: 35px;
        transform: translate(-40px, -45px); }
    .swiper-container.template-testimonial .swiper-slide-content p {
      font-size: 15px; }
    .swiper-container.template-testimonial .swiper-slide-content h6 {
      font-size: 16px; }
    .swiper-container.template-testimonial .swiper-button-prev, .swiper-container.template-testimonial .swiper-button-next {
      font-size: 21px; }
    .swiper-container.template-testimonial .swiper-button-prev {
      left: auto;
      right: 125px; }
    .swiper-container.template-testimonial .swiper-button-next {
      right: 55px; } }
.table.template-plans {
  border-collapse: separate;
  border-spacing: 5px; }
  .table.template-plans.table-striped tbody tr:nth-of-type(odd) {
    background-color: #FAFAFA; }
  .table.template-plans.table-striped tbody tr:nth-of-type(even) {
    background-color: #DCDEE8; }
  .table.template-plans th,
  .table.template-plans td {
    vertical-align: middle;
    padding: 20px 12px; }
  .table.template-plans thead tr th {
    font-size: 20px;
    font-weight: 900;
    background-color: #626c96; }
    .table.template-plans thead tr th:not(:first-child) {
      text-align: center; }
    .table.template-plans thead tr th:first-child {
      background-color: #211e3f;
      padding-left: 30px; }
    .table.template-plans thead tr th.secondary {
      background-color: #424C6E; }
    .table.template-plans thead tr th.primary {
      background-color: #211e3f; }
  .table.template-plans tbody tr th {
    color: #211e3f;
    font-weight: 300;
    padding-left: 30px; }
  .table.template-plans tbody tr td {
    font-size: 20px;
    font-weight: 300;
    text-align: center; }
    .table.template-plans tbody tr td.active {
      color: #FFB300; }

.accordion .card {
  border: none;
  border-radius: 0;
  margin-bottom: 5px;
  background-color: #FAFAFA;
  padding-left: 50px; }
  .accordion .card-header .btn-link {
    color: #211e3f; }
    .accordion .card-header .btn-link:hover, .accordion .card-header .btn-link:focus {
      text-decoration: none; }
    .accordion .card-header .btn-link:hover, .accordion .card-header .btn-link[aria-expanded="true"] {
      color: #FFB300;
      font-weight: 700; }
  .accordion .card-body {
    padding-top: 0; }
    .accordion .card-body ul li {
      padding: 10px 10px 10px 40px;
      border-bottom: 1px solid #E0E0E0; }
      .accordion .card-body ul li:first-child {
        border-top: 1px solid #E0E0E0; }
      .accordion .card-body ul li a {
        color: #211e3f;
        font-size: 15px;
        font-weight: 700; }
        .accordion .card-body ul li a:hover {
          color: #FFB300; }
      .accordion .card-body ul li p {
        font-size: 15px;
        line-height: 18px;
        margin: 0; }

.modal .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
  border-top-left-radius: 2em;
  border-bottom-right-radius: 2em;
  padding-left: 40px;
  padding-right: 40px; }
  .modal .modal-dialog .modal-content .modal-header {
    border-bottom: none; }
    .modal .modal-dialog .modal-content .modal-header .close {
      font-size: 15px;
      font-weight: 300;
      color: #8C91B4;
      opacity: 1;
      position: absolute;
      right: 20px;
      top: 15px; }
    .modal .modal-dialog .modal-content .modal-header .modal-title {
      color: #424C6E; }
  .modal .modal-dialog .modal-content .btn-submit {
    position: absolute;
    right: 65px;
    bottom: 0;
    transform: translateY(50%); }

.modal.template-checkout .modal-dialog .modal-content .modal-body .media-body {
  border-bottom: 1px solid #8C91B4; }
  .modal.template-checkout .modal-dialog .modal-content .modal-body .media-body h4 {
    color: #FFB300; }
.modal.template-checkout .modal-dialog .modal-content .modal-body .form-footer {
  border-top: 1px solid #8C91B4;
  padding-top: 20px; }
  .modal.template-checkout .modal-dialog .modal-content .modal-body .form-footer h4 {
    color: #FFB300;
    margin-bottom: 20px; }
  .modal.template-checkout .modal-dialog .modal-content .modal-body .form-footer-total h4 {
    color: #8C91B4;
    margin-bottom: 0; }
  .modal.template-checkout .modal-dialog .modal-content .modal-body .form-footer-amount {
    font-size: 35px;
    font-weight: 900;
    color: #424C6E; }

.section.template-blog .section-box {
  margin: 0 -30px;
  padding-bottom: 100px;
  position: relative;
  z-index: 50; }

@media (max-width: 1199.98px) {
  .section.template-blog .section-box {
    margin: 0; } }
.section.template-products {
  padding: 50px 0; }
  .section.template-products .section-box-banner {
    margin: 70px 0 100px; }
  .section.template-products .section-box-item {
    margin-bottom: 110px;
    padding: 35px 0;
    position: relative; }
    .section.template-products .section-box-item-counter {
      color: #DCDEE8;
      font-size: 250px;
      position: absolute;
      z-index: 10;
      bottom: 0;
      line-height: normal;
      font-weight: bold;
      transform: translateY(21%); }
    .section.template-products .section-box-item:nth-child(even) {
      border-top-left-radius: 4em;
      border-bottom-right-radius: 4em; }
      .section.template-products .section-box-item:nth-child(even) .section-box-item-counter {
        left: 0; }
    .section.template-products .section-box-item:nth-child(odd) {
      border-top-right-radius: 4em;
      border-bottom-left-radius: 4em; }
      .section.template-products .section-box-item:nth-child(odd) .section-box-item-counter {
        right: 0; }
  .section.template-products-home {
    padding-top: 100px;
    margin-bottom: 175px;
    position: relative;
    background-color: #FAFAFA; }
    .section.template-products-home .section-box {
      padding-bottom: 50px; }
      .section.template-products-home .section-box-item:not(:last-child) {
        margin-bottom: 120px; }

@media screen and (max-width: 991px) {
  .section.template-products .section-box-item-counter {
    font-size: 250px;
    bottom: unset;
    top: 0;
    transform: translateY(-21%); }
  .section.template-products .section-box-item:nth-child(even) .section-box-item-counter {
    left: 0; }
  .section.template-products .section-box-item:nth-child(odd) .section-box-item-counter {
    right: 0; } }
@media screen and (max-width: 767px) {
  .section.template-products .section-box-item-counter {
    font-size: 125px;
    transform: translateY(-10%); } }
.section.template-plans .section-box {
  padding-bottom: 150px;
  padding-top: 140px;
  margin: 0 -75px; }
  .section.template-plans .section-box-title {
    margin-bottom: 100px; }
  .section.template-plans .section-box .card-box {
    margin-bottom: 150px; }
.section.template-plans-subscription {
  padding: 50px 0; }
  .section.template-plans-subscription .section-box {
    margin: 70px 0 100px; }
    .section.template-plans-subscription .section-box-range h3 {
      color: #8C91B4; }
.section.template-plans-table {
  padding-bottom: 125px; }
  .section.template-plans-table .section-box {
    margin-bottom: 125px; }

@media (max-width: 1366px) {
  .section.template-plans .section-box {
    padding-top: 100px;
    margin: 0 -45px; } }
@media (max-width: 1199.98px) {
  .section.template-plans .section-box {
    padding-top: 100px;
    margin: 0; } }
@media (max-width: 991px) {
  .section.template-plans .section-box {
    padding-top: 65px; } }
.section.template-gift .section-box {
  border: 2px solid #FFB300;
  position: relative;
  padding-top: 120px;
  padding-bottom: 105px;
  margin-bottom: 85px;
  margin-left: -100px;
  margin-right: -100px; }
  @media (max-width: 1366px) {
    .section.template-gift .section-box {
      margin-left: 0;
      margin-right: 0; } }
  .section.template-gift .section-box-text {
    padding: 6px 0 6px 35px;
    margin-bottom: 50px;
    margin-left: 55px;
    position: relative; }
    .section.template-gift .section-box-text:before {
      content: '';
      width: 5px;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      background-color: #FFB300; }
    .section.template-gift .section-box-text h2 {
      margin: 0;
      color: #424C6E; }
    .section.template-gift .section-box-text h5 {
      color: #424C6E;
      font-weight: 300; }
  .section.template-gift .section-box-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    transform: translateY(50%); }
    .section.template-gift .section-box-btn .btn {
      padding: 19px 47px; }

@media (max-width: 991px) {
  .section.template-gift .section-box {
    padding-top: 80px;
    padding-bottom: 80px; } }
@media (max-width: 767px) {
  .section.template-gift .section-box {
    padding-top: 50px;
    padding-bottom: 50px; }
    .section.template-gift .section-box-text {
      margin-left: 10px; } }
.section.template-gift-shop {
  padding-top: 120px;
  padding-bottom: 125px; }
  .section.template-gift-shop .section-box-content {
    text-align: center;
    margin-bottom: 45px; }
  .section.template-gift-shop .section-gifts {
    padding: 40px 0;
    margin: 0 -120px; }
    .section.template-gift-shop .section-gifts-header {
      margin-bottom: 30px;
      padding-bottom: 20px;
      border-bottom: 1px solid #E0E0E0; }
    .section.template-gift-shop .section-gifts-user {
      font-size: 15px; }
      .section.template-gift-shop .section-gifts-user-name {
        font-weight: 900; }
      .section.template-gift-shop .section-gifts-user p {
        font-size: 15px;
        margin: 0; }
        .section.template-gift-shop .section-gifts-user p a {
          text-decoration: underline;
          color: #211e3f; }

@media screen and (max-width: 1366px) {
  .section.template-gift-shop .section-gifts {
    margin: 0; } }
.section.template-testimonial .section-box {
  padding: 50px 0; }
  .section.template-testimonial .section-box-title {
    margin-bottom: 50px; }

.section.template-education {
  padding-top: 120px;
  padding-bottom: 125px; }
  .section.template-education .section-box-content {
    text-align: center;
    margin-bottom: 45px; }
  .section.template-education .section-box-videos {
    padding: 30px 75px;
    border-top-left-radius: 4em;
    border-top-right-radius: 4em;
    margin: 0 -33px; }
  .section.template-education .section-list {
    padding: 30px 0;
    margin: 0 -33px; }
    .section.template-education .section-list-item-header {
      padding: 32px 15px 32px 45px; }
      .section.template-education .section-list-item-header > * {
        margin: 0; }
    .section.template-education .section-list-item-content .list li {
      margin-bottom: 5px;
      background-color: #FAFAFA;
      padding-left: 70px;
      font-size: 20px; }
      .section.template-education .section-list-item-content .list li a {
        color: #211e3f;
        display: block;
        padding: 20px 15px 20px 0; }
        .section.template-education .section-list-item-content .list li a:hover, .section.template-education .section-list-item-content .list li a.active {
          color: #FFB300;
          font-weight: 700; }
        .section.template-education .section-list-item-content .list li a.has-sublist:before {
          display: inline-block;
          margin-right: 30px;
          content: url(../images/icons/icon-chevron-double.png);
          transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        .section.template-education .section-list-item-content .list li a.has-sublist.active:before {
          transform: rotate(-90deg); }
      .section.template-education .section-list-item-content .list li .sublist {
        padding-bottom: 30px; }
        .section.template-education .section-list-item-content .list li .sublist li {
          padding: 10px 10px 10px 65px;
          border-bottom: 1px solid #E0E0E0;
          font-size: 15px; }
          .section.template-education .section-list-item-content .list li .sublist li:first-child {
            border-top: 1px solid #E0E0E0; }
          .section.template-education .section-list-item-content .list li .sublist li a {
            padding: 0;
            position: relative;
            font-weight: 700; }
            .section.template-education .section-list-item-content .list li .sublist li a i {
              position: absolute;
              left: -10px;
              top: 0;
              bottom: 0;
              margin: auto;
              display: flex;
              align-items: center;
              transform: translateX(-100%); }
          .section.template-education .section-list-item-content .list li .sublist li p {
            font-size: 15px;
            margin: 0; }

.section.template-auth {
  padding-top: 150px;
  padding-bottom: 125px;
  min-height: 100vh; }
  .section.template-auth .section-box {
    border-bottom-left-radius: 4em; }
    .section.template-auth .section-box .nav-tabs {
      border: none; }
    .section.template-auth .section-box .nav-link {
      border: none;
      border-radius: 0;
      font-size: 25px;
      font-weight: 700;
      color: #DCDEE8;
      text-align: center;
      padding: 19px 16px;
      line-height: normal;
      box-shadow: 0px -10px 15px -10px rgba(0, 0, 0, 0.5) inset;
      transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      position: relative; }
      .section.template-auth .section-box .nav-link:after {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        height: 0;
        background-color: #FFB300;
        transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .section.template-auth .section-box .nav-link.active {
        box-shadow: none;
        color: #424C6E; }
        .section.template-auth .section-box .nav-link.active:after {
          height: 6px; }
    .section.template-auth .section-box .tab-pane {
      padding: 70px 60px;
      min-height: 350px;
      border-bottom-left-radius: 4em; }
      .section.template-auth .section-box .tab-pane .btn-submit {
        position: absolute;
        bottom: 0;
        right: 30px;
        transform: translateY(50%); }

@media screen and (max-width: 767px) {
  .section.template-auth .section-box .tab-pane {
    padding: 45px 15px;
    min-height: 350px;
    border-bottom-left-radius: 4em; } }
.section.template-404 {
  min-height: 100vh;
  position: relative;
  overflow: hidden; }
  .section.template-404 .section-box {
    min-height: 100vh;
    padding-top: 300px; }
    .section.template-404 .section-box-content > *:not(:first-child) {
      font-weight: 300; }
  .section.template-404 .section-img {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateX(-50%); }

@media screen and (max-width: 1199px) {
  .section.template-404 .section-img {
    transform: translateX(-30%); } }
@media screen and (max-width: 991px) {
  .section.template-404 .section-box {
    padding-top: 300px; }
  .section.template-404 .section-img {
    transform: translateX(0); } }
@media screen and (max-width: 767px) {
  .section.template-404 .section-box {
    padding-top: 150px; } }

.footer-bg{
  background-image: url('./../images/backgrounds/footer-bg.png')
}
.payment-bg{
  background-image: url('./../images/backgrounds/payment-bg.png')
}
.hidden{
  display: none;
}
.pull-right{
  float: right;
}
/*# sourceMappingURL=app.css.map */

.link:hover {
  text-decoration: unset !important;
}

.link:hover {
  color: #0056b3 !important;
  text-decoration: underline !important;
}
.link {
  color: #007bff !important;
  text-decoration: none !important;
  background-color: transparent !important;
  cursor: pointer;

}

.separator{
  margin-left:10px;
  margin-right: 10px;
}
