@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  outline: 0;
  scroll-behavior: smooth;
  scroll-padding-top: 3px; /* height of sticky header */
}

body {
  font-family: "Poppins", sans-serif;
}

/* #fullpage {
  height: 100vh;
  overflow: hidden;
} */

a {
  text-decoration: none !important;
}

/* body {
  overflow-x: hidden !important;
} */
.all_header {
  text-align: center;
}

.all_header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #262626;
  position: relative;
}

.all_header h2::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  height: 6px;
  width: 124px;
  background-color: #2b56f5;
}

/*  =================== all btn css start ======== */
.all_btn {
  display: inline-block;
}

.all_btn a {
  display: inline-block;
  height: 60px;
  width: 237px;
  line-height: 60px;
  font-size: 18px;
  transition: all 0.5s linear;
  color: #2b56f5;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
}

.all_btn a span {
  margin-left: 10px !important;
  transition: all 0.5s linear;
}

.all_btn a:hover span {
  margin-left: 15px !important;
}

.lrn_btn a {
  text-align: left !important;
  background-color: transparent !important;
  transition: all 0.5s linear;
  color: #fff !important;
  margin-left: 18px !important;
}

/* .lrn_btn a:hover {
  background-color: #fff !important;
  color: #2b56f5 !important;
  text-align: center !important;
  transition: all 0.5s linear;
} */
/* =================== nav part css strat ======= */
.custom_nav.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  /* padding: 15px 0px; */
  padding-bottom: 6px;
  width: 100%;
  transition: all 0.5s linear;
  background-color: #2b56f5 !important;
}
.custom_nav.sticky .navbar a {
  color: #fff !important;
}
.custom_nav.sticky #mynav ul li a {
  color: #fff !important;
  transition: all 0.3s linear;
  /* height: 37px !important;
  line-height: 37px !important; */
}
.custom_nav.sticky #mynav ul li {
  height: 30px !important;
  line-height: 30px !important;
}
/* .sticky #mynav ul li a:hover {
  color: #00ddab !important;
} */
/* .navbar-toggler {
  padding: 5px;
  border: 2px solid #fff !important;
}
.navbar-toggler .bar {
  color: #fff !important;
}
.sticky .navbar-toggler .bar {
  color: #fff !important;
} */
.custom_nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #2b56f5;
}

.navbar-brand img {
  height: 42px;
  width: 181px;
}

#mynav ul li {
  margin: 0px 5px;
  height: 25px;
  line-height: 25px;
}

#mynav ul li a {
  color: #fff;
  padding: 5px 18px;
  font-size: 18px;
  font-family: "Poppins Medium", sans-serif;
  line-height: 25px;
}

#mynav ul li .sign_up_btn {
  border: 1px solid #fff !important;
  border-radius: 2px !important;
}
.navbar-toggler {
  outline: 0px !important;
  box-shadow: none !important;
  border: none !important;
}
.navbar-toggler-icon {
  color: #fff !important;
  margin-top: 10px !important;
  font-size: 25px !important;
  height: 30px !important;
  line-height: 30px !important;
}

/* =========== banner part css start ============= */
.banner {
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: #2b56f5;
  overflow: hidden;
}

.banner_content {
  position: absolute;
  overflow: hidden;
  width: 100%;
  /* height: 100%; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner_left_content h2 {
  font-size: 49px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 700;
}

.banner_left_content p {
  font-size: 19px;
  color: #fff;
  padding-right: 95px;
}

.banner_right_content {
  height: 334px;
  width: 557px;
}

.banner_right_content img {
  height: 100%;
  width: 100%;
}

.credit_carde {
  margin-top: 8px;
}

.credit_carde a {
  font-size: 14px;
  color: #fff;
  text-decoration: underline !important;
}

/*  ============== vertical part css start ============ */
.vertical_section {
  padding-top: 100px;
}

.vertical_img_main {
  height: 180px;
  width: 170px;
  border-radius: 20px;
  margin: auto;
  position: relative;
  -webkit-box-shadow: 0px 10px 30px #2b56f524;
  -moz-box-shadow: 0px 10px 30px #2b56f524;
  box-shadow: 0px 10px 30px #2b56f524;
  /* -webkit-box-shadow: -2px 8px 24px -4px rgba(212, 221, 255, 1);
  -moz-box-shadow: -2px 8px 24px -4px rgba(212, 221, 255, 1);
  box-shadow: -2px 8px 24px -4px rgba(212, 221, 255, 1); */
}

.vertical_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vertical_title {
  text-align: center;
  width: 170px;
  margin-top: 25px;
  margin: auto;
}

.vertical_title p {
  color: #262626;
  font-size: 20px;
  margin-top: 18px;
  font-weight: 700;
}

.vertical_section {
  overflow-x: hidden;
  width: 100%;
}

/*  ======================= feature part */
.features_section {
  padding-top: 100px;
}

.feature_body {
  padding: 8px 15px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 9px 29px #2b56f52b;
  -moz-box-shadow: 0px 9px 29px #2b56f52b;
  box-shadow: 0px 9px 29px #2b56f52b;
  /* -webkit-box-shadow: -2px 8px 24px -4px rgba(212, 221, 255, 1);
  -moz-box-shadow: -2px 8px 24px -4px rgba(212, 221, 255, 1);
  box-shadow: -2px 8px 24px -4px rgba(212, 221, 255, 1); */
  height: 388px;
  width: 363px;
  border-radius: 20px;
}

.feature_img {
  margin: auto;
  margin-top: 40px;
  height: 80px;
  width: 85px;
  text-align: center;
  position: relative;
}

.feature_img img {
  height: 100%;
  width: 100%;
}

.sub_img {
  position: absolute;
  z-index: 2;
  height: 60%;
  width: 60%;
  top: 55%;
  transform: translate(-50%, -50%);
  margin: auto;
  left: 50%;
  /* left: 169px; */
}

/* .first_child {
  left: 177px !important;
  top: 21% !important;
} */
/* .sub_img.last_child {
  left: 175px !important;
  top: 20% !important;
} */
.sub_img img {
  height: 80%;
  width: 80%;
}

.feature_text {
  text-align: center;
}

.feature_text h5 {
  color: #262626;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 50px;
}

.feature_text p {
  font-size: 18px;
  color: #535353;
}

.try_free {
  margin: auto;
  width: 100%;
}

.try_btn {
  margin-top: 70px;
}

.try_btn a {
  background-color: #2b56f5;
  color: #fff !important;
  height: 60px;
  line-height: 60px;
  border-radius: 6px;
  width: 188px !important;
  -webkit-box-shadow: 0px 18px 30px #365be26b;
  -moz-box-shadow: 0px 18px 30px #365be26b;
  box-shadow: 0px 18px 30px #365be26b;
}

/*  ==================== how we dom part start ============= */
.how_do_section {
  padding-top: 100px;
}

.how_we_left p {
  font-size: 18px;
  color: #535353;
}

.how_we_border_style {
  height: 190px;
  width: 100%;
}

.border_parent {
  height: 219px;
  width: 623px;
  margin: auto;

  position: relative;
}

.order_first_child {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;

  border-left: 4px dashed #2b56f5;
  border-bottom: 4px dashed #2b56f5;
}

.order_last_child {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50%;
  width: 50%;

  border-right: 4px dashed #2b56f5;
}

.bottom_first {
  border-left: none !important;
  border-right: 4px dashed #2b56f5 !important;
}

.bottom_last {
  border-right: none !important;
  border-left: 4px dashed #2b56f5 !important;
  left: 0 !important;
}

/* ======================= choose part start ================ */
.choose_section {
  padding-top: 100px;
}

.choose_body {
  padding: 60px 15px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 9px 29px #2b56f51c;
  -moz-box-shadow: 0px 9px 29px #2b56f51c;
  box-shadow: 0px 9px 29px #2b56f51c;
  /* -webkit-box-shadow: -2px 8px 24px -4px rgba(212, 221, 255, 1);
  -moz-box-shadow: -2px 8px 24px -4px rgba(212, 221, 255, 1);
  box-shadow: -2px 8px 24px -4px rgba(212, 221, 255, 1); */
  height: 388px;
  width: 363px;
  border-radius: 20px;
}

.choose_img {
  margin: auto;
  height: 100px;
  width: 106px;
  text-align: center;
  position: relative;
}

.choose_img img {
  height: 100%;
  width: 100%;
}

.choose_sub_img {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

.choose_sub_img img {
  height: 80%;
  width: 80%;
}

.choose_text h5 {
  color: #262626;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  padding: 12px 0px;
}

.choose_text p {
  font-size: 18px;
  color: #535353;
  text-align: center;
}

/* .choose_sub_last {
  left: 168px !important;
  top: 24% !important;
}
.choose_sub_second {
  left: 175px !important;
  top: 24% !important;
} */
/* ======================= subs part start ==================== */
.subscribe_section {
  padding-top: 100px;
}

.subs_body {
  border-radius: 20px;
  background-color: #eef1ff;
  padding: 20px;
  height: 478px;
}

.subd_form_body {
  position: relative;
  height: 66px;
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 30px #00000029;
  -moz-box-shadow: 0px 6px 30px #00000029;
  box-shadow: 0px 6px 30px #00000029;
  background-color: #fff;
}

.subs_btns {
  position: absolute;
  right: 0;
  height: 66px;
  top: 0;
  width: 120px;
  font-size: 18px;
  color: #fff;
  border-radius: 0px 5px 5px 0px;
  outline: 0px !important;
  border: none !important;
  box-shadow: none !important;
  background-color: #2b56f5 !important;
  text-align: center;
}

.subs_control {
  background-color: #fff;
  height: 66px !important;
  line-height: 66px !important;
  font-size: 16px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.subs_left {
  width: 100%;
}

.subs_left h5 {
  color: #262626;
  font-size: 22px;
  font-weight: 700;
}

.subs_left p {
  font-size: 18px;
  color: #535353;
}

/*  =================== prize part start =============== */
.price_section {
  padding-top: 100px;
}

.price_card_body {
  border-radius: 20px;
  -webkit-box-shadow: 0px 1px 29px #0024ab47;
  -moz-box-shadow: 0px 1px 29px #0024ab47;
  box-shadow: 0px 1px 29px #0024ab47;
  /* -webkit-box-shadow: -2px 8px 24px -4px rgba(212, 221, 255, 1);
  -moz-box-shadow: -2px 8px 24px -4px rgba(212, 221, 255, 1);
  box-shadow: -2px 8px 24px -4px rgba(212, 221, 255, 1); */
  padding: 45px 20px;
  height: 499px;
  width: 356px;
  transition: all 0.3s linear;
}

.prize_active_card {
  background-color: #2b56f5 !important;
}

.price_card_body:hover {
  background-color: #2b56f5;
}

.price_head {
  text-align: center;
}

.price_head h5 {
  font-size: 22px;
  color: #262626;
  font-weight: 700;
  padding-bottom: 15px;
}

.prize_active_card .price_head h5 {
  color: #fff !important;
}

.price_card_body:hover .price_head h5 {
  color: #fff;
}

.price_img {
  text-align: center;
  height: 85px;
  width: 85px;
  margin: auto;
}

.price_img img {
  height: 100%;
  width: 100%;
}

.prize_active_card .price_img img {
  color: #fff !important;
}

.price_card_body:hover .price_img h2 {
  color: #fff;
}

.prize_content {
  text-align: center;
}

.prize_content h3 {
  font-size: 28px;
  color: #262626;
  font-weight: 700;
  padding: 10px 0px;
}

.prize_active_card .prize_content h3 {
  color: #fff !important;
}

.price_card_body:hover .prize_content h3 {
  color: #fff;
}

.prize_content p {
  color: #535353;
  font-size: 18px;
  padding: 0px 10px;
}

.prize_active_card .prize_content p {
  color: #fff !important;
}

.price_card_body:hover .prize_content p {
  color: #fff;
}

.prize_content h6 {
  color: #2b56f5;
  font-size: 16px;
}

.prize_active_card .prize_content h6 {
  color: #fff !important;
}

.price_card_body:hover .prize_content h6 {
  color: #fff;
}

.prize_btn {
  margin-top: 35px;
}

.prize_btn a {
  background-color: #2b56f5 !important;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
  width: 221px !important;
  -webkit-box-shadow: 0px 18px 30px #365be26b;
  -moz-box-shadow: 0px 18px 30px #365be26b;
  box-shadow: 0px 18px 30px #365be26b;
}

.prize_active_card .prize_btn a {
  background-color: #fff !important;
  color: #2b56f5 !important;
}

.price_card_body:hover .prize_btn a {
  background-color: #fff !important;
  color: #2b56f5;
}

.credit_card {
  text-align: center;
  margin: auto;
  margin-top: 20px;
}

.credit_card a {
  color: #535353;
  text-decoration: underline !important;
}

/*  ======================= contact part start ================ */
.contact_section {
  padding-top: 100px;
}

.conatct_input {
  box-shadow: none !important;
  outline: 0px !important;
  /* border: 0.25px solid #aaaaaa; */
  height: 71px !important;
  line-height: 71px;
  font-size: 16px !important;
  -webkit-box-shadow: 0px 2px 9px #64646424 !important;
  -moz-box-shadow: 0px 2px 9px #64646424 !important;
  box-shadow: 0px 2px 9px #64646424 !important;
}

.text_area {
  box-shadow: none !important;
  outline: 0px !important;
  /* border: 0.25px solid #aaaaaa; */
  -webkit-box-shadow: 0px 2px 9px #64646424 !important;
  -moz-box-shadow: 0px 2px 9px #64646424 !important;
  box-shadow: 0px 2px 9px #64646424 !important;
}

/* .form_body {
  margin-top: 70px;
} */
.contact_img {
  height: 340px;
  width: 100%;
}

.contact_img img {
  height: 100%;
  width: 100%;
}

.submit_btn {
  /* box-shadow: none !important; */
  margin-top: 30px;
  border: none !important;
  outline: 0px !important;
  background-color: #2b56f5 !important;
  color: #fff;
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  width: 188px;
  -webkit-box-shadow: 0px 18px 30px #365be26b;
  -moz-box-shadow: 0px 18px 30px #365be26b;
  box-shadow: 0px 18px 30px #365be26b;
}

/*  ============================ footer part start ============================ */
/* .footer_img {
  position: relative;
  padding: 0px !important;
  height: 500px;
  width: 100%;
} */
.footer_section {
  height: 100%;
  width: 100%;
  background-position: center !important;
  background-size: cover !important;
  overflow: hidden;
  padding: 50px 0px;
  /* margin-top: 100px; */
}

.footer_img img {
  height: 100%;
  width: 100%;
}

/* .footer_content {
  width: 100%;

  top: 10%;
} */
.footer_text p {
  color: #fff;
  font-size: 14px;
  padding-top: 8px;
  /* padding: 5px 0px; */
}

.footer_social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.footer_social li a {
  display: inline-block;
  font-size: 20px;
  text-align: center;

  color: #fff;
}

.footer_inner ul li {
  list-style-type: none;
  padding: 5px 0px !important;
}

.footer_inner ul li a {
  color: #fff;
  font-size: 14px;
}

.footer_inner h5 {
  color: #fff;
  font-size: 18px;
}

.footer_copyright {
  position: relative;
}

.footer_copyright::before {
  position: absolute;
  content: "";
  left: 0;
  top: -15px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.footer_copyright p {
  font-size: 14px;
  color: #fff;
}

.footer_logo img {
  height: 35px;
  width: 135px;
}

/* ========================================= */
.custom_row {
  padding-top: 100px;
}

/* .scrollyfy_section {
  padding-top: 100px;
} */

/* :target::before {
  content: '';
  display: block;
  height: 60px;
  margin: -5px 0 0;
} */

/* ============================ Shakin Juice bar part start with popup css ============================ */
.shakin_bg {
  min-height: 416px;
  width: 100%;
  position: relative;
  background-color: #2b56f5;
}
.shakin_banner_card {
  padding-top: 75px;
  padding-bottom: 40px;
}
.shakin_banner_img {
  height: 188px;
  width: 188px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.shakin_banner_img img {
  height: 100%;
  width: 100%;
}
.shakin_img_title {
  text-align: center;
}
.shakin_img_title h5 {
  font-size: 28px;
  color: #fff;
  line-height: 39px;
}
.shakin_banner_rating {
  text-align: center;
}
.shakin_banner_rating ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0px 4px;
}
.shakin_banner_rating ul li p {
  display: block;
  color: #ffc107;
  height: 16px;
  width: 17px;
}
.special_part_body {
  transform: translateY(-50px);
  width: 469px;
  margin: auto;
}
.special_slider {
  overflow: hidden;
  border-radius: 11px;
  height: 261px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.special_slider .slick-list,
.special_slider .slick-list .slick-track {
  height: 100%;
}
.special_slider img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 11px;
  object-fit: cover;
  object-position: center;
}
.menu_slider {
  overflow: hidden;
  border-radius: 11px;
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-image: url("../images/loading.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70px;
}
.menu_slider .slick-list,
.menu_slider .slick-list .slick-track {
  height: 100%;
}
.menu_slider img {
  width: 100%;
  height: calc(100vh + 100px);
  margin: 0 auto;
  border-radius: 0;
  object-fit: scale-down;
}
.prev_arrow {
  left: 16px;
}
.next_arrow {
  right: 16px;
}
.next_arrow,
.prev_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 99;
}
.next_arrow img,
.prev_arrow img {
  height: 100% !important;
}

.special_section {
  position: relative;
}
.special_and_crowd_part {
  width: 80%;
  margin: auto;
  position: relative;
  padding-top: 18px;
}
.special {
  width: 50%;
  float: left;
  text-align: center;
  line-height: 0px;
}
.crowd {
  width: 50%;
  float: left;
  text-align: center;
  line-height: 30px;
}
.special p {
  font-size: 20px;
  color: #000000;
}
.faces p {
  font-size: 28px;
}


.special .green {
  color: #53a557;
}
.special .indianred {
  color: #a55367;
  opacity: .4;
}
.special .goldenrod {
  color: #ddd629;
  opacity: .4;
}
.special .active {
  opacity: 1;
}
.crowd p {
  font-size: 20px;
  color: #000000;
}
.crowd p span {
  display: inline-block;
  width: 9px;
  height: 11px;
  border-radius: 16px;
  background-color: #2b56f5;
  margin: 0px 3px;
  cursor: pointer;
}

.crowd p span.active {
  opacity: 1;
}

.crowd p span:nth-child(2) {
  height: 24px;
}

.crowd p span:nth-child(3) {
  height: 40px;
  background: #ccc;
}
.call_contact_part {
  text-align: center;
  width: 100%;
  display: block;
}
.call_contact_part ul li {
  display: inline-block;
  color: #2b56f5;
  background-color: #ffffff;
}
.call_contact_part ul li a {
  font-size: 24px;
  display: block;
  color: #2b56f5;
  width: 85px;
  height: 44px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #2b56f533;
  text-align: center;
  line-height: 44px;
  outline: 0px !important;
  border: none !important;
  margin: 5px 10px;
}

.btn_part {
  padding-top: 30px;
}
.menu_btn {
  display: block;
  width: 100%;
}
.menu_btn button {
  display: block;
  width: 100%;
  border-radius: 5px;
  background-color: #2b56f5;
  color: #fff;
  text-align: center;
  border: none !important;
  outline: none !important;
  height: 65px;
  line-height: 65px;
  font-size: 20px;
  box-shadow: 0px 0px 30px #929292c4;
}
.special_btn {
  display: block;
  width: 100;
  padding-top: 25px;
}
.special_btn button {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #2b56f5;
  color: #2b56f5;
  text-align: center;
  outline: none !important;
  background-color: #fff;
  height: 65px;
  line-height: 65px;
  font-size: 20px;
}
.social_shakin {
  padding-top: 30px;
  width: 100%;
  text-align: center;
}
.social_shakin p {
  font-size: 24px;
  color: #000000;
}
.social_shakin ul li {
  display: inline-block;
  list-style-type: none;
  margin: 5px 10px;
}

.social_shakin ul li a {
  display: block;
  width: 29px;
  height: 24px;
  font-size: 24px;
  color: #2b56f5;
}
.popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.popup_box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 421px;
  background-color: #fff;
  padding: 40px 10px;
  border-radius: 10px;
  z-index: 9999;
}
.check {
  margin: auto;
  text-align: center;
}
.check h2 {
  font-size: 70px;
  color: #2b56f5;
}
.check_msg {
  text-align: center;
  padding-bottom: 20px;
}
.check_msg p {
  color: #2b56f5;
  font-size: 24px;
  line-height: 20px;
}
.check_msg span {
  font-size: 24px;
  color: #000000;
}
.dis_control {
  height: 46px;
  line-height: 46px;
  box-shadow: none !important;
  outline: 0px !important;
  border-radius: 3px;
}
.popup_submit_btn {
  border: none !important;
  height: 46px;
  font-size: 16px;
  border-radius: 3px;
  background-color: #2b56f5;
  color: #fff;
}
.discount_form {
  padding-bottom: 20px;
}

/**
 *
 * modal css
 *
 */
.menu-modal .modal-dialog {
  max-width: 680px;
}
.menu-modal .modal-content {
  background-color: transparent;
  border: 0;
}
.menu-modal .modal-body {
  padding: 0;
}
.menu-modal .img-container {
  width: 100%;
}
.menu-modal .img-container img {
  max-width: 100%;
}

.special-modal .modal-dialog {
  max-width: 390px;
}
.special-modal .modal-content {
  border-radius: 10px;
}
.special-modal .modal-header {
  background: rgba(83, 83, 83, 0.12) 0% 0% no-repeat padding-box;
  border-radius: 10px 10px 0px 0px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #2b56f5;
}
.special-modal .modal-body {
  padding: 1rem;
}
.special-modal .modal-body .lbl {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000000;
}
.special-modal .modal-body .list {
  margin-bottom: 10px;
  padding-left: 1.25rem;
}
.special-modal .modal-body .list .list-item {
  font-size: 14px;
  letter-spacing: 0px;
  color: #535353;
  padding-top: 3px;
  padding-bottom: 3px;
}
.special-modal .modal-body .text-container {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.5px solid #2b56f5;
  border-radius: 3px;
  padding: 7px;
}
.special-modal .modal-body .text-container .text {
  font-size: 15px;
  letter-spacing: 0px;
  color: #646464;
}

.special-modal .modal-footer {
  border-top: 0;
  justify-content: center;
}

.special-modal .modal-footer .btn {
  width: 100%;
  background: #2b56f5 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 9px #64646424;
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}


@media screen and (min-width: 1400px) {
  .carousel__qr__img{
    width: 70% !important;
  }
}
