/** Shopify CDN: Minification failed

Line 501:1 Unexpected "/"

**/
/* ---------------- fonts ------------------ */
@import url("https://fonts.googleapis.com/css2?family=Allison&family=Concert+One&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jomolhari&family=Jomhuria&family=Lavishly+Yours&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*============= font implement by shahalam ============*/
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&family=Concert+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");

/* external font */
@font-face {
  font-family: "ITC Bookman Demi";
  src: url("../fonts/itc-bookman-demi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* ---------------- Basic css ------------------ */
.banner_area * {
  margin: 0;
  box-sizing: border-box;
}
html {
}

:root {
  scroll-behavior: smooth;

  --inter: "Inter", serif;
  --poppins: "Poppins", serif;
  --allison: "Allison", serif;
  --oswald: "Oswald", serif;
  --concert1: "Concert One", serif;
  --bookman: "ITC Bookman Demi", sans-serif;
  --jomhuria: "Jomhuria", serif;
  --yours: "Lavishly Yours", serif;
  --Jomolhari: "Jomolhari", serif;
  --allura: "Allura", serif;
  --concertone: "Concert One", serif;
  --titilliumweb: "Titillium Web", serif;
  --robotoslab: "Roboto Slab", serif;
}

button:focus,
a:focus,
input:focus,
textarea:focus {
  outline: none;
}

.banner_area figure {
  margin: 0;
  padding: 0;
}
.banner_area figure img {
  width: 100%;
}

.banner_area .d_sm_block {
  display: none;
}

.banner_area .text_center {
  text-align: center;
}

.banner_area .text_white {
  color: #fff !important;
}

.banner_area .pt_120 {
  padding-top: 12rem !important;
}

/* ================ Banner area =============== */
.Valentines_day_banner .percent p {
  font-size: 22px !important;
  line-height: normal;
}

body .banner_main_img img {
  width: 100% !important;
}

.banner_main_img {
  display: flex;
}

.banner_area .container {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 20px;
  padding: 0;
}

.easter_banner_area.easter-right-layout .container {
  grid-template-columns: 1fr 3fr;
}

.banner_area .content {
  text-align: center;
  position: relative;
  padding: 1em 1em 4em;
  width: 100%;
  display: flex;
  align-items: center;
}

.banner_contents h1 {
  font-family: var(--inter);
  font-weight: 500;
  font-size: 46px;
  text-transform: none;
  line-height: normal;
}

.banner_area .f_700 {
  font-weight: 700;
}

.banner_contents h1 span,
.lightsky_gradient {
  background: linear-gradient(
    360deg,
    rgba(246, 131, 206, 1) 0%,
    rgba(255, 237, 249, 1) 75%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mid_title h2 {
  font-size: 130px;
  font-family: var(--allison);
  font-weight: 400;
  line-height: 0.8;
  text-transform: none;
}

.banner_area .circle {
  max-width: 700px;
  margin: auto;
}

.banner_circle {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 100%;
  max-width: 500px;
}

.banner_contents {
  position: relative;
  max-width: 700px;
  margin: 0 auto 0;
}

.banner_hearts {
  max-width: 90px !important;
  position: absolute;
  right: 3em;
  top: 10em;
  width: 100%;
}

.mid_title span {
  position: absolute;
  font-size: 24px;
  color: #fff;
  font-family: var(--poppins);
  text-transform: uppercase;
  right: 24%;
  top: 0;
}

.mid_title {
  position: relative;
  margin-left: -8rem;
  margin-top: 1.5rem;
}

.mid_title2 h2 {
  font-size: 95px;
  color: #fff;
  font-family: "Allison";
  font-weight: 400;
  line-height: 0.8;
  text-transform: none;
}

.mid_title2 {
  display: flex;
  align-items: end;
  gap: 1em;
  justify-content: center;
  margin-top: 0;
}

.banner_area .percent {
  color: #fff;
  font-size: 22px;
  font-family: "Poppins";
  font-weight: 700;
  background: #2498d2;
  border-radius: 4rem;
  border-top-left-radius: 0;
  height: auto;
  display: flex;
  align-items: center;
  padding: 5px 30px;
  line-height: normal;
}

.banner_area .button {
  font-size: 20px;
  color: #0a0a0a;
  background: #ffd665;
  height: auto;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 14px 30px;
  border-radius: 100px;
  font-family: "Poppins";
  border: 0.2rem solid #000000;
  font-weight: 700;
  box-shadow: 0 1rem 1.5rem -0.8rem rgba(0, 0, 0, 0.4);
}

.banner_area .button:hover {
  background: #d8b34d;
}

.banner_contents .button {
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.banner_img_sm {
  display: none;
}

/* =================== Bottom bar ===================== */
.bar_left {
  display: flex;
  align-items: center;
}

.bar_flower {
  width: 7.2rem;
}

.bottom_bar {
  background: #005d92;
  width: 100%;
  position: fixed;
  bottom: 0;
}

.bar_pillows {
  width: 4.717rem;
  margin-left: 0.5rem;
  margin-right: 2rem;
}

.bar_left p {
  font-size: 2rem;
  color: #fff;
  font-family: "Poppins";
}

.bar_left p span {
  font-weight: 700;
  color: #ffd665;
}

.bar_left a {
  height: 3.4rem;
  font-size: 1.6rem;
  margin-left: 2rem;
  padding: 0 3rem;
}

.bar_container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18.5rem;
  padding: 0 4.8rem;
}

.american_flag {
  width: 2.5rem;
}

.number_link img {
  width: 2.4rem;
}

.number_link {
  display: flex;
  align-items: center;
  height: 2.8rem;
  background: #fff;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.6rem;
  border-radius: 0.5rem;
  color: #005e92;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}

.bar_right {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.number_link:before {
  content: "";
  height: 2rem;
  position: absolute;
  background: #d0bdc6;
  left: -1.5rem;
  width: 0.1rem;
}

.green_text {
  color: #ffd665;
  font-weight: 700;
}

.d_lg_none {
  display: none !important;
}

/* ======================= Modal styles ====================== */
/* .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease;
}

.modal.show {
  opacity: 1;
  pointer-events: all;
}

.modal_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.7;
}

.modal_conent {
  width: 62.3rem;
  text-align: center;
  padding: 0 5.7rem 5.7rem 5.7rem;
  position: relative;
  z-index: 1;
}

.modal_body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: auto;
}

.modal_flower {
  width: 11.6rem;
  margin-bottom: -2rem;
}

.modal_conent p {
  font-size: 1.6rem;
  color: #fff;
  font-family: "Poppins";
  font-weight: 500;
}

.discount {
  line-height: 5rem;
  font-size: 6rem;
  font-family: "Poppins";
  font-weight: 700;
  padding: 1rem 0 2rem;
  color: #fff;
}

.form_row {
  display: flex;
  margin: 2rem -0.5rem;
}

.col_6 {
  width: 50%;
  padding: 0 0.5rem;
}

.form_group input {
  height: 4.4rem;
  border-radius: 1rem;
  border: none;
  padding: 0 2rem;
  width: 100%;
}

.form_group input::placeholder,
.form_group input {
  color: #bbbbbb;
  font-size: 1.2rem;
  font-weight: 600;
}

form button {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Poppins";
  width: 100%;
  background: linear-gradient(90deg, #f29700 0%, #f9a418 100%);
  border: none;
  color: #fff;
  height: 4.4rem;
  border-radius: 1rem;
  cursor: pointer;
  text-transform: uppercase;
}

/* ================= Modal popup ================= */
.banner_modal_two .modal_conent {
  text-align: left;
  padding-bottom: 4.8rem;
}

.banner_modal_two .modal_flower {
  margin-left: -2rem;
  margin-bottom: -3rem;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.check {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #fff;
}

.checkbox.active .check {
  background: #fff;
}

.checkbox p {
  font-size: 1.2rem;
  font-weight: 400;
}

.check_boxes {
  display: grid;
  gap: 1rem;
  margin: 2.5rem 0 2rem;
}

.banner_modal_two form {
  display: grid;
  grid-template-columns: 1fr 18rem;
  gap: 1rem;
}

.banner_modal_two .discount {
  padding-bottom: 0.5rem;
}
*/

/* ================= New years banner ================= */
.newyear_banner .banner_main_img img {
  width: 67.804rem;
}

.newyear_banner .banner_main_img {
  padding: 4.5rem 0 1.7rem 15.4rem;
}

.newyear_image_top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 82.5rem;
}

.newyear_banner .banner_contents h1 {
  line-height: 1;
  font-family: var(--poppins);
}

.newyear_banner .banner_contents h1 span {
  background: linear-gradient(
    360deg,
    rgb(255, 214, 101, 1) 0%,
    rgba(255, 237, 249, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.newyear_banner .banner_contents h1 span.f_700 {
  text-transform: uppercase;
}

.newyear_banner .mid_title h2,
.newyear_banner .mid_title span {
  font-size: 12rem;
  color: #fff;
  font-weight: 700;
  font-family: var(--poppins);
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  line-height: 0.85;
  text-transform: uppercase;
}

.newyear_banner .mid_title span {
  color: #ffd665;
}

.newyear_banner .mid_title2 h3 {
  font-size: 5.2rem;
  color: #fff;
  font-weight: 400;
  font-family: var(--poppins);
}

.newyear_banner .content {
  padding: 12.2rem 0 8rem;
  width: fit-content;
  margin-left: 23rem;
}

.newyear_banner .circle {
  width: 82.5rem;
}

.newyear_banner .banner_circle {
  top: -0.7rem;
  left: -15rem;
}

.newyear_banner .mid_title {
  text-align: left;
  margin-left: 2rem;
  margin-top: 0.5rem;
}

.newyear_banner .mid_title h2 span {
  padding-left: 11rem;
}

.newyear_banner .mid_title2 {
  padding-left: 20.2rem;
}

.newyear_banner .button {
  margin-top: 3rem;
  margin-left: 2.5rem;
}

/* ================ New year bottom =================== */
.newyear_bottom_bar .bar_flower {
  width: 23.2rem;
  transform: translateY(-0.7rem);
}

.newyear_bottom_bar .bar_pillows {
  width: 6.2rem;
}

.newyear_bottom_bar .bar_left p {
  padding: 0 12.2rem;
}

.newyear_bottom_bar .bar_container {
  gap: 6.5rem;
}

/* =============== New modal styles ================= */
.newyear_modal1 .modal_conent {
  padding-top: 12.3rem;
}

.newyear_modal2 .modal_conent {
  padding-top: 12.7rem;
}

.newyear_modal_img {
  width: calc(100% - 6rem);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.m_0 {
  margin: 0 !important;
}

/* ===================== Presidents area ======================= */
.independent_text h5 {
  font-size: 4rem;
  color: #fff;
  font-family: var(--poppins);
  position: relative;
  z-index: 9;
  font-weight: 400;
}

.independent_text {
  position: absolute;
  width: fit-content;
  right: 30rem;
  top: 4.6rem;
}

.independent_text img {
  position: absolute;
  width: 78.3rem;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

/* ===================== President_banner_area ====================== */
.President_banner_area .container {
  justify-content: flex-end;
}

.President_banner_area .content {
  padding: 17.2rem 21.7rem 8rem 0;
}

.President_banner_area .mid_title h3 {
  font-size: 8.2rem;
  font-family: var(--inter);
  line-height: 1;
  transform: translateY(-1.2rem);
  text-transform: uppercase;
}

.President_banner_area .mid_t12 h2 {
  font-size: 14.6rem;
  font-family: var(--inter);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.President_banner_area .independent_text {
  right: 50% !important;
  transform: translateX(50%) !important;
  left: auto !important;
}

.President_banner_area .independent_text img {
  width: 78.4rem;
}

/* =================== President_banner_area ===================== */
.President_banner_area .banner_circle {
  top: 17.65rem;
  left: -5.5rem;
}

.President_banner_area .banner_contents h1 {
  font-size: 8.4rem;
  color: #fff;
  text-transform: uppercase;
}

.President_banner_area .mid_t12 {
  display: flex;
  align-items: end;
  transform: translateX(3rem);
}

.President_banner_area .mid_title {
  display: flex;
  align-items: flex-start;
  margin-left: -2.4rem;
  margin-top: 1.2rem;
  transform: translateX(0.8rem);
}

.President_banner_area .banner_circle img {
  width: 91.7rem;
}

.President_banner_area .mid_title2 p {
  font-size: 5.2rem;
  color: #fff;
  font-weight: 400;
  font-family: var(--poppins);
  text-transform: uppercase;
}

.President_banner_area .mid_title2 {
  padding-left: 17rem;
  padding-top: 1.4rem;
}

.President_banner_area .banner_contents .button {
  margin-top: 2rem;
  margin-left: 17rem;
}

.President_banner_area .stars img {
  width: 5.9rem;
}

.President_banner_area .stars {
  display: flex;
  gap: 0.5rem;
  margin-left: 1.4rem;
}

.President_banner_area .banner_contents h1 {
  text-align: start;
}

/* ====================== President_bottom_bar ====================== */
.President_bottom_bar .bar_pillows {
  width: 4.862rem;
  margin-right: 0;
}

.President_bottom_bar .bar_flower {
  width: 4.517rem;
  margin-right: 1.95rem;
  padding: 0.29rem 0;
}

.President_bottom_bar .bar_left a {
  margin-left: 0.5rem;
}

/* ===================== president_modal styles ================== */
.president_modal1 .modal_flower1,
.president_modal2 .modal_flower1 {
  width: 13.3rem;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 !important;
}

.president_modal1 .modal_flower2 {
  width: 13.2rem;
  margin-bottom: -1.8rem;
}

.president_modal1 .modal_conent {
  padding-top: 1rem;
}

.president_modal2 .modal_flower2 {
  width: 11.813rem;
  margin-left: 6.5rem;
  margin-bottom: -1.2rem;
}

.president_modal2 .modal_conent {
  padding-top: 1.2rem;
}

/* ======================== easter_banner_area ========================= */
.easter_text p {
  font-size: 26px;
  color: #000000;
  font-family: var(--poppins);
  white-space: nowrap;
  font-weight: 500;
  line-height: normal;
}
.easter_text p strong {
  font-weight: 700;
  color: #a07c19;
}

.easter_text {
  width: fit-content;
  padding: 6px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    90deg,
    rgba(248, 220, 166, 0) 2%,
    rgba(248, 220, 166, 1) 10%,
    rgba(248, 220, 166, 1) 90%,
    rgba(248, 220, 166, 0) 100%
  );
}

.eastern_img {
  max-width: 400px !important;
  width: 100% !important;
  margin-top: 4px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  object-fit: contain;
}

.easter_text p span {
  color: #a07c19;
}

.mid_title2 p {
  font-size: 50px;
  font-family: "Poppins";
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 400;
  line-height: normal;
}
.mid_title2 p strong {
  font-weight: 700;
}

.easter_banner_area .mid_title2 {
  margin: -25px 0 0 -100px;
}

.easter_banner_area .content {
  padding-top: 1.5rem;
  padding-left: 8.3rem;
  text-align: left;
  padding-bottom: 4.5rem;
}

.banner_contents .button {
  margin-left: auto;
}
.easter_banner_area.easter-right-layout .content {
  grid-column: 2 / 3;
}

/* ====================== Easter's day ===================== */
.easter_bottom_bar .bar_left1 {
  display: flex;
  align-items: center;
}

.easter_bottom_bar .bar_flower {
  width: 4.35rem;
}

.easter_bottom_bar .bar_pillows {
  width: 2.9rem;
  margin: 0 !important;
}

.easter_bottom_bar .bar_left1 p {
  padding: 0 1rem;
}

.easter_bottom_bar .bar_container {
  gap: 6.5rem;
}

/* ================= easter_modal1 ==================== */
.easter_modal1 .modal_flower1 {
  width: 14rem;
  position: absolute;
  right: -0.5rem;
  top: 5.2rem;
}

.easter_modal1 .modal_flower2 {
  width: 5.841rem;
  margin-top: 2rem;
}

.easter_modal2 .modal_flower1 {
  position: absolute;
  right: 1rem;
  bottom: 14rem;
  width: 13rem;
}

.easter_modal2 .modal_flower2 {
  width: 5.841rem;
  margin-left: 3.5rem;
  margin-bottom: -0.5rem;
  margin-top: 2rem;
}

/* ============== newyear_bottom_bar2 =============== */
.newyear_bottom_bar2 {
  background: url(../img/newyear2_bg.png) no-repeat scroll top left / cover;
}

/* ================= Valentines2_bottom_bar ================= */
.Valentines2_bottom_bar {
  background: #c388ae;
}

.Valentines2_bottom_bar .bar_pillows {
  width: 11.726rem;
  margin-left: 0;
  margin-right: 1rem;
}

/* ================== President_banner_area2 ===================== */
.President_banner_area2 .president_sm_hat {
  width: 16.381rem;
  position: absolute;
  top: 8.5rem;
  z-index: 9;
  opacity: 1;
  transform: translateX(3rem);
}

.President_bottom_bar2 {
  background: #c388ae;
}

.President_bottom_bar2 .bar_flower {
  width: 8rem;
}

.bar_left a.button span {
  padding: 0 0.5rem;
}

.President_banner_area2 .independent_text {
  right: 50% !important;
  transform: translateX(50%);
  left: auto;
}

/* ======================== easter2_banner_area ==================== */
.easter2_banner_area .content {
  padding-left: 0;
  text-align: left;
  margin-left: auto;
  padding-right: 23rem;
}

/* ======================== easter2_bottom_bar =================== */
.easter2_bottom_bar {
  background: #c388ae;
}

.easter2_bottom_bar .bar_flower {
  width: 16rem;
  margin-right: -4.5rem;
}

.easter2_modal1 .modal_flower1 {
  right: auto;
  left: 0;
  top: 3rem;
  width: 13rem;
}

/* ======================= independent area ======================== */
.independent_img {
  width: 90.2rem;
  position: absolute;
  right: 0;
  top: 2.7rem;
}

.independent_banner_area .content {
  width: 81.872rem;
}

.independent_banner_area .fourth_july {
  width: 58rem;
}

.independent_banner_area .independent_text h5 {
  font-size: 4rem;
  white-space: nowrap;
}

.independent_banner_area .independent_text {
  right: auto;
  left: 0;
}

.independent_text img {
  width: 94.6rem;
}

.independent_banner_area .yellow_text {
  color: #ffeb00;
}

.sale_text h2 {
  font-size: 21.4rem;
  font-family: var(--poppins);
  color: #fff;
  line-height: 1;
}

.sale_text {
  display: flex;
  align-items: center;
}

/* ========================= independent banner ========================= */
.independent_banner_area .independent_img {
  width: 82rem;
  position: absolute;
  right: 0;
  top: 3.2rem;
}

.independent_banner_area .content {
  width: 81.872rem;
  text-align: left;
  padding: 0 0 6.5rem 18rem;
  z-index: 1;
  position: relative;
}

.independent_banner_area .fourth_july {
  width: 58rem;
}

.independent_banner_area .independent_text h5 {
  font-size: 4rem;
  white-space: nowrap;
}

.independent_banner_area .independent_text {
  right: auto;
  left: 16rem;
  top: 7rem;
}

.independent_banner_area .independent_text img {
  width: 94.6rem;
}

.yellow_text {
  color: #ffeb00 !important;
}

.independent_banner_area .sale_text h2 {
  font-size: 21.4rem;
  font-family: var(--poppins);
  color: #fff;
  line-height: 1;
  letter-spacing: -1.2rem;
}

.independent_banner_area .sale_text {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -6.8rem;
}

.independent_banner_area .parcent {
  position: relative;
  margin-left: -2rem;
  margin-top: -1rem;
}

.independent_banner_area .parcent span {
  font-size: 10rem;
  color: #eb0005;
  font-weight: 700;
  font-family: var(--oswald);
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50% - -1rem)) rotate(-13deg) translateY(4.5rem);
}

.independent_banner_area .banner_contents .button {
  margin-left: 0;
  margin-top: 0.5rem;
}

/* ==================== independent_bottom_bar ====================== */
.independent_bottom_bar {
  background: url(../img/independance_bottom_bar_bg.png) no-repeat scroll top
      center / contain,
    #005d92;
}

.independent_bottom_bar .bar_flower {
  width: 4.6rem;
  margin-right: 0.5rem;
}

.independent_bottom_bar .bar_container {
  gap: 2.8rem;
}

.percent_bg {
  width: 37.489rem;
}

/* ===================== independent2_banner_area ========================= */
.independent2_banner_area .independent_img {
  bottom: 0;
  top: auto;
  width: 95rem;
}

.independent2_banner_area {
  position: relative;
}

/* ===================== independent2_bottom_bar ========================= */
.independent2_bottom_bar {
  background: url(../img/independance2_bottombar_bg.png) no-repeat scroll top
    left / cover !important;
}
.independent_bottom_bar .bar_flower {
  width: 5.7rem;
}

/* ===================== mothersday_banner_area ========================= */
.mothersday_banner_area {
  position: relative;
  background-position: center center !important;
}
.mothersday_banner_area .container-cls{
  margin:auto!important;
}
.banner_area.mothersday_banner_area .container{
  grid-template-columns: 1fr;
  gap: 0;
}
.banner_area.mothersday_banner_area .content{
      display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 2em;
  padding: 0 0 2em;
      align-items: center;
}
.mothersday_banner_area h2{
  position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: #023ECB;
    display: inline-block;
    width: fit-content;
    margin: 30px auto 0;
    padding: 5px 40px;
      text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
}
.mothersday_banner_area h2 strong{
  color:#F7D708;
  font-weight: 700;
}

.mothersday_banner_area .left_content img{
      max-width: 550px;
   margin-right: auto;
}
.mothersday_banner_area .right_content img{
      max-width: 600px;
   margin-left: auto;
}
.mothersday_banner_area .button{
      font-size: 28px;
      padding: 20px 32px;
      margin-top: 4em;
}
  .mothersday_banner_area .left_content{
    position: relative;
  }
  .mothersday_banner_area .sale_text {    
    position: absolute;
    bottom: 41px;
    left: 38px;
}
.mothersday_banner_area .sale_text h3{
  font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #0A427B;
}
.mothersday_banner_area .sale_text strong{
  color:#EB0005;
  font-weight: 600;
}
/* ============================== mothersday_bottom_bar ========================== */
.mothersday_bottom_bar .bar_flower {
  width: 10.222rem;
  margin-right: 1.17rem;
}

.mothersday_bottom_bar .bar_container {
  gap: 4.5rem;
}

.mothersday_bottom_bar .bar_inner {
  display: flex;
  align-items: center;
}

.mothers_modal2 .modal_flower2 {
  margin-left: 0;
}

/* ========================= mothersday2_banner_area ========================= */
.mothersday2_banner_area .independent_text {
  background: #dc2551;
}

.mothersday2_banner_area .sale_text {
  background: #fff;
}

.mothersday2_banner_area .independent_img {
  width: 73.4rem;
  bottom: 2.5rem;
  right: 35rem;
}

.mothersday2_banner_area .content {
  position: relative;
  z-index: 9;
}

.mothersday2_banner_area .sale_text > span {
  background: #b9dcff;
}

/* ======================== mothersday2_bottom_bar ====================== */
.mothersday2_bottom_bar {
  background: #c388ae;
}

/* =========================== fathersday_banner_area ============================= */
.fathersday_banner_area .independent_text {
  background: #005d92;
  border-radius: 2rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fathersday_banner_area .independent_text h5 span {
  font-weight: 700;
  color: #f7d708;
}

.fathersday_banner_area .sale_text h2 {
  font-size: 4.6rem;
}

.fathersday_banner_area .sale_text {
  padding: 0 2.5rem;
  margin-top: -9rem;
}

.fathersday_banner_area .percent_lock {
  width: 9rem;
  right: -5.8rem;
  top: -2.5rem;
}

.fathersday_banner_area .banner_contents .button {
  margin-left: 2rem;
}

.fathersday_banner_area .content {
  margin-top: 11.5rem;
}

.fathersday_banner_area .independent_img {
  width: 66rem;
  right: 12.7rem;
  top: 50%;
  transform: translateY(-50%);
}

/* ======================== fathersday_bottom_bar ==================== */
.fathersday_bottom_bar {
  background: #005d92;
}

.fathersday_bottom_bar .bar_inner p img {
  width: 4.2rem;
  margin: 0 0.8rem;
}

.fathersday_bottom_bar .bar_inner p span {
  margin-right: 0.5rem;
}

.fathersday_bottom_bar .bar_inner p {
  align-items: center;
  display: flex;
}

.fathersday_bottom_bar .bar_flower {
  width: 5.7rem;
}

/* ======================== fathersday2_bottom_bar ======================= */
.fathersday2_bottom_bar {
  background: #c388ae;
}

/* ====================== fathersday_styles ======================== */
.fathers_modal1 .modal_flower2 {
  width: 10.518rem;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.fathers_modal2 .modal_flower2 {
  width: 10.5rem;
  margin-bottom: 0;
  margin-top: 1.5rem;
}

/* ====================== fathersday2_banner_area ==================== */
.fathersday2_banner_area .sale_text {
  background: #f7d708;
}

.fathersday2_banner_area .independent_img {
  width: 92rem;
  right: 0;
}

/* ====================== amazon_banner_area ==================== */
.amazon_banner_area {
  display: flex;
  justify-content: center;
  height: 66rem;
  padding-top: 3.5rem;
}

.amazon_banner_area .independent_img {
  width: 83.7rem;
  right: 0;
}

.amazon_banner_area .amazon_box {
  width: 53.7rem;
  position: absolute;
  left: 6rem;
  top: 50%;
  transform: translateY(-50%);
}

.amazon_banner_area .content {
  width: 59.2rem;
  margin: 0 auto;
  text-align: center;
}

.amazon_banner_area .button {
  margin: 0 auto !important;
}

.amazon_mid_text h4 {
  font-size: 8rem;
  font-family: var(--poppins);
  color: #fff;
}

.amazon_mid_text img {
  width: 19.467rem;
  margin-top: -0.5rem;
}

.amazon_mid_text h5 {
  font-size: 4.5rem;
  font-family: var(--poppins);
  color: #fff;
  padding-top: 1rem;
}

.amazon_mid_text p {
  font-size: 3rem;
  font-family: var(--poppins);
  color: #fff;
  padding: 1.5rem 0 2rem;
}

.gradient_text {
  width: 59.1rem;
}

.amazon_banner_area .bar_flower {
  width: 6.5rem;
}

.amazon_bottom_bar .bar_flower {
  width: 6.5rem;
}

.amazon_bottom_bar .bar_container {
  gap: 19.3rem;
}

.amazon_bottom_bar {
  background: #005d92;
}

/* ======================== amazon2_banner_area ========================== */
.amazon2_banner_area .independent_img {
  width: 72.7rem;
}

/* ======================== amazon2_bottom_bar ===================== */
.amazon2_bottom_bar {
  background: #c388ae;
  padding: 0.6rem 0;
}

/* ======================== singles_banner_area ===================== */
.singles_banner_area .amazon_box {
  width: 46.966rem !important;
  bottom: 0;
  top: auto !important;
  transform: translateY(0);
}

.singles_banner_area .independent_img {
  width: 73.9rem !important;
}

.singles_day_mid_text h2 {
  font-family: "Concert One", serif;
  font-size: 12.8rem;
  color: #ecdd83;
  text-shadow: 0 0 3rem #000000c9;
  font-weight: 400;
  letter-spacing: 0.5rem;
  line-height: 0.8;
  padding: 1rem 0 1rem;
}

.singles_day_mid_text_2 h3 {
  font-size: 12.808rem;
  color: #fff;
  font-family: "Concert One", serif;
  white-space: nowrap;
  font-weight: 400;
  text-transform: uppercase;
  word-spacing: -3.5rem;
  line-height: 1;
}

.singles_day_mid_text {
  position: relative;
}

.text_angta {
  width: 18.142rem;
  position: absolute;
  bottom: -12rem;
  right: 7rem;
}

.singles_banner_area .button {
  margin-top: 4rem !important;
  margin-left: 9.5rem !important;
}

/* ========================== singles2_banner_area ============================ */
.singles2_banner_area .independent_img {
  width: 67.7rem !important;
}

.singles2_banner_area .content {
  margin-left: -4rem;
}

/* ========================= singles2_bottom_bar ========================== */
.singles2_bottom_bar {
  background: #c388ae;
}

/* ===================== superbowl_banner_area ====================== */
.superbowl_banner_area .amazon_box {
  width: 49.496rem !important;
  top: 2.8rem !important;
  left: 3.5rem !important;
  transform: translateY(0);
}

.superbowl_banner_area .independent_img {
  width: 68rem;
}

.superbowl_banner_area .amazon_mid_text h4 {
  font-family: "ITC Bookman Demi", sans-serif;
  font-size: 9.7rem;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.15;
  margin: 4rem 0 2.5rem;
}

.superbowl_banner_area .content {
  width: 74.499rem;
  padding: 0;
  position: relative;
}

.superbowl_banner_area .superbowl_text_ball {
  width: 71.088rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.superbowl_banner_area .amazon_mid_text {
  position: relative;
}

/* ===================== superbowl_bottom_bar ===================== */
.superbowl_bottom_bar .bar_container {
  gap: 4rem;
}

.superbowl_bottom_bar .bar_inner {
  display: flex;
  align-items: center;
}

.superbowl_bottom_bar .bar_inner img {
  width: 8.7rem !important;
}

/* ========================== superbowl2_banner_area ======================== */
.superbowl2_banner_area .independent_img {
  top: auto;
  bottom: 0;
}

.superbowl2_banner_area {
  position: relative;
}

/* ======================= superbowl2_bottom_bar ====================== */
.superbowl2_bottom_bar {
  padding: 0.4rem 0;
  background: #c388ae;
}

.superbowl2_bottom_bar .bar_inner img {
  width: 6rem !important;
  margin-right: 1rem;
}

/* ====================== national_banner_area ===================== */
.national_banner_area {
  position: relative;
}

.national_banner_area .amazon_mid_text h4 {
  font-family: "Jomhuria", serif;
}

.national_banner_area .content.centered {
  width: fit-content;
  margin: 0 auto;
}

.national_banner_area .amazon_mid_text .span1 {
  font-size: 20rem;
}

.national_banner_area .amazon_mid_text h4 {
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.6;
}

.national_banner_area .amazon_mid_text .span2 {
  font-size: 16rem;
}

.national_banner_area .content {
  padding: 4.5rem 0 14.5rem !important;
}

.national_banner_area .gradient_text {
  width: 68.5rem;
}

.national_banner_area .amazon_mid_text {
  padding: 4rem 0 0rem;
}

.national_banner_area .banner_contents .button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0rem;
}

.national_banner_area .independent_img {
  width: 87rem;
  bottom: 0;
  top: auto;
}

.bar_inner {
  display: flex;
  align-items: center;
}

.national_bottom_bar .bar_flower {
  width: 7.567rem !important;
}

.national_bottom_bar .bar_container {
  gap: 5.6rem;
}

/* ========================== national2_banner_area ========================= */
.national2_banner_area .independent_img {
  width: 68.4rem;
}

.national2_bottom_bar {
  background: #c388ae !important;
}

/* ========================== Collage_banner_area ========================= */
.collage_banner_area {
  position: relative;
}

.collage_banner_area .independent_img {
  width: 74rem;
  top: auto;
  transform: translateY(0);
  bottom: 0;
}

.collage_banner_area .nationalsday_img2 {
  width: 71.2rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.collage_mid_text h3 {
  font-family: "Lavishly Yours", serif;
  color: #ffd665;
  font-weight: 400;
  font-size: 14rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.collage_banner_area .content.centered {
  margin: 0 auto;
  padding: 4rem 0 15rem;
}

.collage_banner_area .content.centered .button {
  margin: 0 auto;
}

.collage_mid_text h4 {
  font-size: 9rem;
  font-family: "Jomolhari", serif;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}

.collage_mid_text {
  padding-top: 3.5rem;
}

.collage_mid_text h4 {
  margin-top: -4.2rem;
  margin-bottom: 3.3rem;
}

.collage_bottom_img {
  width: 6.5rem;
  margin-right: 1rem;
}

/* ============================ collage2_banner_area ========================== */
.collage2_banner_area .content.centered {
  margin: 0 auto;
  padding: 4rem 0 18rem;
}

.collage2_banner_area .independent_img {
  width: 87.6rem;
}

/* ======================= collage2_bottom_bar ======================== */
.collage2_bottom_bar {
  background: #c388ae;
}

/*======================== code by shahalam ==========================*/
.memorial_banner .memorial_position_img {
  position: relative;
}
.memorial_banner .memorial_position_img .img_me2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 81.35rem;
}
.memorial_banner .memorial_position_img .img_me3 {
  position: absolute;
  right: 0;
  bottom: -68.29rem;
  width: 92.4rem;
}
.memorial_banner_content_top {
  padding-top: 2.7rem;
  padding-left: 14rem;
}
.memorial_banner_content_top h2 {
  font-size: 5.2rem;
  font-weight: 500;
  background: linear-gradient(
    360deg,
    rgb(255, 214, 101, 1) 0%,
    rgba(255, 237, 249, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--poppins);
  text-align: center;
}
.memorial_banner_content_top .h2 {
  font-weight: 700;
}
.memorial_left_content {
  padding: 3rem 2rem 7.2rem 29.5rem;
}
.memorial_left_content h3 {
  font-size: 4.8rem;
  font-weight: 500;
  font-family: var(--poppins);
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.memorial_left_content h2 {
  font-size: 8rem;
  font-weight: 500;
  font-family: var(--poppins);
  color: #fff;
  line-height: 1;
}
.memorial_left_content h1 {
  font-size: 12.8rem;
  font-weight: 400;
  font-family: var(--allura);
  color: #ffd665;
  line-height: 1;
}
.memorial_left_content h4 {
  font-size: 5.2rem;
  font-weight: 400;
  font-family: var(--poppins);
  color: #fff;
  line-height: 1;
  padding-left: 15rem;
  margin-top: -2rem;
}
.memorial_left_content h4 span {
  font-weight: 700;
}
.memorial_left_content .button {
  width: 33.3rem;
  margin-left: 2rem;
  margin-top: 4.7rem;
  font-size: 3.6rem;
  text-align: center;
  height: 8.4rem;
  white-space: nowrap;
}
.memorial_bottom_bar {
  padding-right: 5rem;
}
.memorial_bottom_bar .bar_container {
  gap: 7.6rem;
  padding: 0.8rem 0;
}
.memorial_bottom_bar .bar_left p img {
  width: 2.4rem;
}
.memorial_bottom_bar .bar_left {
  position: relative;
}
.memo_lady_img {
  position: absolute;
  top: -0.3rem;
  left: -7.8rem;
  width: 7rem;
}
.me_mb2_img {
  display: none;
}
.memorial_modal1 .modal_conent {
  padding-top: 12.3rem;
  padding-bottom: 5.7rem;
}
.memorial_modal1 .p2 {
  max-width: 48.6rem;
  margin-left: auto;
  margin-right: auto;
}
.memorial_modal1 p img {
  width: 1.4rem;
}
.memorial_model2 .modal_conent {
  padding-top: 12.3rem;
  padding-bottom: 4.8rem;
}
.img_me_day1 {
  position: absolute;
  right: 0;
  top: 14.7rem;
  width: 102rem;
}
.memorial_bottom_bar2 {
  background-color: #c388ae !important;
}
.memorial_bottom_bar p .sp1 {
  color: #fff;
}

/*======= scholl section page area ========*/

.scholl_session_banner {
  padding-bottom: 11.3rem;
}
.scholl_session_banner_img {
  position: relative;
}
.scholl_section_content p {
  padding-top: 3rem;
  padding: 1.5rem 2.6rem;
  background-color: #01288c;
  display: inline-block;
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
  font-family: var(--poppins);
  border-radius: 2.5rem 2.5rem 0.8rem 0.8rem;
  margin-left: 42.5rem;
  margin-top: 3.1rem;
}
.scholl_section_content p span {
  color: #ffd665;
  font-weight: 700;
}
.scholl_section_content_bottom {
  position: relative;
  display: inline-block;
}
.scholl_section_content_bottom .img_sc1 {
  position: absolute;
  left: 14rem;
  top: 14.5rem;
  width: 20.3rem;
}
.s_p_white {
  color: #fff !important;
}
.scholl_section_content_bottom .img_sc2 {
  position: absolute;
  right: -3rem;
  bottom: -3em;
  width: 19.3rem;
}
.scholl_section_content_bottom {
  padding-left: 24.5rem;
  padding-top: 4.5rem;
}
.scholl_section_content_bottom h2 {
  font-size: 10rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  font-family: var(--poppins);
}
.scholl_section_content_bottom h2 span {
  position: relative;
  display: inline-block;
  z-index: 1;
  color: #005d92;
}
.scholl_section_content_bottom h2 span::before {
  position: absolute;
  content: "";
  width: 15.9rem;
  height: 9.4rem;
  background-color: #ffd665;
  z-index: -1;
  left: -1.4rem;
  top: 1rem;
  border-radius: 0rem 3rem 0;
}
.scholl_section_content_bottom h1 {
  font-size: 20rem;
  font-weight: 400;
  color: #fff;
  font-family: var(--allura);
  line-height: 1;
  padding-left: 7.5rem;
}
.scholl_section_content_bottom h3 {
  color: #fff;
  font-size: 5.2rem;
  font-weight: 500;
  color: #fff;
  font-family: var(--poppins);
  margin-top: -3.5rem;
  text-transform: uppercase;
}
.scholl_section_content_bottom h3 span {
  font-weight: 700;
}
.scholl_section_content_bottom .button {
  width: 33.3rem;
  height: 8.4rem;
  display: flex;
  justify-content: center;
  font-size: 3.6rem;
  margin-top: 2rem;
}
.school_session_bottom_bar {
  padding: 0.8rem 0;
}
.school_session_bottom_bar .bar_container {
  gap: 4.5rem;
}
.school_session_bottom_bar .bar_left {
  position: relative;
  margin-left: 7rem;
}
.school_session_bottom_bar .bar_left .memo_lady_img {
  position: absolute;
  position: absolute;
  top: -0.3rem;
  left: -7.8rem;
  width: 6rem;
}
.school_session_bottom_bar p {
  text-align: center;
}
.scholl_session_modal1 .modal_conent {
  padding: 12.2rem 5.7rem 5.7rem;
}
.scholl_session_banner2 .top_p p {
  background: #805771;
  margin-left: 28rem;
}
.school_session_bottom_bar2 {
  background-color: #c388ae;
}
.scholl_session_banner2 .p2 {
  display: none;
}

/*========= labor day page area ===========*/

.labor_day_banner {
  padding-bottom: 11.3rem;
  position: relative;
}
.labor_day_img {
  position: relative;
}
.img_la1 {
  position: absolute;
  left: 0;
  bottom: -66rem;
  width: 100%;
}
.img_la2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 48.5rem;
}
.labor_content_top {
  text-align: right;
}
.labor_content_top p {
  display: inline-block;
  background-color: #01288c;
  padding: 1.9rem 4.3rem;
  border-radius: 0rem 0rem 4rem 4rem;
  font-size: 4.3rem;
  font-weight: 500;
  color: #fff;
  font-family: var(--poppins);
  margin-right: 18.5rem;
}
.labor_content_top p span {
  font-weight: 700;
  color: #ffd665;
}
.lbaor_bottom_content {
  margin-left: 24.5rem;
  padding-top: 8.5rem;
  position: relative;
}
.la3_img {
  position: absolute;
  top: -1.7rem;
  left: 9.4rem;
  width: 20rem;
}
.lbaor_bottom_content h2 {
  font-size: 10rem;
  font-weight: 700;
  color: #fff;
  font-family: var(--poppins);
  line-height: 1;
}
.lbaor_bottom_content h1 {
  font-size: 12.8rem;
  font-weight: 400;
  font-family: var(--allura);
  color: #ffd665;
  line-height: 1;
}
.lbaor_bottom_content h3 {
  font-size: 5.2rem;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--poppins);
  padding-left: 14.5rem;
  margin-top: -3rem;
}
.lbaor_bottom_content h3 span {
  font-weight: 700;
}
.lbaor_bottom_content .button {
  width: 33.3rem;
  height: 8.4rem;
  display: flex;
  justify-content: center;
  font-size: 3.6rem;
  margin-top: 1.8rem;
}
.labor_day_bottom_bar {
  padding: 0.8rem 0;
}
.labor_day_bottom_bar .bar_left {
  position: relative;
}
.labor_day_bottom_bar .bar_container {
  gap: 8.5rem;
}
.labor_day_bottom_bar .la4_img {
  width: 4.6rem;
  position: absolute;
  left: -6rem;
  top: 0;
}
.labor_day_banner2 .labor_content_top p {
  background-color: #7f5771;
  margin-right: 25.1rem;
}
.labor_day_bottom_bar2 {
  background-color: #c388ae;
}

/*halloween page area*/
.halloween_banner {
  padding-bottom: 10.7rem;
  position: relative;
}
.halloween_banner .img_ha3 {
  position: absolute;
  top: 7.2rem;
  right: 10.8rem;
  width: 65.3rem;
}
.halloween_top_content {
  text-align: right;
  margin-right: 53rem;
}
.halloween_top_content h2 {
  font-size: 5.8rem;
  line-height: 1;
  font-family: var(--poppins);
  font-weight: 500;
  background: linear-gradient(
    360deg,
    rgb(255, 214, 101, 1) 0%,
    rgba(255, 237, 249, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.8;
  max-width: 55rem;
  text-align: center;
  margin-left: auto;
}
.halloween_top_content .h1 {
  padding-top: 2.7rem;
  padding-bottom: 1.3rem;
}
.halloween_top_content h2 span {
  font-weight: 700;
}
.halloween_bottom_content {
  margin-left: 46rem;
  margin-top: 3rem;
}
.halloween_bottom_content img {
  width: 69.1rem;
}
.halloween_bottom_content h3 {
  font-size: 6.5rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--poppins);
  line-height: 1;
  padding-left: 10.5rem;
}
.halloween_bottom_content h3 span {
  font-weight: 700;
}
.halloween_bottom_content .button {
  width: 26rem;
  height: 8.4rem;
  display: flex;
  justify-content: center;
  margin-left: 18.5rem;
  margin-top: 3rem;
}
.halloween_bottom_bar .la4_img {
  width: 5.5rem;
}
.haloween_modal1 .modal_conent {
  background-image: url(../img/ha5.png) !important;
}
.halloween_banner2 {
  padding-bottom: 13.5rem;
}
.halloween_banner2 .halloween_top_content {
  text-align: left;
  max-width: 60rem;
  margin-right: 0;
  margin-left: 17rem;
}
.halloween_banner2 .halloween_top_content h2 {
  max-width: 100%;
  line-height: 1.3;
}
.halloween_banner2 .img_ha3 {
  display: none;
}
.halloween_banner2 .halloween_content {
  display: flex;
}
.halloween_banner2 .halloween_top_content .h1 {
  font-size: 6.8rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding-top: 6rem;
}
.halloween_banner2 .halloween_top_content .h2 {
  margin-top: -2rem;
}
.halloween_banner2 .halloween_top_content .h2 span {
  font-size: 5.8rem !important;
  font-weight: 500 !important;
}
.halloween_banner2 .halloween_bottom_content {
  max-width: 69rem;
  margin-left: auto;
  margin-right: 35rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16rem;
}
.halloween_banner2 .halloween_bottom_content h3 {
  padding-left: 0;
}
.halloween_banner2 .halloween_bottom_content .button {
  margin-left: 0;
}
.halloween_banner2 .img_ha9 {
  position: absolute;
  top: 12.7rem;
  left: 0;
  width: 92rem;
}
.halloween_bottom_bar2 {
  background: #c388ae;
}
.halloween_bottom_bar2 .ha10_img {
  width: 8.4rem !important;
}
.img_ha13 {
  display: none;
}
.haloween_modal2 .modal_conent {
  background-image: url(../img/ha14.png) !important;
}

/*======== veternas day page area =========*/
.veternas_day_banner {
  padding-bottom: 9.5rem;
  position: relative;
}
.veternas_day_banner .img_ve2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 85.5rem;
}
.veternas_top_content {
  padding-top: 9.7rem;
  max-width: 55rem;
  margin-left: 61.7rem;
  text-align: center;
}
.veternas_top_content h2 {
  font-size: 5.8rem;
  font-weight: 700;
  color: #fff;
  font-family: var(--poppins);
  line-height: 1.1;
  background: linear-gradient(
    360deg,
    rgba(187, 194, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.veternas_top_content .h1 {
  font-weight: 500 !important;
}
.veternas_bottom_content {
  max-width: 77rem;
  margin-left: 24.8rem;
  color: #fff;
  text-align: center;
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.veternas_bottom_content h4 {
  font-size: 4rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--poppins);
  line-height: 1.2;
}
.veternas_bottom_content h1 {
  font-size: 9rem;
  font-weight: 900;
  text-transform: uppercase;
  font-family: var(--poppins);
  line-height: 1.2;
}
.veternas_bottom_content h3 {
  font-size: 6.5rem;
  font-weight: 500;
  font-family: var(--poppins);
  line-height: 1.2;
  text-transform: uppercase;
}
.veternas_bottom_content h3 span {
  font-weight: 700;
}
.veternas_bottom_content .button {
  width: 26rem;
  height: 8.4rem;
  font-size: 3.6rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
.veternas_modal1 {
  background-image: url(../img/ve4.png) !important;
}
.img_ve7,
.img_ve6 {
  display: none;
}
.img_ve10 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 117rem;
}
.veternas_bottom_bar2 {
  background-color: #c388ae;
}
.img_ve12 {
  display: none;
}
.veternas_day_banner2 .veternas_top_content h2 {
  background: linear-gradient(
    360deg,
    rgba(250, 194, 229, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.veternas_bottom_bar2 .img_ve15 {
  position: absolute;
  left: -13rem;
  top: -0.5rem;
  width: 15rem;
}

/*========== thanks giving page area =========*/
.thanksgiving_banner {
  padding-bottom: 5.5rem;
  position: relative;
}
.thanksgiving_banner .img_th3 {
  position: absolute;
  bottom: 0;
  right: -2rem;
  width: 70rem;
}
.thanksgiving_top_content {
  margin-left: 73.1rem;
  padding-top: 12.6rem;
  max-width: 58rem;
  text-align: center;
}
.thanksgiving_top_content .h1 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
  font-family: var(--poppins);
}
.thanksgiving_top_content .h2 {
  font-size: 5.8rem;
  font-weight: 500;
  font-family: var(--poppins);
}
.thanksgiving_top_content .h2 span {
  font-weight: 700;
}
.thanksgiving_top_content h2 {
  background: linear-gradient(
    360deg,
    rgba(187, 194, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.thanksgiving_bottom_content {
  margin-left: 11.4rem;
  text-align: left;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-top: -10rem;
}
.thanksgiving_bottom_content .img_th2 {
  width: 73.2rem;
}
.thanksgiving_bottom_content p {
  font-size: 4.6rem;
  font-weight: 600;
  color: #fff;
  font-family: var(--poppins);
  text-transform: uppercase;
  background-color: #002074;
  padding: 1.5rem 3rem;
  border-radius: 3rem 0 3rem 0;
  display: inline-block;
  width: 40rem;
  margin-top: -4rem;
}
.thanksgiving_bottom_content p span {
  color: #ffd665;
  font-weight: 700;
}
.thanksgiving_bottom_content .button {
  margin-top: 2rem;
  width: 26rem;
  height: 8.4rem;
  display: flex;
  justify-content: center;
}
.thanksgiving_bottom_bar .bar_container {
  gap: 22.4rem;
}
.thanksgiving_bottom_bar .bar_left {
  position: relative;
}
.thanksgiving_bottom_bar .th4_img {
  position: absolute;
  bottom: -0.7rem;
  left: -6rem;
  width: 6.8rem;
}
.img_th7 {
  display: none;
}
.thanksgiving_banner2 .thanksgiving_top_content h2 {
  background: linear-gradient(
    360deg,
    rgba(250, 194, 229, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.thanksgiving_banner2 .thanksgiving_bottom_content p {
  background: #754a66;
}
.img_th10 {
  position: absolute;
  right: 0;
  bottom: 2rem;
  width: 67rem;
}
.thanksgiving_bottom_bar2 {
  background-color: #c388ae;
}
.thanksgiving_modal2 .modal_conent {
  background-image: url(../img/th11.png) !important;
}
.img_th13 {
  display: none;
}

/*======== black friday page area ========*/
.blackfriday_banner {
  padding-bottom: 10.5rem;
  position: relative;
}
.img_bl3 {
  position: absolute;
  left: 0.5rem;
  top: 0;
  width: 61rem;
}
.img_bl4 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65rem;
}
.blackfriday_top_content {
  padding-top: 6rem;
  max-width: 71rem;
  margin-left: 60.9rem;
  text-align: center;
}
.blackfriday_top_content h2 {
  font-size: 4.5rem;
  font-weight: 500;
  background: linear-gradient(
    360deg,
    rgba(187, 194, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.1rem #373839;
  font-family: var(--poppins);
  line-height: 1.1;
}
.blackfriday_top_content h2 span {
  font-weight: 700;
}
.blackfriday_middle_content {
  text-align: center;
  margin-top: 3.8rem;
}
.blackfriday_middle_content .img_th2 {
  width: 33.6rem;
}
.blackfriday_bottom_content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blackfriday_middle_content h1 {
  font-size: 15rem;
  font-weight: 400;
  color: #fff;
  font-family: var(--concertone);
  letter-spacing: 2rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
.blackfriday_bottom_content h2 {
  font-size: 6rem;
  font-weight: 400;
  color: #fff;
  font-family: var(--poppins);
  line-height: 1.1;
}
.blackfriday_bottom_content h2 span {
  font-weight: 700 !important;
  color: #0080c8;
}
.blackfriday_bottom_content .button {
  width: 26rem;
  height: 8.4rem;
  display: flex;
  justify-content: center;
  font-size: 3.6rem;
  margin-top: 1.8rem;
}
.blackfriday_bottom_bar {
  background: #000;
}
.blackfriday_bottom_bar .bar_container {
  gap: 12.4rem;
}
.blackfriday_bottom_bar .bar_left {
  position: relative;
}
.blackfriday_bottom_bar .img_bl5 {
  position: absolute;
  left: -6rem;
  top: -0.7rem;
  width: 5rem;
}
.blackfriday_bottom_bar p .sp1 {
  color: #07a6ff;
}
.blackfriday_modal1 .discount {
  color: #07a6ff;
}
.img_bl9,
.img_bl8 {
  display: none;
}
.blackfriday_banner2 .blackfriday_top_content h2 {
  background: linear-gradient(
    360deg,
    rgba(224, 158, 200, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blackfriday_banner2 .img_bl13 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 77rem;
}
.blackfriday_banner2 .blackfriday_bottom_content h2 span {
  color: #c388ae;
}
.blackfriday_bottom_bar2 p .sp1 {
  color: #c388ae;
}
.blackfriday_bottom_bar2 .img_bl15 {
  width: 7rem;
  position: absolute;
  left: -8rem;
  top: -0.5rem;
}
.blackfriday_modal2 .discount {
  color: #c388ae;
}

/*small business saturday page area*/
.smallbusiness_banner {
  padding-bottom: 15rem;
  position: relative;
}
.smallbusiness_top_content {
  margin-left: auto;
  margin-right: 8.6rem;
  padding-top: 7.5rem;
  text-align: right;
}
.smallbusiness_top_content .img_sm2 {
  width: 53.7rem;
}
.smallbusiness_bottom_content h2 {
  font-size: 6.8rem;
  font-weight: 900;
  line-height: 1;
  color: #0b92eb;
  text-transform: uppercase;
  font-family: var(--titilliumweb);
  -webkit-text-stroke: 0.1rem #fff; /* Black outline */
  text-shadow: 0.1rem 0.1rem 0 #fff, /* Shadow below */ -0.1rem 0.1rem 0 #fff,
    /* Shadow to the left */ 0.1rem -0.1rem 0 #fff,
    /* Shadow to the right */ -0.1rem -0.1rem 0 #fff; /* Shadow above */
}
.smallbusiness_bottom_content {
  margin-left: 12.5rem;
}
.smallbusiness_bottom_content h1 {
  font-size: 14rem;
  font-weight: 900;
  color: #fff;
  font-family: var(--titilliumweb);
  line-height: 0.6;
  text-transform: uppercase;
  padding-top: 2.5rem;
}
.smallbusiness_bottom_content h3 {
  font-size: 6rem;
  font-weight: 400;
  color: #fff;
  font-family: var(--poppins);
  text-transform: uppercase;
  padding-top: 2.5rem;
}
.smallbusiness_bottom_content h3 span {
  font-weight: 700;
  color: #ffd665;
}
.smallbusiness_bottom_content .button {
  width: 26rem;
  height: 8.4rem;
  display: flex;
  justify-content: center;
  font-size: 3.6rem;
  font-weight: 700;
  margin-top: 3rem;
}
.img_sm15 {
  display: none;
}
.img_sm3 {
  position: absolute;
  bottom: 0;
  right: 39.9rem;
  width: 80.7rem;
}
.smallbusiness_bottom_bar .bar_left {
  position: relative;
}
.smallbusiness_bottom_bar .bar_left .sm4_img {
  position: absolute;
  left: -6rem;
  top: -0.3rem;
  width: 5rem;
}
.img_sm7 {
  display: none;
}
.smallbusiness_top_content .img_sm8 {
  display: none;
}
.smallbusiness_banner2 .smallbusiness_bottom_content h2 {
  color: #c388ae;
}
.smallbusiness_bottom_bar2 {
  background-color: #c388ae;
}
.smallbusiness_banner2 .img_sm12 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 119rem;
}

/*======= cybar monday page area ========*/
.cybermonady_banner {
  padding-bottom: 12rem;
  position: relative;
  z-index: 1;
}
.cybermonady_top_content {
  padding-top: 5.4rem;
  padding-left: 5rem;
  padding-bottom: 25rem;
}
.cybermonady_top_content .img_cy2 {
  width: 65.6rem;
}
.cybermonady_bottom_content {
  padding-left: 75.9rem;
}
.cybermonady_bottom_content h3 {
  font-size: 4.6rem;
  font-weight: 600;
  color: #fff;
  font-family: var(--poppins);
  padding: 1.2rem 2.9rem;
  background: #602021;
  border-radius: 0 4rem 4rem 4rem;
  display: inline-block;
  transform: rotate(-3.9deg);
}
.cybermonady_bottom_content h3 span {
  font-weight: 700;
  color: #ffd665;
}
.cybermonady_bottom_content .button {
  width: 26rem;
  height: 8.4rem;
  font-size: 3.6rem;
  margin-top: 2.6rem;
  margin-left: 7rem;
}
.img_cy3 {
  position: absolute;
  bottom: 2rem;
  left: 7.3rem;
  width: 54.7rem;
}
.img_cy4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 63.7rem;
}
.cybermonady_bottom_bar .bar_left {
  position: relative;
}
.cybermonady_bottom_bar .bar_left .cy5_img {
  position: absolute;
  left: -5rem;
  top: -0.3rem;
  width: 4.7rem;
}
.img_cy7 {
  display: none;
}
.img_cy9 {
  display: none;
}
.cybermonady_banner2 .cybermonady_top_content {
  padding-left: 13.4rem;
  padding-bottom: 17.8rem;
}
.cybermonady_banner2 .cybermonady_top_content .img_cy12 {
  width: 44.8rem;
}
.cybermonady_banner2 .img_cy13 {
  position: absolute;
  left: 3.3rem;
  bottom: 11.8rem;
  width: 66.8rem;
}
.cybermonady_banner2 .img_cy14 {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  width: 75.8rem;
}
.cybermonady_bottom_bar2 {
  background-color: #c388ae;
}
.img_cy17,
.img_cy18 {
  display: none;
}

/*====== christmas page area ======*/
.christmas_banner {
  padding-bottom: 8.8rem;
  position: relative;
}
.christmas_banner .img_ch7 {
  position: absolute;
  right: -2rem;
  bottom: 0;
  width: 72.5rem;
}
.christmas_banner .img_ch8 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75rem;
}
.christmas_top_content {
  padding-top: 4.8rem;
  text-align: right;
  margin-right: 43.1rem;
}
.christmas_top_content .img_ch2 {
  width: 74.3rem;
}
.christmas_bottom_content {
  width: 76.2rem;
  margin-left: 55.1rem;
  text-align: center;
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.christmas_bottom_content .img_ch3 {
  width: 28.8rem;
}
.christmas_bottom_content .img_ch4 {
  width: 75.2rem;
  margin-top: 2.5rem;
  margin-bottom: 1.8rem;
}
.christmas_bottom_h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.christmas_bottom_h3 .img_ch5 {
  width: 7.6rem;
  margin-right: 1.5rem;
}
.christmas_bottom_h3 .img_ch6 {
  width: 7.6rem;
  margin-left: 1.5rem;
}
.christmas_bottom_h3 h3 {
  font-weight: 400;
  font-size: 6rem;
  color: #fff;
  font-family: var(--poppins);
  text-transform: uppercase;
}
.christmas_bottom_h3 h3 span {
  font-weight: 700;
  color: #ffd665;
}
.christmas_bottom_content .button {
  width: 26rem;
  height: 8.4rem;
  display: flex;
  justify-content: center;
  margin-top: 3.3rem;
  font-size: 3.6rem;
}
.christmas_bottom_bar .bar_left {
  position: relative;
}
.christmas_bottom_bar .bar_left .cy9_img {
  position: absolute;
  left: -6rem;
  top: -0.5rem;
  width: 5.3rem;
}
.img_ch13,
.img_ch14,
.img_ch16,
.img_ch15,
.img_ch12 {
  display: none;
}
.christmas_banner2 .christmas_top_content {
  margin-right: 35.1rem;
}
.christmas_banner2 .img_chp3 {
  position: absolute;
  bottom: 0;
  right: -2rem;
  width: 66rem;
}
.christmas_bottom_bar2 {
  background-color: #c388ae;
}
.img_chp7 {
  display: none;
}
.christmas_bottom_bar p .sp1 {
  font-weight: 700;
  color: #fff;
}

/*======== boxing day page area ========*/
.boxingday_banner {
  padding-bottom: 11.6rem;
  position: relative;
}
.boxingday_banner .img_bo3 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70rem;
}
.boxingday_top_content {
  padding-top: 7.8rem;
  margin-left: 56rem;
}
.boxingday_top_content .img_bo2 {
  width: 88.3rem;
}
.boxingday_bottom_content {
  max-width: 62rem;
  margin-left: 69.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.boxingday_bottom_content h1 {
  font-size: 11rem;
  font-weight: 700;
  color: #fff;
  font-family: var(--robotoslab);
  line-height: 0.8;
  padding-top: 4.5rem;
}
.boxingday_text_h3 {
  display: flex;
  align-items: center;
  padding-top: 1.8rem;
}
.boxingday_text_h3 h2 {
  font-family: var(--allura);
  font-size: 13rem;
  font-weight: 400;
  color: #e8a34c;
  line-height: 0.9;
  position: relative;
  z-index: 1;
}
.boxingday_text_h3 h3 {
  padding: 1.3rem 3rem;
  border-radius: 1.5rem 10rem 10rem 1.5rem;
  background-color: #002074;
  color: #fff;
  font-family: var(--poppins);
  font-size: 4.6rem;
  font-weight: 600;
}
.boxingday_text_h3 h3 span {
  color: #ffd665;
}
.boxingday_bottom_content .button {
  width: 26rem;
  height: 8.4rem;
  font-size: 3.6rem;
  margin-top: 2rem;
}
.boxingday_bottom_bar .bar_container {
  gap: 2.8rem;
}
.boxingday_bottom_bar .bar_container .bar_left {
  position: relative;
}
.boxingday_bottom_bar .bar_container .bar_left .bo4_img {
  position: absolute;
  width: 5.6rem;
  left: -6rem;
  top: -0.4rem;
}
.img_bo8,
.img_bo7 {
  display: none;
}
.boxingday_banner2 .boxingday_text_h3 h3 {
  background: #693c59;
}
.boxingday_bottom_bar2 {
  background-color: #c388ae;
}
.img_bo12 {
  position: absolute;
  left: 0;
  top: 0;
}
.img_bop2 {
  position: absolute;
  right: 0;
  bottom: 10.8rem;
  width: 62rem;
}
.img_bop6 {
  display: none;
}

/*========= happy new year page area ==========*/
.happynew_banner {
  padding-bottom: 6.3rem;
  position: relative;
}
.happynew_banner .img_ar3 {
  position: absolute;
  right: 4.5rem;
  bottom: 0;
  width: 91rem;
}
.happynew_top_content {
  padding-top: 2.8rem;
  margin-left: 71.9rem;
}
.happynew_top_content .img_ar2 {
  width: 56.2rem;
}
.happynew_bottom_content {
  max-width: 63rem;
  margin-left: 48rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.5rem;
}
.happynew_bottom_content h3 {
  font-size: 4.8rem;
  font-weight: 600;
  font-family: var(--poppins);
  color: #ecdd83;
  padding-bottom: 0.8rem;
}
.happynew_bottom_content h1 {
  font-size: 26rem;
  font-weight: 400;
  font-family: var(--concertone);
  color: #fff;
  line-height: 0.6;
  letter-spacing: 1rem;
}
.happynew_bottom_content h2 {
  font-size: 5.5rem;
  font-weight: 400;
  color: #fff;
  font-family: var(--poppins);
  text-transform: uppercase;
  margin-top: 4.8rem;
  padding: 1.7rem 2.8rem;
  border: 0.1rem solid #fff;
}
.happynew_bottom_content h2 span {
  font-weight: 700;
  color: #ffd665;
}
.happynew_bottom_content .button {
  width: 26rem;
  height: 8.4rem;
  display: flex;
  justify-content: center;
  font-size: 3.6rem;
  margin-top: 2.3rem;
}
.happynew_bottom_bar .bar_left {
  position: relative;
}
.happynew_bottom_bar .bar_container {
  gap: 2.8rem;
}
.happynew_bottom_bar .bar_left .ar4_img {
  position: absolute;
  left: -6rem;
  top: -0.4rem;
  width: 5.6rem;
}
.img_ar7,
.img_ar8 {
  display: none;
}
.img_arp3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80rem;
}
.happynew_bottom_bar2 {
  background-color: #c388ae;
}
.img_arp6 {
  display: none;
}

/*--- Extra large devices (large desktops, 1400px and up) -----*/


@media (min-width: 992px) {
  /* ============== newyear_banner2 ============== */
  .newyear_banner2 .banner_img_lg {
    width: 69.6rem !important;
  }

  .newyear_banner2 .banner_main_img {
    margin: 7.2rem 0 3.5rem 24.3rem;
    padding: 0;
  }

  .newyear_banner2 .banner_contents h1 {
    white-space: nowrap;
    font-size: 5rem;
  }

  .newyear_banner2 .content {
    margin-left: 8rem;
    padding: 14rem 0 8rem;
  }

  .newyear_banner2 .mid_title {
    margin-left: 12rem;
  }

  .newyear_banner2 .mid_title2 {
    padding-left: 30.2rem;
  }

  .newyear_banner2 .banner_contents .button {
    margin-left: 12.5rem;
    margin-top: 2.5rem;
    height: 6.3rem;
    padding: 0 3rem;
  }

  .newyear_banner2 .banner_circle {
    top: 3rem;
    left: 0rem;
  }

  .newyear_banner2 .circle {
    width: 70rem;
  }

  /* ================ newyear_bottom_bar2 ================ */
  .newyear_bottom_bar2 .bar_left p {
    padding: 0 2.7rem 0 1.3rem;
  }
  .newyear_bottom_bar2 .bar_container {
    gap: 14.7rem;
  }

  /* ================ President_banner_area ================= */
  .President_banner_area .content {
    margin-right: 4rem;
  }
}

@media (max-width: 1400px) {
  .banner_area .content {
    padding: 15px 0 0;
    align-items: start;
  }
  .banner_contents h1 {
    font-size: 40px;
  }
  .mid_title h2 {
    font-size: 120px;
  }
  .mid_title span {
    font-size: 26px;
    right: 24%;
  }
  .mid_title2 h2 {
    font-size: 90px;
  }
  .Valentines_day_banner .percent p {
    font-size: 20px !important;
  }
  .banner_hearts {
    max-width: 70px !important;
    right: 4em;
    top: 10em;
  }
  .banner_area .button {
    font-size: 18px;
    padding: 12px 40px;
  }
  .banner_area .circle {
    max-width: 400px;
  }
  .banner_contents .button {
    margin-top: 5px;
  }

  .banner_area .container {
    grid-template-columns: 2fr 1fr;
  }
  .easter_banner_area.easter-right-layout .container {
    grid-template-columns: 1fr 2fr;
  }

  .easter_text {
    width: fit-content;
    padding: 5px 65px;
  }

  .easter_text p {
    font-size: 22px;
  }
  .mid_title2 p {
    font-size: 34px;
  }
  .eastern_img {
    max-width: 360px !important;
  }
  .mothersday_banner_area h2{
      font-size: 26px;
}
  .mothersday_banner_area .left_content img {
    max-width: 480px;    
}
  .mothersday_banner_area .button {
    font-size: 24px;
        padding: 15px 28px;
}
  .mothersday_banner_area .sale_text h3 {    
    font-size: 24px;
  }
.mothersday_banner_area .sale_text {    
    bottom: 32px;
    left: 32px;
}

}

@media (max-width: 1200px) {
  .banner_area .content {
    padding: 1em 1em 3em;
  }
  .mid_title {
    margin-top: 15px;
  }
  .banner_contents h1 {
    font-size: 30px;
  }
  .mid_title h2 {
    font-size: 90px;
  }
  .mid_title span {
    font-size: 20px;
    right: 26%;
  }
  .mid_title2 h2 {
    font-size: 70px;
  }
  .Valentines_day_banner .percent p {
    font-size: 16px !important;
  }
  .banner_hearts {
    max-width: 60px !important;
    right: 8em;
    top: 6em;
  }
  .banner_area .button {
    font-size: 16px;
    padding: 10px 36px;
  }
  .banner_area .circle {
    max-width: 350px;
  }

  .easter_banner_area.easter-right-layout .container {
    grid-template-columns: 1fr 1.5fr;
  }

  .easter_text p {
    font-size: 18px;
  }
  .mid_title2 p {
    font-size: 28px;
  }
  .eastern_img {
    max-width: 320px !important;
    margin-top: 0 !important;
  }
  .easter_banner_area .mid_title2 {
    margin: -20px 0 0 -100px;
  }
      .mothersday_banner_area h2 {
        font-size: 20px;
    }
  .mothersday_banner_area .sale_text h3 {    
    font-size: 18px;
  }
.mothersday_banner_area .sale_text {    
    bottom: 25px;
    left: 25px;
}
      .mothersday_banner_area .left_content img {
        max-width: 380px;
    }
}

/* ------ Medium devices (tablets, 991px and down) -----*/
@media (max-width: 991px) {
  .banner_area .content {
    padding: 1em 1em 3em;
  }
  .mid_title {
    margin-top: 10px;
  }
  .banner_contents h1 {
    font-size: 24px;
  }
  .mid_title h2 {
    font-size: 70px;
  }
  .mid_title span {
    font-size: 18px;
    right: 26%;
  }
  .mid_title2 h2 {
    font-size: 60px;
  }
  .Valentines_day_banner .percent p {
    font-size: 14px !important;
  }
  .banner_hearts {
    max-width: 50px !important;
    right: 8em;
    top: 6em;
  }
  .banner_area .button {
    font-size: 14px;
    padding: 6px 28px;
    margin-top: 0;
  }
  .banner_area .circle {
    max-width: 300px;
  }

  .easter_text p {
    font-size: 16px;
  }
  .mid_title2 p {
    font-size: 24px;
  }
  .eastern_img {
    max-width: 280px !important;
  }
}
/*----- sm devices (tablets, 767px and down) -----*/
@media (max-width: 767px) {
  .banner_contents {
    margin: 0 auto;
  }

  html,
  .banner_html {
    font-size: 55%;
  }

  .d_sm_none {
    display: none !important;
  }
  .d_sm_block {
    display: block !important;
  }
  .d_sm_grid {
    display: grid !important;
  }
  .d_sm_flex {
    display: flex !important;
  }
  .d_lg_none {
    display: block !important;
  }

  /* ============= banner_area ============= */
  .banner_area {
    background: url("/cdn/shop/files/banner_bg_mobile.png?v=1738600775")
      no-repeat scroll top left / cover !important;
    overflow: hidden;
  }

  .banner_area .container {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .easter_banner_area.easter-right-layout .container {
    grid-template-columns: 1fr;
  }
  .banner_area {
    width: 100vw;
  }

  .banner_main_img {
    width: max-content;
    margin: 0 auto auto;
  }

  body .banner_main_img img {
    width: 100% !important;
    margin: auto;
  }

  .banner_contents h1 {
    font-size: 24px;
    line-height: 1.1;
  }

  .mid_title h2 {
    font-size: 70px;
  }

  .mid_title span {
    font-size: 15px;
    white-space: nowrap;
    left: unset;
    top: 0rem;
    right: 0;
  }

  .mid_title {
    width: fit-content;
    margin: 0 auto;
    margin-top: 1rem;
    justify-content: center;
    display: flex;
  }

  .mid_title2 h2 {
    font-size: 70px;
  }

  .banner_area .percent {
    font-size: 2rem;
    padding: 5px 15px;
    margin-bottom: 0.5rem;
  }

  .mid_title2 {
    gap: 1rem;
    justify-content: center;
    padding-left: 0;
    margin-top: 0;
  }

  .banner_area .button {
    font-size: 15px;
    padding: 6px 17px;
  }

  .banner_area .circle {
    max-width: 250px !important;
  }

  .banner_circle {
    top: 41%;
  }

  .banner_contents .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }

  .banner_hearts {
    max-width: 50px !important;
    position: absolute;
    right: 4.5em;
    top: 4em;
  }

  .banner_area .content {
    padding: 0em 1em 4em;
    align-items: start;
  }

  .banner_img_lg {
    display: none !important;
  }
  .banner_img_sm {
    display: block;
  }

  .Valentines_day_banner .percent p {
    font-size: 12px !important;
  }

  /* ================ Bottom bar ================== */
  .bar_right {
    display: none;
  }

  .bottom_text_wrap {
    text-align: center;
    position: relative;
    padding: 1.2rem 0;
  }

  .bar_flower {
    width: 4.2rem;
    position: absolute;
    top: 0;
    left: 1rem;
  }

  .bar_flower2 {
    width: 4.2rem;
    position: absolute;
    top: 0;
    right: 0rem;
  }

  .bar_left p {
    font-size: 1.3rem;
    white-space: nowrap;
    line-height: 1.8rem;
  }

  .bar_pillows {
    margin-right: 1.1rem;
  }

  .bar_left a {
    margin-left: 1rem;
    white-space: nowrap;
    padding: 0 2rem;
  }

  .bottom_bar {
    justify-content: center;
    display: flex;
    padding: 0 1rem;
    z-index: 99;
  }

  /* ============== Modal responsive =============== */
  .modal_conent {
    width: 35rem;
    padding: 0 2.4rem 2rem 2.8rem;
  }

  .modal_flower {
    width: 7.5rem;
  }

  .modal_conent p {
    font-size: 1.4rem;
  }

  .discount {
    font-size: 5rem;
    line-height: 1;
    padding: 0 0 2.2rem;
  }

  .modal_conent p.p2 {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }

  .col_6 {
    width: 100%;
  }

  .form_row {
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2.2rem;
    margin-bottom: 1rem;
  }

  /* ================= banner_modal_two ================== */
  .banner_modal_two .modal_flower {
    margin-bottom: -1.5rem;
    margin-left: -1rem;
  }

  .banner_modal_two p.p2 {
    font-size: 1.4rem;
  }

  .check_boxes {
    margin: 1.5rem 0 1.5rem;
  }

  .banner_modal_two form {
    grid-template-columns: 1fr;
  }

  .banner_modal_two .modal_conent {
    padding: 0 3rem 3rem 3rem;
  }

  /* ====================== New Year's day ====================== */
  .newyear_banner {
    background: url(../img/newyear_bg_sm.png) no-repeat scroll top left / cover !important;
  }

  .newyear_banner .banner_main_img img {
    width: 29.3rem;
  }

  .newyear_banner .banner_main_img {
    margin: 0 auto;
    padding: 0;
    padding-top: 8.8rem;
    position: relative;
    z-index: 1;
  }

  .newyear_image_top {
    width: 53.7rem;
  }

  .newyear_banner .content {
    margin: 0 auto;
    margin-top: -1rem;
  }

  .newyear_banner .mid_title h2,
  .newyear_banner .mid_title span {
    font-size: 6rem;
  }

  .newyear_banner .mid_title {
    margin-left: 4.5rem;
    padding-bottom: 1.5rem;
  }

  .newyear_banner .mid_title h2 span {
    padding-left: 7rem;
  }

  .newyear_banner .mid_title2 {
    padding-left: 11.2rem;
  }

  .newyear_banner .mid_title2 h3 {
    font-size: 3.2rem;
    transform: translateX(-1.5rem);
  }

  .newyear_banner .button {
    font-size: 2.7rem;
    margin-top: 1.5rem;
    height: 5.7rem;
    padding: 0 3rem;
    margin-left: 2.5rem;
  }

  .newyear_banner .banner_circle img {
    width: 50rem;
  }

  .newyear_banner .banner_circle {
    left: 50%;
    transform: translate(-50%, -50%);
    top: calc(50% - 6.5rem);
  }

  /* =================== Newyear bottom ==================== */
  .newyear_bottom_bar .bar_left p {
    padding: 0;
    font-size: 1.3rem;
    margin: 0;
    font-weight: 700;
  }

  .newyear_bottom_bar .bar_container {
    padding: 0;
    width: 100%;
  }

  .newyear_bottom_bar .bar_left {
    width: 100%;
    justify-content: space-between;
  }

  .newyear_bottom_bar .bar_pillows {
    width: 5.194rem;
  }

  .newyear_bottom_bar {
    padding: 0.5rem 1rem;
  }

  /* =================== newyear modal styles ===================== */
  .newyear_modal1 .modal_conent {
    padding-top: 7.6rem;
  }

  .newyear_modal_img {
    width: 100%;
  }

  .newyear_modal2 .modal_conent {
    padding-top: 8rem;
  }

  /* ======================= President_banner_area ===================== */
  .President_banner_area {
    background: url(../img/presidents_bg_sm.png) no-repeat scroll top left /
      cover !important;
    height: 62.5rem;
  }

  .President_banner_area .content {
    display: block;
    margin: 39.3rem 0 0 12.3rem;
    width: 36rem;
    margin-left: auto;
    transform: translateX(2rem);
  }

  .independent_text h5 {
    font-size: 1.852rem;
    white-space: nowrap;
  }

  .independent_text img {
    width: 35.5rem;
  }

  .independent_text {
    right: 3rem;
    top: 4.5rem;
  }

  .President_banner_area .banner_contents h1 {
    font-size: 2.4rem;
    line-height: 1;
    padding-left: 7rem;
    padding-bottom: 1rem;
  }

  .President_banner_area .mid_title h3 {
    font-size: 3rem;
  }

  .President_banner_area .mid_t12 h2 {
    font-size: 5.3rem;
  }

  .President_banner_area .mid_title2 p {
    font-size: 2.5rem;
    transform: translateX(-0.5rem);
  }

  .President_banner_area .stars img {
    width: 1.9rem;
  }

  .President_banner_area .stars {
    margin-left: 0.8rem;
    gap: 0.3rem;
  }

  .President_banner_area .banner_circle img {
    width: 33.3rem;
  }

  .President_banner_area .mid_title {
    padding-left: 3.2rem;
    margin-top: 0.2rem;
    transform: translateX(3.5rem);
  }

  .President_banner_area .mid_title2 {
    padding-left: 1rem;
    padding-top: 2rem;
  }

  .President_banner_area .banner_circle {
    top: -0.7rem;
    left: 17.5rem;
  }

  .President_banner_area .mid_title h3 {
    transform: translateY(0.2rem);
  }

  .President_banner_area .mid_t12 {
    transform: translateX(2.5rem);
  }

  .President_banner_area .mid_title2 {
    transform: translateX(2.5rem);
  }

  .President_banner_area .banner_contents .button {
    white-space: nowrap;
    margin-left: 9.5rem;
  }

  /* ================== President_bottom_bar =================== */
  .President_bottom_bar .bar_left p {
    text-align: center;
    transform: translateX(2.5rem);
    line-height: 1.8rem;
  }

  .President_bottom_bar .bar_pillows {
    width: 3.3rem;
    position: relative;
    top: -0.8rem;
    right: 1.2rem;
  }

  .President_bottom_bar .bar_flower {
    width: 4.045rem;
    margin-right: 0;
    transform: translateX(0.6rem) translateY(0.2rem);
  }

  .bottom_bar.President_bottom_bar {
    height: 5rem;
  }

  .President_bottom_bar .bar_left a {
    margin-left: 0;
    transform: translateX(4rem);
  }

  .President_bottom_bar .bar_left {
    display: flex;
    align-items: center;
  }

  .President_bottom_bar .bar_container {
    width: 100%;
  }

  /* ==================== president_modal1 ==================== */
  .president_modal1 .modal_flower1,
  .president_modal2 .modal_flower1 {
    width: 10rem;
  }

  .president_modal1 .modal_flower2 {
    width: 8rem;
    margin-bottom: -1.2rem;
  }

  .president_modal2 .modal_flower2 {
    width: 10rem;
    margin-left: 5rem;
  }

  .president_modal2 .modal_flower1 {
    width: 8.5rem;
  }

  /* ==================== easter_banner_area ====================== */

  .easter_banner_area .easter_text p {
    font-size: 16px;
  }

  .easter_banner_area .easter_text {
    padding: 6px 30px;
  }

  .easter_banner_area .eastern_img {
    max-width: 300px !important;
    margin: 2px 0 0 auto !important;
  }

  .easter_banner_area .mid_title2 p {
    font-size: 28px;
  }

  .easter_banner_area .content {
    margin: 20px 0 0;
    padding: 0;
  }

  .easter_banner_area .mid_title2 {
    max-width: 300px !important;
    margin: -16px 0 0 auto;
    justify-content: start;
  }

  .easter_banner_area .banner_contents .button {
    margin-right: 0;
    margin-top: 0;
  }

  .easter_banner_area.easter-right-layout .eastern_img {
    margin: 2px auto 0 0 !important;
  }

  .easter_banner_area.easter-right-layout .content {
    grid-column: auto;
    padding: 0 0 4em;
    align-items: end;
  }

  .easter_banner_area.easter-right-layout .banner_contents {
    position: unset;
  }
  .easter_banner_area.easter-right-layout .easter_text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .easter_banner_area.easter-right-layout .mid_title2 {
    margin: -16px auto 0 0;
  }
  .easter_banner_area.easter-right-layout .banner_contents .button {
    margin: 0 0 0 auto;
  }

  .easter_banner_area.easter-right-layout .banner_contents {
    margin: 0 auto 0 35px;
  }
  .easter_banner_area.easter-right-layout .eastern_img {
    max-width: 200px !important;
  }

  /* ================== easter_bottom_bar ================ */
  .easter_bottom_bar .bar_container {
    padding: 0;
    width: 44rem;
    margin: 0 auto;
    gap: 0;
  }

  .easter_bottom_bar {
    padding: 0;
  }

  .easter_bottom_bar .bar_flower {
    left: 0;
    position: relative;
  }

  /* ================ easter_modal styles ==================== */
  .easter_modal1 .modal_flower2 {
    width: 3.933rem;
    margin-top: 1rem;
  }
  .easter_modal1 .modal_flower1 {
    width: 8rem;
    right: 0;
    top: 1.8rem;
  }
  .easter_modal2 .modal_flower2 {
    width: 4.2rem;
    margin-left: 2.7rem;
    margin-bottom: 0;
    margin-top: 1.5rem;
  }
  .easter_modal2 .modal_flower1 {
    right: -0.5rem;
    bottom: 16rem;
    width: 9rem;
  }

  /* ================== newyear_banner2 =================== */
  .newyear_banner2 {
    background: url(../img/newyear_bg2_sm.png) no-repeat scroll top left / cover !important;
  }

  .newyear_banner2 .banner_circle {
    top: calc(50% - 5.5rem);
  }

  /* ============== newyear_bottom_bar2 =============== */
  .newyear_bottom_bar2 {
    background: url(../img/newyear2_bg_sm.png) no-repeat scroll top left / cover;
  }

  /* ===================== Valentines2_bottom_bar ====================== */
  .Valentines2_bottom_bar .bar_pillows {
    width: 7.728rem;
    margin-left: 0;
    margin-right: -0.2rem;
  }

  /* ===================== President_banner_area2 ====================== */
  .President_banner_area2 {
    background: url(../img/president2_main_bg_sm.png) no-repeat scroll top left /
      cover !important;
  }

  .President_banner_area2 .president_sm_hat {
    width: 7.745rem;
    top: -5rem;
    transform: translateX(0);
    right: 13.5rem;
  }

  .President_bottom_bar2 .bar_flower {
    width: 7.5rem;
    margin-right: 0;
    transform: translateX(-1.5rem) translateY(0.2rem);
  }

  .President_banner_area2 .independent_text {
    right: 3rem;
  }

  /* ==================== easter2_banner_area ====================== */
  .easter2_banner_area {
    background: url(../img/easters2_bg_sm.png) no-repeat scroll top left / cover !important;
  }
  .easter2_banner_area .content {
    width: 34.5rem;
    margin-left: auto;
    margin-top: 33.5rem;
    margin-right: 6rem;
  }
  .easter2_modal1 .modal_flower1 {
    top: 0;
  }

  /* ======================== independent_banner_area ======================== */
  .independent_banner_area {
    background: url(../img/independance_bg_sm.png) no-repeat scroll top left /
      cover !important;
  }

  .independent_banner_area .independent_img {
    width: 38.5rem;
    top: 0.5rem;
  }

  .independent_banner_area .independent_text h5 {
    font-size: 1.86rem !important;
  }

  .independent_banner_area .fourth_july {
    width: 29.425rem;
  }

  .independent_banner_area .content {
    padding-top: 30.5rem;
    padding-left: 5rem;
    padding-bottom: 4rem;
  }

  .independent_banner_area .sale_text h2 {
    font-size: 7.8rem;
    letter-spacing: -0rem;
  }

  .independent_banner_area .independent_text img {
    width: 44rem;
  }

  .independent_banner_area .independent_text {
    height: 2.512rem;
    top: 0.5rem;
    left: -1.5rem;
    z-index: 9;
  }

  .independent_banner_area .percent_bg {
    width: 20.1rem;
  }

  .independent_banner_area .parcent span {
    font-size: 5.7rem;
    transform: translateX(calc(-50% - -0.5rem)) rotate(-13deg)
      translateY(2.2rem);
  }

  .independent_banner_area .parcent {
    position: relative;
    margin-left: 0rem;
    margin-top: 2rem;
    transform: rotate(13deg);
  }

  .independent_banner_area .banner_contents .button {
    margin-left: 6rem;
    margin-top: -1.5rem;
    height: 4.3rem;
    padding: 0 3rem;
  }

  .independent_banner_area .independent_text h5 span {
    color: #fff !important;
  }

  .independent_banner_area .sale_text {
    margin-top: -5.8rem;
  }

  .independent_banner_area .bar_left p {
    padding-right: 1rem;
  }

  .independent_bottom_bar .bar_container {
    padding: 0;
    width: 42rem;
    margin: 0 auto;
  }

  .independent_bottom_bar .bar_flower {
    position: relative;
    margin-right: 2.5rem;
  }

  /* ======================== independent_bottom_bar ======================== */
  .independent_bottom_bar {
    background: url(../img/independance_bottombar_bg_sm.png) no-repeat scroll
      top left / cover !important;
  }

  /* ======================== independent2_banner_area ======================= */
  .independent2_banner_area {
    background: url(../img/independance2_bg_sm.png) no-repeat scroll top left /
      cover !important;
  }
  .independent2_banner_area .independent_img {
    width: 45.5rem;
    top: 0.5rem;
    right: 0;
  }

  /* ========================= independent2_bottom_bar ================= */
  .independent2_bottom_bar {
    background: url(../img/independance2_bottombar_bg_sm.png) no-repeat scroll
      top left / cover !important;
  }

  /* ===================== mothersday_banner_area ===================== */
  .banner_area.mothersday_banner_area .content {    
    grid-template-columns: 1fr;
    gap: 0;
            margin: -100px 0 0;
  }
  .mothersday_banner_area h2 {
        font-size: 16px;
        padding: 5px 15px;
        position: unset;
        margin: 20px auto 10px;
        height: fit-content;
    }
.mothersday_banner_area  .left_content{
  order: 2;
  margin: -60px 0 0;
}
  .mothersday_banner_area  .center_content{
  order: 3;
}
  .mothersday_banner_area  .right_content{
  order: 1;
}
  .mothersday_banner_area .left_content {
        max-width: 300px;
        margin: 0 auto 0;
    }
   .mothersday_banner_area .right_content {
    max-width: 300px;
    margin: 0px auto -62px;
}
  .mothersday_banner_area .sale_text {
          bottom: 23px;
        left: 36px;
    }
      .mothersday_banner_area .sale_text h3 {
        font-size: 16px;
    }
      .mothersday_banner_area .button {        
        position: relative;
        top: -30px;
        margin: auto;
    }
  /* ==================== mothersday_bottom_bar ====================== */
  .mothersday_bottom_bar .bar_flower {
    width: 5.422rem;
    margin-right: 0;
    position: relative;
  }

  .mothersday_bottom_bar .bar_flower2 {
    position: relative;
    width: 8.524rem;
    margin-left: -0.5rem;
  }

  .mothersday_bottom_bar .bar_left p {
    padding-left: 1.5rem;
  }

  .mothersday_bottom_bar .bar_left a {
    margin-left: -4rem;
  }
  .mothers_modal2 .modal_flower2 {
    margin-left: 0;
  }

  /* ===================== mothersday2_banner_area ===================== */
  .mothersday2_banner_area {
    background: url(../img/mothersday2_bg_sm.png) no-repeat scroll top left /
      cover !important;
  }

  /* ===================== fathersday_banner_area ===================== */
  .fathersday_banner_area {
    background: url(../img/fathersday_bg_sm.png) no-repeat scroll top left /
      cover !important;
  }

  .fathersday_banner_area .sale_text > span {
    width: 1.64rem;
    height: 1.64rem;
  }

  .fathersday_banner_area .sale_text {
    gap: 0.5rem;
    margin-top: -6.5rem;
    margin-left: 2rem;
    padding: 0 0.8rem 0 1.6rem;
  }

  .fathersday_banner_area .fourth_july {
    width: 40rem;
    margin: 0;
  }

  .fathersday_banner_area .percent_lock {
    right: -5rem;
    top: -2rem;
  }

  .fathersday_banner_area .independent_img {
    top: 0;
    transform: translateY(0);
    margin-bottom: 0;
    margin-top: -3.5rem;
  }

  .fathersday_banner_area .container {
    flex-direction: column;
  }

  /* ====================== fathersday_bottom_bar ======================== */
  .fathersday_bottom_bar .bar_inner p img {
    width: 2.4rem;
    transform: translate(-1rem, 0.5rem);
  }

  .fathersday_bottom_bar .bar_flower2 {
    opacity: 0;
    width: 7rem;
  }

  .fathersday_bottom_bar .bar_left p {
    padding-left: 2.5rem;
  }

  /* ====================== fathersday_styles ======================== */
  .fathers_modal1 .modal_flower2 {
    width: 7rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  .fathers_modal2 .modal_flower2 {
    width: 7.5rem;
  }

  /* ====================== fathersday2_banner_area ======================== */
  .fathersday2_banner_area .independent_img {
    width: 47rem;
  }

  /* ===================== amazon_banner_area ================= */
  .amazon_banner_area {
    height: auto;
    padding-top: 2.5rem;
    background: url(../img/amazon_bg_sm.png) no-repeat scroll top left / cover !important;
  }

  .amazon_banner_area .independent_img {
    position: relative;
    width: 39.609rem;
  }

  .amazon_banner_area .amazon_box {
    position: absolute;
    left: -4.5rem;
    width: 18rem;
    top: 5rem;
    transform: translateY(0);
  }

  .amazon_banner_area .gradient_text {
    width: 39.4rem;
  }

  .amazon_banner_area .amazon_mid_text h4 {
    font-size: 4.891rem;
  }

  .amazon_banner_area .amazon_mid_text img {
    width: 11.9rem;
  }

  .amazon_banner_area .amazon_mid_text h5 {
    font-size: 2.8rem;
  }

  .amazon_banner_area .amazon_mid_text p {
    font-size: 1.8rem;
    padding: 0.4rem 0 1.8rem;
  }

  .amazon_banner_area .container {
    flex-direction: column;
  }

  .amazon_banner_area .amazon_images {
    position: relative;
    margin-left: 7rem;
  }

  /* ===================== amazon_bottom_bar ===================== */
  .amazon_bottom_bar {
    background: #005d92;
  }

  .amazon_bottom_bar .bar_flower2 {
    width: 6rem;
    opacity: 0;
  }

  .amazon_bottom_bar .bar_flower {
    width: 6.5rem;
  }

  /* ==================== amazon2_banner_area ===================== */
  .amazon2_banner_area {
    background: url(../img/amazon2_bg_sm.png) no-repeat scroll top left / cover !important;
  }

  /* ==================== amazon2_banner_area ===================== */
  .amazon2_banner_area .independent_img {
    width: 42rem;
  }

  .amazon2_banner_area .amazon_box {
    left: -4.5rem;
    top: 20.5rem;
  }

  .amazon2_banner_area .amazon_images {
    margin-top: -4rem;
    padding-bottom: 8rem;
  }

  .amazon2_bottom_bar {
    background: #c388ae;
    padding: 0.5rem 0;
  }

  /* =================== singles_banner_area ==================== */
  .singles_banner_area {
    background: url(../img/singlesday_bg_sm.png) no-repeat scroll top left /
      cover !important;
  }

  .singles_banner_area .independent_img {
    width: 38rem !important;
    z-index: 1;
    right: 0 !important;
    left: auto;
    margin: 0;
    margin-right: -4rem;
  }

  .singles_banner_area .amazon_box {
    width: 27.879rem !important;
  }

  .singles_banner_area .amazon_images {
    margin-left: 0;
    display: flex;
    justify-content: end;
    margin-top: -7rem;
  }

  .singles_banner_area .gradient_text {
    width: 40rem;
  }

  .singles_day_mid_text h2 {
    font-size: 6.9rem;
  }

  .singles_day_mid_text_2 h3 {
    font-size: 6.9rem;
    word-spacing: -1rem;
  }

  .text_angta {
    width: 9.2rem;
    bottom: -6rem;
    right: 8rem;
  }

  .singles_banner_area .banner_contents .button {
    margin-left: 3rem !important;
    margin-top: 3rem !important;
  }

  .singles_bottom_bar .bar_left a {
    margin-left: 1rem;
  }

  .singles_bottom_bar .bar_flower {
    width: 5.7rem;
    margin-left: -2rem;
    margin-right: 1rem;
  }

  /* ==================== singles2_banner_area ===================== */

  .singles2_banner_area {
    background: url(../img/singles2_bg_sm.png) no-repeat scroll top left / cover !important;
  }

  .singles2_banner_area .amazon_images {
    margin-top: -2rem;
  }

  .singles2_bottom_bar {
    background: #c388ae;
    padding: 0.4rem 0;
  }

  .singles2_bottom_bar .bar_inner p {
    font-size: 1rem !important;
    line-height: 1.4;
  }

  /* ============================ superbowl_banner_area ========================= */
  .superbowl_banner_area {
    background: url(../img/superbowl_bg_sm.png) no-repeat scroll top left /
      cover !important;
  }

  .superbowl_banner_area .amazon_box {
    width: 17.2rem !important;
    left: 14rem !important;
    top: auto !important;
    bottom: 2.9rem;
  }

  .superbowl_banner_area .independent_img {
    width: 33.1rem;
    margin-right: 14rem;
    top: auto;
  }

  .superbowl_banner_area .amazon_images {
    width: 100% !important;
    margin: 0 auto !important;
    display: flex;
    justify-content: flex-end;
  }

  .superbowl_banner_area .gradient_text {
    width: 41rem;
  }

  .superbowl_banner_area .amazon_mid_text h4 {
    font-size: 5.3rem;
    margin: 1.5rem 0 1rem;
  }

  .superbowl_banner_area .amazon_mid_text img {
    width: 41rem;
  }

  .superbowl_banner_area .banner_contents .button {
    padding: 0 3rem;
  }

  /* ===================== superbowl_bottom_bar ========================= */
  .superbowl_bottom_bar .bar_container {
    padding: 0;
  }

  .superbowl_bottom_bar .bar_flower img {
    position: relative;
    width: 8rem !important;
  }

  .superbowl_bottom_bar .bar_flower {
    position: relative;
  }

  /* ================== superbowl_banner_area ================== */
  .superbowl2_banner_area {
    background: url(../img/superbowl2_bg_sm.png) no-repeat scroll top left /
      cover !important;
  }

  .superbowl2_banner_area .amazon_box {
    width: 44.2rem !important;
  }

  .superbowl2_banner_area .independent_img {
    width: 45rem;
    z-index: 1;
  }

  /* ===================== superbowl2_bottom_bar =================== */
  .superbowl2_bottom_bar {
    background: #c388ae;
    padding: 0.4rem 0;
  }
  .superbowl2_bottom_bar .bar_inner img {
    width: 7rem !important;
    margin-right: 2rem;
  }

  /* ===================== national_banner_area =================== */
  .national_banner_area {
    background: url(../img/nationalsday_bg_am.png) no-repeat scroll top left /
      cover !important;
  }

  .national_banner_area .darkborder_title img {
    width: 41.2rem;
  }

  .national_banner_area .amazon_mid_text .span1 {
    font-size: 11.098rem;
  }

  .national_banner_area .content {
    padding-top: 3.2rem !important;
    padding-bottom: 35rem !important;
  }

  .national_banner_area .amazon_mid_text .span2 {
    font-size: 8.878rem;
  }

  .national_banner_area .amazon_images img {
    width: 34rem !important;
    right: auto;
    left: -2rem;
  }

  .national_banner_area .amazon_images {
    width: 100%;
    display: flex;
  }

  .national_banner_area .amazon_images .nationalsday_img2 {
    position: absolute;
    width: 19rem !important;
    right: 0 !important;
    bottom: 0;
    left: auto !important;
  }

  .national_banner_area .amazon_mid_text {
    padding: 2rem 0 0rem;
  }

  /* ======================= nationalsday_bottom_bar ======================= */
  .nationalsday_bottom_bar {
    padding: 0.3rem 0;
  }

  .nationalsday_bottom_bar .bar_flower {
    width: 7.567rem !important;
    position: relative;
    transform: translateX(-1rem);
  }

  .nationalsday_bottom_bar .bar_inner p {
    padding: 0 0rem 0 1.5rem;
  }

  .nationalsday_bottom_bar .bar_inner p .green_text {
    font-size: 1.6rem;
  }

  /* ====================== national_banner_area ===================== */
  .national_banner_area {
    position: relative;
    background: url(../img/nationalsday_bg_am.png) no-repeat scroll top left /
      cover !important;
  }

  /* ======================== national2_banner_area ===================== */
  .national2_banner_area {
    background: url(../img/nationalsday2_bg_sm.png) no-repeat scroll top left /
      cover !important;
  }

  .national2_banner_area .amazon_images .nationalsday_img2 {
    right: auto;
    left: 0 !important;
  }

  .national2_banner_area .amazon_images img {
    width: 34rem !important;
    right: 0;
    left: auto;
  }

  .national_bottom_bar .bar_container {
    padding: 0;
  }

  .national_bottom_bar .bar_flower {
    position: relative;
    width: 6rem !important;
    margin-left: -1rem;
  }

  .national_bottom_bar .bar_left p {
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .national_bottom_bar .bar_left p span {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .national2_bottom_bar {
    padding: 0.4rem 0;
  }

  /* ==================== collage_banner_area ===================== */
  .collage_banner_area {
    background: url(../img/collage_bg_sm.png) no-repeat scroll top left / cover !important;
  }

  .collage_banner_area .gradient_text {
    width: 41.2rem;
  }

  .collage_banner_area .collage_mid_text h3 {
    font-size: 8.87rem;
  }

  .collage_banner_area .collage_mid_text h4 {
    font-size: 5.7rem;
    margin-top: -2.8rem;
    margin-bottom: 1.2rem;
  }

  .collage_banner_area .content.centered {
    width: fit-content;
    padding: 2.5rem 0 0;
  }

  .collage_banner_area .collage_mid_text {
    padding-top: 1rem;
  }

  .collage_banner_area .independent_img {
    width: 46.3rem;
    position: relative;
    margin: 0 auto;
  }

  /* ======================== collage_bottom_bar ========================== */
  .collage_bottom_bar {
    background: #005d92;
  }

  .collage_bottom_bar p span {
    font-size: 1.6rem;
  }

  .collage_bottom_bar p {
    font-size: 1.2rem;
    margin-left: -2rem;
  }

  .collage_bottom_bar .bar_flower {
    width: 6.4rem !important;
    margin-right: 1rem;
    transform: translateX(-0.5rem);
  }

  .collage_bottom_bar .bar_left a {
    margin-left: -0.5rem;
  }

  .collage_bottom_bar {
    padding: 0.5rem 0;
  }

  /* ========================== collage2_banner_area ========================= */
  .collage2_banner_area {
    background: url(../img/collage2_bg.png) no-repeat scroll top left / cover !important;
  }

  /* ========================== collage2_bottom_bar ======================== */
  .collage2_bottom_bar {
    background: #c388ae;
    padding: 0.2rem 0;
  }

  /*=========================== responsive code by shahalam ============================*/

  .memorial_banner {
    background-image: url(../img/me-mb1.png) !important;
    padding-bottom: 47rem;
  }
  .memorial_banner_content_top {
    padding-top: 8rem;
    padding-left: 0;
  }
  .memorial_banner_content_top h2 {
    font-size: 4.5rem;
  }
  .memorial_left_content {
    padding: 2rem 2.2rem 1rem 2.5rem;
    position: relative;
  }
  .memorial_left_content h3 {
    font-size: 2.6rem;
    text-align: center;
  }
  .memorial_left_content h2 {
    font-size: 4.8rem;
    text-align: center;
  }
  .memorial_left_content h1 {
    font-size: 9rem;
    text-align: center;
  }
  .memorial_left_content h4 {
    font-size: 4.2rem;
    margin-top: 0;
  }
  .memorial_left_content div {
    text-align: center;
  }
  .memorial_left_content .button {
    font-size: 2.4rem;
    width: fit-content;
    height: 6rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
  .me_mb2_img {
    display: block;
    position: absolute;
    left: 0;
    bottom: -91rem;
    width: 100%;
    object-fit: contain;
  }
  .memorial_bottom_bar .bar_left p {
    text-align: center;
  }
  .memorial_banner_two {
    background-image: url(../img/me-mb-day1.png) !important;
    padding-bottom: 11rem;
  }
  .memorial_banner_two .memorial_left_content .button {
    margin-top: 0.5rem;
  }
  .memorial_banner_two .memorial_banner_content_top {
    padding-top: 50rem;
  }
  .me_flag1_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 35.2rem;
  }
  .me_lady1_img {
    position: absolute;
    top: 9rem;
    right: 0;
    width: 62rem;
  }
  .me_day2_1_img {
    position: absolute;
    left: 0;
    bottom: -93rem;
  }
  .me_flag2_img {
    position: absolute;
    right: 0;
    bottom: -96.5rem;
  }
  .memorial_model2 .modal_conent {
    padding-top: 8.5rem;
    padding-bottom: 3rem;
  }

  /*======== schooll session page area ========*/
  .scholl_session_banner {
    background-image: url(../img/sc-sm-bg1.png) !important;
    padding-bottom: 46rem;
  }
  .top_p {
    text-align: center;
  }
  .scholl_section_content p {
    margin-left: auto;
    margin-right: auto;
    font-size: 2.4rem;
    border-radius: 1.2rem 1.2rem 0.6rem 0.6rem;
    padding: 0.7rem 1.1rem;
  }
  .scholl_section_content_bottom {
    padding-left: 7rem;
    text-align: left;
  }
  .scholl_section_content_bottom h2 {
    font-size: 6.7rem;
  }
  .scholl_section_content_bottom h2 span::before {
    width: 10.4rem;
    height: 6.8rem;
    left: -0.8rem;
    top: 0.5rem;
    border-radius: 0rem 2rem 0rem;
  }
  .scholl_section_content_bottom h1 {
    font-size: 11.5rem;
    padding-left: 4.5rem;
  }
  .scholl_section_content_bottom .img_sc1 {
    left: 1.3rem;
    top: 11.5rem;
    width: 11rem;
  }
  .scholl_section_content_bottom .button {
    width: 24.3rem;
    height: 6.4rem;
    font-size: 3rem;
    margin-left: 8rem;
  }
  .scholl_section_content_bottom .img_sc2 {
    right: -17rem;
    bottom: -3em;
    width: 17.3rem;
  }
  .scholl_session_banner2 {
    background-image: url(../img/sc8.png) !important;
  }
  .scholl_session_banner2 .top_p p {
    margin-left: 0;
  }
  .scholl_session_banner2 .p2 {
    display: inline-block;
  }
  .scholl_session_banner2 .p1 {
    display: none;
  }

  /*====== labor day page area =======*/
  .labor_day_banner {
    background-image: url(../img/la6.png) !important;
    padding-bottom: 38rem;
  }
  .img_la2 {
    width: 32.5rem;
  }
  .labor_content_top p {
    max-width: 41rem;
    font-size: 2.5rem;
    margin-right: 0;
    margin-top: 6rem;
    text-align: left;
  }
  .lbaor_bottom_content {
    margin-left: 1.5rem;
    padding-top: 7.5rem;
  }
  .lbaor_bottom_content h2 {
    font-size: 8.2rem;
  }
  .la3_img {
    top: -3rem;
    left: 7.4rem;
    width: 19rem;
  }
  .img_la1 {
    display: none;
  }
  .labor_day_bottom_bar {
    padding: 0.8rem;
  }
  .labor_day_bottom_bar .bar_left p {
    text-align: center;
  }
  .laboday_modal1 .modal_conent {
    background-image: url(../img/la7.png) !important;
  }
  .labor_day_banner2 {
    background-image: url(../img/la9.png) !important;
  }
  .labor_day_banner2 .labor_content_top p {
    margin-right: 0;
    border-radius: 0rem 0rem 0rem 3rem !important;
  }

  /*====== halloween page area =======*/
  .halloween_banner {
    background-image: url(../img/ha6.png) !important;
    padding-bottom: 24.2rem;
  }
  .halloween_banner .img_ha3 {
    position: absolute;
    width: 37rem;
    right: 2rem;
    top: 52%;
  }
  .halloween_top_content {
    text-align: center;
    margin-right: 0;
  }
  .halloween_top_content .h1 {
    padding-top: 5rem;
  }
  .halloween_top_content h2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 3.5rem;
  }
  .halloween_bottom_content {
    margin-left: 0;
    margin-top: 3rem;
  }
  .halloween_bottom_content .text_img {
    text-align: center;
  }
  .halloween_bottom_content img {
    text-align: center;
    width: 43.1rem;
  }
  .halloween_bottom_content h3 {
    text-align: center;
    font-size: 3.6rem;
    padding-left: 0;
  }
  .halloween_bottom_content .button {
    margin-left: 13rem;
    width: 15rem;
    height: 4.7rem;
    font-size: 2rem;
  }
  .haloween_modal1 .modal_conent {
    background-image: url(../img/ha7.png) !important;
  }
  .halloween_banner2 {
    background-image: url(../img/ha11.png) !important;
    padding-bottom: 41rem;
  }
  .halloween_banner2 .img_ha9 {
    display: none;
  }
  .halloween_banner2 .halloween_content {
    flex-direction: column;
    align-items: center;
  }
  .halloween_banner2 .halloween_top_content {
    margin-left: 0;
  }
  .halloween_banner2 .halloween_bottom_content {
    margin-right: 0;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
  .halloween_banner2 .halloween_top_content .h1 {
    font-size: 5.8rem !important;
    padding-top: 3rem;
  }
  .halloween_banner2 .halloween_top_content .h2 {
    font-size: 4.5rem;
  }
  .haloween_modal2 .modal_conent {
    background-image: url(../img/ha15.png) !important;
  }

  /*======= veternas day page area =======*/
  .veternas_day_banner {
    background-image: url(../img/ve5.png) !important;
    padding-bottom: 42.4rem;
    z-index: 1;
  }
  .veternas_day_banner .img_ve2 {
    display: none;
  }
  .veternas_top_content {
    margin-left: auto;
    margin-right: auto;
    padding-top: 9.6rem;
  }
  .veternas_top_content h2 {
    font-size: 4.8rem;
  }
  .veternas_bottom_content {
    margin-left: auto;
    margin-right: auto;
  }
  .veternas_bottom_content h1 {
    font-size: 6rem;
  }
  .veternas_bottom_content h3 {
    font-size: 4.5rem;
  }
  .veternas_bottom_content .button {
    margin-top: 5.2rem;
    display: flex;
    justify-content: center;
    width: 15.1rem;
    height: 4.7rem;
    font-size: 2rem;
    margin-left: 45rem;
  }
  .img_ve6 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 97%;
    z-index: -1;
  }
  .img_ve7 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .veternas_bottom_bar .sp1 {
    color: #fff !important;
  }
  .veternas_day_banner2 {
    background-image: url(../img/ve11.png) !important;
    padding-bottom: 37.4rem;
  }
  .veternas_day_banner2 .veternas_bottom_content .button {
    margin-left: 0;
    margin-top: 2rem;
  }
  .veternas_day_banner2 .img_ve10 {
    width: 81rem;
  }

  /*======== thanksgiving page area =========*/
  .thanksgiving_banner {
    background-image: url(../img/th6.png) !important;
    padding-bottom: 32.2rem;
  }
  .img_th3 {
    display: none;
  }
  .thanksgiving_top_content {
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
    max-width: 58rem;
    text-align: center;
  }
  .thanksgiving_top_content .h1 {
    font-size: 4rem;
  }
  .thanksgiving_top_content .h2 {
    font-size: 4.9rem;
  }
  .thanksgiving_bottom_content {
    position: relative;
  }
  .thanksgiving_bottom_content {
    margin-left: 0;
    text-align: center;
    margin-top: 0;
    width: 100%;
    margin-top: 3rem;
    padding-bottom: 16rem;
  }
  .thanksgiving_bottom_content .img_th2 {
    width: 47.2rem;
  }
  .thanksgiving_bottom_content p {
    font-size: 3rem;
    padding: 0.8rem 1.6rem;
    width: 26rem;
    margin-top: -3rem;
  }
  .thanksgiving_bottom_content .button {
    width: 15.1rem;
    height: 4.7rem;
    margin-top: 7rem;
    position: absolute;
    bottom: 0;
    left: calc(100% - 18rem);
    font-size: 2rem;
  }
  .img_th7 {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 54rem;
  }
  .thanksgiving_banner2 {
    background-image: url(../img/th12.png) !important;
  }
  .img_th10 {
    display: none;
  }
  .img_th13 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 57rem;
  }
  .thanksgiving_bottom_bar p .sp1 {
    font-weight: 700;
    color: #fff;
  }

  /*====== blackfriday page area =======*/
  .blackfriday_banner {
    background-image: url(../img/bl6.png) !important;
  }
  .blackfriday_banner .img_bl3 {
    display: none;
  }
  .blackfriday_banner .img_bl4 {
    display: none;
  }
  .blackfriday_top_content {
    padding-top: 16.5rem;
    max-width: 71rem;
    margin-left: 0;
    text-align: center;
  }
  .img_bl8 {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 20rem;
  }
  .blackfriday_top_content h2 {
    font-size: 3.5rem;
  }
  .blackfriday_middle_content .img_th2 {
    width: 21.6rem;
  }
  .blackfriday_middle_content h1 {
    font-size: 10rem;
  }
  .blackfriday_bottom_content h2 {
    font-size: 4rem;
  }
  .blackfriday_bottom_content .button {
    font-size: 2rem;
    width: 15.1rem;
    height: 4.7rem;
    margin-top: 3.5rem;
  }
  .blackfriday_bottom_content {
    max-width: 17rem;
    margin-left: 7rem;
    margin-top: 7rem;
  }
  .img_bl9 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 33rem;
    display: block;
  }
  .blackfriday_bottom_bar p .sp2 {
    color: #fff;
    font-weight: 700;
  }
  .blackfriday_banner2 .img_bl13 {
    width: 43rem;
  }

  /*======= small business page area ========*/
  .smallbusiness_banner {
    background-image: url(../img/sm6.png) !important;
    padding-bottom: 33.5rem;
  }
  .smallbusiness_top_content {
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
    text-align: center;
  }
  .img_sm3 {
    display: none;
  }
  .smallbusiness_bottom_content {
    margin-left: 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4rem;
  }
  .smallbusiness_bottom_content h2 {
    font-size: 4.6rem;
  }
  .smallbusiness_bottom_content h1 {
    font-size: 9rem;
  }
  .smallbusiness_bottom_content h3 {
    font-size: 5rem;
    line-height: 1;
  }
  .smallbusiness_bottom_content .button {
    margin-top: 1rem;
    width: 15.1rem;
    height: 4.7rem;
    font-size: 2rem;
  }
  .img_sm7 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 11.2rem;
    width: 36rem;
  }
  .smallbusiness_bottom_bar p .sp1 {
    font-weight: 700;
    color: #fff;
  }

  .smallbusiness_banner2 {
    background-image: url(../img/sm14.png) !important;
  }
  .img_sm12 {
    display: none;
  }
  .img_sm15 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 53rem;
    display: block;
  }

  /*====== cyber monday page area ======*/
  .cybermonady_banner {
    background-image: url(../img/cy8.png) !important;
    padding-bottom: 31rem;
  }
  .cybermonady_top_content .img_cy2 {
    display: none;
  }
  .img_cy3,
  .img_cy4 {
    display: none;
  }
  .cybermonady_top_content {
    display: flex;
    justify-content: center;
    padding-top: 2.5rem;
    padding-left: 0;
    padding-bottom: 22rem;
  }
  .cybermonady_top_content .img_cy7 {
    width: 35rem;
    display: block;
  }
  .cybermonady_bottom_content {
    padding-left: 21rem;
  }
  .cybermonady_bottom_content h3 {
    font-size: 2.9rem;
    padding: 0.6rem 1.2rem;
  }
  .cybermonady_bottom_content .button {
    display: flex;
    justify-content: center;
    width: 15.1rem;
    height: 4.7rem;
    font-size: 2.4rem;
    margin-top: 6.6rem;
    margin-left: 27rem;
  }
  .img_cy9 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 53rem;
    z-index: -1;
  }
  .cybermonady_bottom_bar p .sp1 {
    font-weight: 700;
    color: #fff;
  }
  .cybermonady_banner2 {
    background-image: url(../img/cy16.png) !important;
    padding-bottom: 0;
  }
  .img_cy12 {
    display: none;
  }
  .cybermonady_banner2 .cybermonady_top_content {
    padding-left: 0;
    padding-bottom: 20.8rem;
  }
  .cybermonady_banner2 .img_cy13,
  .cybermonady_banner2 .img_cy14 {
    display: none;
  }
  .cybermonady_banner2 .cybermonady_bottom_content {
    position: relative;
    height: 55.9rem;
  }
  .cybermonady_banner2 .cybermonady_bottom_content .button {
    position: absolute;
    bottom: 2.4rem;
    left: 2.4rem;
    margin-left: 0;
  }
  .img_cy18 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
  }
  .img_cy17 {
    display: block;
  }

  /*====== christmas page area =======*/
  .christmas_banner {
    background-image: url(../img/ch11.png) !important;
    z-index: 1;
    padding-bottom: 40.2rem;
  }
  .christmas_banner .img_ch15 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .christmas_banner .img_ch16 {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 63rem;
    z-index: -1;
  }
  .christmas_banner .img_ch7,
  .christmas_banner .img_ch8 {
    display: none;
  }
  .christmas_top_content {
    text-align: center;
    margin-right: 0;
    padding-top: 13.5rem;
    display: flex;
    justify-content: center;
  }
  .christmas_top_content .img_ch2 {
    display: none;
  }
  .christmas_top_content .img_ch12 {
    width: 36.7rem;
    display: block;
  }
  .christmas_bottom_content {
    width: 100%;
    margin-left: 0rem;
    margin-top: 2.4rem;
  }
  .christmas_bottom_content .img_ch4,
  .christmas_bottom_content .img_ch3 {
    display: none;
  }
  .christmas_bottom_content .img_ch13 {
    width: 14.7rem;
    display: block;
  }
  .christmas_bottom_content .img_ch14 {
    width: 36.8rem;
    margin-top: -1.5rem;
    display: block;
  }
  .christmas_bottom_h3 h3 {
    font-size: 3.8rem;
    padding-top: 1.1rem;
  }
  .christmas_bottom_h3 .img_ch5 {
    width: 3.6rem;
    margin-right: 0.75rem;
  }
  .christmas_bottom_h3 .img_ch6 {
    width: 3.6rem;
    margin-left: 0.75rem;
  }
  .christmas_bottom_content .button {
    width: 15.1rem;
    height: 4.7rem;
    font-size: 2rem;
    margin-top: 2rem;
    margin-left: 22rem;
  }
  .christmas_banner2 {
    background-image: url(../img/chp5.png) !important;
  }
  .christmas_banner2 .christmas_top_content {
    margin-right: 0;
  }
  .christmas_banner2 .img_chp3 {
    display: none;
  }
  .img_chp7 {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    width: 62rem;
  }
  .christmas_banner2 .christmas_bottom_content .button {
    margin-left: 0;
  }

  /*===== boxing day page area ======*/
  .boxingday_banner {
    background-image: url(../img/bo6.png) !important;
    padding-bottom: 38.3rem;
  }
  .boxingday_banner .img_bo3 {
    display: none;
  }
  .boxingday_top_content {
    padding-top: 7.8rem;
    margin-left: 0;
    display: flex;
    justify-content: center;
  }
  .boxingday_top_content .img_bo2 {
    display: none;
  }
  .img_bo7 {
    display: block;
  }
  .boxingday_bottom_content {
    max-width: 100%;
    width: 100%;
    margin-left: 0rem;
  }
  .boxingday_bottom_content h1 {
    font-size: 7.8rem;
  }
  .boxingday_text_h3 h2 {
    font-size: 9rem;
  }
  .boxingday_text_h3 h3 {
    font-size: 3.8rem;
    padding: 0.6rem 1.8rem;
  }
  .boxingday_bottom_content .button {
    width: 15.1rem;
    height: 4.7rem;
    display: flex;
    justify-content: center;
    font-size: 2rem;
  }
  .img_bo8 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 38rem;
  }
  .boxingday_bottom_bar p .sp1 {
    color: #fff;
  }
  .boxingday_banner2 {
    background-image: url(../img/bop5.png) !important;
  }
  .img_bop2 {
    display: none;
  }
  .img_bop6 {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 62rem;
  }
  .boxingday_banner2 .boxingday_bottom_content .button {
    margin-top: 7rem;
    margin-left: 25rem;
  }

  /*========== happy new year page area ==========*/
  .happynew_banner {
    background-image: url(../img/ar6.png) !important;
    padding-bottom: 28rem;
    z-index: 1;
  }
  .img_ar8 {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .happynew_top_content .img_ar2,
  .happynew_banner .img_ar3 {
    display: none;
  }
  .happynew_top_content {
    margin-left: 0;
    display: flex;
    justify-content: center;
  }
  .happynew_top_content .img_ar7 {
    width: 41.1rem;
    display: block;
  }
  .happynew_bottom_content {
    max-width: 100%;
    margin-left: 0;
    padding-top: 1.5rem;
  }
  .happynew_bottom_content h3 {
    font-size: 3.1rem;
  }
  .happynew_bottom_content h1 {
    font-size: 15.3rem;
  }
  .happynew_bottom_content h2 {
    font-size: 3.4rem;
    padding: 0.8rem 1.2rem;
  }
  .happynew_bottom_content .button {
    width: 15.1rem;
    height: 4.7rem;
    font-size: 2rem;
    margin-top: 8.6rem;
    margin-right: 13rem;
  }
  .happynew_bottom_bar p .sp1 {
    color: #fff;
  }
  .happynew_banner2 {
    background-image: url(../img/arp5.png) !important;
    padding-bottom: 38rem !important;
  }
  .img_arp3 {
    display: none;
  }
  .happynew_banner2 .happynew_bottom_content .button {
    margin-top: 2rem;
    margin-right: 0;
  }
  .img_arp6 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 48rem;
  }
}
/*----- xs devices (landscape phones, 575px and down) -----*/
@media (max-width: 575px) {
  html,
  .banner_html {
    font-size: 2.15vw;
  }

  .newyear_image_top {
    width: calc(100vw);
  }
  /* ================= President_bottom_bar ============== */
  .President_bottom_bar .bar_left p {
    transform: translateX(6.5rem);
  }

  .President_bottom_bar .bar_pillows {
    top: -0.9rem;
    right: -2.8rem;
  }

  /*=========================== responsive code by shahalam ============================*/
  .memorial_banner {
    padding-bottom: 31.1rem;
  }
  .memorial_banner_content_top h2 {
    font-size: 3.5rem;
  }
  .memorial_left_content h3 {
    font-size: 1.6rem;
  }
  .memorial_left_content h2 {
    font-size: 3.8rem;
  }
  .memorial_left_content h1 {
    font-size: 6rem;
    text-align: left;
  }
  .memorial_left_content h4 {
    font-size: 2.3rem;
    padding-left: 6.6rem;
  }
  .memorial_left_content .button {
    font-size: 1.8rem;
    width: 17rem;
    height: 4.3rem;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 0;
    left: 76%;
    bottom: 0.9rem;
  }
  .me_mb2_img {
    bottom: -65rem;
  }
  .memorial_bottom_bar .bar_left {
    padding-left: 7rem;
  }
  .memo_lady_img {
    left: -1rem;
    width: 7rem;
  }
  .memorial_modal1 .modal_conent {
    background-image: url(../img/me-md3.png) !important;
    padding-top: 7.6rem;
    padding-bottom: 2rem;
  }
  .memorial_model2 .modal_conent {
    background-image: url(../img/me-md3.png) !important;
    padding-top: 8.5rem;
    padding-bottom: 3rem;
  }
  .me_flag1_img {
    width: 29.2rem;
  }
  .memorial_banner_two {
    padding-bottom: 11rem !important;
  }
  .memorial_banner_two .memorial_banner_content_top {
    padding-top: 30rem;
  }
  .me_lady1_img {
    top: 4rem;
    width: 45rem;
  }
  .memorial_banner_two .memorial_left_content h2 {
    font-size: 3.4rem;
  }
  .memorial_banner_two .memorial_left_content h1 {
    text-align: center;
  }
  .memorial_banner_two .memorial_left_content h4 {
    text-align: center;
    padding-left: 0;
  }
  .memorial_banner_two .memorial_left_content .button {
    left: 50%;
    bottom: -4.4rem;
  }
  .me_day2_1_img {
    bottom: -63rem;
  }
  .me_flag2_img {
    bottom: -66.5rem;
  }
  .memorial_day2_modal2 .modal_conent,
  .memorial_day2_modal1 .modal_conent {
    background-image: url(../img/md4.png) !important;
  }

  /*======= scholl section page area ========*/
  .scholl_session_banner {
    padding-bottom: 34rem;
  }
  .scholl_section_content p {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
  .scholl_section_content_bottom {
    padding-top: 1.7rem;
  }
  .scholl_section_content_bottom h2 {
    font-size: 5.7rem;
  }
  .scholl_section_content_bottom h2 span::before {
    width: 9rem;
    height: 5.8rem;
    left: -0.7rem;
    top: 0.5rem;
  }
  .scholl_section_content_bottom .img_sc1 {
    top: 7.5rem;
  }
  .scholl_section_content_bottom h3 {
    font-size: 3rem;
    margin-top: -2.5rem;
    text-transform: uppercase;
  }
  .scholl_section_content_bottom .button {
    width: 14.3rem;
    height: 4.5rem;
    font-size: 1.8rem;
    margin-left: 5rem;
  }
  .scholl_section_content_bottom .img_sc2 {
    right: -3.5rem;
    bottom: -2em;
    width: 12.3rem;
  }
  .scholl_session_modal1 .modal_conent {
    background-image: url(../img/sc6.png) !important;
  }
  .scholl_session_modal2 .modal_conent {
    background-image: url(../img/sc10.png) !important;
  }

  /*======= labor day page area ========*/
  .labor_day_banner {
    padding-bottom: 40rem;
  }
  .img_la2 {
    width: 27.5rem;
  }
  .labor_content_top p {
    max-width: 31rem;
    font-size: 1.8rem;
    margin-top: 4.5rem;
    border-radius: 0rem 0rem 0rem 3rem;
    position: relative;
    z-index: 1;
  }
  .lbaor_bottom_content {
    padding-top: 2.2rem;
  }
  .la3_img {
    top: -2.9rem;
    left: 4.5rem;
    width: 9.8rem;
  }
  .lbaor_bottom_content h2 {
    font-size: 4.6rem;
  }
  .lbaor_bottom_content h1 {
    font-size: 5.8rem;
    padding-left: 2.1rem;
  }
  .lbaor_bottom_content h3 {
    font-size: 2.3rem;
    padding-left: 9rem;
    margin-top: -1rem;
  }
  .lbaor_bottom_content .button {
    font-size: 1.8rem;
    width: 16rem;
    height: 4.3rem;
    margin-top: 0;
    position: absolute;
    right: 3rem;
    bottom: 3.7rem;
  }
  .laboday_modal1 .modal_conent {
    background-image: url(../img/la7.png) !important;
  }
  .labor_day_banner2 {
    padding-bottom: 38rem;
  }
  .labor_day_banner2 .labor_content_top p {
    padding: 1rem 2.5rem 1.5rem 2.5rem;
    max-width: 24rem;
    margin-top: 3.5rem;
  }
  .labor_day_banner2 .img_la2 {
    width: 32.5rem;
  }
  .laboday_modal2 .modal_conent {
    background-image: url(../img/la11.png) !important;
  }

  /*========= halloween page area =========*/
  .halloween_banner .img_ha3 {
    position: absolute;
    width: 35.5rem;
    right: 1rem;
    top: 53%;
  }
  .halloween_top_content h2 {
    font-size: 3.5rem;
  }
  .halloween_bottom_content {
    position: relative;
    z-index: 1;
  }
  .halloween_bottom_content img {
    text-align: center;
    width: 39.1rem;
  }
  .halloween_bottom_content h3 {
    padding-left: 1rem;
    font-size: 3.6rem;
  }
  .halloween_bottom_content .button {
    margin-left: 4.2rem;
  }
  .haloween_modal1 .modal_conent {
    background-image: url(../img/ha7.png) !important;
  }
  .halloween_banner2 {
    background-image: url(../img/ha12.png) !important;
    padding-bottom: 26.8rem;
  }
  .halloween_banner2 .halloween_top_content .h1 {
    font-size: 4.8rem !important;
  }
  .halloween_banner2 .halloween_top_content .h2 span {
    font-size: 4.1rem !important;
  }
  .halloween_banner2 .halloween_bottom_content {
    margin-top: 3rem;
  }
  .halloween_banner2 .halloween_bottom_content .button {
    margin-top: 1.5rem;
    width: 15rem;
    height: 4.7rem;
    font-size: 2rem;
  }
  .halloween_banner2 .img_ha13 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .haloween_modal2 .modal_conent {
    background-image: url(../img/ha15.png) !important;
  }
  .halloween_bottom_bar .bar_container {
    margin-left: 5rem;
  }

  /*======== veternas day page area =========*/
  .veternas_top_content {
    padding-top: 6.6rem;
  }
  .veternas_top_content h2 {
    font-size: 3.1rem;
  }
  .veternas_bottom_content {
    margin-top: 3rem;
  }
  .veternas_bottom_content h4 {
    font-size: 1.8rem;
    line-height: 1;
  }
  .veternas_bottom_content h1 {
    font-size: 4.2rem;
    padding-top: 1.5rem;
    line-height: 1;
  }
  .veternas_bottom_content h3 {
    font-size: 3.5rem;
    padding-top: 1.2rem;
  }
  .veternas_bottom_content .button {
    margin-left: 28rem;
  }
  .veternas_day_banner {
    padding-bottom: 26.4rem;
  }
  .veternas_modal1 .modal_conent {
    background-image: url(../img/ve8.png) !important;
  }
  .veternas_bottom_bar .bar_container {
    margin-left: 5rem;
  }
  .veternas_day_banner2 {
    padding-bottom: 29.7rem;
  }
  .veternas_day_banner2 .img_ve10 {
    display: none;
  }
  .veternas_day_banner2 .veternas_top_content {
    padding-top: 4.6rem;
  }
  .veternas_day_banner2 .img_ve12 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 46rem;
  }
  .veternas_modal2 .modal_conent {
    background-image: url(../img/ve13.png) !important;
  }
  .veternas_bottom_bar2 .img_ve15 {
    position: absolute;
    left: -9rem;
    top: -0.5rem;
    width: 11rem;
  }

  /*======== thanksgiving page area =========*/
  .thanksgiving_banner {
    padding-bottom: 26.2rem;
  }
  .thanksgiving_top_content {
    padding-top: 2rem;
  }
  .thanksgiving_top_content .h1 {
    font-size: 3rem;
  }
  .thanksgiving_top_content .h2 {
    font-size: 3.6rem;
  }
  .thanksgiving_bottom_content {
    margin-top: 1.5rem;
    padding-bottom: 12rem;
  }
  .thanksgiving_bottom_content .img_th2 {
    width: 32.9rem;
  }
  .thanksgiving_bottom_content p {
    font-size: 2.5rem;
    padding: 0.8rem 1.6rem;
    width: 22rem;
    margin-top: -2rem;
  }
  .img_th7 {
    right: -2rem;
    bottom: 0;
    width: 44rem;
  }
  .thanksgiving_modal1 .modal_conent {
    background-image: url(../img/th8.png) !important;
  }
  .thanksgiving_bottom_bar .bar_container {
    margin-left: 5rem;
  }
  .thanksgiving_banner2 .thanksgiving_bottom_content {
    margin-top: 1.5rem;
    padding-bottom: 10rem;
  }
  .img_th13 {
    display: block;
    position: absolute;
    bottom: 1rem;
    right: 0;
    width: 42rem;
  }
  .thanksgiving_modal2 .modal_conent {
    background-image: url(../img/th14.png) !important;
  }

  /*========== black friday page area =========*/
  .blackfriday_top_content h2 {
    font-size: 2.7rem;
  }
  .blackfriday_middle_content {
    margin-top: 1.8rem;
  }
  .blackfriday_middle_content .img_th2 {
    width: 16.6rem;
  }
  .blackfriday_middle_content h1 {
    font-size: 7.4rem;
  }
  .blackfriday_bottom_content {
    margin-left: 4rem;
    margin-top: 6rem;
    max-width: 12rem;
  }
  .blackfriday_bottom_content h2 {
    font-size: 3.1rem;
  }
  .img_bl9 {
    width: 29rem;
  }
  .blackfriday_bottom_bar .bar_container {
    margin-left: 5rem;
  }
  .blackfriday_modal1 .modal_conent {
    background-image: url(../img/bl10.png) !important;
  }
  .blackfriday_banner2 {
    padding-bottom: 7.5rem;
  }
  .blackfriday_banner2 .img_bl13 {
    width: 34rem;
    right: -1rem;
  }
  .blackfriday_bottom_bar2 .img_bl15 {
    width: 6rem;
    left: -6rem;
  }
  .blackfriday_modal2 .modal_conent {
    background-image: url(../img/bl17.png) !important;
  }

  /*====== small business page area ======*/
  .smallbusiness_banner {
    padding-bottom: 29.5rem;
  }
  .smallbusiness_top_content .img_sm2 {
    display: none;
  }
  .smallbusiness_top_content {
    display: flex;
    justify-content: center;
  }
  .smallbusiness_top_content .img_sm8 {
    display: block;
    width: 40.2rem;
  }
  .smallbusiness_bottom_content h2 {
    font-size: 3.6rem;
  }
  .smallbusiness_bottom_content h1 {
    font-size: 7.4rem;
    padding-top: 0.9rem;
  }
  .smallbusiness_bottom_content h3 {
    font-size: 4rem;
    line-height: 1;
    padding-top: 1.5rem;
  }
  .img_sm7 {
    right: 4.9rem;
    width: 31rem;
  }
  .smallbusiness_bottom_bar .bar_container {
    margin-left: 5.5rem;
  }
  .smallbusiness_bottom_bar p .sp2 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
  }
  .smallbusiness_modal1 .modal_conent {
    background-image: url(../img/sm9.png) !important;
  }
  .img_sm15 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48rem;
  }
  .smallbusiness_modal2 .modal_conent {
    background-image: url(../img/sm17.png) !important;
  }

  /*======= cyber monday page area ========*/
  .cybermonady_banner {
    padding-bottom: 25.7rem;
  }
  .cybermonady_top_content .img_cy7 {
    width: 32.7rem;
  }
  .cybermonady_top_content {
    padding-bottom: 12.9rem;
  }
  .cybermonady_bottom_content {
    padding-left: 15.5rem;
  }
  .cybermonady_bottom_content h3 {
    font-size: 2rem;
  }
  .img_cy9 {
    width: 45rem;
  }
  .cybermonady_bottom_content .button {
    font-size: 2rem;
    margin-top: 5.5rem;
    margin-left: 14rem;
  }
  .labor_day_bottom_bar1 .bar_container {
    margin-left: 0 !important;
  }
  .labor_day_bottom_bar .bar_container {
    margin-left: 5rem;
  }
  .cybermonady_modal1 .modal_conent {
    background-image: url(../img/cy10.png) !important;
  }
  .cybermonady_banner2 .cybermonady_top_content .img_cy17 {
    width: 32.7rem;
  }
  .cybermonady_banner2 .cybermonady_top_content {
    padding-bottom: 12.9rem;
  }
  .cybermonady_banner2 {
    padding-bottom: 0;
  }
  .cybermonady_banner2 .cybermonady_bottom_content {
    height: 39.9rem;
  }
  .cybermonady_modal2 .modal_conent {
    background-image: url(../img/cy19.png) !important;
  }

  /*======== christmas page area  =========*/
  .christmas_banner {
    padding-bottom: 26.2rem;
  }
  .christmas_top_content {
    padding-top: 10.5rem;
  }
  .christmas_bottom_content {
    margin-top: 0;
  }
  .christmas_bottom_content .img_ch13 {
    width: 13.7rem;
  }
  .christmas_bottom_content .img_ch14 {
    width: 35.8rem;
    margin-top: -1.9rem;
  }
  .christmas_bottom_h3 h3 {
    font-size: 2.8rem;
  }
  .christmas_banner .img_ch16 {
    width: 44rem;
  }
  .christmas_modal1 .modal_conent {
    background-image: url(../img/ch17.png) !important;
  }
  .img_chp7 {
    width: 41rem;
  }
  .christmas_modal2 .modal_conent {
    background-image: url(../img/chp8.png) !important;
  }

  /*====== boxing day page area ======*/
  .boxingday_banner {
    padding-bottom: 33rem;
  }
  .boxingday_top_content {
    padding-top: 3rem;
  }
  .boxingday_top_content .img_bo7 {
    width: 43.7rem;
  }
  .boxingday_bottom_content h1 {
    font-size: 6.8rem;
    padding-top: 3.5rem;
  }
  .boxingday_text_h3 h2 {
    font-size: 8rem;
  }
  .boxingday_text_h3 h3 {
    font-size: 2.8rem;
  }
  .boxingday_bottom_content .button {
    margin-top: 1.5rem;
  }
  .img_bo8 {
    width: 33rem;
  }
  .boxingday_modal1 .modal_conent {
    background-image: url(../img/bo9.png) !important;
  }
  .boxingday_banner2 {
    padding-bottom: 27.6rem;
  }
  .img_bop6 {
    width: 46rem;
  }
  .boxingday_banner2 .boxingday_bottom_content .button {
    margin-top: 4rem;
  }
  .boxingday_bottom_bar2 .bar_container .bar_left .bo4_img {
    left: -5rem;
  }
  .boxingday_modal2 .modal_conent {
    background-image: url(../img/bop7.png) !important;
  }

  /*========== happy new year page area ==========*/
  .happynew_banner {
    padding-bottom: 21.5rem;
    z-index: 1;
  }
  .happynew_top_content {
    padding-top: 3rem;
  }
  .happynew_bottom_content {
    padding-top: 2.5rem;
  }
  .happynew_bottom_content h3 {
    font-size: 2.1rem;
  }
  .happynew_bottom_content h1 {
    font-size: 11.3rem;
  }
  .happynew_bottom_content h2 {
    font-size: 2.4rem;
    margin-top: 1.8rem;
  }
  .happynew_bottom_content .button {
    margin-right: 16rem;
  }
  .img_ar8 {
    width: 41.5rem;
    z-index: -1;
  }
  .happynew_modal1 .modal_conent {
    background-image: url(../img/ar9.png) !important;
  }
  .happynew_banner2 {
    padding-bottom: 29rem !important;
  }
  .happynew_modal2 .modal_conent {
    background-image: url(../img/arp9.png) !important;
  }
  .img_arp6 {
    width: 37rem;
  }
}
@media (max-width: 420px) {
  .easter_banner_area .easter_text p {
    font-size: 14px;
  }
  .easter_banner_area .eastern_img {
    max-width: 280px !important;
  }
  .easter_banner_area .mid_title2 {
    max-width: 280px !important;
  }
  .banner_area .button {
    font-size: 14px;
    padding: 4px 15px;
  }
  .easter_banner_area.easter-right-layout .eastern_img {
    max-width: 180px !important;
  }
  .easter_banner_area.easter-right-layout .content {
    padding: 0 0 5em;
  }
}
