@font-face {
  font-family: "Core Circus Regular";
  src: url(../fonts/CoreCircus.eot);
  src: url(../fonts/CoreCircus.eot?#iefix) format("embedded-opentype"), url(../fonts/CoreCircus.woff) format("woff"), url(../fonts/CoreCircus.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
body,
html {
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: Lato, sans-serif;
  color: #42464b;
  font-size: 16px;
  line-height: 25px;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

small {
  font-size: 100%;
}

.btn,
a,
button,
input[type=submit] {
  -webkit-transition: background ease-out 0.2s, color ease-out 0.2s;
  -o-transition: background ease-out 0.2s, color ease-out 0.2s;
  transition: background ease-out 0.2s, color ease-out 0.2s;
}

img,
svg {
  display: inline-block;
  width: 100%;
}

#flashMessage {
  z-index: 10;
  position: absolute;
  top: 100px;
  width: 100%;
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* padding: 34px 0; */
  padding: 16px 20px;
  background: #fff;
  background: 0 0;
  z-index: 9;
}

.navbar .row {
  width: calc(100% + 30px);
}

.navbar .btn {
  margin-left: 46px;
  padding: 16px 26px 16px 15px;
}

.navbar-toggler {
  display: none;
  padding: 16px 25px;
  background: #f7cd47;
  color: #42464b;
  border: 0;
  border-radius: 0;
}

.navbar-nav {
  height: 21px;
}

.nav-item {
  margin-left: 38px;
}

.nav-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.4px;
  color: #42464b;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #5f5f81;
}

h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 57px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 46px;
}

h1 strong {
  color: #f7cd47;
  font-weight: 900;
}

h1 small {
  font-size: 32px;
  font-weight: 300;
  line-height: 57px;
  display: block;
  position: relative;
  left: 128px;
}

h1 small::before {
  display: block;
  content: "";
  position: absolute;
  top: 30px;
  left: -160px;
  width: 136px;
  height: 1px;
  background: #f7cd47;
}

h1 small::after {
  display: block;
  content: "";
  position: absolute;
  top: 25.5px;
  left: -176px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #f7cd47;
}

h1 b {
  color: #f7cd47;
  font-weight: 900;
  display: inline-block;
  position: relative;
}

h1 b::before {
  display: block;
  content: "";
  position: absolute;
  top: 30px;
  right: -160px;
  width: 136px;
  height: 1px;
  background: #000;
}

h1 b::after {
  display: block;
  content: "";
  position: absolute;
  top: 25.5px;
  right: -176px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #000;
}

h2 {
  font-size: 27px;
  font-weight: 400;
  line-height: 47.96px;
  color: #363636;
  text-transform: uppercase;
  margin-bottom: 29px;
}

h2 b {
  font-weight: 700;
}

h3 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3;
  color: #5f5f81;
  display: block;
  position: relative;
}

h3 small {
  font-weight: 300;
  display: block;
  color: #000;
}

h3::after {
  display: block;
  content: "";
  width: 51px;
  height: 4px;
  background: #5f5f81;
  margin: 11px 0 16px;
}

.text-center h3::after {
  margin: 11px auto 24px;
}

.title {
  font-size: 34.86px;
  font-weight: 700;
  line-height: 55.56px;
  color: #000;
  margin-bottom: 25px;
}

.numberCircle {
  width: 1.5em;
  height: 1.5em;
  box-sizing: initial;
  font-size: 32px;
  background: #f7cd46;
  border: 0.1em solid #f7cd46;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 1.5em;
  box-sizing: content-box;
}

.price-title {
  font-size: 58px;
  font-weight: 900;
  margin: 15px 0;
  color: #f7cd47;
  display: inline-block;
  position: relative;
}

.price-title::after {
  display: block;
  content: "";
  position: absolute;
  width: 78px;
  height: 1px;
  top: 56px;
  background: #f7cd47;
}

.price-title + p {
  padding-left: 92px;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
  color: #42464b;
  text-transform: uppercase;
}

h5 {
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  color: #5f5f81;
}

h5 strong {
  font-size: 24px;
}

.btn {
  background: #f7cd47;
  padding: 16px 15px;
  font-size: 16px;
  font-weight: 900;
  line-height: 19.2px;
  color: #42464b;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
}

.btn img {
  display: inline-block;
  width: 16px;
  margin-right: 23px;
  vertical-align: bottom;
}

.btn:hover {
  background: #f8d76b;
  color: #42464b;
}

.color-primary {
  color: #f7cd47 !important;
}

.color-secondary {
  color: #5f5f81 !important;
}

.btn-secondary {
  background: #5f5f81;
  color: #fff;
}

.btn-secondary:hover {
  background: #7e7e9a;
  color: #fff;
}

.head {
  padding-top: 174px;
}

#home {
  background: url(../img/home-bg.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  min-height: 70vh;
  padding: 140px 0 57px;
}

#home h1 {
  font-weight: 600;
}

#home form label{
  display: none;
}

#home .input-group {
  border: 1px solid #f7ce46;
  border-radius: 4px;
  flex-wrap: nowrap;
}

#home .input-group>.form-control {
  border-radius: 4px;
  font-size: 16px;
  margin: auto 0;
}

#home .input-group>.form-control:focus {
  box-shadow: none!important;
}

#home .input.text {
  width: 100%;
  position: absolute;
  z-index: 1;
  padding-left: 50px;
  margin-left: -2px;
}

#home .input-group-prepend {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 50px;
}

#home .form-control:focus .input-group-prepend {
  box-shadow: 0 0 0 0.2rem rgb(147 109 223 / 25%);
}

#home .input-group-text svg {
  width: 30px!important;
}

#count {
  padding: 3rem 0!important;
  background: #faf8ef;
}

#count p {
  font-size: 20px;
  font-weight: 400;
  margin:auto 0
}

#count .numbers {
  width: 30px;
}

#count .arrows {
  position: absolute;
  top: -12px;
  right: 20px;
  width: auto;
}

@media (max-width: 767.98px) {
  #count .arrows {
    display: none;
  }
}

.align-cols {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.gap-1 {
  gap: .25rem!important;
}
.gap-2 {
  gap: .5rem!important;
}
.gap-3 {
  gap: 1rem!important;
}
.gap-4 {
  gap: 1.5rem!important;
}

.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}

.light-gray-card {
  padding: 16px 32px;
  background: #f5f5f5;
  box-shadow: 0px 11.5561px 9.24488px rgba(0, 0, 0, 0.0117778), 0px 2.62639px 4.46486px rgba(0, 0, 0, 0.00722222);
  border-radius: 20px;
}

.small-block-header {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #000000;
}

.bg {
  padding: 20px 30px;
  margin-bottom: 24px;
}

.bg h5 {
  text-transform: uppercase;
}

.bg-primary {
  background-color: #f7cd47 !important;
}

.bg-secondary {
  background-color: #5f5f81 !important;
  color: #fff;
}

.bg-secondary .btn {
  margin-top: 26px;
  padding: 10px 15px 12px;
  font-size: 16px;
}

.bg-light {
  background-color: #fff !important;
  color: #5f5f81;
}

.bg-light small {
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  color: #a0a5a9;
}

.bg-light .btn {
  margin-top: 26px;
  padding: 10px 85px 12px;
  font-size: 16px;
}

.bg-cancel {
  background: #e6e6e6;
  padding: 0;
}

.bg-mono {
  background: #f6f6f6;
  padding: 24px 14px 27px;
}

.bg-mono h5 {
  text-transform: none !important;
}

form .form-control,
form textarea {
  padding: 13px 12px;
  border: 0;
  border-radius: 0;
  background: #fff;
  font-size: 17px;
  line-height: 24px;
  color: #42464b;
  height: auto;
}

form .form-control::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #c8c8c8;
}

form .form-control:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #c8c8c8;
}

form .form-control::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  color: #c8c8c8;
}

form .form-control::placeholder,
form textarea::placeholder {
  color: #c8c8c8;
}

form button.btn {
  margin-top: 26px;
  padding: 10px 28px 12px;
  font-size: 16px;
}

form label {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  color: #6c6c6c;
  margin-bottom: 4px;
}

form input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

form input[type=checkbox] + label {
  padding-left: 20px;
  background: url(../img/checkbox.svg);
  background-position: 0 3px;
  background-repeat: no-repeat;
  font-size: 15px;
  font-weight: 500;
}

form input[type=checkbox]:checked + label {
  background: url(../img/checkbox-checked.svg);
  background-position: 0 3px;
  background-repeat: no-repeat;
}

.testimonials {
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.75);
  padding: 65px 0 37px;
}

.stars-rating {
  background: url(../img/rating.svg);
  width: 134px;
  height: 21px;
  margin: 0 auto 13px;
}

section:not(.head) {
  padding: 71px 0 57px;
}

.icon {
  width: 54px;
  margin: 35px auto;
}

.icon-text {
  color: #000;
  font-size: 18px;
  line-height: 21.6px;
}

.icon-checkmark {
  width: 24px;
}

#cancel {
  background: url(../img/cancel-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
}

#cancel .bg {
  padding: 80px 30px;
  margin-bottom: 0;
}

#cancel .bg p {
  font-weight: 700;
}

#cancel h4 {
  margin-top: 40px;
}

#cancel h5 {
  color: #363636;
}

#cancel .form-control {
  text-align: center;
}

#cancel .d-flex {
  padding: 10px 15px;
}

#cancel .d-flex p b {
  display: block;
}

#cancel .d-flex a {
  color: #363636;
  font-size: 15px;
  line-height: 28px;
}

#cancel .d-flex li::before {
  content: ">";
  padding-right: 5px;
  font-weight: 700;
}

#premium-subscription {
  background: #f6f6f6;
}

#premium-subscription .bg p {
  margin-bottom: 0;
}

#premium-subscription strong {
  font-size: 29.98px;
  font-weight: 700;
  line-height: 34.98px;
  color: #f7cd47;
}

#premium-subscription strong small {
  font-weight: 700;
  font-size: 17.99px;
}

#premium-subscription h5 strong {
  font-weight: 900;
  color: #42464b;
}

#premium-subscription .bg-light,
#premium-subscription .bg-primary {
  padding: 20px 14px;
}

#premium-subscription .bg-light p,
#premium-subscription .bg-primary p {
  font-size: 16px;
}

#premium-subscription .bg-light .icon,
#premium-subscription .bg-primary .icon {
  display: block;
  height: 69px;
  margin: 14px auto;
}

#documents h3 {
  margin-bottom: 60px;
}

#documents h3 small {
  display: inline;
}

#documents h3::after {
  display: none;
}

#documents .color-primary {
  display: block;
  position: relative;
}

#documents .color-primary::after {
  display: block;
  content: "";
  width: calc(100% - 260px);
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 260px;
}

#documents img {
  margin-top: 67px;
  margin-bottom: 17px;
  border: 1px solid #eee;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#documents p {
  text-align: center;
}

#documents .btn {
  margin-top: 53px;
}

footer {
  background: #f5f5f5!important;
  color: #000!important;
  /* background: #1c1c2d;
  background-image: url(../img/footer-bg.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 61px 0 71px;
}

footer h4 {
  color: #fff;
}

footer a {
  font-size: 15.99px;
  font-weight: 300;
  line-height: 38.98px;
  color: #f7cd47;
  display: block;
}

footer a:hover {
  color: #fae190;
  text-decoration: none;
}

footer a.social {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}

footer .icon {
  width: 24px;
  margin: 0;
  margin-right: 10px;
}

footer small {
  display: block;
  margin-bottom: 15px;
  font-size: 15.99px;
  color: #c3c3c3;
}

#terms {
  padding-top: 225px;
  padding-bottom: 240px;
}

#terms h3 {
  margin-bottom: 22px;
}

#terms h3::after {
  display: none;
}

#terms b:not(.small > b),
#terms p {
  margin-bottom: 25px;
}

#terms b:not(.small > b) {
  display: block;
}

#terms .small {
  font-size: 15.49px;
  line-height: 18px;
  margin-bottom: 18px;
}

#terms .small b {
  display: inline-block;
}

.navbar-big {
  background: url(../img/header-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-bottom: 4px solid #f7cd47;
  padding: 30px 0 30px;
}

.nav-item.active {
  pointer-events: none;
}

.nav-item.active .nav-link {
  color: #5f5f81;
}

#cancellation {
  padding-top: 140px;
}

#cancellation form {
  padding: 10px 17px 27px;
}

#cancellation form p,
#cancellation form .form-group {
  margin-bottom: 4px;
}

#cancellation form input[type=text],
#cancellation form input[type=email] {
  border: 1px solid #b9b9b9;
  font-size: 16px;
  line-height: 20px;
}

/* #cancellation form .d-flex>div {
    width: calc(50% - 10px)
} */
#cancellation form p {
  font-weight: 700;
  color: #6c6c6c;
}

#cancellation form label a {
  color: #dbb333;
}

#cancellation form label a:hover {
  color: #6c6c6c;
  text-decoration: underline;
}

#cancellation h5 {
  text-transform: uppercase;
}

#cancellation small {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  margin-bottom: 15px;
  color: #a0a5a9;
}

#cancellation .stars-rating {
  margin: 24px auto;
}

#cancellation .stars-rating + p {
  margin-bottom: 0;
}

.form-header {
  background: #ff0;
  padding: 7px 18px;
  min-height: 60px;
}

.form-header img.absolute {
  position: absolute;
  width: initial;
  height: 56px;
  left: 0;
}

.form-header img {
  width: auto;
  margin-right: 26px;
  margin-top: -2px;
}

.form-header span {
  font-size: 18px;
  line-height: 48px;
  color: #282727;
}

.form-header .due {
  position: absolute;
  top: 18px;
  right: 12px;
}

.form-header .due span {
  line-height: 34px;
  font-weight: 700;
  color: #4a4a4a;
  font-size: 16px;
}

.form-header .due strong {
  font-size: 24px;
  line-height: 34px;
  color: #5f5f81;
}

hr {
  background: #b9b9b9;
  margin: 18px 0 10px;
}

.row + hr {
  margin: 10px 0 18px;
}

.breadcrumbs {
  font-size: 16px;
  line-height: 65px;
}

.breadcrumbs a:first-of-type {
  margin-left: 0;
}

.breadcrumbs a {
  color: #363636;
  margin: 0 5px;
}

.breadcrumbs a:last-of-type {
  pointer-events: none;
}

section.bg-primary {
  padding: 55px 0;
  margin-top: 42px;
}

section.bg-primary .icon {
  margin: 0;
  float: left;
  margin-top: 4px;
}

section.bg-primary h5,
section.bg-primary p {
  padding-left: 70px;
}

section.bg-primary h5 {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  max-width: 460px;
  margin-bottom: 19px;
}

section.bg-primary p {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 19px;
}

#advantages h3 {
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 42px;
}

#advantages h3::after {
  display: none;
}

#advantages strong {
  font-size: 25px;
  font-weight: 400;
  line-height: 42px;
}

#advantages strong b {
  font-weight: 700;
}

#terminate {
  padding-top: 225px;
  background: #f8f8f8;
  min-height: calc(100vh - 100px);
  padding-bottom: 100px;
}

#terminate h3 {
  font-size: 39.94px;
  font-weight: 700;
  line-height: 47.92px;
}

#terminate h3::after {
  display: none;
}

#terminate p span {
  display: block;
}

#terminate input {
  border: 1px solid #b9b9b9;
  margin-bottom: 0;
}

#terminate a {
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px #f7cd47;
  text-transform: uppercase;
}

#terminate a:hover {
  color: #f7cd47;
}

#terminate .btn {
  font-weight: 700;
}

#legal {
  padding-top: 225px;
}

#legal h3 {
  text-transform: uppercase;
}

#legal h3::after {
  display: none;
}

#legal p {
  font-size: 18px;
  line-height: 25px;
}

#legal b {
  font-size: 20px;
  line-height: 25px;
}

#legal p span {
  font-weight: 700;
}

.bg-mono .bg-light {
  padding: 26px 15px 36px;
}

.bg-mono .bg-light h3 {
  margin-bottom: 12px;
}

.bg-mono .bg-light h3::after {
  display: none;
}

.bg-mono .bg-light small {
  font-size: 39.94px;
  font-weight: 300;
  line-height: 47.92px;
  color: #000;
}

.bg-mono form input,
.bg-mono form textarea {
  border: 1px solid #b9b9b9;
}

.bg-mono form .d-flex > div {
  width: calc(50% - 10px);
}

.bg-mono form textarea {
  width: 100%;
}

.bg-mono form .btn {
  padding: 10px 22px;
  width: 180px;
  text-align: center;
  margin: 26px auto 0;
}

#payment {
  padding-top: 140px;
}

#payment .bg-cancel {
  background-size: 15%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-image: url("../img/credit-card(1).svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) calc(100% - 160px);
}

#payment form {
  padding: 10px 17px 27px;
}

#payment form input[type=text] {
  border: 1px solid #b9b9b9;
  font-size: 16px;
  line-height: 20px;
}

#payment form .d-flex > div {
  width: calc(50% - 10px);
}

#payment form p {
  font-weight: 700;
  color: #6c6c6c;
}

#payment form label a {
  color: #d7ab20;
}

#payment form label a:hover {
  color: #6c6c6c;
  text-decoration: underline;
}

#payment p.color-secondary {
  font-weight: 400;
}

#payment .w-70 {
  width: calc(70% - 10px) !important;
}

#payment .w-30 {
  width: calc(30% - 10px) !important;
}

#payment .btn {
  width: 100%;
}

#payment .bg-mono p {
  font-weight: 500;
  margin-bottom: 0;
}

#payment .bg-mono .text-left {
  margin-bottom: 16px;
}

#payment .bg-mono .text-left .icon {
  margin: 0;
  width: 40px;
  height: 40px;
  float: left;
}

#payment .bg-mono .text-left p {
  padding-left: 56px;
  min-height: 40px;
}

#faq {
  padding-top: 205px;
}

#faq h3::after {
  display: none;
}

#faq .col-xl-8 {
  position: relative;
}

#faq .col-xl-8::after {
  display: block;
  content: "";
  width: 100vw;
  height: calc(100% + 120px);
  background: #f8f8f8;
  position: absolute;
  right: 0;
  top: -60px;
  z-index: -1;
}

#faq .bg-light strong,
#cancellation .bg-light strong {
  color: #363636;
}

#faq .social,
#cancellation .social {
  margin-top: 34px;
}

#faq .social > div,
#cancellation .social > div {
  margin-bottom: 10px;
}

#faq .social p,
#cancellation .social p {
  padding-left: 32px;
  font-size: 19.97px;
  font-weight: 700;
  line-height: 23.97px;
  margin-bottom: 0;
  max-width: 240px;
}

#faq .social small,
#cancellation .social small {
  font-size: 14.98px;
  line-height: 23.97px;
  color: #a0a0a0;
  padding-left: 32px;
  display: block;
}

#faq .social-icon,
#cancellation .social-icon {
  width: 22px;
  height: 22px;
  float: left;
  margin-top: 0;
}

#faq .stars-rating {
  margin-top: 24px;
}

#accordion {
  text-align: left;
  margin-bottom: 34px;
}

#accordion .card {
  border: 0;
  margin-bottom: 6px;
  background: 0 0;
}

#accordion .btn-link {
  background: #fff;
  border: 0;
  border-radius: 0;
  color: #5f5f81;
  text-align: left;
  padding: 16px 19px 19px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

#accordion .btn-link::after {
  display: block;
  content: "";
  position: absolute;
  top: 30px;
  right: 19px;
  background: url(../img/back.svg);
  width: 23px;
  height: 13px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

#accordion .collapsed::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

#accordion .number {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  width: 18px;
  margin-right: 22px;
  position: relative;
  top: 3px;
  display: inline-block;
}

#accordion .card-body {
  background: 0 0;
  padding: 22px 56px 20px;
}

#content {
  padding-top: 225px;
  margin-bottom: 80px;
}

#content h3::after {
  display: none;
}

#content .col-lg-6 {
  position: relative;
}

.absolute-right {
  width: auto;
  float: left;
}

.absolute-left {
  width: auto;
  float: right;
}

.paragraph-prefix {
  display: block;
  position: relative;
}

.paragraph-prefix::before {
  display: block;
  content: "";
  position: relative;
  width: 70px;
  height: 6px;
  background: #f7cd47;
  margin: 28px 0 17px;
}

#content + .bg-mono {
  padding: 0;
  margin-bottom: 80px;
}

#CustomerEmail {
  background-image: url(../img/person.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) calc(100% - 13px);
}

#CustomerPassword {
  background-image: url("../img/lock(2).svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) calc(100% - 13px);
}

.custom-radio {
  position: absolute;
  opacity: 0;
}
.custom-radio + label:hover { 
  border-color: #f7cd47;
  color: #f7cd47;
  background: #fff9e5;
  cursor: pointer;
}
.custom-radio:checked + label { 
  border: 1px solid #f7cd47;
  color: #f7cd47;
  font-size: 16px;
  background: #fff9e5;
}
.custom-radio + label { 
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 8rem;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all .2s ease-in-out;
  border: 1px solid #D2D5DA;
  color: #D2D5DA;
  padding: 1.25rem 2rem;
}
  .custom-radio + label:active { 
  background: #fff9e5;
  color: black;
}

form legend {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  color: #6c6c6c;
  margin-bottom: 4px;
}

#content + section {
  padding: 23px 0 46px !important;
  margin-bottom: 0 !important;
}

#content + section h3::after {
  display: none;
}

.video-placeholder {
  position: relative;
  margin-top: 32px;
}

.video-placeholder .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92px;
  height: 92px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: #fff;
  border-radius: 50%;
}

.video-placeholder .play-button:hover {
  cursor: pointer;
  width: 100px;
  height: 100px;
}

#about {
  padding-top: 225px;
  padding-bottom: 48px;
}

#about h3 {
  text-transform: uppercase;
}

#about .bg-light b {
  color: #42464b;
  display: block;
  margin-bottom: 25px;
}

#about .bg-light p {
  color: #42464b;
}

#about .social {
  margin-top: 34px;
}

#about .social > div {
  margin-bottom: 10px;
}

#about .social p {
  padding-left: 32px;
  font-size: 19.97px;
  font-weight: 700;
  line-height: 23.97px;
  margin-bottom: 0;
}

#about .social small {
  font-size: 14.98px;
  line-height: 23.97px;
  color: #a0a0a0;
  padding-left: 32px;
  display: block;
}

#about .social-icon {
  width: 22px;
  height: 22px;
  float: left;
  margin-top: 0;
}

#about + .bg-mono h3::after {
  display: none;
}

#contact {
  padding-top: 225px;
}

#contact h3::after {
  display: none;
}

#contact .bg-light b {
  color: #42464b;
  display: block;
  margin-bottom: 25px;
}

#contact .bg-light p {
  color: #42464b;
}

#contact .social {
  margin-top: 34px;
}

#contact .social > div {
  margin-bottom: 10px;
}

#contact .social p {
  padding-left: 32px;
  font-size: 19.97px;
  font-weight: 700;
  line-height: 23.97px;
  margin-bottom: 0;
}

#contact .social small {
  font-size: 14.98px;
  line-height: 23.97px;
  color: #a0a0a0;
  padding-left: 32px;
  display: block;
}

#contact .social-icon {
  width: 22px;
  height: 22px;
  float: left;
  margin-top: 0;
}

#map {
  margin-top: 36px;
  width: 100%;
  height: 460px;
}

#documents .col-lg-5ths {
  max-width: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

@media (max-width: 1399.98px) {
  .navbar .btn {
    margin-left: 28px;
  }
  .nav-item {
    margin-left: 28px;
  }
}
@media (max-width: 1199.98px) {
  #home {
    background-position: 40% center;
  }
  .navbar .btn {
    margin-left: 18px;
    font-size: 0;
    padding: 16px 25px;
  }
  .navbar .btn img {
    margin-right: 0;
  }
  .nav-item {
    margin-left: 18px;
  }
  .nav-link {
    font-size: 15px;
  }
  .price-title::after {
    left: -24px;
  }
  footer .icon {
    margin-right: 10px;
  }
  footer a.social {
    font-size: 18px;
  }
  footer small {
    font-size: 14px;
  }
  #faq .col-xl-8 {
    margin-bottom: 140px;
  }
  #faq .col-xl-8::after {
    width: 200vw;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    height: calc(100% + 140px);
    top: -70px;
  }
}
@media (max-width: 991.98px) {
  .navbar {
    background: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }
  .navbar .btn {
    margin-left: 0;
    font-size: 16px;
    padding: 16px 26px 16px 15px;
  }
  .navbar .btn img {
    margin-right: 23px;
  }
  .navbar .row {
    padding: 0 15px;
  }
  .navbar .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar-toggler {
    display: block;
    position: absolute;
    top: -5px;
    right: 15px;
    padding: 16px 15px;
  }
  .navbar-nav {
    height: auto;
  }
  .nav-item {
    margin: 16px 0;
  }
  #home .d-flex h1 {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin-left: auto;
    margin-right: auto;
  }
  .testimonials .col-lg {
    margin-bottom: 36px;
  }
  .price-title::after {
    left: -174px;
  }
  #documents .col-md-4 {
    max-width: 33.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
  }
  footer .navbar-brand {
    margin: 10px auto 24px;
  }
  #about,
#cancellation,
#content,
#faq,
#legal,
#payment,
#terminate {
    padding-top: 90px;
  }
  #payment .bg-cancel {
    background-position: calc(100% - 15px) calc(100% - 130px);
  }
}
@media (max-width: 767.98px) {
  footer .navbar-brand {
    margin: 10px auto 24px;
  }
  .price-title::after {
    display: none;
  }
  .price-title + p {
    padding-left: 0;
  }
  #documents .col-sm-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  footer .navbar-brand {
    margin: 10px 0 24px;
  }
  form .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  form .d-flex > div {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  form .d-flex > div:last-child {
    margin-bottom: 0;
  }
  .absolute-left,
.absolute-right {
    width: 100%;
    float: initial;
  }
  #payment .bg-mono p {
    margin-bottom: 36px;
  }
  #payment .bg-cancel {
    background-image: none;
  }
  #payment .w-25,
#payment .w-30,
#payment .w-70 {
    width: 100% !important;
  }
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus,
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

@media (max-width: 459.98px) {
  .form-header .due {
    position: relative;
    top: 0;
    left: 0;
  }
  .form-header img {
    margin-right: 14px;
  }
  .breadcrumbs a {
    margin: 0 3px;
  }
  .form-header img.absolute {
    position: relative;
    display: block;
    margin: 0 auto;
  }
  .form-header span {
    font-size: 16px;
  }
}
.easy-autocomplete-container {
  background-color: #fff;
  text-align: left;
  margin-top: 8px;
  border-radius: 4px;
}

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}

#JsonDateTermination {
  padding: 6px 0px 6px 16px;
  background: inherit;
}

#textDocument p {
  font-size: 0.85rem;
  margin-bottom: 0 !important;
  font-weight: normal !important;
  line-height: 1.5;
}

.blur {
  color: transparent;
  text-shadow: 0 0 8px #999;
  font-weight: normal;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
}

.page-item.active span {
  position: relative;
  display: block;
  margin-left: -1px;
  line-height: 1.25;
  color: #fff;
  background-color: #007bff;
  border: 1px solid #007bff;
  padding: 0.5rem 0.75rem;
}

.paper {
  box-shadow: 0 10px 20px rgba(38, 50, 56, 0.15);
  border: none;
  background-color: #ffffff !important;
  padding: 25px 30px;
}

.lettre-list .card {
  border-right: none;
  border-left: none;
}

.logo-resiliation > img {
  width: 60px !important;
  /* display: none; */
}

/****** ******/
#cookieMessage {
  position: fixed;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.92);
  color: #fff;
  margin-bottom: 0;
  border-radius: 0;
  width: 100%;
}

.easy-autocomplete-container ul {
  position: absolute;
  width: 84%;
  background-color: #fff;
  z-index: 10000;
}

.navbar-brand__logo {
  color: #5f5f81 !important;
  font-size: 36px;
  font-weight: 900;
  text-decoration: none !important;
}

label.error {
  font-size: 14px;
  font-weight: 500;
  color: #e30a0a;
}

#divSearch {
  min-height: 300px;
}

#data-container a {
  color: #42464b;
}

a.page-link:not([href]) {
  color: #42464b;
}

.page-item.active .page-link {
  color: #42464b;
  background-color: #f7cd47;
  border-color: #f7cd47;
}

.page-link:hover {
  color: #42464b;
  background-color: #f7cd47;
  border-color: #f7cd47;
  cursor: pointer;
}

.loader {
  width: 50px;
  height: 50px;
  display: none;
}

#cgv-readmore {
  font-size: 12px;
}

@media (max-width: 768px) {
  #home .d-flex h1 {
    width: auto;
  }
  h1 {
    font-size: 32px;
    line-height: 1.4;
    text-align: center;
  }
  h1 small {
    left: 0;
    line-height: 1.4;
  }
  h1 small::before {
    display: none;
  }
  h1 small::after {
    display: none;
  }
  h1 b::before {
    display: none;
  }
  h1 b::after {
    display: none;
  }
  #accordion .btn-link::after {
    top: 15px;
    right: 15px;
  }
  #CustomerLettreForm img {
    display: none;
  }
}
.radioDate {
  margin-right: 8px;
}

#JsonDateTermination {
  margin-left: 8px;
}

/* Timer */
/* CSS countdown */
.alert-countdown {
  display: flex;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  background-color: #fefaec;
  border: solid 3px #f7cd47;
  border-radius: 0px;
}

.alert-countdown img {
  max-width: 40px;
}

#time {
  font-weight: 600;
}

.alerted {
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
}

/* END CSS countdown */
.align-cols {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ------- DOCUMENT PREVIEW -------- */
.inner.is-payment #textDocument {
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid #eee;
  max-height: 185px;
  width: 165px;
  transition: 0.3s all;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.inner.is-payment #textDocument::after {
  content: "";
  display: block;
  position: absolute;
  text-align: center;
  margin: auto;
  top: 70px;
  left: 0;
  width: 165px;
  height: 40px;
  background: url(/img/icon-eye.svg) top center no-repeat;
  opacity: 0;
}

.inner.is-payment #textDocument:hover::after {
  opacity: 1;
}

.inner.is-payment #textDocument:hover {
  background-color: rgba(0, 123, 255, 0.662745098);
  transition: 0.3s all;
  z-index: 99;
}

.payment-details-container.preview {
  overflow-y: hidden;
  position: relative;
}

.inner.is-payment #textDocument .letter-body p {
  font-size: 3.5px !important;
  line-height: 1.2 !important;
  margin-bottom: 1px !important;
  white-space: initial !important;
}

#previewModal .letter-body p:nth-child(7) {
  color: transparent;
  text-shadow: 0 0 8px #999;
  font-weight: 400;
}

.inner.is-payment #textDocument img {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 14px !important;
  z-index: 1;
}

#previewModal .modal-content {
  border-radius: 0px;
}

#previewModal .modal-body img {
  border-radius: 0px;
}

#previewModal .letter-body p {
  line-height: 1.2 !important;
  font-size: 12px !important;
  margin-bottom: 20px !important;
}

#previewModal .btn.btn-danger {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px !important;
  min-width: 60px;
  padding: 14px;
}

@media screen and (max-width: 767px) {
  #previewModal .modal-body {
    max-height: 600px;
    overflow-y: scroll;
  }
  #previewModal .modal-dialog {
    margin-top: 100px;
  }
  #previewModal .btn.btn-danger {
    top: 0;
  }
}
.inner.is-payment #textDocument .document-expand {
  opacity: 0;
  background: rgba(77, 84, 119, 0.6980392157);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  transition: 0.3s all;
}

.inner.is-payment .order-info li p {
  margin-bottom: 0 !important;
  align-items: initial !important;
}

/* ------- END DOCUMENT PREVIEW -------- */
.panel-area .area-body {
  padding: 12px;
  border: none;
  background-color: #f5f5f5;
  border-radius: 8px;
  box-shadow: none;
}

@media (max-width: 991.98px) {
  /* .panel-area .area-body {
      text-align: left;
      padding-left: 10px;
    }
    .panel-area .area-body h4 {
      text-align: left;
      padding-left: 12px;
      font-size: 20px;
    } */
}
.panel-area .area-body h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 12px;
  color: #000000;
}

.panel-area .area-body ul li {
  font-size: 13px;
  margin-bottom: 5px;
}

@media (max-width: 415px) {
  .panel-area .area-body ul {
    padding-left: 95px;
  }
}
.panel-area .area-body ul li::before {
  color: #ffffff;
  background-color: #5f5f81;
  padding: 3px;
  border-radius: 50%;
}

.panel-area .area-body ul li a {
  color: #000000;
  padding-left: 10px;
}

.panel-area .area-body ul li a:hover,
.panel-area .area-body ul li a:focus,
.panel-area .area-body ul li a:active {
  color: #000;
}

.panel-area .area-body {
  background-color: #fff;
  height: 100%;
  padding: 13px 0px 15px 12px;
  border: 1px solid #8db1ca;
  box-shadow: 0px 0px 14px -6px rgba(28, 47, 60, 0.5);
}

.panel-area .area-body h4 {
  font-size: 17px;
  margin-top: 5px;
}

.panel-area .area-body ul {
  list-style: none;
  padding-left: 12px;
  margin-bottom: 0;
}

.panel-area .area-body ul li {
  font-size: 15px;
  margin-bottom: 5px;
}

.panel-area .area-body ul li::before {
  color: white;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  padding-right: 3px;
  font-weight: 600;
  font-size: 10px;
}

.footer-top {
  color: #ffffff;
  padding-bottom: 20px;
  padding-top: 40px;
}

.footer-top a {
  color: #ffffff;
}

.footer-top a:hover {
  color: #f6f8f9;
}

.footer-widget {
  background-image: url(../img/footer_background.svg);
  background-color: #f4f6f8;
  color: #363636;
  padding-bottom: 5px;
  padding-top: 35px;
}

.footer-widget a {
  color: #363636 !important;
}

@media (max-width: 767.98px) {
  .footer-widget {
    text-align: center;
  }
}
.footer-widget a {
  color: #ffffff;
}

.footer-widget a:hover, .footer-widget a:focus, .footer-widget a:active {
  color: #075e83;
}

footer {
  background-color: #f5f5f5;
  color: #0A2847;
  padding-top: 5px;
  padding-bottom: 25px;
}

footer h6 {
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}

.footer-widget {
  background-color: #1f3f5e;
  color: #fff;
  padding: 20px 0px 10px 0px;
}

.footer-widget .widget-title {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.footer-widget a {
  color: #0A2847 !important;
  line-height: 1.5;
}

.footer-widget a:hover, .footer-widget a:focus, .footer-widget a:active {
  color: #0A2847;
  text-decoration: underline;
}

.footer-widget .media .media-body h4,
.footer-widget .media .media-body p {
  margin: 0;
}

.footer-widget .media .media-left i {
  font-size: 22px;
}

ul.list-link li {
  font-size: 15px;
  margin-bottom: 16px;
}

ul.categ-list {
  font-size: 18px;
}

ul.categ-list li {
  padding: 6px 0;
}

.footer-widget .media-left {
  padding-right: 10px;
}

footer {
  background-color: #39312f;
  color: #0A2847;
  padding: 10px 0px;
}

footer h6 {
  font-size: 0.7rem;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}

ul.list-link {
  list-style: none;
  padding-left: 5px;
}

/* ul.list-link li::before {
  color: #fff;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  padding-right: 6px;
  font-weight: 900; } */
ul.list-contact {
  list-style: none;
  padding-left: 0px;
}

ul.list-contact li {
  font-size: 15px;
  margin-top: 15px;
}

@media (max-width: 767.98px) {
  ul.list-contact li {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  ul.list-contact li p {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  ul.list-contact li .fs14 {
    font-size: 13px;
  }
}
ul.list-contact li > i.fa {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 50px;
  margin-right: 8px;
  color: #000;
}/*# sourceMappingURL=style.css.map */