h6 {
  font-weight: 400;
}
#home .btn-primary {
  transition: all 0.3s ease-in-out;
}
.btn {
  border-radius: 4px !important;
  transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
  color: #ffffff;
  background: #6699ff;
  border-color: #6699ff;
}

.btn-orange {
  color: #ffffff;
  background: #f76a25;
  border-color: #f76a25;
}

.btn-orange:hover,
.btn-orange:focus {
  color: #ffffff;
  background: #d55d23;
  border-color: #d55d23;
}

.btn::after {
  display: none;
  background: #6699ff;
  transition: all 0.3s ease-in-out;
}

.btn-payment {
  background-color: #27c48c;
  border: 1px solid #27c48c;
  color: #ffffff;
}

.btn-payment:hover {
  background-color: #1eaf7c;
  border: 1px solid #1eaf7c;
  color: #ffffff;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #2fab73;
  border-color: #2fab73;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #2fab73;
  border-color: #2fab73;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-danger {
  color: #ffffff;
  background-color: #cc394b;
  border-color: #cc394b;
  padding: 8px 24px !important;
}
.section-title h3.title-form {
  font-size: 2.75rem;
}

.head {
  padding-top: 160px;
}
.registration-head {
  padding-top: 30px !important;
}
.head__bg-simple {
  background-image: image-set(
    url("../img/bkg-patterns-registration.webp") 1x,
    url("../img/bkg-patterns-registration.png") 1x
  );
}
.head_registration {
  display: block;
  content: "";
  width: 100vw;
  height: 62.5vw;
  position: absolute;
  top: 0;
  left: 0;
  background-image: image-set(
    url("../img/bkg-patterns-registration.webp") 1x,
    url("../img/bkg-patterns-registration.png") 1x
  );
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 100px;
  z-index: -1;
}
.head__bg {
  height: 100%;
  background-image: image-set(
    url("../img/bkg-patterns.webp") 1x,
    url("../img/bkg-patterns.png") 1x
  );
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 100px;
}

.head-img-2::before,
.head-img::before {
  display: none;
}

@media (max-width: 1199.98px) {
  .head {
    padding-top: 120px;
  }
  .head-cancellation {
    padding-top: 210px;
    padding-bottom: 150px;
  }
}

@media (max-width: 992.98px) {
  .head_registration {
    background-size: cover;
    height: 130vh;
    background-repeat: repeat-x !important;
  }
}

@media (max-width: 767.98px) {
  .head {
    padding-top: 64px;
  }
  .head-img-2::after {
    width: 130%;
    top: 18%;
    left: -16%;
  }
  .head_registration {
    background-size: cover;
    height: 140vh;
    background-color: #f3f7ff;
  }
}

.head-top-bg {
  background-image: image-set(
    url("../img/bkg-patterns.webp") 1x,
    url("../img/bkg-patterns.png") 2x
  );
  background-repeat: no-repeat;
  background-position: center 100px;
  background-size: cover;
}

@media (min-width: 1399.98px) {
  .head-top-bg {
    background-size: cover;
  }
}

@media (max-width: 992.98px) {
  .head-top-bg {
    background-position: top;
    background-size: cover;
  }
}

@media (max-width: 767.98px) {
  .head-top-bg {
    background-position: top;
    background-size: cover;
  }
}

.bkg-01 {
  background-image: url(../img/bkg-01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right 100px;
}

.bkg-02 {
  background-image: url(../img/bkg-02.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right 100px;
}

.icons-img::after {
  background-image: image-set(
    url("/img/floating-icons.webp") 1x,
    url("/img/floating-icons.png") 2x
  );
}

.fw-6 {
  font-weight: 600 !important;
}

.h1,
h1 {
  font-size: 40px;
}
@media (max-width: 1199.98px) {
  .h1,
  h1 {
    font-size: 30px !important;
  }
}
.h3,
h3 {
  font-size: 38px;
}
@media (max-width: 1199.98px) {
  .h3,
  h3 {
    font-size: 34px;
    margin-bottom: 26px;
  }
}

@media (max-width: 767.98px) {
  .h1,
  h1 {
    font-size: 28px !important;
  }
  .navbar__toggler {
    top: -4px;
  }
  .h3,
  h3 {
    font-size: 26px;
    margin-bottom: 26px;
  }
}

.h5,
h5 {
  color: #1b1b1b;
}

h6,
.h6 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
  color: #474f62;
}

p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #474f62;
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 30px;
}
.small,
small {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.2;
}

.link {
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  color: #3f74c9 !important;
}

#contacts .link {
  color: #3f74c9 !important;
}

.navbar {
  padding: 1rem;
}
.navbar .btn {
  font-size: 16px;
  padding: 10px 24px;
  max-height: 55px;
  margin: auto 0;
}
.navbar .btn.btn-primary:hover {
  background: #6699ff;
  border-color: #6699ff !important;
}
.navbar__nav__item__link {
  font-size: 16px;
}
.navbar__nav__item__link:hover {
  color: #1b1b1b;
}
.navbar__contact b a {
  font-size: 16px;
  line-height: 20px;
  margin: 3px 0 0;
}
.navbar__contact b a small {
  font-size: 10px;
  line-height: 1.2;
  font-weight: 300;
}

.navbar__contact b::after {
  content: "";
  margin: 0 32px;
  border-right: 1.5px solid #333;
}

.navbar__nav__item__link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #1b1b1b;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.navbar__nav__item__link:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.navbar__brand__logo__name {
  display: inline-block;
  font-weight: 600;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  position: relative;
  vertical-align: middle;
}

@media (max-width: 1199.98px) {
  .navbar__nav__item__link,
  .navbar .btn {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .navbar__toggler {
    top: -5px;
  }
}

#bg1::before {
  display: block;
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  top: 40%;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(253, 245, 236, 0) 0,
    rgba(253, 244, 236, 0.53) 14.32%,
    #fdf4ec 45.83%,
    rgba(253, 246, 236, 0.43) 84.33%,
    rgba(253, 242, 236, 0) 100%
  );
}

.presentation-list {
  list-style: none;
}
.presentation-list li {
  padding-top: 1.2rem;
  margin-bottom: 1.2rem;
  color: #fd845e;
  font-weight: 300;
  font-size: 1.1rem;
}
.presentation-list__icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: cover;
  vertical-align: sub;
  margin-right: 10px;
}
.presentation-list__icon-1 {
  background-image: url(../img/icons/clock.png);
}
.presentation-list__icon-2 {
  background-image: url(../img/icons/pro.png);
}
.presentation-list__icon-3 {
  background-image: url(../img/icons/support.png);
}

#headerTel a {
  font-size: 2.4rem;
  text-decoration: none;
}

#headerTel i {
  position: relative;
  top: 1px;
}

#headerTel a span {
  font-size: 1.8rem;
  position: relative;
  top: -1px;
}
#FoundNotice {
  display: none;
}
#FoundNotice .SuccessProgress {
  display: none;
  text-align: center;
}
#FoundNotice .SuccessProgress p {
  margin-top: 1rem;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 2rem;
}
#BlockProgress {
  width: 100%;
  background-color: #ddd;
}
#BarProgress {
  width: 10%;
  height: 30px;
  background-color: #1868bd;
  text-align: center;
  line-height: 30px;
  color: white;
}
#BarProgress.done {
  background-color: #28a745;
}
 
#loader_v2 #FoundNotice {
  display: none;
}
#loader_v2 #FoundNotice .SuccessProgress {
  display: none;
  text-align: center;
}
#loader_v2 #FoundNotice .SuccessProgress p {
  margin-top: 1rem;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 2rem;
}
#loader_v2 #BlockProgress {
  width: 100%;
  background-color: #ddd;
}
#loader_v2 #BarProgress {
  width: 10%;
  height: 30px;
  background-color: #1868bd;
  text-align: center;
  line-height: 30px;
  color: white;
}
#loader_v2 #BarProgress.done {
  background-color: #28a745;
}

#topSection .mb-2 {
  margin-bottom: 1.5rem !important;
}

#topSection.pt-3 {
  padding-top: 2.5rem !important;
}

.steps__item__title {
  line-height: 20px;
}

#topSection .mt-4 {
  margin-top: 2.5rem !important;
}

#formTitle1 h3,
#formTitle2 h3 {
  font-size: 28px;
}

@media (max-width: 767px) {
  #formTitle1 h3,
  #formTitle2 h3,
  #formTitle3 h3,
  #formTitle4 h3 {
    margin: 0 !important;
    font-size: 20px;
  }
}

#form4 .bg__header,
#form2 .bg__header 
{
  padding: 0;
  position: relative;
  border-radius: 4px 4px 0 0;
  background-color: #3f74c9;
  border: 1px solid rgba(17, 17, 17, 10%);
  border-bottom: 0;
}

#form4 .bg, 
#form2 .bg {
  border-radius: 0 0 4px 4px;
  padding-top: 14px;
}

#form4 .btn::after, 
#form2 .btn::after
{
  background: none !important;
}

.no-border-top {
  border-top: none !important;
}

.bg__header .price {
  padding: 10px 0;
}

.price__number {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.part-bg__bg::after {
  display: none;
}

.form-group {
  margin-bottom: 0.6rem;
}

.form-control.is-valid {
  border-color: #28a745 !important;
}

#form1 h3,
#form2 h3,
#form3 h3,
#form4 h3 {
  font-size: 18px !important;
  margin-bottom: 14px;
}

#form4 h3,
#form2 h3 {
  font-weight: 500;
}

#form1 .bg,
#form2 .bg,
#form3 .bg,
#form4 .bg {
  border: 1px solid rgba(17, 17, 17, 10%);
}

#form1 .form-control,
#form2 .form-control,
#form3 .form-control,
#form4 .form-control {
  border-left: 3px solid #3f74c9 !important;
  padding: 11px 16px 12px;
  border-radius: 0;
  background-color: rgb(226, 232, 240, 0.3);
}
@media (max-width: 575.98px) {
#form2 .form-control {
  font-size: 14px;
}  
#form4 > .row,
#form2 > .row {
  padding: 0px 6px;
}
}
#form1 .form-control.is-valid,
#form2 .form-control.is-valid,
#form3 .form-control.is-valid,
#form4 .form-control.is-valid {
  border-left: 3px solid #27c48c !important;
}

#form4 .form-control,
#form2 .form-control {
  padding: 14px 16px 15px;
}

#form1 .btn,
#form2 .btn,
#form3 .btn,
#form4 .btn {
  padding: 14px 20px;
  margin-top: 14px;
  width: 100% !important;
}

#form1 .bullet-list__item,
#form2 .bullet-list__item, 
#form3 .bullet-list__item, 
#form4 .bullet-list__item { 
  padding: 0 0 10px 0;
  display: flex;
}
#form1 .bullet-list__item img,
#form2 .bullet-list__item img,
#form3 .bullet-list__item img,
#form4 .bullet-list__item img {
  width: 24px;
}
#form1 .bullet-list__item p,
#form2 .bullet-list__item p,
#form3 .bullet-list__item p,
#form4 .bullet-list__item p {
  color: #616d7d;
  padding-left: 10px;
  margin: auto 0;
  font-size: 12px;
}
#form1 .bullet-list__item::before,
#form2 .bullet-list__item::before,
#form3 .bullet-list__item::before,
#form4 .bullet-list__item::before {
  background: none;
  display: none;
  left: 0;
}
#form4 p, 
#form2 p {
  color: #616d7d;
}

#form4 .payment-cards,
#form2 .payment-cards {
  width: 90px;
  height: 30px;
}

label,
.label {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0.3rem;
}

label.custom-check {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  color: #939393;
  padding-top: 3px;
  margin-bottom: 16px;
  text-align: justify;
}

label.custom-check a {
  color: #939393;
  text-decoration: underline;
}

label.custom-check a:hover {
  text-decoration: none;
  color: #727272;
}

#errorMessage {
  position: absolute;
  width: 95.6%;
  top: 0.5rem;
  right: 50%;
  transform: translateX(50%);
  z-index: 100;
}

#manualPdf {
  border: 2px solid #eee;
  max-width: 150px;
  max-height: 180px;
}

#duplicateFormWrapper #manualPdf {
  margin-bottom: 1ch;
}


@media (min-width:  998.98px) {
  #duplicateFormWrapper #manualPdf {
    max-width: 160px;
    max-height: 300px;
    border: 2px solid rgba(39, 94, 254, .15);
    box-shadow: 2px 2px 23px #263f5c14;
  } 
}

.manuals {
  position: relative;
}

.sectionPaymentConfirm {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.sectionPaymentConfirm .section-title {
  margin-bottom: 45px;
}

.card__header-none:after {
  content: "";
  background: none;
}

#sectionReclamation .form-group {
  padding-bottom: 1.5rem;
  margin-bottom: 0;
}

.payement-form-header h6 {
  color: #858588;
}
.payement-form-header h6 > span {
  font-size: 1.8rem;
  letter-spacing: 1px;
}

#ClaimClaimForm .form-group,
#ContactIndexForm .form-group {
  position: relative;
}

.design-en .custom-checkbox input:checked ~ .custom-checkbox__checkbox {
  background-color: #27a143;
}

.custom-check.is-invalid + label {
  color: #f23c38;
}

.design-en .form-block__label {
  font-weight: 400;
}

.custom-select {
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.select-selected::after {
  top: 18px;
}

/*** RESPONSIVE ***/
@media (max-width: 415px) {
  .form-block__label.required::before {
    left: 0;
  }
  .form-block__label.required {
    padding-left: 1.5rem;
  }
  .section-title h3 {
    font-size: 1.9rem;
  }
}

.video-js .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  background-color: rgba(43, 51, 63, 0.54) !important;
}

.services-list__text {
  font-size: 1.3rem;
  line-height: 1.25;
  margin-bottom: 0rem;
}
.services-list__item {
  padding-top: 1rem;
  margin-bottom: 0;
}
.services-list__heading {
  font-size: 1.6rem;
}

#legal-footer {
  height: 19px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer ul li a:hover {
  text-decoration: underline;
}

.cookieAlert {
  border-radius: 0px;
  font-size: 12px;
  margin-bottom: 0;
  z-index: 1000;
  width: 100%;
  background-color: #ffffff;
  border-top: 1px #f6f6f6 solid;
  color: #333333;
  position: fixed;
  bottom: 0;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.4rem;
}
.cookieAlert p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.3;
}

.form-group {
  position: relative;
}
.form-group label.error {
  display: none !important;
  color: #f23c38;
  position: absolute;
  top: 78%;
  right: 0;
  font-size: 13px;
}

/* Steps registration - payment */
.steps {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  display: flex;
  width: 100%;
  font-size: 0;
}
.steps__item {
  margin-right: 16px;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  flex: 1;
  overflow: hidden;
  vertical-align: top;
}
.steps__item:last-child {
  flex: none;
}
.steps__item:last-child .steps__item__title:after {
  content: none;
}
.steps__item__content {
  display: inline-block;
  vertical-align: top;
}
.steps__item__title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  line-height: 32px;
}
.steps__item__title:after {
  position: absolute;
  top: 16px;
  left: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: #e8e8e8;
  content: "";
}
.steps__item__description {
  white-space: normal;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1;
}
.steps__item__tail {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.steps__item__icon {
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  margin-right: 8px;
  padding: 8px 0;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transition: background-color 0.3s, border-color 0.3s;
  display: inline-block;
  vertical-align: top;
}
.steps__item-finish .steps__item__icon {
  color: #ffffff !important;
  background-color: #3f74c9 !important;
  border-color: #3f74c9 !important;
}
.steps__item-finish::after {
  background-color: #3f74c9 !important;
}
.steps__item-finish .steps__icon {
  color: #ffffff !important;
}
.steps__item-process .steps__item__title {
  color: #3f74c9;
  font-weight: 700;
}
.steps__item-process .steps__item__icon {
  background: #ffffff;
  border-color: #3f74c9;
}
.steps__item-process .steps__icon {
  color: #3f74c9;
}
.steps__item-wait .steps__item__title {
  color: rgba(0, 0, 0, 0.25);
  font-weight: 600;
}
.steps__item-finish .steps__item__title {
  color: #3f74c9;
  font-weight: 600;
}
.steps__item-wait .steps__item__description {
  color: rgba(0, 0, 0, 0.25);
}
.steps__item-wait .steps__item__icon {
  color: #ffffff !important;
  background-color: #ddd;
  border-color: #ddd;
}
.steps__item-wait .steps__icon {
  color: #ffffff;
}
.steps__icon {
  position: relative;
  top: 0px;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .h2 b,
  h2 b {
    font-size: 38px;
  }
}
.txt-term {
  font-size: 12px;
}

#tandc-readmore {
  display: inline-block;
  color: #939393;
}

.bg.bg-bordered {
  background-color: #ffffff;
  border: 1px solid rgba(17, 17, 17, 10%) !important;
  padding: 50px 30px;
}

.bg.bg-bordered .h5 {
  color: #1b1b1b;
  font-size: 18px;
  margin: auto 0;
}
.bg.bg-bordered p {
  color: #474f62;
}

.bg.bg-bordered .icon {
  width: 35px;
}

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

.bg {
  border-radius: 4px;
}

.bg.card {
  border: none;
  padding: 40px 80px;
}

@media (max-width: 767.98px) {
  .bg.card {
    padding: 30px 20px;
  }
  .bg.bg-bordered .icon {
    height: 60px;
  }
}

.bg-pattern-block {
  background: url(/img/bkg-pattern.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

.text-primary {
  color: #3f74c9 !important;
}
.text-grey {
  color: #263f5c;
  opacity: 0.8;
}

.bg-primary h3,
.bg-primary h5,
.bg-primary p,
.bg-primary small {
  color: #ffffff;
}

.logo-list {
  list-style: none;
  display: flex;
}
.logo-list li {
  margin: 0 24px;
  width: 100%;
  overflow: hidden;
}
.logo-list li img {
  max-width: 100px;
}

#infoMail p {
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1199.98px) {
  .logo-list li img {
    max-width: 80px;
  }
  #infoMail {
    inline-size: 140px;
    overflow-wrap: break-word;
  }
}

@media (max-width: 998.98px) {
  .logo-list {
    display: none;
  }
}

/* Auto complete */
.autocomplete {
  position: relative;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  color: #303030;
  font-size: 16px;
  padding: 8px 14px;
  cursor: pointer;
  background-color: #ffffff;
  border-bottom: 1px solid #d4d4d4;
  box-shadow: 0 2px 18px 0 rgb(20 72 98 / 10%);
}

.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

.autocomplete-active {
  background-color: #f8f8f8 !important;
  color: #ffffff;
}

.autocomplete-items strong {
  color: #3f74c9;
}

#accordion .card {
  border: 1px solid #eee !important;
  background-color: #ffffff;
  border-radius: 4px;
  margin: 10px 0;
}

#terms h2 {
  color: #1b1b1b;
  font-size: 24px;
}

#terms h3 {
  letter-spacing: 0;
  font-size: 20px;
  color: #1b1b1b;
  margin-top: 1rem !important;
  margin-bottom: 14px;
}

#terms h4 {
  letter-spacing: 0;
  color: #1b1b1b;
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 10px;
}

#terms ul {
  margin-left: 18px !important;
}
#terms li {
  font-size: 15px;
}
#terms li::marker {
  color: #634bf4;
  font-size: 1em;
}

#terms p {
  font-size: 15px !important;
}

.display-mobile {
  /* display: none; */
  position: relative;
}

.tooltip-inner {
  font-size: 10px;
  max-width: 250px;
  padding: 10px;
  line-height: 1.2;
}
.tooltip-inner img {
  min-width: 45px !important;
}

.tooltip .arrow::before {
  display: none;
}

/* -------- Banner -------- */
.contract-banner p {
  margin-bottom: 6px;
  color: #616d7d;
  font-size: 12px;
  font-weight: 500;
}
.contract-banner span {
  font-weight: 400;
  margin: auto 0;
  font-size: 12px;
  line-height: 1.4;
  color: #616d7d;
  text-align: justify;
}
@media (max-width: 767.98px) {
  .contract-banner .banner-title {
    font-size: 17px;
    margin-bottom: 7px;
  }
  .contract-banner p,
  .contract-banner span {
    font-size: 0.55rem;
    margin-bottom: 0rem;
  }
  .contract-banner p {
    color: #616d7d;
  }
}

#faq .bg {
  color: #ffffff;
  padding: 50px !important;
}

@media (max-width: 767px) {
  #faq .bg {
    padding: 20px !important;
  }
  #faq .bg h2 {
    font-size: 24px;
  }
}

/* ------ Brand description cards ------ */

.card-brand {
  margin-top: 1.5rem;
}
.card-brand h5 {
  font-weight: 500;
}
.card-brand p {
  font-size: 14px;
  color: #616d7d;
}
.card-brand .circled-icon {
  border: 1px solid rgba(17, 17, 17, 10%);
  background: #ffffff;
  width: 80px;
  height: 80px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.circled-icon object {
  width: 55px;
  opacity: 1;
}
@media (max-width: 992px) {
  .card-brand {
    display: block;
  }
}

/* NEW LOADING ANIMATION CSS */

.loader-container {
  display: flex;
  justify-content: center;
}

.loader {
  --background: linear-gradient(135deg, #23c4f8, #275efe);
  --shadow: rgba(39, 94, 254, 0.28);
  --text: #6c7486;
  --page: rgba(255, 255, 255, 0.36);
  --page-fold: rgba(255, 255, 255, 0.52);
  --duration: 3s;
  width: 200px;
  height: 140px;
  position: relative;
}

.loader:before,
.loader:after {
  --r: -6deg;
  content: "";
  position: absolute;
  bottom: 8px;
  width: 120px;
  top: 80%;
  box-shadow: 0 16px 12px var(--shadow);
  transform: rotate(var(--r));
}

.loader:before {
  left: 4px;
}

.loader:after {
  --r: 6deg;
  right: 4px;
}

.loader div {
  width: 100%;
  height: 100%;
  border-radius: 13px;
  position: relative;
  z-index: 1;
  perspective: 600px;
  box-shadow: 0 4px 6px var(--shadow);
  background-image: var(--background);
}

.loader div ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.loader div ul li {
  --r: 180deg;
  --o: 0;
  --c: var(--page);
  position: absolute;
  top: 10px;
  left: 10px;
  transform-origin: 100% 50%;
  color: var(--c);
  opacity: var(--o);
  transform: rotateY(var(--r));
  -webkit-animation: var(--duration) ease infinite;
  animation: var(--duration) ease infinite;
}

.loader div ul li:nth-child(2) {
  --c: var(--page-fold);
  -webkit-animation-name: page-2;
  animation-name: page-2;
}

.loader div ul li:nth-child(3) {
  --c: var(--page-fold);
  -webkit-animation-name: page-3;
  animation-name: page-3;
}

.loader div ul li:nth-child(4) {
  --c: var(--page-fold);
  -webkit-animation-name: page-4;
  animation-name: page-4;
}

.loader div ul li:nth-child(5) {
  --c: var(--page-fold);
  -webkit-animation-name: page-5;
  animation-name: page-5;
}

.loader div ul li svg {
  width: 90px;
  height: 120px;
  display: block;
}

.loader div ul li:first-child {
  --r: 0deg;
  --o: 1;
}

.loader div ul li:last-child {
  --o: 1;
}

.loader span {
  display: block;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 20px;
  text-align: center;
  color: var(--text);
}

@-webkit-keyframes page-2 {
  0% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  35%,
  100% {
    opacity: 0;
  }

  50%,
  100% {
    transform: rotateY(0deg);
  }
}

@keyframes page-2 {
  0% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  35%,
  100% {
    opacity: 0;
  }

  50%,
  100% {
    transform: rotateY(0deg);
  }
}

@-webkit-keyframes page-3 {
  15% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  35% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }

  65%,
  100% {
    transform: rotateY(0deg);
  }
}

@keyframes page-3 {
  15% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  35% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }

  65%,
  100% {
    transform: rotateY(0deg);
  }
}

@-webkit-keyframes page-4 {
  30% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  65%,
  100% {
    opacity: 0;
  }

  80%,
  100% {
    transform: rotateY(0deg);
  }
}

@keyframes page-4 {
  30% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  65%,
  100% {
    opacity: 0;
  }

  80%,
  100% {
    transform: rotateY(0deg);
  }
}

@-webkit-keyframes page-5 {
  45% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  65% {
    opacity: 1;
  }

  80%,
  100% {
    opacity: 0;
  }

  95%,
  100% {
    transform: rotateY(0deg);
  }
}

@keyframes page-5 {
  45% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  65% {
    opacity: 1;
  }

  80%,
  100% {
    opacity: 0;
  }

  95%,
  100% {
    transform: rotateY(0deg);
  }
}

.loading {
  font-size: 30px;
}

.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 900ms infinite;      
  animation: ellipsis steps(4,end) 900ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
  position: absolute;
}

@keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}