@import url(https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap);
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #000;
}
h1 {
  font-size: 50px;
  line-height: 60px;
}
h2 {
  font-size: 45px;
  line-height: 55px;
}
h3 {
  font-size: 40px;
  line-height: 50px;
}
h4 {
  font-size: 35px;
  line-height: 45px;
}
h5 {
  font-size: 30px;
  line-height: 40px;
}
h6 {
  font-size: 20px;
  line-height: 30px;
}
p {
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #727f8d;
}
html:not(.transition-active) * {
  transition: unset !important;
}
body,
html {
  font-family: Lato, sans-serif;
  font-size: 18px;
  color: #000;
  min-height: 100%;
  height: 100%;
  background: #fff;
}
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  color: #2692ff;
  transition: 0.4s ease color;
}
a:hover {
  text-decoration: none;
  color: #00468c;
}
.pointer {
  cursor: pointer;
}
#loading {
  text-align: center;
  background: url(../img/load/load.gif) no-repeat center;
  height: 150px;
}
.activePagination {
  color: #00468c !important;
}
@media screen and (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }
}
section {
  padding: 100px 0;
}
.bg-dark {
  background-color: #15202b !important;
}
.button {
  transition: 0.4s ease background, 0.4s ease color, 0.4s ease border,
    0.4s ease border-color;
  border-radius: 50px;
  height: 70px;
  font-size: 24px;
  font-weight: 700;
  padding: 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.button.primary {
  background: #2692ff;
  color: #fff;
}
.button.primary:hover {
  background: #8cc5ff;
}
.button.white {
  background: #fff;
  color: #2692ff;
  border: 3px solid #fff;
}
.button.white:hover {
  background: #2692ff;
  color: #fff;
  border-color: #2692ff;
}
.button.white.outline {
  background: 0 0;
  color: #fff;
}
.button.white.outline:hover {
  background: #fff;
  color: #2692ff;
  border-color: #fff;
}
header {
  margin-top: 45px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  header {
    margin: 0 !important;
    padding: 20px 0 !important;
    position: fixed !important;
    background: rgba(0, 0, 0, 0.8);
  }
}
header.home {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 767px) {
  header.home .brand {
    display: none;
  }
}
header.with-bg {
  margin: 0;
  padding: 25px 0;
  background-image: url(../img/hero-bg.jpg);
}
header.with-bg .brand {
  display: none;
}
@media screen and (max-width: 768px) {
  header.with-bg .brand {
    display: block;
  }
  header.with-bg .brand img {
    max-width: 90px;
  }
}
header .main-nav {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  header .main-nav {
    display: none;
  }
}
header .main-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style-type: none;
}
header .main-nav ul li + li {
  margin-left: 50px;
}
header .main-nav ul li a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
header .main-nav ul li a:hover {
  color: #2692ff;
}
@media screen and (min-width: 767px) and (max-width: 1198px) {
  header .main-nav ul li + li {
    margin-left: 20px;
  }
  header .main-nav ul li a {
    font-size: 20px;
  }
}
header .user-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  header .user-actions {
    display: none;
  }
}
@media screen and (min-width: 767px) and (max-width: 1198px) {
  header .user-actions .button {
    font-size: 20px;
    padding: 0 20px;
    height: 50px;
  }
}
header .user-actions-mobile {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
header .user-actions-mobile > a {
  margin-left: 15px;
}
header .user-actions-mobile > a img {
  width: 35px;
}
@media screen and (min-width: 767px) {
  header .user-actions-mobile {
    display: none;
  }
}
.main-nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #000;
  display: none;
}
.main-nav-mobile .button-close {
  position: absolute;
  top: 35px;
  right: 15px;
}
.main-nav-mobile .button-close img {
  width: 35px;
}
.main-nav-mobile ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.main-nav-mobile ul li {
  width: 100%;
}
.main-nav-mobile ul li + li {
  margin-top: 10px;
}
.main-nav-mobile ul li a {
  display: block;
  color: #fff;
  font-size: 40px;
  text-align: center;
}
.hero-section {
  height: 100%;
  background-image: url(../img/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.hero-section img {
  margin-bottom: 75px;
  max-width: 300px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .hero-section img {
    max-width: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1198px) {
  .hero-section img {
    max-width: 200px;
    margin-top: 200px;
  }
}
.hero-section h1 {
  font-weight: 900;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .hero-section h1 {
    font-size: 45px;
  }
}
.hero-section p {
  font-weight: 400;
  font-size: 45px;
  color: #fff;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .hero-section p {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .hero-section {
    height: auto;
  }
}
@media screen and (min-width: 767px) and (max-width: 1198px) {
  .hero-section {
    height: auto;
  }
}
.section-heading {
  display: inline-block;
  border-bottom: 3px solid #2692ff;
  margin-bottom: 45px;
}
.section-heading h2 {
  display: inline-block;
  font-weight: 900;
}
.section-heading h4 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}
section p {
  font-size: 24px;
  color: #a0afbe;
}
.why-us {
  color: #fff;
}
.why-us h2 {
  color: #fff;
}
.why-us .feature-card {
  background: #25313d;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 30px;
  text-align: center;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
.why-us .feature-card img {
  margin-top: 40px;
  margin-bottom: 40px;
}
.why-us .feature-card h3 {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}
.why-us .feature-card p {
  font-size: 24px;
  font-weight: 500;
}
.our-team {
  color: #fff;
}
.our-team h2 {
  color: #fff;
}
.our-team .team-card-content {
  background: #25313d;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 30px;
  text-align: center;
  padding: 20px;
  margin-bottom: 40px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
.our-team .team-card-content img {
  margin-top: 5px;
  margin-bottom: 5px;
}
.our-team .team-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.our-team .team-filter li {
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .our-team .team-filter li {
    font-size: 12px;
  }
}
.our-team .team-filter li.active,
.our-team .team-filter li:hover {
  color: #2692ff;
}
.our-team .team-filter li:last-child {
  margin: 0;
  border-right: none;
  padding: 0;
}
.customer-reviews .customer-reviews-slider {
  font-size: 24px;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  .customer-reviews .customer-reviews-slider {
    font-size: 30px;
    line-height: 30px;
  }
}
.customer-reviews .customer-reviews-slider .item-name {
  font-size: 30px;
  font-weight: 600;
  color: #2692ff;
}
@media screen and (max-width: 768px) {
  .customer-reviews .customer-reviews-slider .item-name {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.customer-reviews .customer-reviews-slider .item-date {
  font-size: 25px;
  color: #727f8d;
}
@media screen and (max-width: 768px) {
  .customer-reviews .customer-reviews-slider .item-date {
    font-size: 20px;
  }
}
.customer-reviews .customer-reviews-slider .item-rate {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .customer-reviews .customer-reviews-slider .item-rate {
    margin: 10px 0;
  }
}
.customer-reviews .customer-reviews-slider .item-rate .stars span {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url(../img/customer-reviews/star.svg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .customer-reviews .customer-reviews-slider .item-rate .stars span {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .customer-reviews .customer-reviews-slider .item-title {
    font-size: 20px;
  }
}
.customer-reviews .customer-reviews-slider .item-description {
  font-size: 24px;
  color: #727f8d;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .customer-reviews .customer-reviews-slider .item-description {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .customer-reviews .customer-reviews-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .customer-reviews .customer-reviews-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .customer-reviews .customer-reviews-slider .owl-nav {
    margin-top: 20px;
  }
  .customer-reviews .customer-reviews-slider .owl-next img,
  .customer-reviews .customer-reviews-slider .owl-prev img {
    width: 40px;
    height: 40px;
  }
}
.how-to h2 {
  color: #fff;
}
.how-to .step-card {
  display: flex;
  text-align: left;
  background: #25313d;
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .how-to .step-card {
    display: block;
  }
}
.how-to .step-card:last-child {
  margin-bottom: 0;
}
.how-to .step-card .step-order {
  background: linear-gradient(180deg, #00dcff 0, #2692ff 100%);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  margin-right: 40px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .how-to .step-card .step-order {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.how-to .step-card .step-content .step-title {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  line-height: 100%;
  margin-bottom: 10px;
}
.how-to .step-card .step-content .step-detail {
  font-size: 20px;
  font-weight: 600;
  color: #a0afbe;
}
.call-to-action p {
  color: #25313d;
  font-weight: 900;
}
footer {
  padding-top: 70px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer {
    text-align: center;
  }
}
footer p {
  font-size: 22px;
}
footer hr {
  border-top: 1px solid #535f6b;
}
footer .footer-contact-list a {
  color: #fff;
  font-size: 36px;
  margin-right: 15px;
}
footer .footer-contact-list a:last-child {
  margin: 0;
}
footer .footer-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer .footer-nav ul {
    text-align: center;
    flex-direction: column;
  }
}
footer .footer-nav ul li {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  footer .footer-nav ul li {
    margin: 0;
  }
}
footer .footer-nav ul li a {
  color: #727f8d;
  font-size: 22px;
}
footer .footer-nav ul li a:hover {
  color: #fff;
}
.promotion-banner {
  position: relative;
}
.promotion-banner .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .promotion-banner {
    height: 50px;
  }
  .promotion-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .promotion-banner .title {
    position: relative;
    font-size: 15px;
  }
}
.secondary-nav {
  background: #ebf0f5;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
}
.secondary-nav ul {
  justify-content: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.secondary-nav ul li {
  border-right: 1px solid #a0afbe;
  padding-right: 10px;
  margin-right: 10px;
}
.secondary-nav ul li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.secondary-nav ul li a {
  font-size: 23px;
  font-weight: 700;
  color: #000;
}
.secondary-nav ul li a.active,
.secondary-nav ul li a:hover {
  color: #2692ff;
}
.secondary-nav.boosting-nav {
  height: auto;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .secondary-nav.boosting-nav ul {
    flex-direction: column;
    align-items: initial;
  }
  .secondary-nav.boosting-nav ul li {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  .secondary-nav.boosting-nav ul li + li {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
  }
}
.secondary-nav.type-2 {
  height: auto;
  padding: 40px;
  display: block;
}
.secondary-nav.type-2 .step-holder img {
  width: 40px;
  height: 40px;
}
.secondary-nav.type-2 .step-holder span {
  font-size: 25px;
}
.secondary-nav.type-2 .title {
  font-size: 30px;
  font-weight: 900;
}
.secondary-nav.type-2 .feature-title {
  font-size: 25px;
  font-weight: 700;
}
.page-title-holder {
  margin: 80px 0;
  text-align: center;
}
.page-title-holder h1 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page-title-holder h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.boosting-page .step-holder {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.boosting-page .step-holder img {
  margin-right: 15px;
}
.boosting-page .step-holder span {
  font-size: 32px;
  font-weight: 700;
}
.select-wrapper {
  position: relative;
}
.select-wrapper select {
  width: 100%;
  height: 60px;
  appearance: none;
  background: #d0d9e2;
  background-image: url(../img/arrow-down.svg);
  background-size: 15px 15px;
  background-position: 95%;
  background-repeat: no-repeat;
  padding-left: 15px;
  border-radius: 10px;
  outline: 0;
  border: none;
  font-size: 22px;
  color: #535f6b;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-bottom: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.switch .slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 50%;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: #2196f3;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.switch input:checked + .slider::before {
  transform: translateX(26px);
}
@media screen and (max-width: 768px) {
  .switch {
    width: 50px;
    height: 30px;
  }
  .switch .slider::before {
    bottom: 4px;
    left: 4px;
    width: 22px;
    height: 22px;
  }
  .switch input:checked + .slider::before {
    transform: translateX(20px);
  }
}
.switch-container {
  display: flex;
  align-items: center;
}
.switch-container .name {
  font-size: 30px;
}
.switch-container .badge {
  margin-left: 10px;
  font-size: 18px;
}
.switch-container .badge.badge-success {
  background: 0 0;
  color: green;
}
@media screen and (max-width: 768px) {
  .switch-container .name {
    font-size: 20px;
  }
}
#pricePreview {
  background-image: url(../img/price-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  border-radius: 15px;
  padding: 40px;
  color: #fff;
}
#pricePreview h4 {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
}
#pricePreview .prices .old-price {
  font-size: 43px;
  color: red;
  text-decoration: line-through;
  line-height: 43px;
}
#pricePreview .prices .regular-price {
  font-size: 55px;
  font-weight: 700;
  line-height: 85px;
}
#pricePreview input {
  outline: 0;
  border: none;
  background: rgba(0, 33, 67, 0.2);
  height: 80px;
  width: 100%;
  color: #fff;
  border-radius: 15px;
  font-size: 28px;
  padding-left: 20px;
  font-weight: 300;
}
#pricePreview input::placeholder {
  color: #fff;
  opacity: 0.5;
}
#pricePreview button {
  font-size: 45px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 15px;
  width: 100%;
  color: #2692ff;
  transition: 0.4s ease color, 0.4s ease background;
}
#pricePreview button:hover {
  background: #2692ff;
  color: #fff;
}
.range-slider-wrapper {
  width: 100%;
}
.range-slider-wrapper .range-slider {
  appearance: none;
  width: 100%;
  height: 60px;
  background: #d0d9e2;
  outline: 0;
  opacity: 1;
  transition: opacity 0.2s;
  border-radius: 15px;
}
.range-slider-wrapper .range-slider:hover {
  opacity: 1;
}
.range-slider-wrapper .range-slider::-webkit-slider-thumb {
  appearance: none;
  width: 60px;
  height: 60px;
  background: #2692ff;
  cursor: pointer;
  border-radius: 10px;
}
.range-slider-wrapper .range-slider::-moz-range-thumb {
  width: 60px;
  height: 60px;
  background: #2692ff;
  cursor: pointer;
  border-radius: 10px;
}
.range-slider-wrapper #rangeValue {
  font-size: 23px;
  font-weight: 500;
}
.coach-card {
  background: #25313d;
  border-radius: 30px;
}
.coach-card .card-img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
}
.coach-card .card-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #000, transparent);
}
.coach-card .card-content {
  padding: 30px 40px;
  font-size: 20px;
  color: #fff;
}
.coach-card .card-content .user-info .username {
  font-size: 24px;
  font-weight: 700;
}
.coach-card .card-content .user-info .user-stars span {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/customer-reviews/star.svg);
  background-size: cover;
  background-position: center;
  margin-right: 5px;
}
.coach-card .card-action {
  padding: 30px 40px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
.coach-card .card-action a {
  background: #2692ff;
  color: #fff;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  border-radius: 15px;
  transition: 0.4s ease background;
  font-size: 30px;
}
.coach-card .card-action a:hover {
  background: #0078f2;
}
@media screen and (max-width: 768px) {
  .coach-card .card-content {
    padding: 15px 25px;
    font-size: 15px;
  }
  .coach-card .card-action {
    padding: 15px 25px;
  }
  .coach-card .card-action a {
    padding: 0 30px;
  }
}
.ui-slider-horizontal {
  border-radius: 100px;
}
.ui-slider-horizontal .ui-widget-header {
  background: #2692ff;
}
.ui-slider-horizontal .ui-slider-handle {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  border: none;
  top: 50%;
  transform: translateY(-50%);
}
.ui-slider-horizontal .ui-slider-handle:focus {
  outline: 0;
}
#slider-range-prices #price-end,
#slider-range-prices #price-start {
  position: relative;
  width: 40px;
  display: inline-block;
  text-align: center;
}
#slider-range-prices #price-start {
  left: -15px;
}
#slider-range-prices #price-end {
  right: -24px;
}
.pagination-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-align: center;
  background: #2692ff;
  color: #fff;
  border-radius: 10px;
  font-size: 30px;
  font-weight: 700;
}
.pagination-2 a + a {
  margin-left: 15px;
}
.account-card {
  background: #ebf0f5;
  border-radius: 15px;
}
.account-card .account-card-heading {
  text-align: center;
}
.account-card .account-card-heading .account-rank {
  display: inline-block;
  color: #15202b;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  border-bottom: 2px solid #2692ff;
}
.account-card .account-card-heading .account-server {
  font-size: 25px;
  font-weight: 700;
}
.account-card .account-card-body {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .account-card .account-card-body {
    font-size: 20px;
  }
}
.account-card .account-card-footer .price {
  text-align: center;
  color: #15202b;
  font-size: 32px;
  font-weight: 700;
}
.account-card .account-card-footer .price span {
  color: #2692ff;
  font-size: 65px;
  font-weight: 700;
}
.account-card .account-card-footer .purchaseAccount {
  background: #2692ff;
  display: block;
  border-radius: 16px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.account-card .account-card-footer a:hover {
  background: #0078f2;
}
.faq-accordion .faq-accordion-heading {
  background: #25313d;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 45px;
  cursor: pointer;
  user-select: none;
}
.faq-accordion .faq-accordion-heading:not(.active) {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.faq-accordion .faq-accordion-heading span {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../img/arrow-2.svg);
  background-size: cover;
  transform: rotate(0);
  transition: 0.4s ease transform;
}
.faq-accordion .faq-accordion-heading.active span {
  transform: rotate(90deg);
}
.faq-accordion .faq-accordion-content {
  display: none;
  padding: 20px 45px;
  background: #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media screen and (max-width: 768px) {
  .faq-accordion .faq-accordion-heading {
    font-size: 15px;
  }
  .faq-accordion .faq-accordion-heading span {
    width: 15px;
    height: 15px;
    background-image: url(../img/arrow-2.svg);
  }
  .faq-accordion .faq-accordion-heading.active span {
    transform: rotate(90deg);
  }
  .faq-accordion .faq-accordion-content {
    font-size: 15px;
  }
}
.select-list-holder {
  background: #ebf0f5;
  border-radius: 30px;
  padding: 50px 60px;
  height: 100%;
}
.select-list-holder .list-heading {
  font-size: 30px;
  font-weight: 900;
}
.select-list-holder .list-heading span {
  color: #2692ff;
}
.select-list-holder .list-content input {
  outline: 0;
  border: none;
  height: 60px;
  padding: 0 20px;
  background: #cad1da;
  border: 2px solid #2692ff;
  border-radius: 10px;
  font-size: 20px;
}
.select-list-holder .list-content .tail-select,
.select-list-holder .list-content select {
  width: 100%;
}
.select-list-holder .list-content .selected-items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.select-list-holder .list-content .selected-items li {
  width: 33.33%;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  line-height: 35px;
}
.select-list-holder .list-content .account-stats-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.select-list-holder .list-content .account-stats-list li {
  display: flex;
  align-items: center;
  background: #d0d9e2;
  padding: 30px;
  border-radius: 20px;
}
.select-list-holder .list-content .account-stats-list li + li {
  margin-top: 20px;
}
.select-list-holder .list-content .account-stats-list li img {
  width: 100%;
  max-width: 100px;
}
.select-list-holder .list-content .account-stats-list li > div {
  margin-left: 15px;
}
.select-list-holder .list-content .account-stats-list li > div p {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.select-list-holder .list-content .account-stats-list li > div span {
  font-size: 25px;
  font-weight: 700;
  color: #2692ff;
}
@media screen and (max-width: 768px) {
  .select-list-holder {
    padding: 20px 30px;
  }
  .select-list-holder .list-content .account-stats-list li {
    padding: 15px;
  }
  .select-list-holder .list-content .account-stats-list li + li {
    margin-top: 20px;
  }
  .select-list-holder .list-content .account-stats-list li img {
    width: 100%;
    max-width: 50px;
  }
  .select-list-holder .list-content .account-stats-list li > div {
    margin-left: 15px;
  }
  .select-list-holder .list-content .account-stats-list li > div p {
    font-size: 18px;
  }
  .select-list-holder .list-content .account-stats-list li > div span {
    font-size: 16px;
    font-weight: 700;
    color: #2692ff;
  }
}
.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease all;
  z-index: 9999;
}
.custom-modal.active {
  opacity: 1;
  visibility: visible;
}
.custom-modal .custom-modal-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.custom-modal .custom-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  height: auto;
  background: #15202b;
  color: #fff;
  border-radius: 20px;
  border: 2px solid #2692ff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .custom-modal .custom-modal-content {
    flex-direction: column;
  }
}
.custom-modal .custom-modal-content .button-close {
  position: absolute;
  top: -20px;
  right: -15px;
  background: #000;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2692ff;
  cursor: pointer;
}
.custom-modal .custom-modal-content .button-close img {
  width: 15px;
  height: 15px;
}
.custom-modal .custom-modal-content .content-left {
  width: 40%;
  background-image: url(../img/hero-bg.jpg);
  background-position: center;
  background-size: cover;
  height: auto;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-position: 71%;
}
@media screen and (max-width: 768px) {
  .custom-modal .custom-modal-content .content-left {
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 150px;
  }
}
.custom-modal .custom-modal-content .content-right {
  width: 60%;
  padding: 30px 20px;
}
@media screen and (max-width: 768px) {
  .custom-modal .custom-modal-content .content-right {
    width: 100%;
  }
}
.custom-modal .custom-modal-content .content-right .title {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 1px;
}
.custom-modal .custom-modal-content .content-right input,
.custom-modal .custom-modal-content .content-right select {
  outline: 0;
  border: none;
  width: 100%;
  height: 45px;
  background: #000;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #3e3e3e;
  padding: 0 15px;
}
.custom-modal .custom-modal-content .content-right input:focus,
.custom-modal .custom-modal-content .content-right select:focus {
  border-color: #2692ff;
}
.custom-modal .custom-modal-content .content-right select {
  user-select: none;
}
.custom-modal .custom-modal-content .content-right .button {
  margin-top: 15px;
}
#backgroundBlue {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/icons/blueBanner.png);
}
.textCode {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}
#list-service li {
  display: inline;
}