.banner {
  position: relative;
  padding: 60px 0 60px 0;
  height: auto;
  overflow-x: clip;
}
.banner-content h1 {
  font-size: calc(25px + (60 - 25) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  margin: 0 0 20px 0;
  color: #fff;
  line-height: 1.3;
}
.banner-content h1 span {
  color: var(--theme);
}
@media (max-width: 767px) {
  .banner-content h1 {
    margin: 0 0 10px 0;
  }
}
.banner-content p {
  font-size: calc(13px + (19 - 13) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  margin: 0 0 20px 0;
  color: #fff;
}
@media (max-width: 991px) {
  .banner-content p {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 576px) {
  .banner-content p {
    margin: 0 0 0 0;
  }
}
.banner-content .sub-heading {
  overflow: hidden;
  width: 90%;
}
.banner-content .sub-heading p {
  line-height: 1;
  font-size: calc(35px + (51 - 35) * (100vw - 320px) / (1920 - 320));
  font-family: "Freehand";
  margin: 0;
}
.banner-content .sub-heading p .line {
  line-height: 1;
  position: relative;
}
.banner-content .sub-heading p .line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  height: 1px;
  width: 345px;
  background-color: #eeffda;
}
@media (max-width: 767px) {
  .banner-content {
    text-align: left;
  }
}
.banner .side-img {
  position: absolute;
  top: 0;
  left: 71%;
  height: 100%;
  width: 100%;
}
.banner .side-img img {
  height: 100%;
}
@media (max-width: 991px) {
  .banner .side-img {
    left: 85%;
  }
}
@media (max-width: 767px) {
  .banner .side-img {
    left: 95%;
  }
}
.banner-img {
  position: absolute;
  bottom: -36px;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 991px) {
  .banner-img {
    position: relative;
    z-index: 2;
  }
  .banner-img img {
    margin-bottom: -30px;
  }
}
.banner.inner {}
.banner.inner .banner-content {
  margin-top: 0;
}
@media (max-width: 991px) {
  .banner.inner {
    padding: 100px 0 80px;
    height: auto;
  }
  .banner.inner .banner-content {
    margin: 0;
  }
}
.banner .contact-badge {
  position: absolute;
  top: 55%;
  left: 68%;
  transform: translateY(-50%);
  z-index: 3;
  --ink: #231f20;
  width: 195px;
  aspect-ratio: 1;
  display: inline-block;
  animation: rotateBadge 5s ease-in-out infinite;
}
@media (max-width: 991px) {
  .banner .contact-badge {
    position: fixed;
    top: auto;
    bottom: -40px;
    left: auto;
    right: 20px;
    width: 100px;
    transform: none;
  }
}
.banner .badge {
  width: 100%;
  height: 100%;
  display: block;
}
.banner .bg {
  fill: var(--theme);
}
.banner .label {
  font:
    700 16px/1 "Inter",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  fill: var(--ink);
  dominant-baseline: middle;
  transform-origin: 50% 50%;
  animation: scaleText 5s ease-in-out infinite;
}
.banner .icon {
  transform-box: fill-box;
  transform-origin: center;
}
.banner .icon path {
  fill: var(--ink);
  stroke: none;
}
@keyframes rotateBadge {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  50% {
    transform: translateY(-50%) rotate(-90deg);
  }
  100% {
    transform: translateY(-50%) rotate(0deg);
  }
}
@keyframes scaleText {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 991px) {
  .banner {
    height: auto;
    padding: 100px 0 0 0;
  }
  .banner .h-100 {
    height: auto !important;
  }
}
.stripe {
  padding: 50px 0;
  position: relative;
  overflow-x: hidden;
}
.stripe-1 {
  padding: 60px 0;
  position: relative;
}
@media (max-width: 991px) {
  .stripe-1 {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .stripe-1 {
    padding: 40px 0;
  }
}
.stripe-2 {
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 991px) {
  .stripe-2 {
    padding-bottom: 35px;
  }
}

.stripe-4 {
  padding: 90px 0 0px;
  position: relative;
}
@media (max-width: 991px) {
  .stripe-4 {
    padding: 60px 0 80px;
  }
}
@media (max-width: 991px) {
  .stripe {
    padding: 35px 0;
  }
}
.stripe-3 {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 991px) {
  .stripe-3 {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .stripe-3 {
    padding: 40px 0;
  }
}
.parallax-sec {
  text-align: center;
  color: #fff;
}
.parallax-sec .heading1 {
  position: relative;
}
.parallax-sec .heading1 p {
  color: #fff;
}
.parallax-sec .heading1 h4 {
  color: #fff;
}
.parallax-sec .heading1 h3 {
  color: var(--theme);
}
.parallax-sec .zindex1 {
  position: relative;
}
.parallax-sec .zindex1 p {
  color: #fff;
}
.bg-detail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.h3 {
  font-size: calc(25px + (45 - 25) * (100vw - 320px) / (1920 - 320));
  color: #212529;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.h3 span {
  color: var(--theme);
}
.h4 {
  font-size: calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320));
  color: #000;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 20px 0;
}
.h5 {
  font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
  color: #212529;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px 0;
}
.h6 {
  font-size: calc(12px + (22 - 12) * (100vw - 320px) / (1920 - 320));
  color: var(--theme);
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.sm-heading {
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
  color: #212529;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
.top-heading {
  position: relative;
  margin-bottom: 60px;
}
.top-heading .h3 {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .top-heading .h3 {
    margin-bottom: 20px;
  }
}
.top-heading:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 4px;
  width: 37.3%;
  background: linear-gradient(90deg, rgba(160, 231, 75, 0) 0%, var(--theme) 100%);
  margin: 0 auto;
}
@media (max-width: 991px) {
  .top-heading {
    margin-bottom: 40px;
  }
}
.cta-content .h3 {
  font-size: calc(18px + (27 - 18) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  color: #fff;
  text-transform: inherit;
  line-height: 1.2;
}
.cta-content p {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cta-content p {
    margin-bottom: 15px;
  }
}
.cta-content .btn-wrap a {
  margin: 0 30px;
}
@media (max-width: 1199px) {
  .cta-content .btn-wrap a {
    margin: 0 20px 15px;
  }
}
@media (max-width: 991px) {
  .cta-content .btn-wrap a {
    margin: 0 15px 15px;
  }
}
@media (max-width: 520px) {
  .cta-content .btn-wrap a {
    margin: 0 15px 15px;
  }
}
@media (max-width: 400px) {
  .cta-content .btn-wrap a {
    display: block;
  }
}
@media (max-width: 520px) {
  .cta-content .btn-wrap a:last-of-type {
    margin: 0 15px 0;
  }
}
.bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.bg-img img {
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .bg-img {
    position: static;
  }
}
@media (max-width: 991px) {
  .section-content {
    margin: 20px 0;
  }
}

.call-link {
  color: #fff;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
}
.call-link i {
  color: #fff;
  font-size: calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320));
}
.call-link:hover {
  color: var(--theme);
}
.call-link:hover i {
  color: var(--theme);
}
.cta-sec {
  overflow-x: clip !important;
}
.cta-img {
  position: absolute;
  top: 0;
  right: 70%;
  height: 333px;
  width: 583px;
}
@media (max-width: 991px) {
  .cta-img {
    right: 76%;
  }
}
@media (max-width: 767px) {
  .cta-img {
    display: none;
  }
}
.cta-img img {
  height: 100%;
  width: 100%;
}
.cta-img.right {
  top: -30px;
  right: inherit;
  left: 79%;
  height: 373px;
  width: 395px;
}
@media (max-width: 1399px) {
  .cta-img.right {
    top: -50px;
  }
}
@media (max-width: 991px) {
  .cta-img.right {
    top: -100px;
    left: 81%;
  }
}
.service-box {
  border-radius: 50px 0px;
  background-color: #e9e9e9;
  padding: 40px 60px 110px 30px;
  height: 100%;
  position: relative;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.service-box .h4 {
  font-family: "Montserrat";
  font-size: calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320));
  font-weight: 700;
  line-height: 1.1;
  color: #212529;
  margin: 0 0 10px 0;
}
.service-box p {
  font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
  font-family: "Montserrat";
  line-height: 1.4;
}
.service-box a {
  position: absolute;
  bottom: 35px;
  left: 30px;
  color: #212529;
  font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
}
.service-box a:hover {
  color: var(--theme);
}
@media (max-width: 1199px) {
  .service-box a {
    bottom: 30px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .service-box a {
    bottom: 25px;
  }
}
.service-box .bg-shape {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.service-box .bg-shape img {
  height: 100%;
  width: 100%;
}
@media (max-width: 1199px) {
  .service-box .bg-shape {
    width: 70px;
    bottom: 15px;
    right: 15px;
  }
}
@media (max-width: 1199px) {
  .service-box {
    padding: 30px 25px 80px 25px;
  }
}
@media (max-width: 991px) {
  .service-box {
    padding: 30px 25px 80px 25px;
    margin: 15px 0;
    height: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .service-box {
    margin: 10px 0;
    height: auto;
  }
}
.book-slider {
  overflow: hidden;
}
.book-slider .container-fluid {
  padding: 0;
}
.book-image {
  margin: 0 10px 0 70px;
}
@media (max-width: 991px) {
  .book-image {
    text-align: center;
  }
}
.book-carousel .slick-list {
  padding-right: 180px !important;
}
.book-carousel .slick-slide {
  height: auto;
}
.sec-img {
  text-align: center;
}
@media (max-width: 991px) {
  .sec-img img {
    margin: 0 auto;
  }
}
.book-carousel-2 {
  margin-top: 20px;
  direction: rtl;
}
.book-carousel-2 .slick-list {
  padding-left: 180px !important;
}
.book-carousel-2 .slick-slide {
  height: auto;
}
.testimonial-sec {
  overflow: hidden;
}
.testimonial-sec .slick-track {
    display: flex;
}
.testimonial-slide {
  overflow: hidden;
}
.testimonial-sec .slick-slide {
    margin: 0 30px;
}
.testimonial-sec .h3 {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: calc(20px + (50 - 20) * (100vw - 320px) / (1920 - 320));
  text-transform: inherit;
  font-style: italic;
  line-height: 1.2;
}
.testimonial-sec p {
  color: #fff;
  font-weight: 300;
}
.accord-content {
  display: none;
  padding-right: 25px;
  transition: 0.3s all;
  width: 85%;
}
.accord-content p {
  font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
  color: #212529;
  line-height: 1.4;
  margin-bottom: 0;
}
.accord-wrap {
  padding: 25px 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 20px;
}
.accord-wrap.open-acordian {
  padding: 25px 20px 20px;
}
.accord-wrap.open-acordian .accord-head i {
  transform: scaleY(1);
}
.accord-wrap.open-acordian .accord-content {
  display: block;
  transition: 0.3s all;
}
@media (max-width: 991px) {
  .accord-wrap.open-acordian {
    padding: 10px 15px 15px;
  }
}
@media (max-width: 991px) {
  .accord-wrap {
    padding: 15px;
  }
}
.accord-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.accord-head .h5 {
  color: #000;
  font-size: calc(13px + (19 - 13) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin: 0;
  flex: 0 0 90%;
  max-width: 90%;
  line-height: 1;
}
@media (max-width: 767px) {
  .accord-head .h5 {
    flex: 0 0 85%;
    max-width: 85%;
  }
}
.accord-head .icon {
  height: 40px;
  width: 40px;
  background-color: var(--theme);
  border-radius: 22px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accord-head .icon i {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  transform: scaleY(-1);
  transition: 0.4s all;
}
.accordian-sec {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .accordian-sec {
    margin-top: 25px;
  }
}
.about-img {
  margin-right: 75px;
  position: relative !important;
  z-index: 2;
}
.about-img img {
  border-radius: 30px;
  height: 100%;
  width: 100%;
}
.about-img:before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 20px;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  border: 2px solid var(--theme);
  z-index: -1;
}
.about-img.left {
  margin-right: 0;
  margin-left: 75px;
}
.about-img.left:before {
  left: inherit;
  right: 20px;
}
@media (max-width: 1199px) {
  .about-img {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .about-img {
    margin-bottom: 20px;
  }
}
.about-content p {
  font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
}
.count-box {
  border: 2px solid rgba(255, 255, 255, 0.26);
  padding: 24px 5px;
  height: 100%;
  text-align: center;
}
.count-box .h4 {
  font-size: calc(30px + (65 - 30) * (100vw - 320px) / (1920 - 320));
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
}
.count-box p {
  font-size: calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320));
  color: #fff;
  font-weight: 500;
  margin: 0 0 10px 0;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .count-box {
    margin: 15px 0;
    height: calc(100% - 30px);
  }
}
@media (max-width: 575px) {
  .count-box {
    margin: 10px 0;
    height: auto;
  }
}
.step-box {
  padding-top: 40px;
  position: relative;
  margin-bottom: 65px;
}
.step-box .bg-space {
  height: 100%;
  width: 40px;
  background-color: #f9f9f9;
  position: absolute;
  top: -4px;
  right: 0;
}
.step-box .bg-space .dot {
  position: relative;
}
.step-box .bg-space .dot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #212529;
}
.step-box .h4 {
  font-family: #212529;
  font-size: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
}
.step-box p {
  font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
  margin: 0;
}
.step-box.one {
  border-top: 2px solid #b8b8b8;
  border-right: 2px solid #b8b8b8;
  margin-right: -50px;
  padding-right: 50px;
}
.step-box.one .bg-space {
  right: -38px;
  top: 90%;
}
.step-box.two {
  margin-left: -50px;
  margin-right: -50px;
  padding-right: 50px;
  border-top: 2px solid #b8b8b8;
}
@media (max-width: 1140px) {
  .step-box.two {
    margin-left: 0;
  }
}
.step-box.three {
  border-top: 2px solid #b8b8b8;
  margin-right: -50px;
  padding-right: 50px;
  margin-bottom: 0;
}
.step-box.four {
  border-left: 2px solid #b8b8b8;
  margin-left: -140px;
  padding-left: 140px;
}
.step-box.four .bg-space {
  top: 60%;
  left: -37.5px;
}
@media (max-width: 1399px) {
  .step-box.four .bg-space {
    top: 55%;
  }
}
@media (max-width: 1199px) {
  .step-box.four .bg-space {
    top: 60%;
  }
}
.step-box.four .step-heading {
  left: 140px;
}
.step-box.four::before {
  right: inherit !important;
  left: 0;
  width: 140px !important;
}
.step-box.five {
  margin-left: 50px;
  margin-right: -50px;
}
@media (max-width: 1199px) {
  .step-box.five {
    margin-left: 25px;
    margin-right: -25px;
  }
}
.step-box.six .bg-space {
  left: -94px;
}
@media (max-width: 1399px) {
  .step-box.six .bg-space {
    left: -55px;
  }
}
@media (max-width: 1399px) {
  .step-box {
    padding-top: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .step-box {
    border: none !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    min-height: 180px;
  }
  .step-box:before {
    display: none !important;
  }
  .step-box .bg-space {
    display: none !important;
  }
  .step-box .step-heading {
    position: static;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .step-box {
    min-height: auto;
    text-align: center;
  }
}
.second-col .step-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 120px;
  height: 2px;
  background-color: #b8b8b8;
}
.second-col .bg-space {
  left: -140px;
  top: -2px;
}
.second-col .bg-space .dot {
  position: relative;
}
.second-col .bg-space .dot:before {
  content: "";
  position: absolute;
  top: 0;
  left: inherit;
  right: 0;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #212529;
}
@media (max-width: 1399px) {
  .second-col .bg-space {
    left: -95px;
  }
}
.book-img {
  position: relative;
  z-index: 3;
}
@media (max-width: 1640px) {
  .book-img {
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .book-img {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .book-img {
    display: none;
  }
}
.step-heading {
  display: inline-block;
  background-color: var(--theme);
  border-radius: 8px;
  padding: 6px 15px;
  position: absolute;
  top: -15px;
  left: 0;
}
.step-heading p {
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
  font-family: "Montserrat";
  font-weight: 500;
  margin: 0;
}
.process-box {
  padding: 35px 0 0 10px;
  position: relative;
  margin-bottom: 50px;
}
.process-box .h4 {
  font-size: calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
}
.process-box .h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 8px;
  width: 100px;
  background-color: var(--theme);
}
.process-box p {
  font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
}
.process-box .process-no {
    position: absolute;
    top: -60px;
    right: 0%;
    opacity: 0.4;
}
.process-box .process-no span {
  font-size: calc(60px + (110 - 60) * (100vw - 320px) / (1920 - 320));
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 3px var(--theme);
}
.process-box.m-50 {
  margin-left: 50px;
  margin-right: -50px;
}
@media (max-width: 1199px) {
  .process-box.m-50 {
    margin-left: 20px;
    margin-right: -20px;
  }
}
.process-box.m-100 {
  margin-left: 100px;
  margin-right: -100px;
}
@media (max-width: 1199px) {
  .process-box.m-100 {
    margin-left: 50px;
    margin-right: -50px;
  }
}
.process-box.mn-50 {
  margin-left: -50px;
  margin-right: 50px;
}
@media (max-width: 1199px) {
  .process-box.mn-50 {
    margin-left: -20px;
    margin-right: 20px;
  }
}
.process-box.mn-100 {
  margin-left: -100px;
  margin-right: 100px;
}
@media (max-width: 1199px) {
  .process-box.mn-100 {
    margin-left: -100px;
    margin-right: 100px;
  }
}
@media (max-width: 991px) {
  .process-box {
    margin: 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .mob-block {
    display: block !important;
  }
}
.pos-rel {
  position: relative;
  z-index: 1;
}
.page-content .h4 {
  margin-bottom: 20px;
  font-weight: 600;
}
.page-content a {
  color: #212529;
  font-weight: 500;
}
.page-content a:hover {
  color: var(--theme);
}
.page-content p strong {
  font-weight: 600;
}
.page-content ul li {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  margin-bottom: 15px;
  line-height: 1.1;
}
.page-content ul li:last-child {
  margin-bottom: 20px;
}
.c-popup {
  display: block;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 999;
  bottom: 0;
  right: 0;
  overflow: hidden;
  opacity: 1;
  transition: all 0.5s ease;
}
.c-popup.active {
  left: 0;
  transition: all 0.5s ease;
}
.c-popup .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-out;
  width: 100%;
}
.c-popup .popup .popup-wrap {
  width: 65%;
  margin: 10% auto 0;
  pointer-events: auto;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.3rem;
  position: relative;
  z-index: 11;
  background-color: #000;
  border: 3px solid var(--theme);
  border-radius: 20px;
}
.c-popup .popup .popup-wrap .form-control {
  background-color: transparent;
  padding: 15px 0 15px 20px;
  border-color: var(--theme);
  color: #fff;
  height: 40px;
  border-radius: 4px;
}
.c-popup .popup .popup-wrap .form-control:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.c-popup .popup .popup-wrap .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.c-popup .popup .popup-wrap .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.c-popup .popup .popup-wrap .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.c-popup .popup .popup-wrap .form-control::placeholder {
  opacity: 0.6;
}
@media (max-width: 1399px) {
  .c-popup .popup .popup-wrap {
    margin: 8% auto 0;
  }
}
@media (max-width: 991px) {
  .c-popup .popup .popup-wrap {
    max-width: inherit;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .c-popup .popup .popup-wrap {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .c-popup .popup .popup-wrap {
    width: 85%;
  }
}
.c-popup .popup .c-close {
  position: absolute;
  top: -21px;
  left: -21px;
  z-index: 999;
  color: #212529;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cfffa6;
  border: 5px solid var(--theme);
  font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
  border-radius: 50%;
  font-family: "Poppins";
  line-height: normal;
  width: 42px;
  height: 42px;
}
.c-popup .popup .c-close:hover {
  background-color: #fff;
  color: #850a0a;
  border-color: #850a0a;
}
@media (max-width: 991px) {
  .c-popup .popup .c-close {
    top: -17.5px;
    left: -17.5px;
    width: 35px;
    height: 35px;
  }
}
.c-popup .popup.active {
  transform: translate(0, 0);
}
.c-popup.popup--open {
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  padding: 0 17px;
  background: rgba(0, 0, 0, 0.6);
}
.popup-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
@media (min-width: 576px) {
  .popup-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
}
.c-popup .popup.sm-popup {
  max-width: 500px;
}
.c-popup .popup.md-popup {
  max-width: 750px;
}
.c-popup .popup.lg-popup {
  max-width: 1220px;
}
.c-popup .popup.wd-995 {
  max-width: 995px;
}
.popupContent {
  padding: 40px 30px;
  position: relative;
}
@media (max-width: 1399px) {
  .popupContent {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .popupContent {
    padding: 20px;
  }
}
.popupContent .h4 {
  font-size: calc(25px + (35 - 25) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  text-align: left;
}
.popupContent .h4 .small {
  font-size: calc(17px + (26 - 17) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
}
.popup-form {
  margin-top: 25px;
}
.popup-form .btn-wrap {
  padding: 0;
}
.popup-form .btn-primary {
  padding: 12px 10px;
  border-radius: 50px;
  font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
}
.popup-form .btn-primary:hover {
  background-color: #fff;
}
.popup-form textarea {
  min-height: 96px;
}
@media (max-width: 991px) {
  .popup-form textarea {
    min-height: 80px;
  }
}
@media (max-width: 991px) {
  .popup-form {
    margin-top: 20px;
  }
}
.bok-image {
  position: absolute;
  top: -175px;
  right: -50px;
  width: 287px;
}
@media (max-width: 1399px) {
  .bok-image {
    top: -85px;
    right: inherit;
    width: inherit;
    left: 78%;
  }
}
@media (max-width: 1199px) {
  .bok-image {
    top: -55px;
  }
}
@media (max-width: 991px) {
  .bok-image {
    display: none;
  }
}