html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body{
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"SFProText-Regular","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    background-color: #fff;
    color: #4b4f57;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    position: relative;
}

h2, .h2, h2 span, .h2 span {
    font-size: 2rem;
    font-size: 2rem;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mr-1 {
    margin-right: 1rem;
}

.mb-0 {
    margin-bottom: 0;
}

.pb-5 {
    padding-bottom: 5rem !important;
}

.pt-5 {
    padding-top: 5rem !important;
}

.pt-4 {
    padding-top: 4rem !important;
}

.pb-4 {
    padding-bottom: 4rem !important;
}

.pt-2 {
    padding-top: 2rem !important;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

@media (min-width: 991px) {
    .mrl-lg-0 {
        margin-left: 0;
        margin-right: 0;
    }
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.text-white {
    color: white;
}

.bg-light {
  background-color: #f5f5f5;
}

.w-100 {
    width: 100%;
}

body.fs .text-yellow {
    color: #ffc600;
}

.text-grey {
    color: #757575 !important;
}

.text-green {
    color: #4caf50;
}

.text-success {
    color: #00d402;
}

.text-danger {
    color: #dc3545;
}

.verifying {
    padding: .5rem 1rem;
    border-radius: 3px;
    color: #0d87e8;
    background: #e6f4ff;
}

.columns-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    align-items: center;
    grid-gap: 2rem;
}

@media (min-width: 768px) {
    .columns-grid.bigger-md {
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    }
}

.position-relative {
    position: relative;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-items-start  {
    align-items: flex-start;
}

.justify-content-between {
    justify-content: space-between;
}

.d-none {
    display: none;
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
}

@media (min-width: 991px) {
    .d-lg-block {
        display: block;
    }

    .d-lg-none {
        display: none;
    }
}


.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #4b4f57;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .4rem .5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
}

.btn:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.btn-primary {
    background-color: #2c7bfd;
    color: #fff;
}

.btn-primary.gtm-payment-info {
    padding: 1rem 0;
}

.btn-primary:hover {
    background-color: #44adff;
}

.btn-yellow {
    background-color: #ffc600;
    padding: .375rem 1.5rem;
    box-shadow: 0 0 0 1px #d6a600;
}

btn-yellow:hover {
    background-color: #ffd543;
}

.btn-outline.btn-grey-dark {
    color: #5b6b82;
    border: 1.5px solid #5b6b82;
    background-color: #fff;
}

btn-outline.btn-grey-dark:hover {
    color: #fff;
    background-color: #5b6b82;
}

.btn-yellow-border {
    color: #fff;
    padding: .375rem 1.5rem;
    border: 1px solid #ffc600;
}

.btn-yellow-border:hover {
    background-color: #ffc600;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.order-n1 {
  order: -1;
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .order-md-2 {
    order: 2;
  }
}

@media only screen and (min-width: 991px) {
  .container {
    max-width: 980px;
  }

  .order-lg-2 {
    order: 2;
  }
}

@media (min-width: 1100px) {
  .container {
    max-width: 1040px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}

.hero {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.hero.paypal-wait .logo {
  margin: auto;
}

.hero.paypal-wait {
    height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
}

.hero.paypal-wait .paypal-wait-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
}

.hero.paypal-wait .paypal-wait-container .icon.icon-spin {
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero > .container {
    padding: 2.5rem 1rem 5rem;
}

.hero h1 {
    line-height: 1.2;
}

.hero > .container .logo {
    display: block;
    position: relative;
    z-index: 1;
}

.hero > .container {
    position: relative;
    z-index: 1;
}

.hero .hero-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.hero .filter {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(7,36,72,.95);
    z-index: 0;
}

.hero p {
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: left;
}

.hero .btn {
    margin-top: 2rem;
}

@media (min-width: 991px) {
     .hero .btn {
        margin-top: 2rem;
        max-width: 300px;
    }
}

.hero .btn > i {
    line-height: 1;
    font-size: .85rem;
    margin-left: .5rem;
    margin-bottom: -2.5px;
}

@media (max-width: 768px) {
    .hero .btn {
        margin-left: auto;
        margin-right: auto;
    }
}

#vid-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
}

#vid-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none !important;
}

@media (max-width: 767px) {
    #vid-container {
        display: none;
    }
}


.promo-code-wrapper {
    background: #f2f9ff;
    padding: .8rem;
    border-radius: 3px;
    border: 1px solid rgb(187 221 249);
}

.promo-code-text {
    font-weight: 500;
    display: block;
    margin-bottom: .5rem;
}

@media (min-width: 991px) {
     .reviews-wrapper {
        margin-top: 3rem;
    }
}

.reviews-wrapper a {
    text-decoration: none;
    display: flex;
}

@media (max-width: 767px) {
    .reviews-wrapper a {
        justify-content: center;
    }
}

@media (max-width: 990px) {
     .reviews-wrapper span {
        display: block;
        margin-bottom: .5rem;
    }
}

@media (min-width: 991px) {
    .reviews-wrapper span {
        margin-right: .5rem;
    }
}

.summary-title {
    margin-bottom: 1rem;
}

/* Price */
.pricing-card .nav-pills {
    margin: auto;
}

 .pricing-wrapper {
	 display: flex;
	 align-items: center;
	 flex-direction: column;
	 margin-top: 3rem;
     margin-bottom: 3rem;
}
 @media only screen and (min-width: 991px) {
	 .pricing-wrapper {
		 display: grid;
         grid-template-columns: repeat(4, minmax(0, 1fr));
         margin-top: 6rem;
         align-items: flex-start;
	}
     .pricing-wrapper-3-cols{
         grid-template-columns: repeat(3, minmax(0, 1fr));
     }
}
 .price-card {
	 background-color: white;
	 box-shadow: -10px 0px 16px -2px rgba(0, 0, 0, 0.1);
	 position: relative;
	 padding: 3rem 1rem 3rem;
	 border-radius: 1px;
	 margin-bottom: 2rem;
     border: 1px solid #eeeeee;
     max-width: 500px;
     width: 100%;
     padding: 48px 16px;
     display: flex;
     flex-direction: column;
 }


#sm-free {
    align-self: center;
    order: -2;
    margin-bottom: 3.5rem;
}

 @media (max-width: 768px) {
	 .price-card {
		 width: 100%;
	}
}


 .price-card .price-details-toggle--title {
	 color: #0987e8;
	 font-size: 1.1rem;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 font-weight: 500;
	 margin-top: 1rem;
	 cursor: pointer;
}
 .price-card .price-details-toggle--title .icon.icon-arrow {
	 font-size: 0.875rem;
	 display: flex;
	 margin-left: 0.3rem;
	 transition: all 250ms ease-in-out;
}
 .price-card .price-details-toggle--title .icon.icon-arrow.open {
	 transform: rotate(90deg);
}
 .price-card.recommended {
	 padding: 3rem 2rem 4rem;
	 order: -1;
}

/* .price-card.recommended .text-custom {*/
/*     margin-top: 1rem;*/
/* }*/

/*!*@media only screen and (min-width: 1200px) {*!*/
/*!*    .price-card.recommended .text-custom {*!*/
/*!*        margin-top: 0;*!*/
/*!*    }*!*/
/*!*}*!*/

 @media only screen and (min-width: 991px) {
	 .price-card.recommended {
		 padding: 48px 16px;
         order: 1;
	}
     .price-card.recommended .pricing-details{
         padding-right: 10px;
     }

     .price-card.recommended .billed{
         padding-right: 10px;
     }
}
 @media only screen and (min-width: 1200px) {
	 .price-card.recommended {
		 order: 3;
         justify-content: space-between;
	}
     .price-card.recommended .pricing-details{
         padding-right: 0;
     }

     .price-card.recommended .billed{
         padding-right: 0;
     }

}
 .price-card .recommended-badge {
	 background-color: #ffc600;
	 text-transform: uppercase;
	 color: white;
	 font-weight: 600;
	 padding: 0.24rem 0.6rem;
	 border-radius: 4px;
	 display: inline-block;
}
.limited-offer {
    background-color: #ffc600;
    text-transform: uppercase;
    color: #4b4f57;
    font-weight: 600;
}
@media(max-width: 375px){
    .limited-offer{
        font-size: 12px;
    }
}
 .price-card .title {
	 font-size: 1.25rem;
	 color: #242f40;
	 font-weight: 600;
	 text-align: center;
	 margin-bottom: 0.5rem;
	 display: block;
}
 .price-card .price {
	 margin-bottom: -0.6rem;
}
 .price-card .price .value {
	 color: #242f40;
	 font-size: 55px;
	 font-weight: 700;
}
 @media (max-width: 360px) {
	 .price-card .price .value {
		 font-size: 4rem;
	}
}
 .price-card .price .currency {
	 color: #242f40;
	 font-size: 55px;
     font-weight: 700;
	 /* margin-right: 0.5rem; */
}
 .price-card .price .month {
	 font-size: 1.5rem;
	 color: #637381;
}
 .price-card .btn {
	 text-transform: uppercase;
	 padding: 1.2rem 2rem;
	 display: inline-block;
	 font-weight: bold;
	 font-size: 1.15rem;
	 min-width: 220px;
	 margin-top: 3rem;
     align-self: end;
}

 .switch-btn {
     font-size: 15px;
     text-transform: none;
     font-weight: 400;
 }
 .price-card .pricing-details .icon-check {
	 line-height: 30px;
     margin-right: 8px;
}

.price-card .pricing-details .icon-question-circle {
    margin-left: 3px;
}

.price-card .pricing-details .pricing-counter {
    margin-right: 8px;
}

 @media (max-width: 768px) {
	 .price-card .pricing-details {
		 opacity: 1;
		 margin-top: 2rem !important;
		 display: block !important;
		 transition: opacity 500ms ease-in-out, height 250ms ease-in-out;
	}
	 .price-card .pricing-details.collapsed {
		 display: none !important;
	}
}
 @media (min-width: 991px) {
	 .price-card .pricing-details.price-1, .price-card .pricing-details.price-2, .price-card .pricing-details.price-3 {
		 margin-top: 3rem;
	}
}

 @media (max-width: 380px) {
	 .price-card .pricing-details span {
		 font-size: 1rem;
	}
}
 .price-card .pricing-details span.inactive {
	 color: #bfbfbf;
	 margin-top: 1.2rem;
}
.price-card .pricing-details span.inactive .icon-close {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-left: 4px;
    margin-right: 6px;
    color: #bfbfbf;
}

 .price-card .icon-check {
	 font-size: 1.25rem;
	 color: #0987e8;
}
 .price-card.recommended {
	 border: 3px solid #FFC600;
}
 .price-card .save-pricing {
	 padding: 0.45rem 1rem 0.41rem;
	 background: rgba(254, 197, 5, 0.3);
	 color: #e0a800;
	 border-radius: 100px;
	 margin-top: 0.5rem;
	 display: inline-block;
}
 .price-card .badge-xmas {
	 position: absolute;
	 top: -10px;
	 right: -10px;
}
/* END Price */

/* Tooltip */
[class^=tooltip] {
  position: relative;
  line-height: 2;
}

[class^=tooltip]:after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: attr(data-tooltip);
  padding: 6px 10px;
  top: -0.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  background: #000;
  color: #fff;
  white-space: pre-wrap;
  z-index: 2;
  border-radius: 4px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  font-size: 0.75rem;
  line-height: 1.4;
  width: 150px;
}

[class^=tooltip]:hover:after {
  display: block;
  opacity: 1;
  visibility: visible;
}

* {
  box-sizing: border-box;
}

.tooltip--left:after {
  top: -4px;
  left: 0;
  -webkit-transform: translateX(-112%) translateY(0);
  transform: translateX(-112%) translateY(0);
}

.tooltip--left:hover:after {
  -webkit-transform: translateX(-110%) translateY(0);
  transform: translateX(-110%) translateY(0);
}

.tooltip--right:after {
  top: -4px;
  left: 100%;
  -webkit-transform: translateX(12%) translateY(0);
  transform: translateX(12%) translateY(0);
}

.tooltip--right:hover:after {
  -webkit-transform: translateX(10%) translateY(0);
  transform: translateX(10%) translateY(0);
}

.tooltip--triangle:before {
  content: "";
  width: 0;
  height: 0;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  border-top: solid 8px #000;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-70%);
  transform: translateX(-50%) translateY(-70%);
  top: 0;
  left: 50%;
  -webkit-transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  z-index: 999;
}

.tooltip--triangle:hover:before {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1024px) {
  [class^=tooltip]:after {
    -webkit-transform: translateX(-80%) translateY(-100%);
    transform: translateX(-80%) translateY(-100%);
  }
}
/* END Tooltip */

/* FAQ accordion */
 .accordion {
	 max-width: 1000px;
	 margin: 2rem auto 0;
}
 .accordion-item {
	 background-color: #fff;
	 border-radius: 2px;
	 border-bottom: 1px solid rgba(36, 39, 44, 0.05);
}
 .accordion-item-header {
	 padding: 0.5rem 1rem 0.5rem;
	 min-height: 3.5rem;
	 line-height: 1.25rem;
	 font-weight: 500;
	 text-align: left;
	 display: flex;
	 align-items: center;
	 position: relative;
	 cursor: pointer;
	 color: #24272c;
	 font-size: 0.875rem;
	 justify-content: space-between;
	 transition: all 200ms ease-in-out;
}
 @media (min-width: 768px) {
	 .accordion-item-header {
		 font-size: 1rem;
	}
}
 .accordion-item-header .icon {
	 font-size: 14px;
	 opacity: 0.7;
	 transition: all 200ms ease-in-out;
	 margin-left: 1rem;
}
 .accordion-item-header:hover:not(.active) {
	 color: #000;
}
 .accordion-item-header.active {
	 background: #e9ebed;
}
 .accordion-item-header.active .icon {
	 transform: rotate(-90deg);
}
 .accordion-item-body {
	 color: #2b2b2b;
	 max-height: 0;
	 overflow: hidden;
	 transition: max-height 0.2s ease-out;
}
 .accordion-item-body a {
	 color: #0987e8;
	 font-weight: 600;
}
 .accordion-item-body a:hover {
	 color: #44adff;
}
 .accordion-item-body-content {
	 padding: 1rem;
	 line-height: 1.6;
	 text-align: left;
}
/* END FAQ */


h1, .h1, h1 span, .h1 span {
    color: #fff;
    font-size: 2.5rem;
    font-size: 2.5rem;
    line-height: 1.25;
}

@media (min-width: 83.3333333333rem) {
    h1, .h1, h1 span, .h1 span {
        font-size: 2.5rem;
    }
}

@keyframes updown {
      0% {
        transform: translate(-50%, -145%);
      }

      40% {
        transform: translate(-50%,-165%);
      }

      80% {
        transform: translate(-50%,-145%);
      }

       100% {
         transform: translate(-50%, -145%);
       }
}

@media (min-width: 1200px) {
    .privacy-text-line {
        margin-left: -6.7rem;
    }
}

/* FAQ */
.faq-content {
    margin: 0 auto;
}

.faq-content .faq-question {
    padding: 1.25rem 0;
    border-bottom: 1px solid #ccc;
}

.faq-content .panel-title {
    font-size: 1.2rem;
    width: 100%;
    position: relative;
    margin: 0;
    padding: .5rem .5rem 0 2rem;
    display: block;
    cursor: pointer;
}

.faq-content .panel-content {
    font-size: 1rem;
    margin: .5rem 1rem 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    line-height: 1.6;
}

.faq-content .panel:checked ~ .panel-content{
    height: auto;
    opacity: 1;
    padding: 0.875rem;
}

.faq-content .panel:checked ~ .panel-title,
.faq-content .panel:checked ~ .plus {
    color: #2D6BEF;
}

.faq-content .plus {
    position: absolute;
    margin-left: 0;
    margin-top: .75rem;
    font-size: 1.5rem;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.faq-content .panel:checked ~ .plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq-content .panel {
    display: none;
}

.faq-content .summary-title {
    color: #73757a;
    font-weight: 600;
    line-height: 1.5;
    white-space: pre-wrap;
}

@media (max-width: 767px) {
    .faq-content .summary-title {
        font-size: 1.4rem;
    }
}

.payment-pills-tabContent .form-control {
    color: #73757a;
    border-radius: 3px;
    box-shadow: none;
    height: 50px;
    padding: 13px 15px;
    background-color: white;
}

.payment-pills-tabContent .StripeElement--invalid,
.payment-pills-tabContent .form-control.is-invalid,
.payment-pills-tabContent .was-validated .form-control:invalid {
    border-color: red;
}

.payment-pills-tabContent ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(50, 50, 93, 0.4);
  opacity: 1; /* Firefox */
}

.payment-pills-tabContent label {
    color: #73757a;
    font-weight: 600;
    font-size: 14px;
}

.payment-pills-tabContent .js_stripe_tc_container label {
    font-weight: 400;
}

#pills-credit-card-tab .cards-wrapper {
    transform: scale(.75);
}

.nav-link.payment-pill {
    box-shadow: 0 0 0 1px rgba(56,60,67,.05), 0 1px 3px 0 rgba(56,60,67,.15);
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 3px;
    font-weight: 600;
    background-color: white !important;
    color: black !important;
    height: 58px;
    border: 2px solid transparent;
}

.nav-link.payment-pill.active {
    border: 2px solid #0987e8;
    color: #0987e8;
}

@media (max-width: 767px) {
    .paypal-nav-item {
        display: flex;
        justify-content: center;
        padding-left: 0;
        margin-top: 1rem;
    }
}


/* Reviews */
.tp-stars .tp-star__canvas {
    fill: #dcdce6;
}

.tp-stars .tp-star__canvas--half {
    fill: none;
}

.tp-stars--2 .tp-star:nth-of-type(-n+2) .tp-star__canvas {
    fill: #00b67a;
}

.tp-stars--2.tp-stars--half .tp-star:nth-of-type(-n+3) .tp-star__canvas--half {
    fill: #00b67a;
}

.tp-stars--3 .tp-star:nth-of-type(-n+3) .tp-star__canvas {
    fill: #00b67a;
}

.tp-stars--3.tp-stars--half .tp-star:nth-of-type(-n+4) .tp-star__canvas--half {
    fill: #00b67a;
}

.tp-stars--4 .tp-star:nth-of-type(-n+4) .tp-star__canvas {
    fill: #00b67a;
}

.tp-stars--4.tp-stars--half .tp-star:nth-of-type(-n+5) .tp-star__canvas--half {
    fill: #00b67a;
}

.tp-stars--5 .tp-star:nth-of-type(-n+5) .tp-star__canvas {
    fill: #00b67a;
}

.tp-widget-stars {
    margin: 0 0 6px;
    width: 130px;
}

.tp-widget-logo {
    width: 80px;
}

#fpa-widget-slider {
    margin-left: -1.7rem;
    font-size: .9rem;
    margin-top: .1rem;
    display: flex;
    align-items: center;
}

.trustpilot-reviews-small {
    font-size: .9rem;
    margin-top: .2rem;
}

.fpa-widget-stars {
    font-size: 1.1rem;
}

.fpa-widget-stars .fa,
.fpa-widget-stars .fab,
.fpa-widget-stars .fas {
    color: #496939;
}

.js-slick-carousel .slick-prev {
    left: -10px;
    top: 13px;
}

.js-slick-carousel .slick-next {
    right: -10px;
    top: 13px;
}

.js-slick-carousel .slick-prev:before,
.js-slick-carousel .slick-next:before {
    color: #eee;
}

.steps {
    display: flex;
    width: 2px;
    height: 90%;
    background: #0987e8;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 1.5rem;
    z-index: 1;
}

.steps::after {
    content: ' ';
    width: 2px;
    background: white;
    height: 40%;
    bottom: 0;
    position: absolute;
    border: 1px dotted #737373;
    transition: all 250ms ease-in-out;
}

/* step 2 */
.steps.plan2::after {
    height: 15%;
}

/* step 3 */
.steps.plan3::after {
    height: 0;
}

.notch {
    position: absolute;
    background: white;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    z-index: 2;
    margin-right: -11.5px;
    right: 0;
    border: 1px solid #737373;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.notch.active {
    border: 1px solid #0987e8;
}

.notch:not(.active) {
    box-shadow: 0 0 0 0 #0987e8;
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.85);
        box-shadow: 0 0 0 0 rgba(43, 159, 249, .7);
    }

    70% {
        transform: scale(.95);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.85);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


.notch::before {
    content: ' ';
    background: transparent;
    height: 16px;
    width: 16px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 3px;
    margin-left: 3px;
    transition: all 250ms ease-in-out;
    transition-delay: 150ms;
}

.notch.active::before {
    background: #0987e8;
}

.plan-section-wrapper.active .fas,
.pricing-card .fas {
    color: #0987e8;
}

.plan-section-wrapper.active span {
    color: black;
}

.notch-1 {
    bottom: 0;
    right: 0;
    margin-bottom: 0;
}

.notch-3 {
    bottom: 0;
    right: 0;
    margin-bottom: 10px;
}

.notch-2 {
    bottom: 0;
    right: 0;
    margin-bottom: 0;
}

@media (max-width: 320px) {
    .pricing-card {
        padding: 1rem !important;
    }
}


.summary-package-wrapper {
    color: #686868;
    font-weight: 500;
}

.summary-price {
    font-size: 1.05rem;
    color: #73757a;
}

.plan-section-wrapper span {
    color: #ccc;
    transition: all 250ms ease-in-out;
}

.plan-section-wrapper .icon.icon-circle::after {
    border: 1px solid #ccc;
}

.plan-section-wrapper span {
    text-decoration: line-through;
}

.plan-section-wrapper.active span {
    color: inherit;
    text-decoration: none;
}

.plan-section-wrapper.active .icon.icon-circle::after {
    border: 1px solid #4b4f57;
}

.text-primary .icon.icon-circle::after {
    border: 1px solid #4b4f57;
}

.payment-radio span.circle {
    position: relative;
    background: white;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    z-index: 2;
    right: 0;
    border: 1px solid #737373;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.payment-radio span.circle.paypal-circle {
    margin-left: 3.9px;
}

.payment-radio.active span.circle {
    border: 1px solid #0987e8;
}

.payment-radio span.circle::before {
    content: ' ';
    background: transparent;
    height: 16px;
    width: 16px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 3px;
    margin-left: 3px;
    transition: all 250ms ease-in-out;
    transition-delay: 150ms;
}

.payment-radio.active span.circle::before {
    background: #0987e8;
}
@media screen and (min-width: 1024px) {
    .tp-widget-customerssay {
        display: block;
    }
}

@media screen and (min-width: 850px) {
    .tp-widget-trustscore, body .tp-widget-stars {
        margin: 0 16px 0 0;
    }

    .tp-widget-rating {
        display: block;
    }
}
/* END Reviews */

.border-2-primary {
    border: 3px solid #0987e8;
    border-radius: 2px;
}

.discount-badge, .discount-badge-pro {
    color: #dc3545;
    padding: 6px 16px;
    font-size: 1rem;
    line-height: 20px;
    font-family: inherit;
    text-align: center;
    border-radius: 4px;
}

.promo-input {
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 100%;
    height: 48px;
    padding: .5rem 1rem;
}

.faq-card {
    border: 1px solid rgba(36,39,44,.05);
    border-radius: 3px;
    margin-bottom: .5rem;
}

.faq-card .card-header {
    border: none;
    border-radius: 4px;
}

.faq-card .card-collapse {
    font-weight: 600;
}

.card-header span{
    color:#B9B9B9;
}

.faq-card .card-header button.collapsed .card-btn-arrow {
    transform: rotate(0);
}

.faq-card .card-header .card-btn-arrow {
    transform: rotate(-90deg);
}

.faq-card .card-body {
    color: #73757a;
    border-top: 1px solid rgba(36,39,44,.05);
}

.header{
    position: relative;
    color: white;
    border-radius: 0 0 100px 100px;
    background-color: #0987e8;
    box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.1);
    background-image: url("https://i.ibb.co/Vx1RtPw/trading-smaller.png");
    background-size: contain;
    background-position: bottom center;
    padding: 2.5rem 0 4rem;
}

.hover-shadow:hover {
    -webkit-box-shadow: 0 0 0 2px rgba(56,60,67,0.07),0 8px 14px 5px rgba(56,60,67,0.15);
    box-shadow: 0 0 0 2px rgba(56,60,67,0.07),0 8px 14px 5px rgba(56,60,67,0.15);

}
.hover-shadow{
    box-shadow: 0 0 2px 2px rgba(33,33,33,.2);
    -webkit-transition: -webkit-box-shadow 300ms ease-in-out;
    transition: -webkit-box-shadow 300ms ease-in-out;

}

.fa-check{
    font-size: 1.2em;
    color: #01B67A;
}
.fa-times{
    font-size: 1.2em;
    color: #ff5f5f;
}
.form-section{
    margin-top: 1rem;
    display: none;
}

@media (min-width: 768px) {
    .form-section {
        margin-top: 72px;
    }
}

.form-details{
    position: relative;
    top:-50px;
    border: #0987e8 solid 1px;
    border-radius: 15px;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
}
button.btn-pay {
    background: #0987e8;
}

.StripeElement {
}

.StripeElement--focus {

}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
.js_user_quote{
    border-radius:25px;
    border: none;
    background:#fff;
    width:320px;
    height: 145px;
    position: fixed;
    bottom: 15px;
    left: 15px;
}

.js_user_quote .user-quote-text {
    font-size: .75rem;
}

.box2 {
    width: 100%;
    height: 40%;
    margin: 0px auto;
    border: none;
    border-radius: 0 0 25px 25px;
    color: white;
    position:absolute;
    bottom: 0px;
    background-color: #0987e8;
}

.sb10::before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #0987e8;
    right: 0;
    top: -18px;
    left: 0;
    margin: 0 auto;
}

.map-row{
    border: 0px solid #0987e8;
    margin: 0px auto;
    width: 100%;
    height: 60%;
    border-radius: 25px 25px 0 0;
    font-weight: 900;
    color: #0987e8;
    font-family: arial;
    position:absolute;
    top: 0px;
}
.image-map{
    background-color: #0987e8;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0px;
    border: 0px;
    border-radius: 25px 25px 0 0;
    color: white;
    position:absolute;
    top: 0px;
    border-radius: 20px 20px 0 0;
}

.avatar-signup{
    background: white;
    border-radius: 100px;
    width: 42px;
    overflow: hidden;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/********************************************** .section-trustpilot **********************************************/
 .trust-pilot
{}
 .trust-pilot .tp-carousel
{
    padding: 0 32px;
}
 .trust-pilot .tp-carousel .tp-prev
{
    position: absolute;
    cursor: pointer;
    top: 75px;
    left: 25px;
}
 .trust-pilot .tp-carousel .tp-next
{
    position: absolute;
    cursor: pointer;
    top: 75px;
    right: 25px;
}
 .trust-pilot #tp-slides
{
}
 .trust-pilot .tp-review
{
    padding: 8px;
    font-size: 12px;
}
 .trust-pilot .tp-review > div
{
    position: relative;
    vertical-align: middle;
    background: none #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 160px;
    width: 100%;
    margin: 0 15px 0 0;
    padding: 15px;
    display: inline-block;
    white-space: normal;
}
 .trust-pilot .tp-review .tp-star-rating
{
    margin: 0 0 10px;
    overflow: hidden;
    width: 100px;
}
 .trust-pilot .tp-review .tp-star-rating .star-rating__star
{
    position: relative;
    float: left;
    background-color: #ccc;
    border-radius: 13%;
    margin-right: 1.25%;
    width: 18%;
    padding-bottom: 18%;
}
 .trust-pilot .tp-review .tp-star-rating.tp-star-rating--4 .star-rating__star
{
    background-color: #73b143;
}
 .trust-pilot .tp-review .tp-star-rating.tp-star-rating--5 .star-rating__star
{
    background-color: #007f4e;
}
.trust-pilot .tp-review .tp-star-rating .star-rating__star:before
{
    content: url('/img/star.svg');
    display: block;
    width: 60%;
    position: absolute;
    top: 20%;
    left: 20%;
    right: 20%;
    bottom: 20%;
    line-height: 60%;
}
.trust-pilot .tp-review .review__date
{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 80%;
    color: #aaa;
}
.trust-pilot .tp-review a
{
    color: #000;
    outline: 0;
    text-decoration: none;
}
.trust-pilot .tp-review .review__header
{
    position: relative;
    font-weight: 700;
    margin: 0 0 10px;
    height: 18px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.trust-pilot .tp-review .review__text
{
    position: relative;
    word-wrap: break-word;
    line-height: 14px;
}
trust-pilot .tp-review .review__name
{
    position: absolute;
    bottom: 12px;
    left: 15px;
    text-align: left;
    font-size: 80%;
    z-index: 2;
}
.trust-pilot .tp-review .source{
    position:absolute;
    bottom:0;
    right:5px;
    margin-bottom: .5rem;
}

.mentors-wrapper {
    top: -292px;
    text-align: center;
}

@media (max-width: 320px) {
    .mentors-wrapper {
        top: -281px;
    }

}

@media (min-width: 1024px) {
    .mentors-wrapper {
        margin-top: -70px;
    }

    .mentors-wrapper img {
        height: 220px !important;
    }

}

@media (min-width: 361px) and (max-width: 767px) {
    .mentors-wrapper {
        top: -289px;
    }
}

.banner-discount {
    background-size: cover;
    background-repeat: repeat-x;
    z-index: 4;
    padding: .5rem 0;
}

.banner-discount .h4 {
    font-size: 1rem;
}

@media (min-width: 768px) {
    .banner-discount .h4 {
        font-size: 1.25rem;
    }
}

.countdown--digit {
    font-size: 22px;
    font-weight: bold;
}

.countdown--date {
    font-weight: 600;
    font-size: 16px;
    margin-top: -4px;
}

.pointer {cursor: pointer;}


@media only screen and (min-width: 991px) {
    .hero {
        background-size: contain;
    }

    .fpa-widget-stars {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 768px) {

    .js_user_quote{
        display: none;
    }
}

@media only screen and (max-width: 991.98px){

    .order-md-n1 {
        order: -1;
    }

    .order-md-2 {
        order: 2;
    }
}

.text-secondary {
    color: #9f9f9f !important;
}

.text-primary {
    color: #0987e8 !important;
}

.footer {
    background-color: #01101d;
}

.btn-discount {
    font-weight: 500;
    background: #ffc600;
    box-shadow: 0 0 0 1px #d6a600;
}

.btn-discount:hover {
    background-color: #ffd543;
}

/* Footer */
footer {
	 background-color: #072448;
	 color: white;
}
 footer .copywriter-wrapper {
	 background-color: #01101d;
	 padding: 2.5rem 0;
}
 footer .logo-wrapper {
	 border-top: 1px solid rgba(255, 255, 255, 0.1);
	 margin-top: 2.5rem;
}
 @media (max-width: 767px) {
	 footer .logo-wrapper .logo {
		 margin-bottom: 1rem;
	}
}
 footer .buttons-wrapper {
	 display: flex;
}
 footer .buttons-wrapper .btn {
	 margin: 0 0.3rem;
}
 @media (min-width: 768px) {
	 footer .buttons-wrapper {
		 display: grid;
		 grid-template-columns: 1fr 1fr;
		 grid-gap: 1rem;
	}
}
 footer .download-app {
	 border: 1px solid white;
	 border-radius: 8px;
}
 footer .social-links-wrapper {
	 text-align: left;
	 align-items: end;
}
 @media (min-width: 991px) {
	 footer .social-links-wrapper {
		 text-align: right;
	}
}
 footer .links-wrapper {
	 grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	 grid-gap: 1rem;
}

 footer .links-wrapper .links-title {
	 display: inline-block;
	 font-size: 0.875rem;
	 margin-bottom: 1rem;
}
 footer a.link {
	 color: #637381;
	 font-size: 0.875rem;
	 margin-top: 0.5rem;
     text-decoration: none;
}
 footer a.link:hover {
	 color: white;
	 text-decoration: none;
}
 footer .copyright-text {
	 font-size: 0.775rem;
	 color: rgba(255, 255, 255, .8);
}
 footer .copyright-text a {
	 color: #0987e8;
}
 footer .copyright-text a:hover {
	 color: #44adff;
}
/* END Footer */

/* Splide slider */

.splide .splide__arrow {
    bottom: 0;
    transform: none;
    border-radius: unset;
    width: 20px;
    opacity: .9;
    margin-top: 2rem;
}

.splide .splide__arrow svg {
    filter: invert(1);
    width: 18px;
    height: 18px;
    fill: #4b4f56;
}

.splide__arrow.splide__arrow--prev {
  left: 0;
  background: transparent;
}
.splide__arrow.splide__arrow--next {
  right: 0;
  background: transparent;
}

/* Modal */
.modal-pop-up {
	 display: none;
	/* Hidden by default */
	 position: fixed;
	/* Stay in place */
	 z-index: 100001;
	/* Sit on top */
	 left: 0;
	 top: 0;
	 width: 100%;
	/* Full width */
	 height: 100%;
	/* Full height */
	 overflow: auto;
	/* Enable scroll if needed */
	/*background-color: rgb(0,0,0);
	 !* Fallback color *!*/
	 background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
	 justify-content: center;
	 margin-bottom: 5%;
	/* Modal Content/Box */
	/* The Close Button */
}

.modal-pop-up.show {
    display: block;
}

 .modal-pop-up .modal-pop-up-content {
	 margin: 7% auto 7%;
	/* 15% from the top and centered */
	 width: 100%;
	/* Could be more or less, depending on screen size */
	 max-width: 634px;
	 position: relative;
	 border-radius: 6px;
	 box-shadow: 0 2px 16px 0 rgba(33, 43, 54, 0.08), 0 31px 41px 0 rgba(33, 43, 54, 0.2);
	 background-color: #fff;
}
 .modal-pop-up #closePopUp {
    color: rgba(255, 255, 255, 0.60);
    position: absolute;
    top: 7px;
    right: 0;
    width: 45px;
    padding: 7px;
    z-index: 2;
    margin: auto;
    text-align: center;
}
 .modal-pop-up #closePopUp:hover {
     color: white;
	 cursor: pointer;
}
 .modal-pop-up .mt-03 {
	 margin-top: 0.3rem;
}
 .modal-pop-up .wait-sign {
	 padding: 12px 52px;
	 border-radius: 51px;
	 box-shadow: 0 2px 24px 0 rgba(19, 17, 39, 0.2);
	 background-color: #fff;
	 font-size: 46px;
	 font-weight: 600;
	 max-width: 278px;
	 margin-left: auto;
	 margin-right: auto;
	 transform: translateY(-50%);
	 z-index: 2;
	 position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .modal-pop-up .text-dark-popup {
	 color: #131127;
}
 .modal-pop-up .candles-bg {
	 height: 140px;
	 overflow: hidden;
	 border-top-left-radius: 5px;
	 border-top-right-radius: 5px;
	 z-index: 1;
}
 .modal-pop-up .candles-bg .candles-bg-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
 .modal-pop-up .candles-bg .filter {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(7,36,72,.80);
    z-index: 0;
}
 .modal-pop-up .subtitle-popup {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1b295e;
}
 .modal-pop-up .number-people-popup {
	 font-size: 17px;
	 font-weight: 600;
}
 .modal-pop-up .cta-popup {
    padding: 1rem;
    font-size: 1.2rem;
    width: 100%;
    font-weight: 600;
     cursor: pointer;
}
 @media (max-width: 768px) {
	 .modal-pop-up .wait-sign {
		 font-size: 40px;
	}
	 .modal-pop-up .subtitle-popup {
		 font-size: 19px;
	}
	 .modal-pop-up .candles-bg {
		 height: 110px;
	}
}


/* Pricing Checkout */

.font-weight-bold {
    font-weight: 600;
}
.font-size-2 {
    font-size: 1.5rem;
}

.icon.icon-circle::after {
    content: ' ';
    border: 1px solid black;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    display: inline-block;
    margin-right: 4px;
}

.text-primary .icon.icon-circle::after {
    border: 1px solid #0987e8;
}

.pricing-card .icon.icon-arrow {
    display: inline-block;
    transform: rotate(180deg);
    line-height: 1;
}

@media (min-width: 992px) {
    .w-lg-80 {
        max-width: 80%;
    }
}

@media (min-width: 991px) {
    .w-lg-80 {
        width: 80%;
    }
}

.w-90 {
    width: 90%;
}

@media (min-width: 992px) {
    .space-bottom-lg-2 {
        padding-bottom: 4rem !important;
    }
}

@media (max-width: 768px) {
    .hide-768 {
        display:none;
    }

    .htt-pricing-hero {
        border-radius: 0 0 132px;
    }
}
@media (min-width: 768px) {
    .show-768 {
        display: none;
    }
}

.icon.icon-spin {
    display: inline-block;
    background: url("/img/traderoom/price/spinner.svg");
    height: 20px;
    width: 20px;
    margin-right: 10px;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
}

.icon.icon-spin.white {
  background: url("/img/traderoom/price/spinner-white.svg");
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

.text-grey-02 {
    color: #9F9F9F !important;
}

.previous-price {
    display: none;
    margin: 0 auto;
}

.discount {
    font-size: 1.125rem;
    line-height: 1.7rem;
    font-weight: 600;
    color: #000;
    width: 240px;
    margin-left: -120px;
    left: 50%;
    padding: 10px;
    border-radius: 10px;
    background-color: #ffc600;
    display: none;
    position: absolute;
    top: -22px;
    text-align: center;
}
.discount.professional {
    top: -40px;
}
.price-card .recommended-badge {
    line-height: 1.7rem;
    font-weight: 600;
    color: #000;
    width: 240px;
    margin-left: -120px;
    left: 50%;
    padding: 10px;
    border-radius: 10px;
    background-color: #ffc600;
    position: absolute;
    top: -22px;
    text-align: center;
}
.price-card .recommended-badge-alt {
    font-weight: 600;
    padding: .24rem .6rem;
    border-radius: 4px;
    width: fit-content;

}
.bf-terms {
    display: none;
}