/* fonts */

@font-face {
  font-family: "AvenirLTStd-Medium";
  src: url("./fonts/AvenirLTStd-Medium.otf");
}

@font-face {
  font-family: "AvenirLTStd-bold";
  src: url("./fonts/AvenirLTStd-Heavy.otf");
}

@font-face {
  font-family: "AvenirLTStd-Light";
  src: url("./fonts/AvenirLTStd-Light.otf");
}

:root {
  --bclr: #092f87;
  --wclr: #fff;
  --primary-font: "AvenirLTStd-Medium";
  --second-font: "AvenirLTStd-bold";
  --third-font: "AvenirLTStd-Light";
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
html {
  height: fit-content;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "AvenirLTStd-Medium", sans-serif;
  font-size: 16px !important;
  overflow-x: hidden;
  font-weight: 300 !important;
}

.error {
  color: red;
  font-size: 12px;
}

body,
html {
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  outline: none;
}

p {
  margin-bottom: 10px;
  line-height: 23px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #929292;
}

h5 {
  line-height: 23px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 16px !important;
}

img {
  margin-bottom: 0px;
}

.mr0 {
  margin: 0 !important;
}

.pd0 {
  padding: 0 !important;
}

.wtxt {
  color: #fff;
  font-weight: 500;
}

.btxt {
  color: #092f87;
}

.b-clr {
  -webkit-text-stroke: 2px var(--bclr);
  color: transparent;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  letter-spacing: 3px;
}

.w-clr {
  -webkit-text-stroke: 2px var(--wclr);
  color: transparent;
}

.strike {
  text-decoration: line-through;
  color: #ad172b;
}

.head {
  font-size: 3vw;
  text-transform: uppercase;
  margin-bottom: 30px !important;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  letter-spacing: 3px;
}

.subhead {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}

.round-btn {
  display: flex;
  padding: 10px 16px;
  gap: 0.5rem;
  flex-shrink: 0;
  border-radius: 1rem;
  border: 1px solid #8a2be2;
  background: #fff;
  margin: 0 auto;
  color: #8a2be2;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  /* 120% */
}

/* 

.round-btn:hover {
    box-shadow: -1px 6px 10px 0 rgba(120, 60, 20, .2);
    transform: scale(1.05);
    background-color: transparent;
    color: #ED5926;
    border: 2px solid #ED5926;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);

} */

.bgred {
  background: #ad172b;
  display: flex;
  padding: 60px 20px;
  align-items: center;
  border-radius: 20px;
}

.bgblue {
  background: #ed5926;
  padding: 55px 30px;
  border-radius: 20px;
}

.sec-pad {
  padding: 60px 0px;
}

.heading {
  font-size: calc(24px + (40 - 24) * (100vw - 320px) / (1920 - 320));
  line-height: calc(32px + (50 - 32) * (100vw - 320px) / (1920 - 320));
  font-family: var(--primary-font);
}

.heading_sub_color {
  color: #8a2be2;
}

.custom_container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 auto;
  max-width: 75%;
}

.btn {
  font-size: 0.7vw;
  padding: 10px 15px;
  background-color: #ed5926;
  color: #fff;
  display: inline-block;
  /* width: 12%; */
  font-weight: 800;
  text-align: center;
  z-index: 9;
  border-radius: 50px;
  margin: auto;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid #ed5926;
  position: relative;
}

.btn:hover {
  transform: scale(1.05);
  background-color: transparent;
  color: #ed5926;
  border: 2px solid #ed5926;
}

.btn:hover .ico {
  margin-left: 7px;
  background-color: #ad172b;
  color: white;
  transform: rotate(360deg);
}

.btn:active {
  background-color: #ad172b;
  color: white;
}

.ico {
  transition: all 0.5s;
  background-color: white;
  color: #ad172b;
  width: 25px;
  height: 25px;
  /* padding: 7px 0px; */
  line-height: 25px;
  border-radius: 20px;
  position: absolute;
  margin-left: 6px;
  margin-top: -4px;
  /* left: 0px; */
  text-align: center;
  font-size: 11px;
  /* right: 0px; */
}

.btnbg {
  background: #ed5926;
  border: none;
}

.imgshdow {
  box-shadow: 15px 12px 0px 0px #092f87;
  border-radius: 40px;
}

.normaltxt {
  font-weight: 200 !important;
}

@keyframes scale1 {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(0.9);
  }
}

@keyframes scale2 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.07);
  }

  100% {
    transform: scale(1);
  }
}

img {
  transition: all 0.6s ease-out;
}

img:hover {
  transform: scale(1.02);
  transition: all 0.6s ease-out;
}

/******************Header**************/

/* .main-banner {
    position: relative;
} */

header {
  margin-top: 0;
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff !important;
  box-shadow: 0px 0px 5px 5px #0000002e;
}

.banner-inner {
  position: relative;
}

.banner-inner img {
  transform: unset;
  transition: unset;
}

.navbar-light .navbar-toggler {
  color: #fff !important;
  border-color: transparent !important;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0rem !important;
}

.navbar .nav-link {
  position: relative;
}

.navbar .nav-link::after,
.active-section-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #3c2b23;
  transition: all 0.5s ease-in-out;
}

.navbar .nav-link:hover::after,
.navbar .nav-link:active::after,
.navbar .nav-link:focus::after {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.offcanvas .nav-link {
  color: #fff !important;
  font-size: 22px;
  font-weight: 600;
}

.offcanvas .nav-link:hover {
  color: #fff !important;
}

.btn-close {
  color: #fff;
  filter: brightness(0) invert(1);
  opacity: 1 !important;
}

.btn-close:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}

.navbar-nav {
  width: 100%;
}

.navbar a {
  color: #000;
  text-decoration: unset;
  color: #000;
  font-family: "AvenirLTStd-Medium";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.navbar-light .navbar-nav .nav-link {
  color: #4c4c4c !important;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  padding: 1vw 0.1vw;
  letter-spacing: 1px;
  margin: 0 1vw;
  font-size: 0.8vw;
}

.navbar-nav .dropdown-item {
  padding: 10px 12px !important;
  border-bottom: 1px solid #edf2fe;
}

.navbar-nav .dropdown-item:last-child {
  border-bottom: 0;
}

.sticky-fixed {
  padding: 0;

  position: unset;
  max-width: 90%;
  width: 100%;
  z-index: 99;
}

.offcanvas {
  background-color: #0e1f24 !important;
}

.navbar-brand img,
.offcanvas-header img {
  max-width: 100%;
  padding: 0px 0px 0px;
}

.bg-nav {
  background: #ffffff !important;
  border-radius: 0;
}

.call-btn {
  color: #000;
}

.call {
  width: 34.84px;
}

.form-body {
  background: #ffffff !important;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 0 !important;
  border: none;
  /* border-radius: 18px;0 */
  border-radius: 18px 0 0 18px;
}

.form-body h2 {
  font-size: calc(24px + (40 - 24) * (100vw - 320px) / (1920 - 320));
  line-height: calc(32px + (50 - 32) * (100vw - 320px) / (1920 - 320));
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #8a2be2;
}

.form-body h2 span {
  color: #ed5926;
}

.popup_heading {
  background: #f4e8fb;
  padding: 1.21281rem 1.75rem 0.8125rem 2rem;
  border-top-right-radius: 0;
  border-top-left-radius: 1rem;
}

.form-body p {
  font-size: 1rem;
  line-height: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  color: #000;
  text-align: left;
  /* padding: 0.5rem 3rem; */
}

.form-highlighter {
  text-align: center;
  color: #fff;
}

.form-body form .form-group {
  height: 84px;
  margin-bottom: 10px;
  margin-top: 0;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-family: var(--second-font);
}

.form-btn {
  background-color: #8a2be2;
  color: #fff;
  text-align: center;
  border: 0;
  font-family: var(--second-font);
  font-size: 1rem;
  font-style: normal;
  border-radius: 0.5rem;
  font-weight: 700;
  width: 100%;
  line-height: 1.875rem;
  padding: 0.375rem 7.3125rem 0.25rem 7.3125rem;
}

.country-code {
  border: 0px;
  border-radius: 8px 0 0 8px;
  padding: 12px;
  outline: none;
  font-size: 16px;
  background-color: #fff;
  width: 70px !important;
}

.mobile_number_group .input-group input:focus,
.input-group select:focus {
  border-color: unset;
  box-shadow: unset;
}

.mobile_number_group .input-group select:focus {
  border-color: unset;
  box-shadow: unset;
}

.mobile_number_group .input-group {
  border: 1px solid #ccc;
  /* padding: .375rem .75rem; */
  border-radius: 12px !important;
}

.mobile_number_group .input-group select {
  padding: 0 0 0 10px;
  color: #923fa7;
}

.mobile-number {
  border: 0;
  border-radius: 0 8px 8px 0;
  padding: 0px 12px;
  outline: none;
  flex: 1;
  font-size: 16px;
  background-color: #fff;
}

.input-group input:focus,
.input-group select:focus {
  border-color: #8a2be2;
  box-shadow: 0 0 5px #8a2be2;
}

input,
select {
  height: 45px;
  border: none;
  border-radius: 12px !important;
  padding: 0px 15px;
  color: #000;
  background: transparent;
  border: 1px solid #cecece;
  box-shadow: none;
  width: 100% !important;
  font-family: var(--primary-font);
}

.banner_content {
  /* margin: 0 auto; */
  display: flex;
  justify-content: center;
  text-align: center;
}

.banner_content h1 {
  color: #8a2be2;
  font-weight: 700;
  font-size: calc(24px + (52 - 24) * (100vw - 320px) / (1920 - 320));
  line-height: calc(42px + (62 - 42) * (100vw - 320px) / (1920 - 320));
  text-align: center;
  font-family: var(--second-font);
}

.banner_content hr {
  border-width: 5px;
  border-color: #000;
  opacity: 1;
  max-width: 20%;
  margin: 1.5rem auto;
}

.banner_content p {
  font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320));
  line-height: calc(24px + (32 - 24) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  color: #000;
}

.banner_content .container {
  position: absolute;
  top: 5%;
  z-index: 1;
}

#privacy {
  width: 16px !important;
  position: relative;
  line-height: 0;
  margin: 5px 5px;
  height: 15px;
}

input[type="checkbox"] {
  accent-color: #3c2b23;
}

/* model */
.modal {
  padding-right: 0 !important;
  overflow-x: hidden !important;
}

.modal-dialog {
  max-width: 980px !important;
  border-radius: 52px !important;
  padding: 2rem;
  border-radius: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}

.modal-dialog img {
  transition: unset;
  transform: unset;
  border-radius: 0 1rem 1rem 0;
}

.modal-content {
  border-radius: 52px !important;
}

.model-left-col h3 {
  color: #646464;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.model-left-col h4 span {
  background-color: #ed5926;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50px;
}

.modal .form-body {
  width: 100% !important;
  overflow-x: hidden;
}

.modal form {
  padding: 2rem;
}

.model-left-col h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 2rem;
}

.model-left-col p {
  font-size: 14px;
  padding-left: 0.7rem;
}

.model-left-col {
  /* background: linear-gradient(90deg, #FFEAE3 0%, #E1E1E1 100%); */
  /* padding: 3rem;
    border-radius: 52px 0px 0px 52px; */
}

.modal .banform {
  margin: 0;
}

.modal-body {
  padding: 0 !important;
}

.btn-close {
  position: absolute;
  z-index: 99;
  right: 0%;
  top: 10px;
  font-weight: 800;
  font-size: 13px;
  background-color: #fff !important;
  padding: 0.5rem !important;
  border-radius: 50% !important;
  background: url();
  color: #000;
  opacity: 1;
  filter: unset;
}

.stick-mobile {
  display: none !important;
}

.iti__dial-code {
  color: #000;
}

.iti__flag-box,
.iti__country-name {
  color: #000;
}

.iti__country {
  color: #000;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  left: 19px !important;
}

.thankyou {
  margin: 10rem 0;
}

.thankyou h2 {
  font-size: calc(32px + (48 - 32) * (100vw - 320px) / (1920 - 320));
  font-family: "Inter", sans-serif;
}

/* ============ Swiper ============= */
.swiper-pagination {
  bottom: 10% !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #8a2be2;
  outline: 0;
  opacity: 1;
  width: 12px !important;
  height: 12px !important;
}

.swiper-pagination-bullet-active {
  background: #8a2be2 !important;
}

/* ============ END Swiper ============= */
/* ===== Our Clients===== */

.clientImgWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.border_border {
  border: 1px solid #faf0ff;
}

.client_section {
  position: relative;
}

.client_section .swiper-pagination {
  position: relative !important;
}

.client_section .svg_client {
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .col-md-5th {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}

/* ===== END Our Clients===== */

/* =====  Corporate Gift ===== */

.corporate_gift_section {
  background: #faf0ff;
}

.corporate_gift_section .custom_container {
  max-width: 90%;
}

.svg_vertor {
  position: absolute;
  top: 0;
  right: 0;
}

.corporate_gift_section .gift_card {
  border-radius: 1rem;
  border: 1px solid rgba(224, 224, 224, 0.4);
  background: #fff;
  height: 100%;
}

.gift_card_row {
  row-gap: 1.5rem;
  z-index: 1;
  position: relative;
}

.gift_card img {
  background: #f9f9f9;
  border-radius: 1rem 1rem 0 0;
}

.gift_card_content img {
  background: transparent;
}

.gift_card .gift_card_content {
  padding: 1.5rem;
}

.gift_card .gift_card_content h5 {
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)) !important;
  text-align: left;
  font-family: var(--primary-font);
}

.gift_card .gift_card_content p {
  text-align: left;
}

.gift_card .round-btn {
  margin: unset;
}

/* ===== END Corporate Gift ===== */

/* ========= Counter ============ */
.counter-wrapper .counter {
  color: #8a2be2;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #8a2be2;
  font-family: var(--primary-font);
  font-size: calc(40px + (80 - 40) * (100vw - 320px) / (1920 - 320)) !important;
  font-style: normal;
  font-weight: 600;
  line-height: 6.75rem;
  /* 90% */
}

.counter_section .row p {
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)) !important;
  font-weight: 600;
}

.counter_section .svg_vertor {
  position: absolute;
  right: 0;
  top: 0;
}

.counter-wrapper p {
  color: #8a2be2;
  text-align: center;
  font-family: "Inter";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
  /* 100% */
}

/* =========END Counter ============ */

/* ========= customer support ========= */

.customer_support {
  background: #8a2be2;
}

.customer_support h5 {
  color: #fff;
  font-family: var(--primary-font);
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)) !important;
  font-style: normal;
  font-weight: 700;
  line-height: 2.0625rem;
  /* 137.5% */
}

.customer_support p {
  color: #fff;
  font-weight: 300;
}

.customer_support_card {
  padding: 1rem 4rem !important;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  /* opacity: 20%; */
}

.customer_support_card:last-child {
  border-right: none;
}

/* =========  end customer support ========= */

/* =========  client Feedback ========= */
.client_feedback {
  background: #faf0ff;
}

.client_feedback .feedback_card {
  border-radius: 1rem;
  background: #fff;
}

.client_feedback .feedback_card p {
  color: #333333b2;
}

.client_feedback .feedback_card h5 {
  color: #000;
  font-family: var(--primary-font);
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)) !important;
  font-style: normal;
  font-weight: 700;
}

/* .testimonial-marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    background: #f9f9f9;
    padding: 20px 0;
} */

.testimonial-marquee {
  display: inline-flex;
  animation: scroll-left 12s linear infinite;
}

.testimonial-marquee-2 {
  display: inline-flex;
  animation: scroll-right 10s linear infinite;
}

.feedback_card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 0 15px;
  padding: 20px;
  min-width: 400px;
  max-width: 450px;
  box-sizing: border-box;
  white-space: normal;
  display: inline-block;
}

@keyframes scroll-left {
  0% {
    transform: translateX(-30%);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-30%);
  }
}

/* =========END  client Feedback ========= */

/* =======Stick button ========= */
.sticky-desktop {
  /* position: fixed;
    right: 0;
    top: 0; */
  position: fixed;
  top: 40%;
  right: -3.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 250px;
  z-index: 1;
  /* background-color: red; */
}

.sticky-button {
  /* width: 50%; */
  padding: 0.6vw 1.198vw !important;
  border-radius: 1rem 1rem 0rem 0rem;
  border: 1px solid #8a2be2;
  background: #f4e8fb;
  box-shadow: -4px 4px 16px 0px rgba(138, 43, 226, 0.12);
  transition: ease all 0.5s;
  outline: none;
  color: #8a2be2;
  font-weight: 700;
  z-index: 99;
  font-size: 0.8vw !important;
  outline: none;
  border-radius: 16px 16px 0px 0px;
  display: block;
  text-transform: uppercase;
  transform: rotate(270deg);
}

.sticky-button-whatsapp {
  /* top: 70%; */
  right: -3.1vw;
  text-decoration: unset;
}

.sticky-button img {
  filter: invert(28%) sepia(91%) saturate(7496%) hue-rotate(271deg)
    brightness(96%) contrast(86%);
}

.round-btn img {
  filter: invert(28%) sepia(91%) saturate(7496%) hue-rotate(271deg)
    brightness(96%) contrast(86%);
}

/* =======End Stick button ========= */

/* =====footer ======= */
footer {
  background: #8a2be2;
  padding: 1.5rem 0;
}

footer p {
  color: #fff;
}

/* ===== end footer ======= */

@media (max-width: 1800px) {
  .sticky-fixed {
    width: 83vw;
  }
}

@media (max-width: 1600px) {
  .customer_support_card {
    padding: 1rem 2rem !important;
  }
}

@media (max-width: 1400px) {
  .sticky-desktop {
    min-height: 200px;
  }
}

@media (max-width: 1200px) {
}

@media (max-width: 1023px) {
  .sticky-fixed {
    padding: 0rem;
  }

  .custom_container {
    max-width: 90%;
  }

  .customer_support_card {
    padding: 1rem 1rem !important;
  }

  .banner_content hr {
    margin: 0.5rem auto;
  }
}

@media (max-width: 767px) {
  .bg-nav {
    height: 8%;
  }

  .clientImgWrap {
    height: 150px;
  }

  /* header {
        margin-top: 3rem;
    } */

  .sticky-fixed {
    width: 99vw;
    position: fixed;
  }

  .thankyou {
    margin: 5rem 0;
  }

  .banner_content .container {
    position: relative;
    margin-top: 1rem;
  }

  .client_section .svg_client {
    display: none;
  }

  .sec-pad {
    padding: 40px 0;
  }

  .svg_vertor {
    display: none;
  }

  .customer_support_card {
    border-right: 0;
  }

  .customer_support .row {
    justify-content: center;
    text-align: center;
  }

  .feedback_card {
    min-width: 300px;
    max-width: 350px;
  }

  .swiper-pagination {
    bottom: 0% !important;
  }

  footer {
    margin-bottom: 50px;
  }

  footer p {
    font-size: 14px;
  }

  .modal {
    overflow-x: hidden !important;
  }

  .form-body {
    border-radius: 18px 18px 0 0;
  }

  .modal-dialog img {
    border-radius: 0 0 18px 18px;
  }

  .form-body p {
    font-size: 1rem;
    margin-bottom: 0;
  }

  .stick-mobile {
    display: block !important;
    position: fixed;
    bottom: 0;
    background-color: #f4e8fb;
    width: 100%;
    border: 1px solid #8a2be2;
    z-index: 1;
    text-align: center;
  }

  .stick-mobile .sticky-button {
    background: transparent;
    width: 50%;
    border: 0;
    box-shadow: unset;
    border-radius: unset;
    transform: unset;
    padding: 0.9rem 0 !important;
    font-size: 1rem !important;
  }

  .modal-dialog {
    padding: 1rem;
    border-radius: 20px !important;
  }

  .modal form {
    padding: 1rem;
  }
}
