* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: abidaleBold;
  src: url(fonts/Abidale-Bold-Playtype.otf);
}
@font-face {
  font-family: abidalelight;
  src: url(fonts/Abidale-Light\ Playtype.otf);
}
@font-face {
  font-family: rubikbold;
  src: url(fonts/Rubik-Bold.ttf);
}
@font-face {
  font-family: rubikmedium;
  src: url(fonts/Rubik-Medium.ttf);
}

@font-face {
  font-family: rubikregular;
  src: url(Document\ fonts/rubikregular);
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden !important;
}
.tab-slider4 .div {
  height: 9rem;
}

.deleteBtn {
  position: absolute;
  top: 0rem;
  right: 0;
  display: flex;
  margin-left: 0.5rem;
  padding: 1rem 3rem;
}
.deleteBtn button {
  background-color: transparent;
  border: 2px solid #000;
  padding: 0.5rem 1rem;
  width: 20rem;
  font-size: 1.7rem;
  font-family: abidalelight;
  margin-left: 0.5rem;
  transition: all 0.2s ease-in-out;
}
.newrotate_Btn {
  position: absolute;
  top: 0rem;
  left: 0;
  display: flex;
  margin-left: 0.5rem;
  padding: 1rem 3rem;
}
.newrotate_Btn button {
  background-color: transparent;
  border: 2px solid #000;
  padding: 0.5rem 1rem;
  width: 20rem;
  font-size: 1.7rem;
  font-family: abidalelight;
  margin-left: 0.5rem;
  transition: all 0.2s ease-in-out;
}

.iframe-class {
  width: 100% !important;
  user-select: none !important;
  -ms-user-selec: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
}

.imagebox {
  visibility: visible;
}
.parent-configurator {
  height: 100vh;
  width: 100vw;
}
.first-page {
  height: 100%;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 2rem;
}

#second_image {
  visibility: hidden;
}
.first-parent {
  display: none;
}
.second-page {
  width: 100%;
  height: 100%;
  display: none;
}
.inner-first-page {
  text-align: center;
}
.inner-first-page.focus {
  outline: none;
}
.main-logo {
  width: 50rem;
  margin: 0 auto;
}
.main-logo img {
  width: 100%;
}
.heading-section {
  padding: 2rem 0rem;
  text-align: center;
}
.heading-section h5 {
  font-size: 4.5rem;
  font-family: rubikmedium;
}

.email-section {
  margin: 8rem 0rem 5rem 0rem;
  transition: all 0.2s ease-in-out;
}
.email-section h5 {
  font-size: 2.5rem;
  font-family: rubikmedium;

  padding: 2rem 0rem;
}

/* #68818f */
.email-section input {
  width: 100%;
  padding: 1.5rem 2rem;
  outline: none;
  border: 1px solid #000;
  font-size: 1.8rem;
}
.email-section input:focus {
  border: 1px solid #68818f;
}

.email-section input:focus::placeholder {
  font-size: 1.8rem;
  color: #68818f;
  font-family: abidalelight;
}
.email-section input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: abidalelight;
  color: #68818f;
  font-size: 1.8rem;
}
.button-section {
  text-align: center;
  border: 1px solid #000;
  margin: 10rem 10rem 0rem;
  transition: all 0.2s ease-in-out;
}
.button-section button {
  background-color: transparent;
  color: #000;
  font-size: 2.5rem;
  padding: 1.5rem 5rem;
  border: none;
  font-family: abidalelight;
  font-weight: inherit;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.button-section:hover {
  background: #68818f;
  color: #fff;
  border: 1px solid #68818f;
}
.button-section button:hover {
  color: #fff;
}

/* second-option */

.logo-section {
  width: 100%;
  background-color: #fff;
  padding: 1rem 2rem;
  display: grid;
  justify-content: end;
}
.logo-section .logo {
  width: 14rem;
}
.logo-section .logo img {
  width: 100%;
}

/* logo-inner-slider */
.page-swiper {
  align-items: center;
  justify-content: center;
  gap: 0px 80px;
}

.slider-wrapper {
  padding: 2rem 10rem;
  position: relative;
  overflow-x: hidden;
  width: 100%;

  border-radius: 13px;
}

.slider-wrapper .icon {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
}

.icon:first-child {
  left: 2rem;
  /* display: none; */
  /* background: #282828; */
}

.icon:last-child {
  right: 2rem;
  justify-content: flex-end;
  /* background: #282828; */
}

.icon i {
  width: 55px;
  height: 55px;
  cursor: pointer;
  font-size: 6rem;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  color: #000;
}

/* .icon:first-child i {
  margin-left: 15px;
}

.icon:last-child i {
  margin-right: 15px;
} */

.slider-wrapper {
  display: flex;
  gap: 12px;
  list-style: none;
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin-bottom: 0 !important;
}

.tabs-boxslider {
  display: flex;
  gap: 2rem;
  list-style: none;
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin-bottom: 0 !important;
}
.tabs-boxslider.dragging {
  scroll-behavior: auto;
  cursor: grab;
}

.tabs-boxslider .tab-slider {
  cursor: pointer;
  font-size: 1rem;
  white-space: nowrap;
  border: 0.3rem solid transparent;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  background-color: #fff;
}

.tabs-boxslider .tab-slider img {
  height: 40px;
}

.tabs-boxslider .tab:hover {
  background: #efedfb;
}

.tabs-boxslider.dragging .tab-slider {
  user-select: none;
  pointer-events: none;
}

/* .tabs-boxslider .tab-slider.active {
  color: #fff;
    background: #5372F0;
  border-color: transparent;
} */

.main-once {
  background-color: #dedede;
}

@media (max-width: 576px) {
  .page-swiper {
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0 !important;
  }

  .slider-wrapper {
    padding: 12px 20px;
  }

  .icon i {
    width: 20px;
    height: 20px;
    font-size: 4rem;
    line-height: 20px;
  }
  .icon:first-child {
    left: 0rem !important;
  }
  .icon:last-child {
    right: 0rem !important;
  }
  .slider-wrapper .tabs-boxslider {
    gap: 20px;
  }

  .tabs-boxslider .tab-slider {
    font-size: 0.7rem;
    padding: 0px 5px;
    gap: 8px;
  }

  .slider-wrapper .icon {
    width: 20px;
  }
}

.logo-slide-section {
  margin: 0.5rem 0;
  border: 1px solid #000;
}
.logo-slide-section2 {
  border: 1px solid #000;
}
.logo-slide-section3 {
  margin: 0.8rem 0rem;
}

/* .ship-designer-box {
    width: 50%;
    margin: 5rem auto;
    border: 1px solid #000;
    text-align: center;
} */
.ship-designer-box .content-box h4 {
  font-family: abidalelight;
  font-weight: bold;
  font-size: 4rem;
  color: #000;
}
.ship-content-parent {
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* margin: 5rem 0rem 0rem; */
  /* border: 1px solid red; */
}
.bottom-third-ship-image {
  /* border: 1px solid yellow; */
  width: 50%;
  margin: 0 auto;
  border-color: #fff !important;
  height: 100%;
}
.bottom-third-ship-image img {
  width: 100%;
  height: 100%;
  border-color: #fff !important;
}

#second_image {
  border-color: #fff !important;
}
.ship-content-parent .button-section {
  text-align: center;
  border: 1px solid #000;
  margin: 10rem 0rem;
}

/* shahzad 2 */
/* logo-inner-slider */
.page-swiper {
  align-items: center;
  justify-content: center;
  gap: 0px 80px;
}

.slider-wrapper {
  padding: 2rem 10rem;
  position: relative;
  overflow-x: hidden;
  width: 100%;

  border-radius: 13px;
}

.slider-wrapper .icon2 {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
}

.icon2:first-child {
  left: 2rem;
  /* display: none; */
  /* background: #282828; */
}

.icon2:last-child {
  right: 2rem;
  justify-content: flex-end;
  /* background: #282828; */
}

.icon2 i {
  width: 55px;
  height: 55px;
  cursor: pointer;
  font-size: 6rem;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  color: #000;
}

/* .icon2:first-child i {
  margin-left: 15px;
}

.icon2:last-child i {
  margin-right: 15px;
} */

.slider-wrapper {
  display: flex;
  gap: 12px;
  list-style: none;
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin-bottom: 0 !important;
}

.tabs-boxslider2 {
  display: flex;
  gap: 2rem;
  list-style: none;
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin-bottom: 0 !important;
}
.tabs-boxslider2.dragging2 {
  scroll-behavior: auto;
  cursor: grab;
}

.tabs-boxslider2 .tab-slider2 {
  cursor: pointer;
  font-size: 1rem;
  white-space: nowrap;
  border: 0.3rem solid transparent;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  height: 10rem;
  background-color: #fff;
}
.slidertwoact {
  border: 0.3rem solid #000 !important;
}

.tabs-boxslider2 .tab-slider2 img {
  height: 100%;
}

.tabs-boxslider2 .tab:hover {
  background: #efedfb;
}

.tabs-boxslider2.dragging2 .tab-slider2 {
  user-select: none;
  pointer-events: none;
}

/* .tabs-boxslider2 .tab-slider2.active2 {
  color: #fff;
    background: #5372F0;
  border-color: transparent;
} */

.main-once {
  background-color: #dedede;
}

.logofirstcls {
  border: 0.3rem solid #000 !important;
}
@media (max-width: 576px) {
  .page-swiper {
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0 !important;
  }

  .slider-wrapper {
    padding: 12px 20px;
  }

  .icon2 i {
    width: 20px;
    height: 20px;
    font-size: 4rem;
    line-height: 20px;
  }
  .icon2:first-child {
    left: 0rem !important;
  }
  .icon2:last-child {
    right: 0rem !important;
  }
  .slider-wrapper .tabs-boxslider2 {
    gap: 20px;
  }

  .tabs-boxslider2 .tab-slider2 {
    font-size: 0.7rem;
    padding: 0px 5px;
    gap: 8px;
  }

  .slider-wrapper .icon2 {
    width: 20px;
  }
}

.third-page {
  width: 100%;
  height: 100%;
  display: none;
}
.fourth-page {
  width: 100%;
  height: 100%;
  display: none;
}
.inner-third-first {
  height: 15rem;
}
.inner-fourth-first {
  height: 200px;
}
.inner-fourth-second {
  height: calc(100% - 200px);
  width: 100%;
  /*background-image: url(images/firstship.jpg);*/
  /*background-size: contain;*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
  position: relative;
}
.inner-third-second {
  height: calc(100% - 15rem);
  width: 100%;
  background-image: url(./shipimages/firstship.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#ship-page-3 {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;

  border: 1px solid #000;
  padding: 1rem 10rem;
  transition: all 0.2s ease-in-out;
}
#ship-page-32 {
  position: absolute;
  right: 1.5rem;
  top: 10rem;

  border: 1px solid #000;
  padding: 1rem 6.5rem;
  transition: all 0.2s ease-in-out;
}
#ship-page-3:hover,
#ship-page-32:hover {
  background: #68818f;
  color: #fff;
  border: 1px solid #68818f;
}
#ship-page-3 button:hover,
#ship-page-32 button:hover {
  color: #fff;
}
#ship-page-3 button,
#ship-page-32 button {
  background-color: transparent;
  color: #000;
  font-size: 2.5rem;
  transition: all 0.3s ease-in-out;

  border: none;
  font-family: abidalelight;
  font-weight: inherit;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

/* shahzad3 staer */

/* shahzad 2 */
/* logo-inner-slider */
.page-swiper {
  align-items: center;
  justify-content: center;
  gap: 0px 80px;
}

.slider-wrapper {
  padding: 2rem 10rem;
  position: relative;
  overflow-x: hidden;
  width: 100%;

  border-radius: 13px;
}

.slider-wrapper .icon3 {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
}

.icon3:first-child {
  left: 2rem;
  /* display: none; */
  /* background: #282828; */
}

.icon3:last-child {
  right: 2rem;
  justify-content: flex-end;
  /* background: #282828; */
}

.icon3 i {
  width: 55px;
  height: 55px;
  cursor: pointer;
  font-size: 6rem;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  color: #000;
}

/* .icon3:first-child i {
  margin-left: 15px;
}

.icon3:last-child i {
  margin-right: 15px;
} */

.slider-wrapper {
  display: flex;
  gap: 12px;
  list-style: none;
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin-bottom: 0 !important;
}

.tabs-boxslider3 {
  display: flex;
  gap: 2rem;
  list-style: none;
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin-bottom: 0 !important;
}
.tabs-boxslider3.dragging3 {
  scroll-behavior: auto;
  cursor: grab;
}

.tabs-boxslider3 .tab-slider3 {
  cursor: pointer;
  font-size: 1rem;
  white-space: nowrap;
  border: 0.2rem solid transparent;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  height: 5rem;
  background-color: #fff;
}

.thirdscreenslider {
  border: 0.3rem solid #000 !important;
}
.tabs-boxslider3 .tab-slider3 img {
  height: 100%;
}

.tabs-boxslider3 .tab:hover {
  background: #efedfb;
}

.tabs-boxslider3.dragging3 .tab-slider3 {
  user-select: none;
  pointer-events: none;
}

/* .tabs-boxslider3 .tab-slider3.active3 {
  color: #fff;
    background: #5372F0;
  border-color: transparent;
} */

.main-once {
  background-color: #dedede;
}

.fourth-btn-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* align-items: center; */
  padding: 1rem 3rem;
}

.all-btn-section button {
  /* background-color: transparent;
    border: 1px solid #000;
    padding: 0.5rem 1rem;
    width: 8rem; */
  /* background-color: transparent;
    border: 2px solid #000;
    padding: 0.5rem 1rem;
    width: 12rem;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: abidaleBold; */

  background-color: transparent;
  border: 2px solid #000;
  padding: 0.5rem 1rem;
  width: 13rem;
  font-size: 1.7rem;

  font-family: abidalelight;
  margin-left: 0.5rem;
  transition: all 0.2s ease-in-out;
}
.all-btn-section button:hover {
  background-color: #68818f;
  color: #fff;
  border: 2px solid #68818f;
}
.last-btn-section button {
  background-color: transparent;
  border: 2px solid #000;
  padding: 0.5rem 1rem;
  width: 20rem;
  font-size: 1.7rem;
  font-family: abidalelight;
  margin-left: 0.5rem;
  transition: all 0.2s ease-in-out;
}
.last-btn-section button:hover,
.last-btn-section-Previouse button:hover {
  background-color: #68818f;
  color: #fff;
  border: 2px solid #68818f;
}

.fourth-btn-section {
  position: absolute;
  bottom: 0;
  left: 0;
}
/*.last-btn-section {*/
/*  position: absolute;*/
/*  bottom: 1rem;*/
/*  right: 1.5rem;*/
/*}*/
/*.last-btn-section-Previouse {*/
/*  position: absolute;*/
/*  bottom: 10rem;*/
/*  right: 1.5rem;*/
/*}*/
.last-btn-section-Previouse button {
  background-color: transparent;
  border: 2px solid #000;
  padding: 0.5rem 1rem;
  width: 20rem;
  font-size: 1.7rem;
  font-family: abidalelight;
  margin-left: 0.5rem;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 576px) {
  .page-swiper {
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0 !important;
  }

  .slider-wrapper {
    padding: 12px 20px;
  }

  .icon3 i {
    width: 20px;
    height: 20px;
    font-size: 4rem;
    line-height: 20px;
  }
  .icon3:first-child {
    left: 0rem !important;
  }
  .icon3:last-child {
    right: 0rem !important;
  }
  .slider-wrapper .tabs-boxslider3 {
    gap: 20px;
  }

  .tabs-boxslider3 .tab-slider3 {
    font-size: 0.7rem;
    padding: 0px 5px;
    gap: 8px;
  }

  .slider-wrapper .icon3 {
    width: 20px;
  }
}
/* shahzad3 end */

/* shahzad 4 start */

/* shahzad 2 */
/* logo-inner-slider */
.page-swiper {
  align-items: center;
  justify-content: center;
  gap: 0px 80px;
}

.slider-wrapper {
  padding: 1.9rem 7rem;
  position: relative;
  overflow-x: hidden;
  width: 100%;

  border-radius: 13px;
}

.slider-wrapper .icon4 {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
}

.icon4:first-child {
  left: 2rem;
  /* display: none; */
  /* background: #282828; */
}

.icon4:last-child {
  right: 2rem;
  justify-content: flex-end;
  /* background: #282828; */
}

.icon4 i {
  width: 55px;
  height: 55px;
  cursor: pointer;
  font-size: 6rem;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  color: #000;
}

/* .icon4:first-child i {
  margin-left: 15px;
}

.icon4:last-child i {
  margin-right: 15px;
} */

.slider-wrapper {
  display: flex;
  gap: 12px;
  list-style: none;
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin-bottom: 0 !important;
}

.tabs-boxslider4 {
  display: flex;
  gap: 2rem;
  list-style: none;
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin-bottom: 0 !important;
  text-align: center;
  padding-left: 0px;
}
.tabs-boxslider4.dragging4 {
  scroll-behavior: auto;
  cursor: grab;
}
/* ship edit */
.tabs-boxslider4 .tab-slider4 {
  cursor: pointer;
  font-size: 1rem;
  white-space: nowrap;
  border: 0.3rem solid transparent;

  box-sizing: border-box;

  background-color: #fff;
}
.fourthscreenact {
  border: 0.3rem solid #000 !important;
}
/* ship edit */
.tabs-boxslider4 .tab-slider4 img {
  height: 100%;
}

.tabs-boxslider4 .tab:hover {
  background: #efedfb;
}

.tabs-boxslider4.dragging4 .tab-slider4 {
  user-select: none;
  pointer-events: none;
}

/* .tabs-boxslider4 .tab-slider4.active4 {
  color: #fff;
    background: #5372F0;
  border-color: transparent;
} */

.main-once {
  background-color: #68818f;
}
.tab-slider4 h3 {
  font-weight: 700;
  margin-top: 0.5rem;
}
@media (max-width: 576px) {
  .page-swiper {
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0 !important;
  }

  .slider-wrapper {
    padding: 12px 20px;
  }

  .icon4 i {
    width: 20px;
    height: 20px;
    font-size: 4rem;
    line-height: 20px;
  }
  .icon4:first-child {
    left: 0rem !important;
  }
  .icon4:last-child {
    right: 0rem !important;
  }
  .slider-wrapper .tabs-boxslider4 {
    gap: 20px;
  }

  .tabs-boxslider4 .tab-slider4 {
    font-size: 0.7rem;
    padding: 0px 5px;
    gap: 8px;
  }

  .slider-wrapper .icon4 {
    width: 20px;
  }
}

#ship-page-first {
  display: block;
  width: 100%;
  height: 100%;
}

.ship-content-parent .button-section {
  margin: 2rem 0rem 0rem;
}
@media (max-width: 1024px) {
  html {
    font-size: 55%;
  }
  .all-btn-section button {
    width: 15rem;
    display: block;
    margin: 1rem 0rem;
  }
  .last-btn-sect {
    flex-direction: column;
  }
  .last-btn-sect button {
    margin: 1rem 0rem;
  }
  .last-btn-section button {
    width: 30rem;
  }
  .last-btn-section-Previouse button {
    width: 30rem;
  }
  .ship-designer-box .content-box h4 {
    font-size: 5rem;
  }
}
/* shahzad 4 end */
@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .last-btn-section button {
    width: 40rem;
  }
  .all-btn-section button {
    width: 15rem;
    display: block;
    margin: 1rem 0rem;
  }
  .last-btn-sect {
    flex-direction: column;
  }
  .last-btn-sect button {
    margin: 1rem 0rem;
  }
  .last-btn-section button {
    width: 30rem;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 50%;
  }
  .ship-content-parent {
    margin: 0rem 0;
  }
  .button-section {
    text-align: center;
    border: 1px solid #000;
    margin: 10rem 12rem 0rem;
  }

  .ship-content-parent .button-section {
    text-align: center;
    border: 1px solid #000;
    margin: 2rem 0rem 0rem;
  }
  .email-section {
    margin: 10rem 0rem 5rem 0rem;
  }
  .bottom-third-ship-image {
    width: 100%;
  }

  .last-btn-sect {
    flex-direction: column;
  }
  .last-btn-sect button {
    margin: 1rem 0rem;
  }
  .last-btn-section button {
    width: 30rem;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 45%;
  }
  .all-btn-section button {
    width: 12rem;
    display: block;
    margin: 1rem 0rem;
  }

  .last-btn-section button {
    width: 20rem;
  }
  .last-btn-sect button {
    width: 20rem;
  }

  .main-logo {
    width: 100%;
  }

  .fourth-btn-section {
    padding: 1rem;
  }
}

@media (min-width: 1300px) {
  .email-section {
    margin: 10rem 0rem;
  }
  .button-section {
    margin: 10rem 10rem;
  }
  .ship-designer-box .content-box h4 {
    font-size: 5rem;
  }
}

.inner-second-page {
  width: 100%;
  height: 100%;
  /* border: 2px solid red; */
}
.top-third-section {
  height: 31rem;
}

.bottom-third-section {
  height: calc(100% - 31rem);
  /* border: 1px solid #000; */
  display: grid;
  grid-template-rows: 300px auto;
  overflow-y: scroll;
  border-color: #fff;
}

.last-btn-sect {
  position: absolute;
  bottom: 0rem;
  right: 1rem;
  display: flex;
  margin-left: 0.5rem;
  padding: 1rem 3rem;
}

.imageresource {
  width: 100% !important;
  /* height: 80px !important;
  width: 200px !important; */
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  height: 100%;
  width: 0;
  position: relative;
}

.swiper-wrapper {
  gap: 10px;
}

.swiper-button-prev {
  background-image: url("images/left-arrow.png") !important;
  background-size: 40px 44px !important;
}
.swiper-button-next {
  background-image: url("images/right-arrow.png") !important;
  background-size: 42px 48px !important;
}

/* Tablet */
@media only screen and (min-device-width: 425px) and (max-device-width: 768px) {
  .swiper-button-next {
    background-size: 30px 30px !important;
    right: 0 !important;
  }
  .swiper-button-prev {
    background-size: 30px 30px !important;
    left: 0 !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 424px) {
  .swiper-button-next {
    background-size: 20px 20px !important;
    right: 0 !important;
  }
  .swiper-button-prev {
    background-size: 20px 20px !important;
    left: 0 !important;
  }
}
