@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:wght@100..900&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  /* font-family: "Inter", sans-serif; */
  font-family: "Inria Serif", serif;
}

/* Navigation css */

.st-navbar-container {
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.st-navbar-container-wrapper {
  /* max-width: 1366px; */
  max-width: 1200px;
  height: 77px;
  margin: auto;
  padding: 0px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.st-logo-container-image {
  width: 80px;
  height: 60px;
  /* background: #303f67; */
}

.st-logo-container-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.navbar-container-list {
  margin: 12px auto;
}

/* .abt-ul {
  left: -7% !important;
} */

.nav-ul {
  display: flex;
  margin-bottom: 0;
  align-items: center;
  position: relative;
}

.nav-ul > li {
  list-style: none;
  margin-right: 64px;
  cursor: pointer;
  height: 35px;
}

.nav-ul li a {
  text-decoration: none;
  color: #090c43;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  position: relative;
}

.navbar-container-list > ul > li > a:hover {
  color: #ff0032;
  opacity: 1;
  border-bottom: 1px solid #ff0032;
}

.navbar-container-list > ul > li:hover ul {
  display: flex;
  flex-direction: column;
}

.nav-ul > li > ul > li {
  width: 100%;
  margin-right: 16px;
  margin-left: auto;
  padding: 12px 24px 12px 24px;
}

.nav-ul > li > ul > li > a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #090c43;
}

.nav-ul > li > ul > li > a:hover {
  color: #ff0032;
  opacity: 1;
  border-bottom: 1px solid #ff0032;
  transition: 0.3s;
}

.nav-ul > li > ul {
  list-style: none;
  display: none;
  position: absolute;
  max-width: 725px;
  top: 30px;
  left: 12%;
  background: #ffffff;
  height: auto;
  box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%),
    0 3px 14px 2px rgb(0 0 0 / 12%);
  z-index: 100;
}

.hamburger-icon {
  display: none;
}

.hamburger-icon img {
  width: 25px;
  height: 25px;
}

.nav-ul .current-active a {
  color: #ff0032 !important;
  border-bottom: 1px solid #ff0032;
}

@media (max-width: 1200px) {
  .nav-ul {
    display: none;
    z-index: 100;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100% !important;
    background: #ffffff;
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%),
      0 3px 14px 2px rgb(0 0 0 / 12%);
    padding: 0px 24px;
    padding-bottom: 12px;
  }

  .show {
    display: block !important;
  }

  .hamburger-icon {
    display: block;
    cursor: pointer;
  }

  .nav-ul li {
    position: relative;
    display: block;
    z-index: 100;
    padding: 10px;
    margin-top: 0px;
    margin-right: 24px;
    height: unset;
  }

  .nav-ul > li:hover > ul {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
  }

  .nav-ul > li > ul {
    background: #ffffff;
    box-shadow: none;
    position: relative;
    top: 0;
    left: 0 !important;
  }

  .nav-ul > li > ul > li {
    margin-right: 16px;
    margin-left: unset;
  }

  .nav-ul li a {
    color: #090c43;
  }
}

@media (max-width: 576px) {
  .nav-ul > li > ul > li {
    width: 80% !important;
  }
}

@media (max-width: 425px) {
  .nav-ul > li > ul > li {
    width: 100% !important;
  }
}

@media (max-width: 320px) {
  .st-navbar-container-wrapper {
    padding: 0px 24px;
  }
}

/* End of the Navbar css  */

/* footer css */

.st-footer-container {
  width: 100%;
  background: #090c43;
}

.st-footer-container-wrapper {
  max-width: 1024px;
  margin: auto;
  padding: 48px 24px;
}

.st-quick-link-heading,
.st-contact-info-heading {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.st-quick-links-ul,
.st-contact-info-ul {
  list-style: none;
  margin-bottom: unset !important;
  padding-left: unset !important;
}
.st-quick-links-ul li,
.st-contact-info-ul li {
  padding-bottom: 12px;
}
.st-quick-links-ul li a,
.st-contact-info-ul li a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
}
.st-contact-info-ul li a {
  text-transform: unset;
}

.st-footer-image-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.st-footer-image {
  width: 135px;
  height: 97px;
  /* background: #ffffff; */
}
.st-footer-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.st-footer-detail {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  padding: 20px 0px;
  text-transform: capitalize;
  margin-bottom: unset !important;
}

.st-footer-social-link {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.st-footer-social-link-icon {
  width: 24px;
  height: 24px;
}
.st-footer-copyright-text p {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
  padding-top: 12px;
  margin-bottom: unset;
}

.st-footer-copyright-text p span a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.st-quick-link-container,
.st-contact-info-container {
  padding-left: 24px;
}
@media (max-width: 768px) {
  .order-change-2 {
    order: 2;
  }
  .order-change-1 {
    order: 1;
    /* flex-basis: auto; */
  }
  .order-change-3 {
    order: 3;
  }
  .st-quick-link-container,
  .st-contact-info-container {
    padding-left: 0px;
  }
  .st-footer-image-content,
  .st-footer-social-link {
    justify-content: unset !important;
    align-items: unset !important;
  }
  .st-footer-detail {
    text-align: unset;
  }
}
@media (max-width: 576px) {
  .st-footer-image-content {
    justify-content: center !important;
    align-items: center !important;
  }

  .st-quick-link-container,
  .st-contact-info-container,
  .st-contact-info-ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .st-footer-detail {
    text-align: center;
  }
  .st-footer-container-wrapper {
    padding: 24px 16px;
  }
  .st-quick-links-ul li,
  .st-contact-info-ul li {
    padding-bottom: 6px;
  }
  .st-quick-link-heading,
  .st-contact-info-heading {
    margin-bottom: 18px;
  }
}
/* end of the footer css */

/* collection slider css */

.msjk-stl-category-section {
  max-width: 1366px;
  margin: auto;
  padding: 0px 16px;
  margin-bottom: 50px;
}

.msjk-category-slider-container {
  max-width: 100%;
  margin: auto;
}

.msjk-category-slider-block {
  position: relative;
}

.msjk-stl-category-heading-h2 {
  margin-bottom: 20px !important;
  text-align: center;
  font-family: "Inria Serif", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  text-transform: capitalize;
}

.msjk-right-arrow,
.msjk-right-arrow-circle {
  right: 0px;
  position: absolute;
  top: 35%;
  cursor: pointer;
}

.msjk-left-arrow,
.msjk-left-arrow-circle {
  left: 0px;
  position: absolute;
  top: 35%;
  cursor: pointer;
}

.msjk-single-image {
  color: #000000;
  font-family: "Inria Serif", serif;
  text-decoration: none;
  text-align: center;
}

.msjk-product-p-text:hover {
  color: #000000;
  text-decoration: underline;
}

.msjk-category-img {
  width: 165px;
  height: 166px;
  margin: auto;
}

.msjk-category-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-fit: contain; */
  border-radius: 50%;
  background-color: #f0f0f0;
}

.msjk-category-p-text,
.msjk-product-p-text {
  font-family: "Inria Serif", sans-serif;
  text-transform: capitalize;
  line-height: 1.2;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.msjk-category-p-text {
  font-weight: 400;
  font-size: 20px;
  margin-top: 16px !important;
  margin-bottom: 0px !important;
}

.msjk-product-p-text {
  font-size: 14px;
  font-weight: 700;
  margin: 8px 0px 0px !important;
}

.msjk-category-slider,
.msjk-product-slider {
  max-width: 95%;
  margin: auto;
}

.msjk-category-slider .slick-slide {
  margin: auto;
}

.msjk-stl-category-section .slick-dots {
  bottom: -30px !important;
}

.msjk-one-category-col {
  margin-bottom: 32px !important;
}

.msjk-category-slider .slick-dots li,
.msjk-product-slider .slick-dots li {
  margin: 0px !important;
}

.msjk-category-slider .slick-dots li button,
.msjk-product-slider .slick-dots li button {
  color: #090c43 !important;
}

.msjk-category-slider .slick-dots li button:before,
.msjk-product-slider .slick-dots li button:before {
  font-size: 14px !important;
  color: #090c43 !important;
}

.msjk-stl-category-btn {
  text-align: center;
  margin-top: 70px;
}

.msjk-stl-category-btn a {
  font-size: 14px !important;
  color: #ffffff;
  background-color: #090c43;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 24px;
  font-family: "Inter", sans-serif;
  border: 1px solid #ffffff;
  transition: 0.3s;
}

.msjk-stl-category-btn a:hover {
  background-color: #ffffff;
  color: #090c43;
  border: 1px solid #090c43;
}

@media (max-width: 1100px) {
  .msjk-category-img {
    width: 150px;
    height: 151px;
  }
}

@media (max-width: 992px) {
  .msjk-category-img {
    width: 130px;
    height: 131px;
  }

  .msjk-stl-category-heading-h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .msjk-stl-category-btn a {
    /* font-size: 12px !important;
    padding: 8px 20px; */
  }

  /* .mjks-arrow-circle{
        display: none;
    }  */

  .msjk-stl-category-heading-h2 {
    font-size: 24px;
  }

  .msjk-category-p-text {
    font-size: 16px;
  }
}

@media (max-width: 567px) {
  /* .msjk-category-img{
        width: 80px;
        height: 80px;    
    } */
  .msjk-stl-category-heading {
    margin-bottom: 25px;
  }
  .msjk-category-p-text {
    font-size: 14px;
  }
  .msjk-stl-category-btn a{
    font-size: 12px !important;
  }
}

@media (max-width: 310px) {
  .msjk-one-category-col {
    width: 100% !important;
  }
}

/* collection slider css  ended*/
/* banner css */
.msjk-bg-color {
  background-color: #f5f5f5;
}

.msjk-stl-background-image {
  max-width: 1366px;
  margin: auto;
  height: 185px;
}

.msjk-breadcrumbs {
  width: 25%;
  height: 100%;
  padding: 36px 0px 66px 120px;
}

.msjk-heading-banner-breadcrumbs {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  opacity: 0.75;
  color: #000000;
  margin-bottom: 32px !important;
}

.msjk-heading-banner-breadcrumbs span a {
  color: #ff0032;
  opacity: unset !important;
  text-decoration: underline;
}

.msjk-heading-banner {
  font-family: "Inria Serif", serif;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0px !important;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.msjk-stl-background-conatiner {
  width: 75%;
  height: 100%;
  clip-path: polygon(10% 0%, 0% 100%, 100% 100%, 100% 0%);
}

.msjk-stl-background-conatiner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* banner css ends */

/* collection single page */

.msjk-stl-category-page {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 30px;
  /* padding: 0px 20px; */
}

.msjk-single-collection-head-block {
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0px 12px;
}

.msjk-collection-searchbox input {
  border: 1px solid #00000026;
  width: 355px;
  height: 40px;
  padding: 12px 16px;
  color: #000000;
  opacity: 0.8;
  font-weight: 400;
  font-family: "Inria Serif", serif;
  line-height: 1.2;
  font-size: 14px;
}

.msjk-single-collection-head-block h2 {
  margin-bottom: 0px !important;
}
@media (max-width: 1200px) {
  .msjk-breadcrumbs {
    width: 30%;
    padding: 36px 0px 66px 48px;
  }

  .msjk-stl-background-conatiner {
    width: 70%;
  }
}

@media (max-width: 992px) {
  .msjk-single-collection-head-block h2 {
    font-size: 28px;
  }

  .msjk-collection-searchbox input {
    width: 300px;
    height: 35px;
  }

  .msjk-breadcrumbs {
    width: 33%;
    /* padding: 36px 0px 66px 80px; */
  }

  .msjk-stl-background-conatiner {
    width: 67%;
  }

  .msjk-heading-banner {
    font-size: 28px;
  }
  .sth-nbea-contents {
    padding-left: 12px !important;
  }
  .sth-nbea-contents .st-nbe-details {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .msjk-single-collection-head-block h2 {
    font-size: 24px;
  }

  .msjk-collection-searchbox input {
    width: 230px;
    height: 30px;
    font-size: 12px;
  }

  .msjk-breadcrumbs {
    width: 37%;
    /* padding: 36px 0px 66px 70px; */
  }

  .msjk-stl-background-conatiner {
    width: 63%;
  }

  .msjk-heading-banner {
    font-size: 24px;
  }

  .msjk-heading-banner-breadcrumbs {
    font-size: 12px;
  }
}

@media (max-width: 578px) {
  .msjk-single-collection-head-block h2 {
    font-size: 20px;
  }

  .msjk-collection-searchbox input {
    width: 170px;
    height: 25px;
  }

  .msjk-breadcrumbs {
    width: 100%;
    padding: unset;
    text-align: center;
    padding: 50px 0px;
  }

  .msjk-stl-background-conatiner {
    /* width: 58%; */
    display: none;
  }

  .msjk-heading-banner {
    font-size: 18px;
  }

  .msjk-heading-banner-breadcrumbs {
    font-size: 14px;
  }

  .msjk-heading-banner-breadcrumbs {
    margin-bottom: 18px !important;
  }
  .sth-nbea-contents .st-nbe-details{
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .msjk-collection-searchbox input {
    width: 150px;
  }
}
/* collection single page ended */

/* product  page */
.msjk-stl-contact-page-container {
  margin-bottom: 30px;
}

.msjk-stl-product-page-container {
  margin-bottom: 40px;
}

.msjk-stl-productpage-bodycontainer {
  max-width: 1200px;
  margin: auto;
  padding: 0px 20px;
}

.msjk-sorting-block {
  margin-top: 90px;
}

.msjk-stl-allproduct-container {
  padding-left: 90px;
  width: 100%;
}

.msjk-stl-categories-ul {
  width: 150px;
  padding: 0px !important;
  padding: 0px 40px 0px 0px !important;
  display: flex;
  flex-direction: column;
  gap: 21px;
  border-right: 1px solid #00000026;
  max-height: 200px;
  overflow-y: scroll;
  position: sticky;
  top: 30px;
}

.msjk-stl-categories-ul li {
  list-style-type: none !important;
}

.msjk-one-product-text {
  width: 100%;
}

.msjk-stl-categories-ul li a {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none;
}

.msjk-stl-categories-ul li a:hover {
  text-decoration: underline;
  color: #ff0032;
}

.msjk-stl-categories-active-li a,
.p-active {
  text-decoration: underline !important;
  color: #ff0032 !important;
}

.msjk-one-product-block-stl {
  text-decoration: none;
  color: #000000;
}

::-webkit-scrollbar {
  width: 5px !important;
}

::-webkit-scrollbar-thumb {
  background: #a1a0a0;
}

/* .msjk-one-product-row{
} */

/* .msjk-one-product-col{
    max-width: 200px !important;
    width: 100%;
} */

.msjk-one-product-col {
  margin-bottom: 32px !important;
}

.msjk-one-product-pic {
  width: 100%;
  height: 211px;
}

.msjk-one-product-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #f0f0f0;
}

.msjk-one-product-title,
.msjk-one-product-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #000000;
}

.msjk-one-product-title {
  font-weight: 700;
  margin: 12px 0px 4px !important;
  line-height: 1.3;
  font-family: "Inria Serif", serif;
  font-size: 14px;
  -webkit-line-clamp: 1;
  text-transform: capitalize;
}

.msjk-one-product-title:hover {
  text-decoration: underline;
}

.msjk-one-product-description {
  margin-bottom: 0px !important;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  -webkit-line-clamp: 3;
  opacity: 0.75;
  font-weight: 400;
}
/* pagination css */
.msjk-stl-pagination-container {
  width: 100%;
  margin: auto;
  margin-top: 60px;
}

.msjk-stl-pagination-ul {
  display: flex;
  gap: 6px;
  padding: 0px !important;
  justify-content: center;
  align-items: center;
}

.page-numbers {
  list-style-type: none !important;
  font-family: "Inter", sans-serif;
  border: 1px solid #00000033;
  padding: 12px;
  font-size: 14px;
  color: #000000bf;
  text-decoration: none;
}

.current {
  background-color: #ff0032;
  color: #ffffff !important;
}

@media (max-width: 1024px) {
  .msjk-stl-allproduct-container {
    padding-left: 70px;
  }

  .msjk-one-product-pic {
    /* width: 190px; */
    height: 196px;
  }
}

@media (max-width: 992px) {
  .msjk-stl-allproduct-container {
    padding-left: 40px;
  }

  .msjk-one-product-pic {
    /* width: 180px; */
    height: 194px;
  }

  .msjk-one-product-description {
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 768px) {
  .msjk-stl-allproduct-container {
    padding-left: 0px;
  }

  .msjk-sorting-block {
    display: none;
  }

  .msjk-one-product-pic {
    /* width: 160px; */
    height: 174px;
  }

  .msjk-stl-productpage-bodycontainer {
    padding: 0px 4px;
  }
}

@media (max-width: 578px) {
  .msjk-one-product-pic {
    /* width: 156px; */
    height: 164px;
  }

  .msjk-one-product-description {
    /* display: none; */
  }

  /* .msjk-one-product-title{
        margin: 8px 0px !important;
        font-size: 12px;
    } */
}

@media (max-width: 380px) {
  .msjk-one-product-col {
    width: 100% !important;
  }

  /* .msjk-one-product-col{
        margin-bottom: 0px !important;
    } */
}

/* product single page ended */

/* contact single page*/

.msjk-stl-contact-section-form {
  max-width: 1200px;
  margin: auto;
  padding: 0px 20px;
  margin-bottom: 80px;
}

.msjk-stl-contact-section-form .container-fluid {
  padding: 0px !important;
}

.msjk-stl-contact-page-container > .msjk-stl-background-image {
  margin-bottom: 85px !important;
}

.msjk-one-contact-container {
  max-width: 410px;
  text-align: center;
}

.msjk-stl-contact-text {
  /* margin-bottom: 20px; */
}

.msjk-stl-contact-head-text {
  text-transform: uppercase;
  font-family: "Inria Serif", serif;
  font-weight: 700;
  font-size: 32px;
  color: #000000;
  margin-bottom: 20px !important;
}

.msjk-stl-contact-description {
  margin-bottom: 0px !important;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  text-align: center;
}

.msjk-stl-contact-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 20px 0px;
}

.msjk-stl-contact-info a,
.msjk-stl-contact-info p {
  font-size: 14px !important;
  color: #000000;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  margin-bottom: 0px !important;
}

.msjk-stl-contact-info > a:hover {
  text-decoration: underline;
  color: #000000;
}

.msjk-stl-contact-sm-info {
}

.msjk-stl-contact-form-input {
  margin-bottom: 16px;
}

.msjk-stl-contact-form-textarea {
  margin-bottom: 34px;
}

.msjk-stl-contact-form-input input,
.msjk-stl-contact-form-textarea textarea {
  width: 100%;
  font-family: "Inria Serif", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding: 18px 13px;
  color: #000000;
  opacity: 0.75;
  border: 1px solid #00000026;
}

.msjk-stl-contact-form-input input {
  height: 40px;
}

.msjk-stl-contact-form-textarea textarea {
  height: 100px;
}

.msjk-stl-button {
}

.msjk-stl-button input {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 24px;
  color: #ffffff;
  background-color: #090c43;
  border: 1px solid #090c43;
  transition: 0.3s;
}

.msjk-stl-button input:hover {
  color: #090c43;
  background-color: #ffffff;
  border: 1px solid #090c43;
}

.msjk-stl-contact-section-location {
  max-width: 1366px;
  margin: auto;
}

.msjk-stl-contact-section-location h2 {
  text-transform: capitalize;
  font-family: "Inria Serif", serif;
  font-weight: 700;
  font-size: 32px;
  color: #090c43;
  margin-bottom: 30px !important;
  text-align: center;
}

.msjk-stl-contact-section-location iframe {
  width: 100%;
  height: 450px;
}

/* blue-section css */

.msjk-stl-contact-section-blue-color {
  background-color: #090c43;
  width: 100%;
  height: 200px;
  margin-bottom: 50px;
}

.msjk-stl-contact-section-blue-color-container {
  position: relative;
  height: 100%;
}

.msjk-stl-contact-aeroplane-image {
  width: 320px;
  height: 184px;
  position: absolute;
  top: 15px;
  right: 0px;
}

.msjk-stl-contact-aeroplane-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.msjk-stl-want-to-export-section {
  max-width: 700px;
  margin: auto;
  padding: 64px 60px 0px;
  /* text-align: center; */
}

.msjk-stl-want-to-export-section p {
  margin-bottom: 8px !important;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  opacity: 0.8;
  font-size: 14px;
}

.msjk-stl-after-p {
  align-self: center !important;
}

.msjk-stl-after-p h2 {
  margin-bottom: 0px !important;
  font-size: 32px;
  color: #ffffff;
  font-family: "Inria Serif", serif;
  line-height: 1.6;
}

.msjk-stl-after-p-btn-section a {
  text-decoration: none;
  font-size: 14px !important;
  color: #000000;
  background-color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 24px;
  font-family: "Inter", sans-serif;
  transition: 0.3s;
  border: 1px solid #090c43;
}

.msjk-stl-after-p-btn-section a:hover {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}

/* blue section end */

@media (max-width: 1200px) {
  .msjk-stl-contact-aeroplane-image {
    width: 260px;
    height: 164px;
    top: 36px;
  }
  .msjk-stl-want-to-export-section {
    max-width: 670px;
  }

  .msjk-stl-after-p h2 {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  .msjk-stl-contact-aeroplane-image {
    width: 240px;
    height: 158px;
    top: 42px;
  }
}

@media (max-width: 992px) {
  .msjk-one-contact-container {
    max-width: unset;
    margin-bottom: 20px;
  }

  .msjk-stl-contact-aeroplane-image {
    width: 220px;
    height: 154px;
    top: 46px;
  }
  .msjk-stl-want-to-export-section {
    flex-direction: column;
    padding: 40px 20px 0px;
  }

  .msjk-stl-want-to-export-section p {
    margin-bottom: 0px !important;
  }

  .msjk-stl-after-p {
    flex-direction: column;
    align-items: unset !important;
  }

  .msjk-stl-after-p h2 {
    margin-bottom: 24px !important ;
    font-size: 28px;
  }

  .msjk-stl-contact-section-location iframe {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .msjk-stl-contact-section-blue-color {
    height: auto;
    padding-bottom: 40px;
  }

  .msjk-stl-contact-page-container > .msjk-stl-background-image {
    margin-bottom: 30px !important;
  }

  .msjk-stl-contact-info {
    gap: 0px;
  }

  .msjk-stl-contact-info {
    margin: 10px 0px;
  }

  .msjk-stl-contact-aeroplane-image {
    width: 200px;
    height: 154px;
    top: 46px;
  }

  .msjk-stl-contact-aeroplane-image {
    display: none;
  }

  .msjk-stl-want-to-export-section {
    align-items: center;
  }

  .msjk-stl-after-p h2 {
    font-size: 24px;
  }

  .msjk-stl-contact-form-textarea {
    margin-bottom: 28px;
  }

  .msjk-stl-after-p-btn-section input,
  .msjk-stl-button input,
  .msjk-stl-after-p-btn-section a {
    padding: 10px 22px;
  }

  .msjk-stl-after-p-btn-section a,
  .msjk-stl-button input {
    font-size: 12px !important;
  }

  .msjk-stl-contact-section-blue-color,
  .msjk-stl-contact-section-form {
    margin-bottom: 30px;
  }

  .msjk-stl-contact-section-location iframe {
    height: 350px;
  }
}

@media (max-width: 578px) {
  .msjk-stl-background-image {
    height: auto;
  }

  .msjk-stl-after-p-btn-section input,
  .msjk-stl-after-p-btn-section a,
  .msjk-stl-button input {
    padding: 8px 20px;
  }

  .msjk-stl-contact-section-location iframe {
    height: 300px;
  }
}

@media (max-width: 320px) {
  .msjk-stl-after-p h2 {
    font-size: 22px;
  }
}

/* contact single page ended */

/* single product page  */

.msjk-stl-single-product-page-container .msjk-stl-category-section {
  margin-top: 30px;
  margin-bottom: 50px;
}

.msjk-single-product-breadcrumbs {
  padding: 48px 0px 66px 70px !important;
}

.msjk-product-detailheading-banner {
  font-size: 28px;
}

.msjk-stl-single-product-container {
  max-width: 1366px;
  margin: auto;
  padding: 0px 20px;
  margin-bottom: 80px;
}

.msjk-stl-single-product-container .container-fluid {
  padding: 0px !important;
}

.msjk-single-product-image {
  /* width: 566px; */
  height: 500px;
}

.msjk-single-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #f0f0f0;
}

.msjk-stl-singleproduct-heading-h2 {
  margin-bottom: 20px !important;
  font-family: "Inria Serif", serif;
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.6;
}

.msjk-single-product-description,
.msjk-single-product-text-container ul li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  opacity: 0.8;
}

.msjk-single-product-description {

  margin-bottom: 24px !important;
}

.msjk-single-product-text-container ul {
  margin-bottom: 0px !important;
}

.msjk-single-product-text-container ul li {
  margin-bottom: 8px !important;
}

@media (max-width: 1200px) {
  .msjk-product-detailheading-banner {
    font-size: 24px;
  }

  .msjk-single-product-image {
    /* height: 450px; */
  }
}

@media (max-width: 1024px) {
  .msjk-single-product-image {
    height: 400px;
  }

  .msjk-stl-singleproduct-heading-h2 {
    font-size: 28px;
  }

  .msjk-product-detailheading-banner {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .msjk-single-product-breadcrumbs {
    padding-left: 20px !important;
  }

  .msjk-stl-single-product-container {
    margin-bottom: 10px;
  }

  .msjk-single-product-image {
    /* height: 350px; */
  }

  .msjk-stl-singleproduct-heading-h2 {
    font-size: 24px;
  }

  .msjk-single-product-description,
  .msjk-single-product-text-container ul li {
    font-size: 14px;
  }

  .msjk-stl-singleproduct-heading-h2 {
    margin-bottom: 10px !important;
  }

  .msjk-product-detailheading-banner {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .msjk-single-product-image {
    /* height: 300px; */
  }

  .msjk-stl-singleproduct-heading-h2 {
    font-size: 20px;
  }

  .msjk-stl-singleproduct-heading-h2 {
    margin-bottom: 6px !important;
  }
  .msjk-single-product-breadcrumbs {
    padding: 48px 0px 66px 20px !important;
  }
  .msjk-single-product-description,
  .msjk-single-product-text-container ul li {
    /* font-size: ; */
  }

  .msjk-single-product-col {
    margin-bottom: 20px !important;
  }

  .msjk-stl-category-btn {
    margin-top: 65px;
  }
}

@media (max-width: 578px) {
  .msjk-single-product-breadcrumbs {
    padding: 60px 20px !important;
    margin: auto;
  }

  .msjk-single-product-image {
    height: auto;
  }

  .msjk-stl-singleproduct-heading-h2 {
    /* font-size: ; */
  }

  .msjk-single-product-description,
  .msjk-single-product-text-container ul li {
    /* font-size: ; */
  }
}

/*  single product page ended */

/* product slider */

.msjk-product-img {
  width: 200px;
  height: 210px;
  margin: auto;
}

.msjk-product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #f0f0f0;
}

.msjk-product-p-description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.75;
  color: #000000;
  margin-bottom: 32px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 5px;
}

.msjk-product-title {
  display: flex;
  flex-direction: column;
}

.msjk-product-p-description {
  margin-bottom: 0px !important;
  padding: 0px 10px;
}

@media (max-width: 1100px) {
  .msjk-product-img {
    width: 180px;
    height: 190px;
  }
}

@media (max-width: 992px) {
  .msjk-product-p-description {
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 768px) {
  .msjk-product-p-description {
    display: none;
  }
}

@media (max-width: 578px) {
  .msjk-product-img {
    width: 150px;
    height: 160px;
  }
}

/* ended product slider */

/* about us section */
.msjk-stl-our-mission-section-color {
  background-color: #faf9f9;
  padding: 60px 0px;
}

.msjk-stl-our-mission-section {
  max-width: 1366px;
  margin: auto;
  position: relative;
}

.msjk-stl-our-mission-after-flower {
  max-width: 1200px;
  margin: auto;
  padding: 0px 20px;
}

.msjk-stl-our-mission-headtext {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.msjk-stl-our-mission-headtext > h2 {
  text-transform: capitalize;
  font-family: "Inria Serif", serif;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 0px !important;
  line-height: 1.6;
  color: #090c43;
}

.msjk-stl-our-mission-headtext > p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #000000bf;
  margin-bottom: 0px !important;
}

.msjk-stl-our-mission-image {
  /* width:100% ; */
  height: 325px;
}

.msjk-stl-our-mission-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* background-color: #F0F0F0; */
}

.flower-section-msjk {
  width: 109px;
  height: 165px;
  position: absolute;
  left: 0;
}

.flower-section-msjk img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.msjk-stl-our-mission-after-flower-rev {
  display: flex;
  flex-direction: row-reverse;
}

.flower-section-msjk-right {
  position: absolute;
  right: 0 !important;
  left: unset;
}

.st-nbe-bg-image {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(26deg);
}
.st-nbe-image-container {
  display: flex;
  gap: 28px;
  justify-content: flex-end;
}
.st-nbe-details {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 24px;
  width: 90%;
  color: #000000bf;
}
.stwa-details {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  color: #000000bf;
  margin-bottom: 24px;
}

@media (max-width: 992px) {
  .msjk-stl-our-mission-headtext > h2 {
    font-size: 28px;
  }
  .st-nbe-image-container {
    justify-content: center;
  }
  .msjk-stl-our-mission-section-color {
    padding: 48px 0px;
  }
  .st-nbe-bg-image,
  .flower-section-msjk,
  .flower-section-msjk-right {
    display: none;
  }
}

@media (max-width: 768px) {
  .flower-section-msjk {
    display: none;
  }

  .msjk-stl-our-mission-headtext {
    margin-bottom: 30px;
  }

  .msjk-stl-our-mission-image {
    height: auto;
  }

  .msjk-stl-our-mission-headtext > h2 {
    font-size: 24px;
  }

  .msjk-stl-our-mission-headtext {
    gap: 4px;
  }
  .msjk-stl-our-mission-section-color {
    padding: 36px 0px;
  }
  .cpb {
    padding: 36px 0px 24px 0px;
  }
}
@media (max-width: 576px) {
  .msjk-stl-our-mission-section-color {
    padding: 24px 0px;
  }
  .cpb {
    padding: 36px 0px 12px 0px;
  }
  .stwa-details{
    font-size: 14px;
  }
  .msjk-stl-our-mission-headtext > p{
    font-size: 14px;
  }
}
/* end of about us section */
