

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
  /* font-family: "Cedarville Cursive", cursive; */
}

body::-webkit-scrollbar {
  background-color: transparent;
  opacity: 0;
  width: 12px;
  border-radius: 10px;
}
.swal2-container.swal2-center.swal2-backdrop-show {
    z-index: 99999;
}
body::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0.5, #002478),
      color-stop(1, #3563e9));
  border-radius: 10px;
}

/* navbar start */
header .header-1 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #fff;
  width: 100%;
  padding: 10px 20px;
  z-index: 999;
}

.header_top {
  display: flex;
  gap: 10%;
  align-items: end;
}

header .header-1 .header_top .logo {
  height: 60px;
}

header .header-1 .header_top .logo img {
  height: 100%;
}

header .header-1 .header_top form {
  display: flex;
  width: 852px;
  height: 51px;
  outline: none;
  background: #ffffff;
  border: none;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
}

header .header-1 .header_top form #search {
  border: none;
  padding: 0 10px;
  font-size: 17px;
  width: 100%;
  outline: none;
  border-radius: 32px;
}

header .header-1 .header_top form label {
  height: 40px;
  width: 60px;
  color: #000;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  padding-top: 0.8%;
}

header .header-1 .header_top form label:hover {
  color: #fff8;
}

header .header-1 .icons a {
  font-size: 20px;
  color: #000000;
  margin: 10px;
  list-style: none;
  text-decoration: none;
}

header .header-1 .icons a:hover {
  color: rgba(97, 97, 97, 0.533);
}

header .header-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 100%;
}

ol,
ul {
  padding-left: 1rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0rem;
}

header .header-2 .navbar ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  text-decoration: none;
  gap: 90px;
}

header .header-2 .navbar ul li {
  margin: 10px;
  list-style: none;
  text-decoration: none;
}

header .header-2 .navbar ul li a {
  color: #000;
  font-size: 20px;
  list-style: none;
  text-decoration: none;
}

header .header-2 .navbar ul li a i {
  font-size: 16px;
}

header .header-2 .navbar ul li a:hover {
  color: rgba(43, 43, 43, 0.533);
}

#menu {
  font-size: 30px;
  color: #000000;
  cursor: pointer;
  display: none;
  margin: 14px 10px 10px 10px;
}

header .header-2.sticky {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 3px 5px #aec1f6;
}

header .header-1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 3px 5px #aec1f6;
}

/* section_1 start */
.sec1_img {
  height: 90px;
}

.sec1_img img {
  height: 100%;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  font-size: 30px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fff;
  color: #000000;
  text-decoration: none;
}

/* section_2 start */
.section_2 {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

.section_2 .controlling_tabs {
  height: 60px;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 20px;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 4px solid rgba(53, 99, 233, 0.4);
  z-index: 99;
}

.section_2 .controlling_tabs .control_wrap {
  margin-right: 15px;
  display: block;
  position: relative;
  cursor: pointer;
  padding-right: 10%;
  border-right: 4px solid rgba(53, 99, 233, 0.4);
}

.section_2 .controlling_tabs .control_wrap span {
  color: #000;
  font-weight: 500;
  letter-spacing: 0.06rem;
}

.section_2 .controlling_tabs .control_wrap span:hover {
  color: #3563e9;
  font-weight: 500;
}

.section_2 .content_sec2 {
  width: 100%;
  height: calc(100% - 70px);
  background: #fff;
  border-radius: 5px;
  padding: 18px;
}

/* show_1 start */
.book_un h3 {
  border-bottom: 2px solid rgba(53, 99, 233, 0.4);
  margin-bottom: 10%;
}

.sec2_drop {
  margin-bottom: 8%;
}

.sec2_drop button {
  background: #ffffff;
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  border: 1px solid #d6bbfb;
  border-radius: 8px;
  width: 100%;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #f4ebff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec2_main {
  font-size: 22px;
}

.sec2_main i {
  font-size: 16px;
}

.dropdown-toggle::after {
  display: none !important;
}

.drop1_1 {
  width: 100%;
  border-radius: 10%;
  box-shadow: 0px 10px 12px rgb(0 0 0 / 35%);
}

.drop1_1 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  border-radius: 10px;
  background-color: rgba(53, 99, 233, 0.4);
  box-shadow: 0px 8px 8px rgba(143, 53, 233, 0.29);
}

.booklist_rightbottom {
  margin-top: 40%;
}

.booklist_rightbottom a i {
  color: #fff;
  margin-right: 5%;
}

.booklist_rightbottom a i:hover {
  color: #ff0000;
}

.swiper-container,
.swiper-container-1 {
  width: 100%;
  height: 100%;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  color: #000;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-container,
.swiper-container-1 {
  width: 100%;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2,
.mySwiper3 {
  height: 70%;
  width: 100%;
}

.mySwiper,
.mySwiper4 {
  height: 30%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide,
.mySwiper4 .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active,
.mySwiper4 .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* show_2 start */
.show_2 {
  padding: 0% 5% 0% 5%;
}

.show2_img1,
.show3_img1,
.show3_div2img1 {
  height: 300px;
}

.show2_img1 img,
.show3_img1 img,
.show3_div2img1 img {
  height: 100%;
}

.show2_leftbottom {
  margin-top: 40%;
}

.show2_leftbottom1,
.show2_leftbottom2,
.show2_leftbottom3,
.show2_leftbottom4 {
  height: 80px;
  border: 8px solid rgb(230, 230, 230);
}

.show2_leftbottom1 img,
.show2_leftbottom2 img,
.show2_leftbottom3 img,
.show2_leftbottom4 img {
  height: 100%;
}

.show3_div1,
.show3_div2 {
  padding: 4% 10% 4% 10%;
}

.show3_leftbottom1,
.show3_leftbottom2,
.show3_leftbottom3,
.show3_leftbottom4,
.show3_2leftbottom1,
.show3_2leftbottom2,
.show3_2leftbottom3,
.show3_2leftbottom4 {
  height: 60px;
  border: 8px solid rgb(230, 230, 230);
}

.show3_leftbottom1 img,
.show3_leftbottom2 img,
.show3_leftbottom3 img,
.show3_leftbottom4 img,
.show3_2leftbottom1 img,
.show3_2leftbottom2 img,
.show3_2leftbottom3 img,
.show3_2leftbottom4 img {
  height: 100%;
}

.show3_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.show3_bottomimg {
  height: 300px;
}

.show3_bottomimg img {
  height: 100%;
}

.show3_bottom button {
  margin-top: -10%;
}

.show_2 input,
.show_2 textarea,
.add_minus input {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}

.show_2 input[type="button"],
.add_minus input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.show_2 input::-webkit-outer-spin-button,
.show_2 input::-webkit-inner-spin-button,
.add_minus input::-webkit-outer-spin-button,
.add_minus input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.show_2 .input-group,
.add_minus .input-group {
  clear: both;
  margin: 15px 0;
  position: relative;
}

.show_2 .input-group input[type="button"],
.add_minus .input-group input[type="button"] {
  background-color: #eeeeee;
  min-width: 38px;
  width: auto;
  transition: all 300ms ease;
}

.show_2 .input-group .button-minus,
.show_2 .input-group .button-plus,
.add_minus .input-group .button-minus,
.add_minus .input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
  position: relative;
}

.show_2 .input-group .quantity-field,
.add_minus .input-group .quantity-field {
  position: relative;
  height: 38px;
  left: -6px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
}

.show_2 .button-plus,
.add_minus .button-plus {
  left: -13px;
}

.show_2 input[type="number"],
.add_minus input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

/* show_4 start */
.request_deal {
  max-width: 2000px;
  padding: 0% 10% 0% 6%;
}

.request_form .form_input input,
.request_form .form_input textarea {
  width: 100%;
  background: #ffffff;
  border-bottom: 2px solid rgba(53, 99, 233, 0.4);
  box-shadow: inset 1px 4px 8px rgba(0, 0, 0, 0.18);
  border-radius: 30px;
}

.request_form label {
  font-weight: 600;
  letter-spacing: 0.05rem;
}

.request_img {
  height: 350px;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}

.request_img img {
  height: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 20px;
}

/* footer */
footer {
  min-height: 75vh;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 1rem;
}

.listing_main {
  display: flex;
  flex-direction: row !important;
}

.listing_foot ul li {
  margin-bottom: 1.4rem;
}

.copyright {
  margin-top: 3rem;
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-around !important;
}

.copyright_icons a i {
  color: #fff;
  font-size: 18px;
}

.copyright_icons a i:hover {
  color: rgb(177, 174, 174);
}

/* footer */
.service {
  padding: 0% 4% 4% 4%;
}

.service_sec2 {
  background-image: url(./images/service_bg.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
}

.service_content a {
  letter-spacing: 0.08rem;
  background-color: #3563e9;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 0.8rem 1.5rem;
  border-radius: 10px;
  text-align: center;
}

.service_content a:hover {
  background-color: rgb(237, 237, 237);
  color: #000;
}

.service_content p {
  font-size: 20px;
  margin-bottom: 6%;
}

.service_illustrator img {
  height: 100%;
}

.service a {
  text-decoration: none;
  color: #000;
}

.album_main1 {
  position: relative;
  /* height: 320px; */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  background-color: #fff;
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 0.5s ease;
}

.title {
  /* position: absolute;
  left: 0;
  right: 0;
  top: 65%; */
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  z-index: 1;
  transition: top 0.5s ease;
  /* letter-spacing: 0.11rem; */
  margin: 10px 0;
}

.title2 p br {
  display: none;
}

.title2 {
  margin: 0 !important;
}

/* .container:hover .title {
  top: 90px;
} */

.album_main1:hover {
  transform: scale(1.05) ease-in-out;
}

.album_main1:hover .overlay {
  display: block;
  box-shadow: 0px 2px 5px 2px #aec1f6;
}

.album_main1:hover .overlay:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(-45deg, #00dade2e 0%, #fb00ff2b 100%);
  transform: translate3d(0px, 20px, 0) scale(0.95) ease-in-out;
  filter: blur(20px);
  opacity: var(0.7);
  transition: opacity 0.6s ease-in-out;
  border-radius: inherit;
}

.album_main1:hover .overlay::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
}

.album_main1 img {
  width: 85%;
  height: 180px;
  object-fit: contain;
  object-position: center;
}

.button {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 0.35s ease;
  right: 0;
  top: 97%;
}

.button a {
  padding: 12px 48px;
  text-align: center;
  z-index: 1;
  letter-spacing: 0.08rem;
  background-color: #3563e9;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 0.8rem 1.5rem;
  border-radius: 10px;
}

.add-to .form-control {
  padding: 0.6rem 1.5rem;
}

.add-to button {
  text-align: center;
  z-index: 1;
  letter-spacing: 0.08rem;
  background-color: #3563e9;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 0.6rem 1.5rem;
  border-radius: 5px;
  border: none;
}

.album_main1:hover .button {
  opacity: 1;
}

/* cart */
.cart_form form input,
.input-group {
  outline: none;
}

.cart_page1,
.cart_page2,
.cart_page3 {
  padding: 4%;
}

.cart_page1 nav,
.cart_page2 nav,
.cart_page3 nav {
  margin-left: 5%;
}

.cart_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15%;
}

.book_print,
.submit_btn,
.shipping_name,
.city_postal,
.edit_input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.submit_btn button {
  width: 120px;
}

.cart_img {
  height: 400px;
  width: 500px;
}

.cart_img img {
  height: 100%;
  width: 100%;
}

.book_num,
.print_num,
.cart_page4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cart_form,
.cart_form form,
.cart_inputs {
  width: 400px;
}

.cart_inputs .select_box {
  width: 100%;
}

.input-group-text,
.form-select {
  border: none;
}

.cart_inputs input,
.cart_inputs .select_div {
  width: 100%;
  height: 50px;
  border: 1px solid rgb(202, 202, 202);
}

.edit_shipping {
  border: 1px solid rgb(202, 202, 202);
  width: 400px;
  padding: 2%;
  border-radius: 10px;
}

.edit_shipping input {
  width: 100%;
  border: none;
  outline: none;
  height: 50px;
}

.payment,
.thankyou {
  padding: 4%;
  background: #feebf1;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 50%;
}

.payment .content,
.payment .Print_btn {
  margin-top: 4%;
}

.thank_img {
  height: 300px;
}

.thank_img img {
  height: 100%;
}

/* contact */
.contact_page {
  padding: 4%;
  background: #feebf1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.contact_intro,
.contact_service {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
}

.contact_intro h2 {
  font-size: 50px;
}

.contact_card {
  box-sizing: border-box;
  border: 1px solid rgba(145, 145, 145, 0.7);
  box-shadow: 0px 4px 15px 1px rgba(0, 0, 0, 0.25);
  padding: 4%;
  width: 500px;
  height: 260px;
}

/* print top div start*/
.print_table_btn {
  width: 50px;
  border-radius: 4px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 18px;
}

.print_now {
  padding: 4% 6% 4% 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.print-now2img {
  height: 100px;
}

.print-now2img img {
  height: 100%;
}

.print-now1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.print-nowsub-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.print-nowsubin {
  width: 120px;
  height: 120px;
  background: #FEEBF1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1%;
}

.print-nowsubin h6 {
  font-size: 16px;
  font-weight: 400;
}

.print-now2 {
  /* padding: 2% 10% 2% 10%; */
  width: 500px;
  height: 300px;
  background: #FFFFFF;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.upload {
  background: linear-gradient(to right, #3563e9, #9cb6ff);
  color: #ffffff;
  border-radius: 20px;
  width: 300px;
}

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 6%;
  border-radius: 3px;
  transition: 0.2s;

  &.is-active {
    background-color: rgba(255, 255, 255, 0.05);
  }
}

.fake-btn {
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.232);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.file-msg {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;

  &:focus {
    outline: none;
  }
}

.print-now3 {
  padding: 4% 4% 4% 4%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

.print-no3input select {
  /* border-bottom: 2px solid #4771EE;
  box-shadow: inset 1px 4px 8px rgba(0, 0, 0, 0.18); */
  border-radius: 30px;
  width: 100%;
  margin-bottom: 4%;
  margin-top: 2%;
  height: 44px;
}

.print-now4 {
  padding: 4% 10% 4% 10%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.print-no4input select,
.print-no4input input,
.print-no4input textarea {
  border-bottom: 2px solid #4771EE;
  box-shadow: inset 1px 4px 8px rgba(0, 0, 0, 0.18);
  border-radius: 30px;
  width: 100%;
}

.print-no4loaction select {
  border-bottom: 2px solid #4771EE;
  box-shadow: inset 1px 4px 8px rgba(0, 0, 0, 0.18);
  width: 100%;
  height: 50px;
}

/* print top div end */

/* print bottom start*/
.printnow_bottom {
  display: flex;
  justify-content: center;
  padding: 3% 4% 6% 4%;
}

.printnow_bottom1 p {
  margin-top: 0;
  margin-bottom: 1rem;
  width: 90%;
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-top: 10%;
}

.printnow_bottom2 {
  height: 160px;
}

.printnow_bottom2 img {
  height: 200%;
}

/* calculator start */

.calculator_heading {
  padding: 3% 5% 3% 5%;
}

.calculator_content {
  padding: 3% 10% 3% 10%;
}

.input-div,
.calculate-div {
  width: 100%;
}

.form-div {
  margin-right: 2%;
  margin-bottom: 4%;
}

.calculator_contenttext {
  margin-top: 5%;
}

.input-div input {
  background: #FFFFFF;
  border-bottom: 2px solid #4771EE;
  box-shadow: inset 1px 4px 8px rgba(0, 0, 0, 0.18);
  border-radius: 30px;
}

.calculate-div input {
  box-sizing: border-box;
  background: #F9F9F9;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  border: none;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  border-radius: 16px;
  box-sizing: border-box;
  border: none;
  background: #F9F9F9;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
}

.calculator_contentimg {
  height: 120px;
}

.calculator_contentimg img {
  height: 160px;
}

/* calculator end */

/* MEDIA QUERIES */
@media screen and (max-width: 767px) {
  header .header-1 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    width: 100%;
  }

  #menu {
    margin: 10px !important;
  }
}

@media screen and (max-width: 359px) {
  .print_table_btn {
    width: 30px;
    padding: 0;
  }

  .calculator_content2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
    flex-direction: column-reverse !important;
  }

  .foot_topdiv {
    padding: 2% 5% 2% 5%;
  }

  .calculator_content1 {
    display: flex;
    flex-direction: column !important;
  }

  .calculate_headinput {
    margin-bottom: 2%;
  }

  .calculator_heading h4 {
    font-size: 18px !important;
    text-align: center;
    letter-spacing: 0.04rem !important;
  }

  .form-div {
    margin-right: 2%;
    margin-bottom: 4%;
  }

  .calculator_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3% 3% 16% 3%;
  }

  .calculator_contenttext {
    margin-top: 2%;
  }

  .print-now2 {
    /* padding: 2% 10% 2% 10%; */
    width: 280px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .upload {
    width: 250px;
  }

  .print-nowsub-2 button {
    font-size: 14px;
  }

  .print-nowsubin {
    text-align: center;
    width: 80px;
    height: 90px;
    background: #FEEBF1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4%;
    padding-bottom: 4%;
    /* padding-top: 4%; */
  }

  .print-now3 {
    padding: 4% 10% 4% 10%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
  }

  .printnow_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    text-align: center;
    padding: 2% 4% 6% 4%;
  }

  .printnow_bottom1 p {
    margin-top: 0;
    margin-bottom: 1rem;
    width: 100%;
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-top: 28%;
  }

  .printnow_bottom2 {
    height: 100px;
  }

  .print-nowsub-1 {
    gap: 20px;
    flex-wrap: wrap;
  }

  .contact_intro,
  .contact_service {
    flex-direction: column;
  }

  .contact_intro h2 {
    font-size: 28px;
    text-align: center;
  }

  .contact_card {
    width: 270px;
    height: 250px;
  }

  .thank_img {
    height: 200px;
  }

  .cart_img {
    height: 250px;
    width: 320px;
  }

  .cart_form,
  .cart_form form,
  .cart_inputs,
  .edit_shipping {
    width: 280px;
  }

  .payment,
  .thankyou {
    width: 95%;
  }

  .cart_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15%;
    flex-direction: column-reverse;
  }

  .service_head {
    font-size: 30px;
  }

  .service_content,
  .service_sec2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    margin-top: 3%;
    text-align: center;
  }

  .service_illustrator {
    height: 220px;
  }

  .service_content p {
    font-size: 14px;
    margin-bottom: 4%;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next,
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    color: #000;
    height: 10px;
    width: 10px;
    margin-top: -20%;
    margin-right: -2%;
    margin-left: -1.6%;
    padding: 10;
  }

  .show1_mob {
    padding: 0.8rem 0.3rem 0.8rem 0.3rem !important;
  }

  .swiper-slide {
    margin: 0px;
    height: 140px !important;
  }

  .show_1 {
    text-align: center;
  }

  .book_un h3 {
    border-bottom: 2px solid rgba(53, 99, 233, 0.4);
    margin-bottom: 4%;
  }

  .sec2_drop {
    margin-bottom: 5%;
  }

  .mySwiper2,
  .mySwiper3 {
    height: 60%;
    width: 100%;
  }

  .mySwiper,
  .mySwiper4 {
    height: 40%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .booklist_rightbottom {
    margin-top: 0%;
  }

  .show2_div1 {
    text-align: center;
  }

  .show2_leftbottom1,
  .show2_leftbottom2,
  .show2_leftbottom3,
  .show2_leftbottom4 {
    height: 60px;
    border: 8px solid rgb(230, 230, 230);
  }

  .show2_leftbottom {
    margin-top: 0%;
  }

  .show3_div1,
  .show3_div2 {
    padding: 5% 2% 5% 2%;
  }

  .show2_img1,
  .show3_img1,
  .show3_div2img1,
  .show3_bottomimg {
    height: 200px;
  }

  .section_2 .content_sec2 {
    width: 100%;
    height: calc(100% - 70px);
    background: #fff;
    border-radius: 5px;
    padding: 10px 0px;
  }

  .show3_contentdiv {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1% !important;
    text-align: center;
  }

  .request_deal {
    max-width: 2000px;
    padding: 0% 0% 0%0%;
  }

  .request_img {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section_2 .controlling_tabs {
    height: 60px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 18px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid rgba(255, 255, 255, 0.4);
    z-index: 99;
  }

  .section_2 .controlling_tabs .control_wrap {
    margin-right: 0px;
    display: block;
    position: relative;
    cursor: pointer;
    padding-right: 0%;
    border-right: 4px solid rgba(53, 99, 233, 0.4);
    width: 45%;
    margin-top: 2%;
  }

  header .header-2 .navbar.nav-toggle {
    top: 55%;
    z-index: 9999;
    opacity: 1;
  }

  .swiper-slide {
    margin: 0px;
  }

  .headslide_img {
    height: 100px;
  }

  header .header-1 .header_top .logo {
    height: 35px;
  }

  header .header-1 {
    gap: 5px;
    padding: 10px 20px;
  }

  header .header-1 .header_top form {
    display: flex;
    width: 220px;
    height: 45px;
    outline: none;
    background: #ffffff;
    border: none;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 32px;
  }

  header .header-2 .navbar ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    text-decoration: none;
    gap: 10px;
  }

  header .header-1 .icons a {
    font-size: 20px;
    color: #000000;
    margin: 10px;
    list-style: none;
    text-decoration: none;
  }

  header .header-1 form #search {
    width: 100%;
  }

  header .header-1 #menu {
    display: block;
  }

  header .header-1 .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-top: 5%;
  }

  header .header-1 form label {
    height: 40px;
    width: 60px;
    color: #000;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    padding-top: 2%;
  }

  .header_top {
    gap: 5%;
  }

  header .header-2 .navbar {
    position: fixed;
    top: -1000px;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }

  header .header-2 .navbar ul {
    flex-flow: column;
    margin-top: 35%;
    width: 250px;
    border-radius: 25px;
    padding: 30px 10px;
    background: #fff;
    box-shadow: 0 0 0 100vh rgba(0, 0, 0, 0.5), 0 3px 5px #000;
    z-index: 9999;
  }

  header .header-2 .navbar ul li {
    width: 100%;
    text-align: center;
  }

  header .header-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 100%;
    padding: 0px 0px;
  }

  header .header-2 .navbar ul li a {
    font-size: 25px;
    display: block;
  }

  header .header-2 .navbar.nav-toggle {
    top: 55%;
    opacity: 1;
  }

  footer {
    height: 100%;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .listing_main {
    display: flex;
    flex-direction: column-reverse !important;
  }

  .listing_foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .foot_logo {
    margin-top: 1rem;
    width: 35%;
  }

  .copyright {
    margin-top: 3rem;
    padding-top: 1.5rem;
    flex-wrap: wrap;
  }

  .apps_foot {
    width: 80%;
    text-align: center;
  }

  .app_imgs {
    display: flex;
    flex-direction: row !important;
  }

  .copyright h6 {
    font-size: 12.5px;
  }
}

@media (min-width: 360px) and (max-width: 419px) {
  .add-to .col-lg-4 {
    width: 50%;
  }

  .add-to button {
    font-size: 14px;
    padding: 0.6rem 0.5rem;
    width: 100%;
  }


  .print_table_btn {
    width: 30px;
    padding: 0;
  }

  .calculator_content2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
    flex-direction: column-reverse !important;
  }

  .foot_topdiv {
    padding: 2% 5% 2% 5%;
  }

  .calculator_content1 {
    display: flex;
    flex-direction: column !important;
  }

  .calculate_headinput {
    margin-bottom: 2%;
  }

  .calculator_heading h4 {
    font-size: 18px !important;
    text-align: center;
    letter-spacing: 0.04rem !important;
  }

  .form-div {
    margin-right: 2%;
    margin-bottom: 4%;
  }

  .calculator_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3% 3% 14% 3%;
  }

  .calculator_contenttext {
    margin-top: 2%;
  }

  .print-now2 {
    /* padding: 2% 10% 2% 10%; */
    width: 320px;
    height: 320px;
    background: #FFFFFF;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .print-nowsub-1 {
    gap: 20px;
    flex-wrap: wrap;
  }

  .print-nowsub-2 button {
    font-size: 14px;
  }

  .print-nowsubin {
    text-align: center;
    width: 80px;
    height: 90px;
    background: #FEEBF1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4%;
    padding-bottom: 4%;
    /* padding-top: 4%; */
  }

  .print-now3 {
    padding: 4% 10% 4% 10%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
  }

  .printnow_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    text-align: center;
    padding: 2% 4% 6% 4%;
  }

  .printnow_bottom1 p {
    margin-top: 0;
    margin-bottom: 1rem;
    width: 100%;
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-top: 28%;
  }

  .printnow_bottom2 {
    height: 100px;
  }

  .contact_intro,
  .contact_service {
    flex-direction: column;
  }

  .contact_intro h2 {
    font-size: 32px;
    text-align: center;
  }

  .contact_card {
    width: 330px;
    height: 220px;
  }

  .thank_img {
    height: 250px;
  }

  .cart_img {
    height: 280px;
    width: 350px;
  }

  .cart_form,
  .cart_form form,
  .cart_inputs,
  .edit_shipping {
    width: 320px;
  }

  .payment,
  .thankyou {
    width: 90%;
  }

  .cart_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15%;
    flex-direction: column-reverse;
  }

  .service_head {
    font-size: 30px;
  }

  .service_content,
  .service_sec2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    margin-top: 5%;
    text-align: center;
    gap: 20%;
  }

  .service_illustrator {
    height: 250px;
  }

  .service_content p {
    font-size: 16px;
    margin-bottom: 4%;
  }

  .show1_mob {
    padding: 0.5rem !important;
  }

  .swiper-slide {
    margin: 0px;
    height: 140px !important;
  }

  .show_1 {
    text-align: center;
  }

  .book_un h3 {
    border-bottom: 2px solid rgba(53, 99, 233, 0.4);
    margin-bottom: 4%;
  }

  .sec2_drop {
    margin-bottom: 4%;
  }

  .mySwiper2,
  .mySwiper3 {
    height: 60%;
    width: 100%;
  }

  .mySwiper,
  .mySwiper4 {
    height: 40%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .booklist_rightbottom {
    margin-top: 0%;
  }

  .show2_div1 {
    text-align: center;
  }

  .show2_leftbottom1,
  .show2_leftbottom2,
  .show2_leftbottom3,
  .show2_leftbottom4 {
    height: 60px;
    border: 8px solid rgb(230, 230, 230);
  }

  .show2_leftbottom {
    margin-top: 0%;
  }

  .section_2 .content_sec2 {
    width: 100%;
    height: calc(100% - 70px);
    background: #fff;
    border-radius: 5px;
    padding: 10px 0px;
  }

  .show3_div1,
  .show3_div2 {
    padding: 5% 2% 5% 2%;
  }

  .show2_img1,
  .show3_img1,
  .show3_div2img1,
  .show3_bottomimg {
    height: 220px;
  }

  .show3_contentdiv {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1% !important;
    text-align: center;
  }

  .request_deal {
    max-width: 2000px;
    padding: 0% 0% 0%0%;
  }

  .request_img {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section_2 .controlling_tabs {
    height: 60px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 18px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid rgba(255, 255, 255, 0.4);
    z-index: 99;
  }

  .section_2 .controlling_tabs .control_wrap {
    margin-right: 0px;
    display: block;
    position: relative;
    cursor: pointer;
    padding-right: 0%;
    border-right: 4px solid rgba(53, 99, 233, 0.4);
    width: 45%;
    margin-top: 2%;
  }

  header .header-2 .navbar.nav-toggle {
    top: 50%;
    z-index: 9999;
    opacity: 1;
  }

  .headslide_img {
    height: 100px;
  }

  .swiper-slide {
    margin: 0px;
  }

  header .header-1 .header_top .logo {
    height: 40px;
  }

  header .header-1 {
    gap: 5px;
    padding: 10px 20px;
  }

  header .header-1 .header_top form {
    display: flex;
    width: 250px;
    height: 48px;
    outline: none;
    background: #ffffff;
    border: none;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 32px;
  }

  header .header-2 .navbar ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    text-decoration: none;
    gap: 10px;
  }

  header .header-1 .icons a {
    font-size: 20px;
    color: #000000;
    margin: 10px;
    list-style: none;
    text-decoration: none;
  }

  header .header-1 form #search {
    width: 100%;
  }

  header .header-1 #menu {
    display: block;
  }

  header .header-1 .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    margin-top: 5%;
  }

  header .header-1 form label {
    height: 40px;
    width: 60px;
    color: #000;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    padding-top: 2%;
  }

  .header_top {
    gap: 5%;
  }

  header .header-2 .navbar {
    position: fixed;
    top: -1000px;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }

  header .header-2 .navbar ul {
    flex-flow: column;
    margin-top: 35%;
    width: 250px;
    border-radius: 25px;
    padding: 30px 10px;
    background: #fff;
    box-shadow: 0 0 0 100vh rgba(0, 0, 0, 0.5), 0 3px 5px #000;
  }

  header .header-2 .navbar ul li {
    width: 100%;
    text-align: center;
  }

  header .header-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 100%;
    padding: 0px 0px;
  }

  header .header-2 .navbar ul li a {
    font-size: 25px;
    display: block;
  }

  header .header-2 .navbar.nav-toggle {
    top: 55%;
    opacity: 1;
  }

  footer {
    height: 100%;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .listing_main {
    display: flex;
    flex-direction: column-reverse !important;
  }

  .listing_foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .foot_logo {
    margin-top: 1rem;
    width: 35%;
  }

  .copyright {
    margin-top: 3rem;
    padding-top: 1.5rem;
    flex-wrap: wrap;
  }

  .apps_foot {
    width: 80%;
    text-align: center;
  }

  .app_imgs {
    display: flex;
    flex-direction: row !important;
  }

  .listing_foot ul {
    margin-right: 5%;
  }

  .copyright h6 {
    font-size: 12.5px;
  }
}

@media (min-width: 420px) and (max-width: 479px) {
  .add-to .col-lg-4 {
    width: 50%;
  }

  .add-to button {
    font-size: 14px;
    padding: 0.6rem 0.5rem;
    width: 100%;
  }


  .print_table_btn {
    width: 30px;
    padding: 0;
  }

  .calculator_content2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
    flex-direction: column-reverse !important;
  }

  .calculator_content {
    padding: 3% 0% 6% 0%;
  }

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

  .calculate_headinput {
    margin-bottom: 2%;
  }

  .calculator_heading h4 {
    font-size: 18px !important;
    text-align: center;
    letter-spacing: 0.04rem !important;
  }

  .form-div {
    margin-right: 2%;
    margin-bottom: 4%;
  }

  .calculator_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3% 0% 8% 0%;
  }

  .calculator_contenttext {
    margin-top: 2%;
  }

  .print-now2 {
    /* padding: 2% 10% 2% 10%; */
    width: 380px;
    height: 320px;
    background: #FFFFFF;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .print-nowsub-2 button {
    font-size: 14px;
  }

  .print-nowsubin {
    text-align: center;
    width: 80px;
    height: 90px;
    background: #FEEBF1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4%;
    padding-bottom: 4%;
    /* padding-top: 4%; */
  }

  .print-now3 {
    padding: 4% 10% 4% 10%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
  }

  .printnow_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    text-align: center;
    padding: 2% 4% 6% 4%;
  }

  .printnow_bottom1 p {
    margin-top: 0;
    margin-bottom: 1rem;
    width: 100%;
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-top: 28%;
  }

  .printnow_bottom2 {
    height: 100px;
  }

  .header_top {
    gap: 5%;
  }

  .contact_intro,
  .contact_service {
    flex-direction: column;
  }

  .contact_intro h2 {
    font-size: 35px;
    text-align: center;
  }

  .contact_card {
    width: 380px;
    height: 220px;
  }

  .cart_img {
    height: 320px;
    width: 380px;
  }

  .cart_form,
  .cart_form form,
  .cart_inputs,
  .edit_shipping {
    width: 360px;
  }

  .payment,
  .thankyou {
    width: 90%;
  }

  .cart_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15%;
    flex-direction: column-reverse;
  }

  .service_head {
    font-size: 30px;
  }

  .service_content,
  .service_sec2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    margin-top: 3%;
    text-align: center;
  }

  .service_illustrator {
    height: 250px;
  }

  .service_content p {
    font-size: 16px;
    margin-bottom: 4%;
  }

  .swiper-slide {
    margin: 0px;
    height: 140px !important;
  }

  .show_1 {
    text-align: center;
  }

  .book_un h3 {
    border-bottom: 2px solid rgba(53, 99, 233, 0.4);
    margin-bottom: 4%;
  }

  .sec2_drop {
    margin-bottom: 3.5%;
  }

  .mySwiper2,
  .mySwiper3 {
    height: 60%;
    width: 100%;
  }

  .mySwiper,
  .mySwiper4 {
    height: 40%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .booklist_rightbottom {
    margin-top: 0%;
  }

  .show2_div1 {
    text-align: center;
  }

  .show2_leftbottom1,
  .show2_leftbottom2,
  .show2_leftbottom3,
  .show2_leftbottom4 {
    height: 60px;
    border: 8px solid rgb(230, 230, 230);
  }

  .show2_leftbottom {
    margin-top: 0%;
  }

  .section_2 .content_sec2 {
    width: 100%;
    height: calc(100% - 70px);
    background: #fff;
    border-radius: 5px;
    padding: 10px 0px;
  }

  .show3_div1,
  .show3_div2 {
    padding: 5% 2% 5% 2%;
  }

  .show2_img1,
  .show3_img1,
  .show3_div2img1,
  .show3_bottomimg {
    height: 220px;
  }

  .show3_contentdiv {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1% !important;
    text-align: center;
  }

  .request_deal {
    max-width: 2000px;
    padding: 0% 0% 0%0%;
  }

  .request_img {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section_2 .controlling_tabs {
    height: 60px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 18px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid rgba(255, 255, 255, 0.4);
    z-index: 99;
  }

  .section_2 .controlling_tabs .control_wrap {
    margin-right: 0px;
    display: block;
    position: relative;
    cursor: pointer;
    padding-right: 0%;
    border-right: 4px solid rgba(53, 99, 233, 0.4);
    width: 45%;
    margin-top: 2%;
  }

  header .header-2 .navbar.nav-toggle {
    top: 55%;
    z-index: 9999;
    opacity: 1;
  }

  .headslide_img {
    height: 100px;
  }

  .swiper-slide {
    margin: 0px;
  }

  header .header-1 .header_top .logo {
    height: 45px;
  }

  header .header-1 {
    gap: 5px;
    padding: 10px 20px;
  }

  header .header-1 .header_top form {
    display: flex;
    width: 300px;
    height: 51px;
    outline: none;
    background: #ffffff;
    border: none;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 32px;
  }

  header .header-2 .navbar ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    text-decoration: none;
    gap: 10px;
  }

  header .header-1 .icons a {
    font-size: 20px;
    color: #000000;
    margin: 10px;
    list-style: none;
    text-decoration: none;
  }

  header .header-1 form #search {
    width: 100%;
  }

  header .header-1 #menu {
    display: block;
  }

  header .header-1 .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 5%;
  }

  header .header-1 form label {
    height: 40px;
    width: 60px;
    color: #000;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    padding-top: 4%;
  }

  header .header-2 .navbar {
    position: fixed;
    top: -1000px;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }

  header .header-2 .navbar ul {
    flex-flow: column;
    margin-top: 0%;
    width: 250px;
    border-radius: 25px;
    padding: 30px 10px;
    background: #fff;
    box-shadow: 0 0 0 100vh rgba(0, 0, 0, 0.5), 0 3px 5px #000;
  }

  header .header-2 .navbar ul li {
    width: 100%;
    text-align: center;
  }

  header .header-2 .navbar ul li a {
    font-size: 25px;
    display: block;
  }

  header .header-2 .navbar.nav-toggle {
    top: 55%;
    opacity: 1;
  }

  footer {
    height: 100%;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .listing_main {
    display: flex;
    flex-direction: column-reverse !important;
  }

  .listing_foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .foot_logo {
    margin-top: 1rem;
    width: 25%;
  }

  .copyright {
    margin-top: 3rem;
    padding-top: 1.5rem;
    flex-wrap: wrap;
  }

  .apps_foot {
    width: 80%;
    text-align: center;
  }

  .app_imgs {
    display: flex;
    flex-direction: row !important;
  }

  .listing_foot ul {
    margin-right: 5%;
  }

  .copyright h6 {
    font-size: 12.5px;
  }
}

@media (min-width: 480px) and (max-width: 559px) {

  .add-to .col-lg-4 {
    width: 50%;
  }

  .add-to button {
    font-size: 14px;
    padding: 0.6rem 0.5rem;
    width: 100%;
  }

  .print_table_btn {
    width: 30px;
    padding: 0;
  }

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

  .calculator_content2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
    flex-direction: column-reverse !important;
  }

  .calculate_headinput {
    margin-bottom: 2%;
  }

  .calculator_heading h4 {
    font-size: 18px !important;
    text-align: center;
    letter-spacing: 0.04rem !important;
  }

  .form-div {
    margin-right: 2%;
    margin-bottom: 4%;
  }

  .calculator_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3% 0% 8% 0%;
  }

  .calculator_contenttext {
    margin-top: 2%;
  }

  .print-now2 {
    /* padding: 2% 10% 2% 10%; */
    width: 400px;
    height: 340px;
    background: #FFFFFF;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .print-nowsub-2 button {
    font-size: 14px;
  }

  .print-nowsubin {
    text-align: center;
    width: 100px;
    height: 100px;
    background: #FEEBF1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1%;
  }

  .printnow_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    text-align: center;
    padding: 2% 4% 6% 4%;
  }

  .printnow_bottom1 p {
    margin-top: 0;
    margin-bottom: 1rem;
    width: 100%;
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-top: 28%;
  }

  .printnow_bottom2 {
    height: 120px;
  }

  .contact_intro,
  .contact_service {
    flex-direction: column;
  }

  .contact_intro h2 {
    font-size: 40px;
    text-align: center;
  }

  .contact_card {
    width: 420px;
    height: 220px;
  }

  .cart_img {
    height: 360px;
    width: 400px;
  }

  .payment,
  .thankyou {
    width: 80%;
  }

  .cart_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15%;
    flex-direction: column-reverse;
  }

  .service_head {
    font-size: 30px;
  }

  .service_content,
  .service_sec2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    margin-top: 3%;
    text-align: center;
  }

  .service_illustrator {
    height: 250px;
  }

  .service_content p {
    font-size: 16px;
    margin-bottom: 4%;
  }

  .swiper-slide {
    margin: 0px;
    height: 140px !important;
  }

  .show_1 {
    text-align: center;
  }

  .book_un h3 {
    border-bottom: 2px solid rgba(53, 99, 233, 0.4);
    margin-bottom: 4%;
  }

  .sec2_drop {
    margin-bottom: 3%;
  }

  .mySwiper2,
  .mySwiper3 {
    height: 60%;
    width: 100%;
  }

  .mySwiper,
  .mySwiper4 {
    height: 40%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .booklist_rightbottom {
    margin-top: 0%;
  }

  .show2_div1 {
    text-align: center;
  }

  .show2_leftbottom1,
  .show2_leftbottom2,
  .show2_leftbottom3,
  .show2_leftbottom4 {
    height: 60px;
    border: 8px solid rgb(230, 230, 230);
  }

  .show2_leftbottom {
    margin-top: 0%;
  }

  .section_2 .content_sec2 {
    width: 100%;
    height: calc(100% - 70px);
    background: #fff;
    border-radius: 5px;
    padding: 10px 0px;
  }

  .show3_div1,
  .show3_div2 {
    padding: 2% 2% 2% 2%;
  }

  .show2_img1,
  .show3_img1,
  .show3_div2img1,
  .show3_bottomimg {
    height: 220px;
  }

  .show3_contentdiv {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1% !important;
    text-align: center;
  }

  .request_deal {
    max-width: 2000px;
    padding: 0% 0% 0%0%;
  }

  .request_img {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section_2 .controlling_tabs {
    height: 60px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 17px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid rgba(53, 99, 233, 0.4);
    z-index: 99;
  }

  .section_2 .controlling_tabs .control_wrap {
    margin-right: 0px;
    display: block;
    position: relative;
    cursor: pointer;
    padding-right: 0%;
    border-right: 4px solid rgba(53, 99, 233, 0.4);
  }

  header .header-2 .navbar.nav-toggle {
    top: 55%;
    z-index: 9999;
    opacity: 1;
  }

  .swiper-slide {
    margin: 0px;
  }

  header .header-1 .header_top .logo {
    height: 50px;
  }

  header .header-1 {
    gap: 5px;
    padding: 10px 20px;
  }

  header .header-1 .header_top form {
    display: flex;
    width: 320px;
    height: 51px;
    outline: none;
    background: #ffffff;
    border: none;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 32px;
  }

  .header_top {
    gap: 8%;
  }

  header .header-2 .navbar ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    text-decoration: none;
    gap: 20px;
  }

  header .header-1 .icons a {
    font-size: 20px;
    color: #000000;
    margin: 10px;
    list-style: none;
    text-decoration: none;
  }

  header .header-1 form #search {
    width: 100%;
  }

  header .header-1 #menu {
    display: block;
  }

  header .header-1 .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100%;
    margin-top: 5%;
    gap: 50px;
  }

  header .header-1 form label {
    height: 40px;
    width: 60px;
    color: #000;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    padding-top: 4%;
  }

  header .header-2 .navbar {
    position: fixed;
    top: -1000px;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }

  header .header-2 .navbar ul {
    flex-flow: column;
    margin-top: 0%;
    width: 250px;
    border-radius: 25px;
    padding: 30px 10px;
    background: #fff;
    box-shadow: 0 0 0 100vh rgba(0, 0, 0, 0.5), 0 3px 5px #000;
  }

  header .header-2 .navbar ul li {
    width: 100%;
    text-align: center;
  }

  header .header-2 .navbar ul li a {
    font-size: 25px;
    display: block;
  }

  header .header-2 .navbar.nav-toggle {
    top: 55%;
    opacity: 1;
  }

  footer {
    height: 100%;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .listing_main {
    display: flex;
    flex-direction: column-reverse !important;
  }

  .listing_foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .foot_logo {
    margin-top: 1rem;
    width: 25%;
  }

  .copyright {
    margin-top: 3rem;
    padding-top: 1.5rem;
    flex-wrap: wrap;
  }

  .apps_foot {
    width: 80%;
    text-align: center;
  }

  .app_imgs {
    display: flex;
    flex-direction: row !important;
  }

  .listing_foot ul {
    margin-right: 5%;
  }

  .copyright h6 {
    font-size: 12.5px;
  }
}

@media (min-width: 560px) and (max-width: 767px) {
  .add-to .col-lg-4 {
    width: 50%;
  }

  .add-to button {
    font-size: 14px;
    padding: 0.6rem 0.5rem;
    width: 100%;
  }


  .print_table_btn {
    width: 30px;
    padding: 0;
  }

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

  .calculator_content2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
    flex-direction: column-reverse !important;
  }

  .calculator_content {
    padding: 3% 0% 6% 0%;
  }

  .calculator_heading h4 {
    font-size: 16.9px !important;
    letter-spacing: 0.04rem !important;
  }

  .form-div {
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .calculator_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .calculator_contenttext {
    margin-top: 2%;
  }

  .printnow_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    text-align: center;
    padding: 0% 4% 6% 4%;
  }

  .printnow_bottom1 p {
    margin-top: 0;
    margin-bottom: 1rem;
    width: 100%;
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-top: 28%;
  }

  .printnow_bottom2 {
    height: 120px;
  }

  .contact_intro h2 {
    font-size: 35px;
  }

  .contact_card {
    width: 500px;
    height: 280px;
  }

  .payment,
  .thankyou {
    width: 80%;
  }

  .cart_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15%;
    flex-direction: column-reverse;
  }

  .service_head {
    font-size: 30px;
  }

  .service_content,
  .service_sec2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    margin-top: 3%;
    text-align: center;
  }

  .service_illustrator {
    height: 250px;
  }

  .service_content p {
    font-size: 16px;
    margin-bottom: 4%;
  }

  .show_1 {
    text-align: center;
  }

  .book_un h3 {
    border-bottom: 2px solid rgba(53, 99, 233, 0.4);
    margin-bottom: 4%;
  }

  .sec2_drop {
    margin-bottom: 3%;
  }

  .mySwiper2,
  .mySwiper3 {
    height: 60%;
    width: 100%;
  }

  .mySwiper,
  .mySwiper4 {
    height: 40%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .booklist_rightbottom {
    margin-top: 0%;
  }

  .show2_leftbottom1,
  .show2_leftbottom2,
  .show2_leftbottom3,
  .show2_leftbottom4 {
    height: 60px;
    border: 8px solid rgb(230, 230, 230);
  }

  .show2_leftbottom {
    margin-top: 0%;
  }

  .show3_div1,
  .show3_div2 {
    padding: 2% 2% 2% 2%;
  }

  .show2_img1,
  .show3_img1,
  .show3_div2img1,
  .show3_bottomimg {
    height: 250px;
  }

  .request_deal {
    max-width: 2000px;
    padding: 0% 0% 0%0%;
  }

  .request_img {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section_2 .controlling_tabs {
    height: 60px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 20px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid rgba(53, 99, 233, 0.4);
    z-index: 99;
  }

  .section_2 .controlling_tabs .control_wrap {
    margin-right: 0px;
    display: block;
    position: relative;
    cursor: pointer;
    padding-right: 0%;
    border-right: 4px solid rgba(53, 99, 233, 0.4);
  }

  header .header-2 .navbar.nav-toggle {
    top: 55%;
    z-index: 9999;
    opacity: 1;
  }

  .swiper-slide {
    margin: 0px;
  }

  header .header-1 .header_top .logo {
    height: 50px;
  }

  header .header-1 {
    gap: 20px;
    padding: 10px 20px;
  }

  header .header-1 .header_top form {
    display: flex;
    width: 400px;
    height: 51px;
    outline: none;
    background: #ffffff;
    border: none;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 32px;
  }

  header .header-1 .icons a {
    font-size: 25px;
    color: #000000;
    margin: 10px;
    list-style: none;
    text-decoration: none;
  }

  header .header-1 form #search {
    width: 100%;
  }

  header .header-1 #menu {
    display: block;
  }

  header .header-1 .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }

  header .header-2 .navbar {
    position: fixed;
    top: -1000px;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }

  header .header-2 .navbar ul {
    flex-flow: column;
    width: 250px;
    border-radius: 20px;
    padding: 30px 10px;
    background-color: #fff;
    box-shadow: 0 0 0 100vh rgba(0, 0, 0, 0.5), 0 3px 5px #000;
    gap: 10px;
  }

  header .header-2 .navbar ul li {
    width: 100%;
    text-align: center;
  }

  header .header-2 .navbar ul li a {
    font-size: 25px;
    display: block;
  }

  header .header-2 .navbar.nav-toggle {
    top: 55%;
    opacity: 1;
  }

  footer {
    height: 100%;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 1rem;
    z-index: -1;
  }

  .listing_main {
    display: flex;
    flex-direction: column-reverse !important;
  }

  .listing_foot {
    display: flex;
    justify-content: space-around;
  }

  .foot_logo {
    margin-bottom: 1rem;
    width: 25%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .add-to button {
    font-size: 14px;
    padding: 0.6rem 0.5rem;
    width: 100%;
  }

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

  .form-div {
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .calculator_content {
    padding: 3% 0% 3% 0%;
  }

  .calculator_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .calculator_heading h4 {
    font-size: 22px !important;
    letter-spacing: 0.05rem !important;
  }

  .calculator_contenttext {
    margin-top: 2%;
  }

  .printnow_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    text-align: center;
    padding: 0% 4% 6% 4%;
  }

  .printnow_bottom1 p {
    margin-top: 0;
    margin-bottom: 1rem;
    width: 100%;
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-top: 28%;
  }

  .contact_intro h2 {
    font-size: 45px;
  }

  .cart_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15%;
    flex-direction: column-reverse;
  }

  .service_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 50%;
  }

  .service_illustrator {
    /* height: 250px; */
    width: 40%;
  }

  .service_content p {
    font-size: 16px;
    margin-bottom: 3%;
  }

  .book_un h3 {
    border-bottom: 2px solid rgba(53, 99, 233, 0.4);
    margin-bottom: 4%;
  }

  .sec2_drop {
    margin-bottom: 2%;
  }

  .show2_div1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .show3_div1,
  .show3_div2 {
    padding: 2% 2% 2% 2%;
  }

  .show2_img1,
  .show3_img1,
  .show3_div2img1,
  .show3_bottomimg {
    height: 250px;
  }

  .request_deal {
    max-width: 2000px;
    padding: 0% 0% 0%0%;
  }

  .section_2 .controlling_tabs {
    height: 60px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 20px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid rgba(53, 99, 233, 0.4);
    z-index: 99;
  }

  .section_2 .controlling_tabs .control_wrap {
    margin-right: 0px;
    display: block;
    position: relative;
    cursor: pointer;
    padding-right: 5%;
    border-right: 4px solid rgba(53, 99, 233, 0.4);
  }

  .card img {
    height: 11em;
  }

  header .header-2 .navbar.nav-toggle {
    top: 55%;
    z-index: 9999;
    opacity: 1;
  }

  .swiper-slide {
    margin: 0px;
  }

  header .header-1 {
    gap: 20px;
    padding: 10px 20px;
  }

  header .header-1 .header_top form {
    display: flex;
    width: 360px;
    height: 51px;
    outline: none;
    background: #ffffff;
    border: none;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 32px;
  }

  header .header-2 .navbar ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    text-decoration: none;
    gap: 10px;
  }

  header .header-1 .icons a {
    font-size: 25px;
    color: #000000;
    margin: 10px;
    list-style: none;
    text-decoration: none;
  }

  header .header-1 form #search {
    width: 100%;
  }

  header .header-1 #menu {
    display: block;
  }

  header .header-1 .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  header .header-2 .navbar {
    position: fixed;
    top: -1000px;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }

  header .header-2 .navbar ul {
    flex-flow: column;
    width: 250px;
    border-radius: 20px;
    padding: 30px 10px;
    background: #fff;
    box-shadow: 0 0 0 100vh rgba(0, 0, 0, 0.5), 0 3px 5px #000;
  }

  header .header-2 .navbar ul li {
    width: 100%;
    text-align: center;
  }

  header .header-2 .navbar ul li a {
    font-size: 25px;
    display: block;
  }

  header .header-2 .navbar.nav-toggle {
    top: 55%;
    opacity: 1;
  }

  footer {
    min-height: 100%;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .foot_logo {
    margin-bottom: 1rem;
  }

  .listing_main {
    display: flex;
    flex-direction: column-reverse !important;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .add-to button {
    font-size: 14px;
    padding: 0.6rem 0.5rem;
    width: 100%;
  }


  .form-div {
    margin-right: 4%;
    margin-bottom: 2%;
  }

  .cart_container {
    gap: 5%;
  }

  .service_illustrator {
    /* height: 400px; */
    width: 45%;
  }

  .service_content {
    width: 50%;
  }

  .service_content p {
    font-size: 18px;
  }

  .mySwiper2,
  .mySwiper3 {
    height: 65%;
    width: 100%;
  }

  .sec2_drop button {
    background: #ffffff;
    font-size: 17px;
    font-weight: 500;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    border: 1px solid #d6bbfb;
    border-radius: 8px;
    width: 100%;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #f4ebff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mySwiper,
  .mySwiper4 {
    height: 35%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  header .header-2.sticky {
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    left: 0;
    box-shadow: 0 3px 5px #aec1f6;
  }

  header .header-2 .navbar.nav-toggle {
    top: 55%;
    z-index: 9999;
    opacity: 1;
  }

  .swiper-slide {
    margin: 0px;
  }

  header .header-1 .header_top form {
    display: flex;
    width: 600px;
    height: 51px;
    outline: none;
    background: #ffffff;
    border: none;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 32px;
  }

  header .header-2 .navbar ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    text-decoration: none;
    gap: 50px;
  }
}

@media (min-width: 1025px) and (max-width: 1189px) {
  .add-to button {
    font-size: 14px;
    padding: 0.6rem 0.5rem;
    width: 100%;
  }

  .form-div {
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .header_top {
    gap: 5%;
  }

  .cart_container {
    gap: 5%;
  }

  .service_illustrator {
    height: 400px;
  }

  .service_content p {
    font-size: 18px;
  }

  header .header-2.sticky {
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    left: 0;
    box-shadow: 0 3px 5px #aec1f6;
  }

  .mySwiper2,
  .mySwiper3 {
    height: 65%;
    width: 100%;
  }

  .sec2_drop button {
    background: #ffffff;
    font-size: 17px;
    font-weight: 500;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    border: 1px solid #d6bbfb;
    border-radius: 8px;
    width: 100%;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #f4ebff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mySwiper,
  .mySwiper4 {
    height: 35%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .swiper-slide {
    margin: 0px;
  }

  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,
        initial);
    box-sizing: content-box;
    margin-bottom: 2%;
  }

  header .header-1 .header_top form {
    display: flex;
    width: 600px;
    height: 51px;
    outline: none;
    background: #ffffff;
    border: none;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 32px;
  }

  header .header-2 .navbar ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    text-decoration: none;
    gap: 60px;
  }

  footer {
    min-height: 100%;
  }
}

@media (min-width: 1190px) and (max-width: 1280px) {
  header .header-2.sticky {
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    left: 0;
    box-shadow: 0 3px 5px #aec1f6;
  }

  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,
        initial);
    box-sizing: content-box;
    margin-bottom: 2%;
  }

  footer {
    min-height: 100%;
  }
}

@media (min-width: 1281px) and (max-width: 1366px) {
  header .header-2.sticky {
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    left: 0;
    box-shadow: 0 3px 5px #aec1f6;
  }

  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,
        initial);
    box-sizing: content-box;
    margin-bottom: 2%;
  }

  footer {
    min-height: 100%;
  }
}

@media (min-width: 1367px) and (max-width: 1440px) {
  header .header-2.sticky {
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    left: 0;
    box-shadow: 0 3px 5px #aec1f6;
  }

  footer {
    min-height: 100%;
  }
}

@media (min-width: 1441px) and (max-width: 1536px) {
  header .header-2.sticky {
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    left: 0;
    box-shadow: 0 3px 5px #aec1f6;
  }

  footer {
    min-height: 100%;
    padding-top: 5rem;
  }
}