.BG-white-mb {
  background-color: white;
}
.productdt-content .property,
.productdt-content .use {
  font-size: 18px;
  color: #000000;
}
.productdt-content .property span,
.productdt-content .use span {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.productdt-collapsible {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  text-align: center;
  font-size: 18px;
}
.productdt-collapsible .text {
  color: #000000;
  text-align: center;
  font-size: 18px;
}
.productdt-collapsible a {
  text-decoration: none;
}

.productdt-collapsible {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 0.92vw;
  font-weight: 400;
  padding: 2%;
}

.productdt-content {
  /* max-height: 300px; */
  overflow: hidden;
  transition: 0.2s ease-in-out;
  border: 2px black solid;
  padding: 3%;
  margin-top: 3%;
  border-radius: 13px;
}
.productdt-content .other {
  margin-top: 3%;
}
.productdt-content .other img {
  width: 100%;
}
.productdt-content .other .img {
  border-radius: 13px;
}
.productdt-content .other .product-card {
  text-align: center;
  color: #000000;
  font-size: 18px;
}

.BG-white-grey {
  background: url("../images/BG-white-grey.png");
  background-repeat: no-repeat;
  background-size: cover;
  /* min-height: 1765px; */
}
.BG-product-dt {
  background-image: url("../images/product-detail-BG.png");
  background-repeat: no-repeat;
  background-size: contain;
  /* min-height: 1150px; */
  min-height: 46vw;
  width: 20%;
}
.product-detail-contactbox-BG {
  background-image: url("../images/product-detail-main-contact-box-bg.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}

.position-absolute.main-PD {
  position: absolute;

  top: 0;
}

.product-detail-content1 {
  padding-left: 8%;
  padding-right: 18%;
}

.product-detail-main-img img {
  width: 100%;
  border-radius: 13px;
}

.product-detail-catabox {
  padding: 3% 0;
}
.product-detail-cata {
  font-size: 18px;
  font-weight: 500;
  color: #7d7d7d;
  text-decoration: none;
}
.product-detail-cata a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #7d7d7d;
}
.product-detail-title {
  color: #c31e1e;
  font-size: 36px;
  font-weight: 600;
}
.product-detail-title-box {
  color: black;
}
.product-detail-subtitle {
  color: #000230;
  font-size: 20px;
  font-weight: 500;
  padding-top: 5%;
}

.owl-theme.slide-product-detail .owl-dots .owl-dot.active span {
  background: #09358b !important;
  width: 27px;
}
.owl-carousel.owl-theme.slide-product-detail .owl-item {
  width: 100%;
  border-radius: 13px;
}
.item-redborder:hover {
  border-radius: 13px;

  border: #c31e1e 3px solid;
  transition: 0.2s ease-in-out;
}
.owl-carousel.owl-theme.slide-product-detail .owl-item img {
  border-radius: 13px;
}
.owl-carousel.owl-theme.slide-product-detail .owl-item:hover {
  border: #c31e1e 2px solid;
  transition: 0.2s ease-in-out;
}

.owl-carousel.owl-theme.slide-product-detail .owl-item:hover .text {
  color: #c31e1e;
  transition: 0.2s ease-in-out;
  /* font-weight: 500; */
}
.red-border {
  border-radius: 13px;
  border: #c31e1e 2px solid;
  padding: 0;
}
.red-border .text {
  color: #c31e1e !important;
  /* font-weight: 500; */
}

.owl-theme.slide-product-detail .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 3px;
  background: #7d7d7d;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.slide-product-detail-box {
  padding-top: 12%;
  /* height: 16vw; */
}
.slide-product-detail .owl-prev span {
  position: absolute;
  font-size: 35px;
  font-weight: 300;
  left: -2%;
  top: 37%;
  color: #7d7d7d;
  background-color: #ffffffb4;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.449);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.449);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.449);
  width: 35px;
  height: 35px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-product-detail .owl-next span {
  position: absolute;
  font-size: 35px;
  font-weight: 300;
  right: -2%;
  top: 37%;
  color: #7d7d7d;
  background-color: #ffffffb4;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.449);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.449);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.449);
  width: 35px;
  height: 35px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-theme.slide-product-detail .owl-nav {
  margin-top: 0;
  height: 6px;
}

/* .product-detail-detailsbox {
  margin-top: 7%;
  min-height: 15vh;
} */
.product-detail-details {
  color: black;
}

.product-detail-contactbox {
  position: relative;
  padding: 2% 2% 1% 2%;
  margin: 9% 0;
  background-color: white;
}

.product-detail-contactbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 17px;
  border: 2px solid transparent;
  background: linear-gradient(to bottom, #155ce5, #c31e1e) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.product-detail-contactbox-text {
  padding-left: 3%;
  padding-right: 15%;
  margin-bottom: 4%;
}
.paraspace1 {
  margin-bottom: 2%;
}
.product-detail-greenbutton {
  background-color: #06c755;
  border-radius: 28px;
  width: 100%;
}
.product-detail-redbutton {
  background-color: #c31e1e;
  border-radius: 28px;
  width: 100%;
}
.product-detail-greenbutton a {
  text-decoration: none;
}
.product-detail-redbutton a {
  text-decoration: none;
}
.product-detail-contact-list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 300;
  padding: 3% 0;
  color: white;
}
.product-detail-greenbutton:hover,
.product-detail-redbutton:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}
.product-detail-contact-list img {
  margin-right: 4%;
  width: 12%;
}

.product-detail-contactbox-form-textbox {
  margin-top: 3%;
}
.product-detail-contactbox-form-text {
  color: black;
  font-size: 18px;
  font-weight: 500;
}
.product-detail-contactbox-form input.form-control {
  background-color: #f8f8f8;
}
.product-detail-contactbox-form textarea#detail.form-control {
  height: 134px;
}
.product-detail-contactbox-form-text.btn {
  width: auto;padding-left:3%;padding-right:3%;
  color: white;
  background-color: #000000;
}
.product-detail-contactbox-form-textbox.submitbox {
  text-align: center;
}
.product-detail-contactbox-form-textbox textarea#detail.form-control {
  height: 134px;
  background-color: #f8f8f8;
}

.blacktext {
  font-size: 18px;
  color: black;
}
.redtext {
  color: #c31e1e;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.redbold23 {
  font-size: 23px;
  font-weight: 600;
  color: #c31e1e;
}
.bold18 {
  font-size: 18px;
  font-weight: 600;
  color: black;
}
.product-detail-contactbox-BG {
  z-index: 1000 !important;
  position: relative;
}

.modal-pp-mb p {
  color: black;
  font-size: 14px;
}
.modal-pp-mb > ul > li {
  color: black;
  font-size: 14px;
}
.modal-pp-mb ul {
  color: black;
  font-size: 14px;
  margin-bottom: 0;
}
.modal-pp-mb strong {
  color: black;
  font-size: 14px;
}
.ul-left {
  margin-left: 0;
  margin-bottom: 0;
  color: black;
  font-size: 14px;
}
.modal-dialog {
  max-width: 50%;
  color: black;
}
.modal-body.img img {
  width: 100%;
}
.btn-close.img {
  position: absolute;
  top: 3%;
  right: 2%;
}

.modalImg-arrow.right {
  position: absolute;
  top: 43%;
  right: -14%;
}
.modalImg-arrow.left {
  position: absolute;
  top: 43%;
  left: -14%;
}
.modalImg-arrow i {
  font-size: 52px;
}

.show-mobile {
  display: none;
}
.show-tablet {
  display: none;
}
.show-pc {
  display: block;
}

/* Mobileตั้ง */
@media (max-width: 576px) {
  .show-mobile {
    display: block;
  }
  .show-tablet {
    display: none;
  }
  .show-pc {
    display: none;
  }

  .product-detail-contactbox-BG {
    background-image: url("../images/product-detail-main-contact-box-bg.png");
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .product-detail-BG img {
    width: 50%;
    z-index: 0;
  }
  .product-detail-catabox {
    margin: 4% 0;
  }
  .product-detail-cata {
    font-size: 12px;
  }
  .product-detail-cata a {
    font-size: 12px;
  }
  .product-detail-title {
    color: #c31e1e;
    font-size: 24px;
    font-weight: 600;
  }

  .product-detail-subtitle {
    color: #000230;
    font-size: 14px;
    font-weight: 500;
    padding-top: 1%;
  }
  .product-detail-main-img {
    position: unset;
    z-index: 2;
    margin-left: 0;
    margin-top: 5%;
  }

  .product-detail-main-img img {
    width: 100%;
    border-radius: 13px;
  }
  .slide-product-detail-box {
    padding-top: 3%;
  }
  .owl-carousel.owl-theme.slide-product-detail .owl-item img {
    width: 100%;
    border-radius: 13px;
  }
  .slide-product-detail .owl-next span {
    right: -2%;
  }
  .slide-product-detail .owl-prev span {
    left: -2%;
  }
  /* .product-detail-details {
    font-size: 18px;
  } */
  .product-detail-detailsbox {
    margin-top: 0%;
    margin-left: 0%;
  }
  .redbold23 {
    font-size: 16px;
    font-weight: 600;
    color: #c31e1e;
  }
  .blacktext {
    font-size: 12px;
    color: black;
  }
  .bold18 {
    font-size: 12px;
    font-weight: 600;
    color: black;
  }
  .paraspace1 {
    margin-bottom: 0%;
  }
  .product-detail-contactbox {
    position: relative;
    padding: 7%;
    margin-top: 3%;
    margin-bottom: 5%;
    background-color: white;
    border-radius: 17px;
    z-index: 400;
  }

  .product-detail-contactbox-text {
    padding-left: 0%;
    padding-right: 0;
    margin-bottom: 4%;
    text-align: center;
  }
  .product-detail-greenbutton {
    background-color: #06c755;
    border-radius: 28px;
    width: 95%;
  }
  .product-detail-redbutton {
    background-color: #c31e1e;
    border-radius: 28px;
    width: 95%;
  }
  .product-detail-centerbutton {
    display: flex;
    justify-content: center;
  }
  .product-detail-greenbutton a {
    text-decoration: none;
  }
  .product-detail-redbutton a {
    text-decoration: none;
  }
  .product-detail-contact-list {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 300;
    padding: 3% 0;
    color: white;
  }
  .product-detail-contact-list img {
    margin-right: 4%;
    width: 12%;
  }
  .product-detail-contactbox-form-text.form-label,
  .product-detail-contactbox-form-text.form-check-label,
  .product-detail-contactbox-form-text.btn {
    font-size: 12px;
  }
  .product-detail-contactbox-form input.form-control {
    background-color: #f8f8f8;
    height: 30px;
    font-size: 12px;
  }
  .product-detail-contactbox-form input#detail.form-control {
    height: 100px;
    font-size: 12px;
  }
  .product-detail-contactbox-form-text.btn {
    width: auto;padding-left:3%;padding-right:3%;
  }
  .product-detail-contactbox::before {
    margin: 3%;
  }
  .footer-alt-text {
    font-size: 15px;
  }
  .modal-pp-mb p {
    color: black;
    font-size: 14px;
  }
  .modal-pp-mb > ul > li {
    color: black;
    font-size: 14px;
  }
  .modal-pp-mb ul {
    color: black;
    font-size: 14px;
    margin-bottom: 0;
  }
  .modal-pp-mb strong {
    color: black;
    font-size: 14px;
  }
  .ul-left {
    margin-left: 0;
    margin-bottom: 0;
    color: black;
    font-size: 14px;
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
  }
  .modal-body.img img {
    width: 100%;
  }
  .btn-close.img {
    position: absolute;
    top: 3%;
    right: 2%;
  }
  .modalImg-arrow.right {
    position: absolute;
    top: 43%;
    right: -14%;
  }
  .modalImg-arrow.left {
    position: absolute;
    top: 43%;
    left: -14%;
  }
  .modalImg-arrow i {
    font-size: 52px;
  }
  .productdt-collapsible .text {
    /* color: white; */
    background: white;
    border-radius: 0 0 13px 13px;
  }

  .productdt-content {
    border: 2px white solid;
    margin-top: 15%;
  }
  .owl-theme.slide-product-detailmb .owl-dots .owl-dot.active span {
    background: #b60000;
  }
  .owl-carousel.slide-product-detailmb .owl-item img {
    border-radius: 13px 13px 0 0;
  }
}
/* Mobileนอน */
@media (min-width: 577px) and (max-width: 767px) {
  .show-mobile {
    display: block;
  }
  .show-tablet {
    display: none;
  }
  .show-pc {
    display: none;
  }
  .product-detail-contactbox-BG {
    background-image: url("../images/product-detail-main-contact-box-bg.png");
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .product-detail-BG img {
    width: 50%;
    z-index: 0;
  }
  .product-detail-catabox {
    margin: 4% 0;
  }
  .product-detail-cata {
    font-size: 12px;
  }
  .product-detail-cata a {
    font-size: 12px;
  }
  .product-detail-title {
    color: #c31e1e;
    font-size: 24px;
    font-weight: 600;
  }

  .product-detail-subtitle {
    color: #000230;
    font-size: 14px;
    font-weight: 500;
    padding-top: 1%;
  }
  .product-detail-main-img {
    position: unset;
    z-index: 2;
    margin-left: 0;
  }
  .product-detail-main-img {
    margin: 5% 0 0 0;
  }
  .product-detail-main-img img {
    width: 100%;
    border-radius: 13px;
  }
  .slide-product-detail-box {
    padding-top: 3%;
  }
  .owl-carousel.owl-theme.slide-product-detail .owl-item img {
    width: 100%;
    border-radius: 13px;
  }
  .slide-product-detail .owl-next span {
    right: -2%;
    top: 30%;
  }
  .slide-product-detail .owl-prev span {
    left: -2%;
    top: 30%;
  }
  /* .product-detail-details {
    font-size: 18px;
  } */
  .product-detail-detailsbox {
    margin-top: 0%;
    margin-left: 0%;
  }
  .redbold23 {
    font-size: 16px;
    font-weight: 600;
    color: #c31e1e;
  }
  .blacktext {
    font-size: 12px;
    color: black;
  }
  .bold18 {
    font-size: 12px;
    font-weight: 600;
    color: black;
  }
  .paraspace1 {
    margin-bottom: 0%;
  }
  .product-detail-contactbox {
    position: relative;
    padding: 7%;
    margin-top: 3%;
    margin-bottom: 5%;
    background-color: white;
    z-index: 400;

  }
  .product-detail-contactbox-text {
    padding-left: 0%;
    padding-right: 0;
    margin-bottom: 4%;
    text-align: center;
  }
  .product-detail-greenbutton {
    background-color: #06c755;
    border-radius: 28px;
    width: 85%;
  }
  .product-detail-redbutton {
    background-color: #c31e1e;
    border-radius: 28px;
    width: 85%;
  }
  .product-detail-centerbutton {
    display: flex;
    justify-content: center;
  }
  .product-detail-greenbutton a {
    text-decoration: none;
  }
  .product-detail-redbutton a {
    text-decoration: none;
  }
  .product-detail-contact-list {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 300;
    padding: 3% 0;
    color: white;
  }
  .product-detail-contact-list img {
    margin-right: 4%;
    width: 12%;
  }
  .product-detail-contactbox-form-text.form-label,
  .product-detail-contactbox-form-text.form-check-label,
  .product-detail-contactbox-form-text.btn {
    font-size: 12px;
  }
  .product-detail-contactbox-form input.form-control {
    background-color: #f8f8f8;
    height: 30px;
    font-size: 12px;
  }
  .product-detail-contactbox-form input#detail.form-control {
    height: 100px;
    font-size: 12px;
  }
  .product-detail-contactbox-form-text.btn {
    width: auto;padding-left:3%;padding-right:3%;
  }
  .product-detail-contactbox::before {
    margin: 3%;
  }
  .footer-alt-text {
    font-size: 15px;
  }
  .modal-pp-mb p {
    color: black;
    font-size: 14px;
  }
  .modal-pp-mb > ul > li {
    color: black;
    font-size: 14px;
  }
  .modal-pp-mb ul {
    color: black;
    font-size: 14px;
    margin-bottom: 0;
  }
  .modal-pp-mb strong {
    color: black;
    font-size: 14px;
  }
  .ul-left {
    margin-left: 0;
    margin-bottom: 0;
    color: black;
    font-size: 14px;
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
  }
  .modal-body.img img {
    width: 100%;
  }
  .btn-close.img {
    position: absolute;
    top: 3%;
    right: 2%;
  }

  .modalImg-arrow.right {
    position: absolute;
    top: 43%;
    right: -14%;
  }
  .modalImg-arrow.left {
    position: absolute;
    top: 43%;
    left: -14%;
  }
  .modalImg-arrow i {
    font-size: 52px;
  }

  .productdt-collapsible .text {
    color: white;
  }
  .red-border .text {
    color: white;
  }

  .product-detail-contactbox {
    border-radius: 17px;
  }

  .productdt-collapsible .text {
    color: white;
  }
  .productdt-content {
    border: 2px white solid;
  }
  .owl-theme.slide-product-detailmb .owl-dots .owl-dot.active span {
    background: #b60000;
  }
}

/* Tabletตั้ง */
@media (min-width: 768px) and (max-width: 991px) {
  .show-mobile {
    display: block;
  }
  .show-tablet {
    display: none;
  }
  .show-pc {
    display: none;
  }
  .product-detail-contactbox-BG {
    background-image: url("../images/product-detail-main-contact-box-bg.png");
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .product-detail-BG img {
    width: 50%;
    z-index: 0;
  }
  .product-detail-catabox {
    margin: 2% 0 1% 0;
  }
  .product-detail-cata {
    font-size: 12px;
  }
  .product-detail-cata a {
    font-size: 12px;
  }
  .product-detail-title {
    color: #c31e1e;
    font-size: 24px;
    font-weight: 600;
  }

  .product-detail-subtitle {
    color: #000230;
    font-size: 14px;
    font-weight: 500;
    padding-top: 1%;
  }
  .product-detail-main-img {
    position: unset;
    z-index: 2;
    margin-left: 0;
  }
  .product-detail-main-img {
    margin: 5% 0 0 0;
  }
  .product-detail-main-img img {
    width: 100%;
    border-radius: 13px;
  }
  .slide-product-detail-box {
    padding-top: 6%;
  }
  .owl-carousel.owl-theme.slide-product-detail .owl-item img {
    width: 100%;
    border-radius: 13px;
  }
  .slide-product-detail .owl-next span {
    right: -2%;
    top: 35%;
  }
  .slide-product-detail .owl-prev span {
    left: -2%;
    top: 35%;
  }
  .slide-product-detail-box-all {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* padding-top: 30%; */
  }
  /* .product-detail-details {
    font-size: 18px;
  } */
  .product-detail-detailsbox {
    margin-top: 2%;
    margin-left: 0%;
  }
  .product-detail-contactbox-form-textbox {
    margin-top: 2%;
  }
  .redbold23 {
    font-size: 16px;
    font-weight: 600;
    color: #c31e1e;
  }
  .blacktext {
    font-size: 12px;
    color: black;
  }
  .bold18 {
    font-size: 12px;
    font-weight: 600;
    color: black;
  }
  .paraspace1 {
    margin-bottom: 0%;
  }
  .product-detail-contactbox {
    position: relative;
    padding: 7%;
    margin-top: 3%;
    margin-bottom: 5%;
    background-color: white;
    z-index: 400;

  }
  .product-detail-contactbox-text {
    padding-left: 0%;
    padding-right: 0;
    margin-bottom: 4%;
    text-align: center;
  }
  .product-detail-greenbutton {
    background-color: #06c755;
    border-radius: 28px;
    width: 75%;
  }
  .product-detail-redbutton {
    background-color: #c31e1e;
    border-radius: 28px;
    width: 75%;
  }
  .product-detail-centerbutton {
    display: flex;
    justify-content: center;
  }
  .product-detail-greenbutton a {
    text-decoration: none;
  }
  .product-detail-redbutton a {
    text-decoration: none;
  }
  .product-detail-contact-list {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 300;
    padding: 3% 0;
    color: white;
  }
  .product-detail-contact-list img {
    margin-right: 4%;
    width: 8%;
  }
  .product-detail-contactbox-form-text.form-label,
  .product-detail-contactbox-form-text.form-check-label,
  .product-detail-contactbox-form-text.btn {
    font-size: 12px;
  }
  .product-detail-contactbox-form input.form-control {
    background-color: #f8f8f8;
    height: 30px;
    font-size: 12px;
  }
  .product-detail-contactbox-form input#detail.form-control {
    height: 100px;
    font-size: 12px;
  }
  .product-detail-contactbox-form-text.btn {
    width: auto;padding-left:3%;padding-right:3%;
  }
  .product-detail-contactbox::before {
    margin: 3%;
  }
  .footer-alt-text {
    font-size: 15px;
  }
  .modal-pp-mb p {
    color: black;
    font-size: 14px;
  }
  .modal-pp-mb > ul > li {
    color: black;
    font-size: 14px;
  }
  .modal-pp-mb ul {
    color: black;
    font-size: 14px;
    margin-bottom: 0;
  }
  .modal-pp-mb strong {
    color: black;
    font-size: 14px;
  }
  .ul-left {
    margin-left: 0;
    margin-bottom: 0;
    color: black;
    font-size: 14px;
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
  }
  .modal-body.img img {
    width: 100%;
  }
  .btn-close.img {
    position: absolute;
    top: 3%;
    right: 2%;
  }
  .modalImg-arrow.right {
    position: absolute;
    top: 43%;
    right: -14%;
  }
  .modalImg-arrow.left {
    position: absolute;
    top: 43%;
    left: -14%;
  }
  .modalImg-arrow i {
    font-size: 52px;
  }
  .product-detail-contactbox {
    border-radius: 17px;
  }

  .productdt-collapsible .text {
    color: white;
  }
  .productdt-content {
    border: 2px white solid;
  }
  .owl-theme.slide-product-detailmb .owl-dots .owl-dot.active span {
    background: #b60000;
  }
}
/* Tabletนอน */
@media (min-width: 992px) and (max-width: 1199px) {
  .show-mobile {
    display: block;
  }
  .show-tablet {
    display: none;
  }
  .show-pc {
    display: none;
  }
  .product-detail-contactbox-BG {
    background-image: url("../images/product-detail-main-contact-box-bg.png");
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .product-detail-BG img {
    width: 50%;
    z-index: 0;
  }
  .product-detail-catabox {
    margin: 2% 0 1% 0;
  }
  .product-detail-cata {
    font-size: 12px;
  }
  .product-detail-cata a {
    font-size: 12px;
  }
  .product-detail-title {
    color: #c31e1e;
    font-size: 24px;
    font-weight: 600;
  }

  .product-detail-subtitle {
    color: #000230;
    font-size: 14px;
    font-weight: 500;
    padding-top: 1%;
  }
  .product-detail-main-img {
    position: unset;
    z-index: 2;
    margin-left: 0;
  }
  .product-detail-main-img {
    margin: 5% 0 0 0;
  }
  .product-detail-main-img img {
    width: 100%;
    border-radius: 13px;
  }
  .slide-product-detail-box {
    padding-top: 6%;
  }
  .owl-carousel.owl-theme.slide-product-detail .owl-item img {
    width: 100%;
    border-radius: 13px;
  }
  .slide-product-detail .owl-next span {
    right: -2%;
    top: 35%;
  }
  .slide-product-detail .owl-prev span {
    left: -2%;
    top: 35%;
  }
  .slide-product-detail-box-all {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 31%;
  }
  /* .product-detail-details {
    font-size: 18px;
  } */
  .product-detail-detailsbox {
    margin-top: 2%;
    margin-left: 0%;
  }
  .product-detail-contactbox-form-textbox {
    margin-top: 2%;
  }
  .redbold23 {
    font-size: 16px;
    font-weight: 600;
    color: #c31e1e;
  }
  .blacktext {
    font-size: 12px;
    color: black;
  }
  .bold18 {
    font-size: 12px;
    font-weight: 600;
    color: black;
  }
  .paraspace1 {
    margin-bottom: 0%;
  }
  .product-detail-contactbox {
    position: relative;
    padding: 7%;
    margin-top: 3%;
    margin-bottom: 5%;
    background-color: white;
    z-index: 400;

  }
  .product-detail-contactbox-text {
    padding-left: 0%;
    padding-right: 0;
    margin-bottom: 4%;
    text-align: center;
  }
  .product-detail-greenbutton {
    background-color: #06c755;
    border-radius: 28px;
    width: 75%;
  }
  .product-detail-redbutton {
    background-color: #c31e1e;
    border-radius: 28px;
    width: 75%;
  }
  .product-detail-centerbutton {
    display: flex;
    justify-content: center;
  }
  .product-detail-greenbutton a {
    text-decoration: none;
  }
  .product-detail-redbutton a {
    text-decoration: none;
  }
  .product-detail-contact-list {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 300;
    padding: 3% 0;
    color: white;
  }
  .product-detail-contact-list img {
    margin-right: 4%;
    width: 8%;
  }
  .product-detail-contactbox-form-text.form-label,
  .product-detail-contactbox-form-text.form-check-label,
  .product-detail-contactbox-form-text.btn {
    font-size: 12px;
  }
  .product-detail-contactbox-form input.form-control {
    background-color: #f8f8f8;
    height: 30px;
    font-size: 12px;
  }
  .product-detail-contactbox-form input#detail.form-control {
    height: 100px;
    font-size: 12px;
  }
  .product-detail-contactbox-form-text.btn {
    width: auto; padding-left:3%;padding-right:3%;
  }
  .product-detail-contactbox::before {
    margin: 3%;
  }
  .footer-alt-text {
    font-size: 15px;
  }
  .modal-pp-mb p {
    color: black;
    font-size: 14px;
  }
  .modal-pp-mb > ul > li {
    color: black;
    font-size: 14px;
  }
  .modal-pp-mb ul {
    color: black;
    font-size: 14px;
    margin-bottom: 0;
  }
  .modal-pp-mb strong {
    color: black;
    font-size: 14px;
  }
  .ul-left {
    margin-left: 0;
    margin-bottom: 0;
    color: black;
    font-size: 14px;
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
  }
  .modal-body.img img {
    width: 100%;
  }
  .btn-close.img {
    position: absolute;
    top: 3%;
    right: 2%;
  }
  .modalImg-arrow.right {
    position: absolute;
    top: 43%;
    right: -14%;
  }
  .modalImg-arrow.left {
    position: absolute;
    top: 43%;
    left: -14%;
  }
  .modalImg-arrow i {
    font-size: 52px;
  }
  .product-detail-contactbox {
    border-radius: 17px;
  }

  .productdt-collapsible .text {
    color: white;
  }
  .productdt-content {
    border: 2px white solid;
  }
  .owl-theme.slide-product-detailmb .owl-dots .owl-dot.active span {
    background: #b60000;
  }
}
/* Laptop */
@media (min-width: 1200px) and (max-width: 1399px) {
  .BG-white-grey {
    background: url("../images/BG-white-grey.png");
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 1420px; */
  }
  .BG-product-dt {
    background-image: url("../images/product-detail-BG.png");
    background-repeat: no-repeat;
    background-size: contain;
    /* min-height: 720px; */
    min-height: 53vw;
  }
  .product-detail-contactbox-BG {
    background-image: url(../images/product-detail-main-contact-box-bg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 65%;
  }
  .product-detail-title {
    font-size: 29px;
  }
  .product-detail-cata,
  .product-detail-cata a {
    font-size: 14px;
  }

  .product-detail-subtitle {
    font-size: 15px;
    padding: 3%;
  }

  .owl-theme.slide-product-detail .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
  }
  .owl-carousel.owl-theme.slide-product-detail .owl-item img {
    width: 100%;
    border-radius: 13px;
  }
  /* .product-detail-details {
    font-size: 20px;
  } */
  .slide-product-detail-box {
    padding-top: 11%;
  }
  .slide-product-detail .owl-prev span {
    top: 32%;
  }
  .slide-product-detail .owl-next span {
    top: 32%;
  }
  .product-detail-contactbox {
    margin-top: 7%;
    padding: 3% 3% 2% 4%;
    background-color: white;
  }
  .redbold23 {
    font-size: 17px;
  }
  span.blacktext {
    font-size: 14px;
  }
  span.bold18 {
    font-size: 14px;
  }
  .product-detail-contactbox-form-text.form-label,
  .product-detail-contactbox-form-text.form-check-label,
  .product-detail-contactbox-form-text.btn {
    font-size: 14px;
  }
  .product-detail-greenbutton {
    background-color: #06c755;
    border-radius: 28px;
    width: 100%;
  }
  .product-detail-redbutton {
    background-color: #c31e1e;
    border-radius: 28px;
    width: 100%;
  }
  .product-detail-greenbutton a {
    text-decoration: none;
  }
  .product-detail-redbutton a {
    text-decoration: none;
  }
  .product-detail-contact-list {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 300;
    padding: 3% 0;
    color: white;
  }
  .product-detail-contactbox-text {
    padding-left: 3%;
    padding-right: 9%;
    margin-bottom: 4%;
  }
  .product-detail-contact-list img {
    margin-right: 4%;
    width: 12%;
  }
  .product-detail-contactbox-form input.form-control {
    background-color: #f8f8f8;
    height: 30px;
  }
  .footer-alt-text {
    font-size: 15px;
  }
  .product-detail-contactbox-form-textbox textarea#detail.form-control {
    height: 115px;
    background-color: #f8f8f8;
  }
  .modal-pp-mb p {
    color: black;
    font-size: 14px;
  }
  .modal-pp-mb > ul > li {
    color: black;
    font-size: 14px;
  }
  .modal-pp-mb ul {
    color: black;
    font-size: 14px;
    margin-bottom: 0;
  }
  .modal-pp-mb strong {
    color: black;
    font-size: 14px;
  }
  .ul-left {
    margin-left: 0;
    margin-bottom: 0;
    color: black;
    font-size: 14px;
  }
  .product-detail-contactbox-form-text.btn {
    width: auto; padding-left:3%;padding-right:3%;
  }
}
