.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover {
      background-color: #e23e45;
      border: 1px solid #e23e45;
    }

    * {
      font-family: Areal;
    }

    #preloader {
      height: 100vh;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 9999;
          background-color: rgb(0 0 0 / 97%);
      display: flex;
      align-items: center;
      justify-content: center;
      transform-origin: center;
    }

    .figure {
      position: relative;
      color: #fff;
      text-align: center;
      animation: 5s linear infinite rotate;
    }

    .figure>img {
      width: 200px;
    }

    @media (max-width: 460px) {
      .figure>img {
        width: 180px;
      }
    }

    .buttons-group {
      position: relative;
    }

    .thanks-message {
      position: absolute;
      bottom: -46px;
      width: 208px;
      left: 2px;
    }

    .pivont-point {
      position: absolute;
      color: #363636;
      font-size: 30px;
      transform: translate(-50%, -50%);
    }

    .pivont-point.center {
      top: 50%;
      left: 50%;
    }

    @keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1.8;
  }

  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}

.preloader {
  animation: pulse 2s ease-in-out infinite;
}
    .watch-video-container {
      position: relative;
    }

    .faqWrapper {
      min-width: 1400px;
      position: absolute;
      top: 80%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 98;
    }

    @media (max-width:1424px) {
      .faqWrapper {
        min-width: 800px;
      }
    }

    @media (max-width:800px) {
      .faqWrapper {
        display: none;
      }
    }

    .slider {
      position: relative;
      z-index: 2;
    }

    .swiper {
      width: 1438px;
      height: 342px;
    }

    .sw-row {
      background: #fff;
      display: flex;
      gap: 44px;
      justify-content: space-between;
      align-items: center;
      padding: 60px 30px 20px;
    }

    .sw-img>img {
      width: 210px;
      height: 210px;
    }

    .sw-content-text {
      color: #000;
      font-family: Rajdhani;
      font-size: 31px;
      font-weight: 500;
    }

    .sw-content-sign {
      color: #000;
      font-family: Rajdhani;
      font-size: 28px;
      font-weight: 700;
    }

    .sw-content {
      position: relative;
    }

    .sw-content::before,
    .sw-content::after {
      content: "";
      background: url('https://anytimesales.org/assets/vanguard/assets/testimonial_bg.png') no-repeat;
      background-size: 47px 35px;
      position: absolute;
      width: 47px;
      height: 35px;
    }

    .sw-content::before {
      top: -35px;
      left: -10px;
    }

    .sw-content::after {
      bottom: -25px;
      right: 0;
    }

    .swiper-pagination-bullets.swiper-pagination-horizontal {
      position: relative;
      display: flex;
      width: initial;
      bottom: 0;
    }

    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0px 5px;
    }

    .swiper-pagination-bullet {
      width: 15px;
      height: 15px;
      background-color: white;
      opacity: 0.9;
    }

    .swiper-button-prev-arr>img,
    .swiper-button-next-arr>img {
      width: 80px;
    }

    .swiper-pagination-bullet-active {
      background-color: #FB991C;
    }

    .faq {
      background-image: url('https://anytimesales.org/assets/vanguard/assets/faq-bg-block.jpg');
      background-size: cover;
      background-attachment: fixed;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .faq-header {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: white;
      margin-top: 36px;
      margin-bottom: 25px;
    }

    .faq-header-title {
      font-family: Rajdhani;
      font-size: 99px;
      font-weight: 700;
    }

    .faq-header-subTitle {
      font-family: Rajdhani;
      font-size: 42px;
      font-weight: 700;
      text-align: center;
      padding: 0 10px;
    }

    .accordion {
      width: 100%;
      max-width: 1438px;
      margin: auto;
      margin-bottom: 297px;
    }

    .accordion-title {
      background: white;
      color: black;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      text-align: left;
      border-bottom: 1px solid #ddd;
      transition: 0.4s;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-radius: 10px;
    }

    .accordion-title h2 {
      margin: 0;
      color: #000;
      font-family: Rajdhani;
      font-size: 35px;
      font-weight: 700;
    }

    .accordion-content {
      background: white;
      color: black;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
      border-left: 1px solid #000;
      border-right: 1px solid #000;
      border-radius: 10px;
      margin: 3px 0;
    }

    .accordion-content p {
      color: #000;
      font-family: Rajdhani;
      font-size: 31px;
      font-weight: 400;
      padding: 17px 57px;
    }

    .arrow {
      width: 19px;
    }

    .rotate {
      transform: rotate(180deg);
    }

    @media (max-width: 1460px) {
      .accordion {
        width: 800px;
        margin-bottom: 140px;
      }

      .accordion-title h2 {
        font-size: 17px;
      }

      .accordion-content p {
        font-size: 17px;
        padding: 15px 25px;
		font-weight: 500;
      }
    }

    @media (max-width: 814px) {
      .accordion {
        width: 400px;
        margin-bottom: 50px;
      }

      .arrow {
        width: 15px;
      }
    }

    @media (max-width: 414px) {
      .accordion {
        width: 300px;
        margin-bottom: 50px;
      }

    }

    @media (max-width: 486px) {
      .faq-header-title {
        font-size: 44px;
      }

      .faq-header-subTitle {
        font-size: 25px;
      }
    }

    @media (max-width: 1494px) {
      .swiper {
        width: 1290px;
      }
    }

    @media (max-width: 1358px) {
      .swiper {
        width: 960px;
      }

      .sw-content-text {
        font-size: 23px;
      }

      .sw-content::after {
        bottom: 7;
      }
    }

    @media (max-width: 992px) {
      .col-l-header {
        padding: 30px 10px 0 10px;
      }

      .shadow-title {
        font-size: 45px;
      }

      .shadow-subtitle {
        font-size: 27px;
      }

      .swiper {
        width: 340px;
        height: 510px;
      }

      .sw-row {
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 25px 27px;
        gap: 6px;
      }

      .sw-content::before,
      .sw-content::after {
        background-size: 37px 22px;
        width: 37px;
        height: 22px;
      }

      .sw-content::before {
        top: -20px;
        left: -6px;
      }

      .swiper-button-prev-arr,
      .swiper-button-next-arr {
        display: none;
      }

      .siwper-footer {
        align-items: center;
        justify-content: center;
      }

      .sw-img>img {
        width: 150px;
        height: 150px;
      }

      .sw-content-text {
        font-size: 20px;
      }

      .sw-content-sign {
        font-size: 24px;
        margin-top: 8px;
      }


      .siwper-footer {
        margin-top: 0px;
      }
    }

    @media (max-width: 992px) {
      .swiper {
        width: 300px;
        height: 540px;
      }
    }
	
	
	.swal-title {
    color: rgb(0 0 0);
    font-weight: 700;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 31px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}
.swal-text {
    font-size: 19px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 500;
    color: rgb(0 0 0);
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
}
.swal-button {
    padding: 7px 19px;
    border-radius: 2px;
    background-color: #f0570c;
    font-size: 12px;
    border: 1px solid #b74209;
    text-shadow: 0px -1px 0px rgb(0 0 0 / 30%);
}
.swal-button:not([disabled]):hover {
    background-color: #f0570c;
}