@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Bai Jamjuree", sans-serif;
}
/* inspiration page */

.cp-other-pages-hero-section-container{
    background-image: url(../images/blue-image.png);
    background-color: #041930;
    padding: 114px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}

.cp-other-pages-hero-section{
    max-width: 720px;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 12px;
    z-index: 1;
}

.cp-other-pages-hero-section-head{
    margin-bottom: 10px !important;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    text-align: center;
    color: #ffffff;    
}

.cp-other-pages-hero-section-para{
    margin-bottom: 0px !important;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
}


.msjk-tabcontainer{
    max-width: 1240px;
    margin: auto;
  }
  
.msjk-tab{
    gap: 24px;
    margin-bottom: 40px;
    cursor: pointer;
    flex-wrap: wrap;
}
  
  .msjk-tab p{
    margin-bottom: 0px !important;
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    border: 1px solid #111111BF;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px;
    color: #111111BF;
  }
  
  .msjk-custom-coservice{
      min-height:200px ;
  }
  
  .msjk-tab span{
      font-size: 24px;
      font-weight: 700;
  }
  
  .msjk-single-service-col{
      padding: 24px 16px;
      border: 0.84px solid #00000033;
      margin: 10px 4px;
  }
  
  .msjk-single-service-col:hover{
      border: 0.84px solid #C31605;
      transition: border 0.7s ease-in-out;
  }
  
  .msjk-single-service-contents{
      flex-direction: column;
      gap: 12px;
      max-width: 265px;
  }
  
  .msjk-image-div{
      width: 50px;
      height: 50px;
      margin-bottom: 6px;
  }
  
  .msjk-image-div img{
      width: 100%;
      height: 100%;
      object-fit: contain;
  }
  
  .msjk-single-service-contents h3{
    font-family: "Bai Jamjuree", sans-serif;
      text-transform: capitalize;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 0px !important;
      color: #000000;    
  }
  
  .msjk-single-service-contents p{
    font-family: "Bai Jamjuree", sans-serif;
      margin-bottom: 0px !important;
      color: #000000; 
      opacity: 0.8;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2;
  }
  
.msjk-tabcontent {
    display: none; 
}

.msjk-active-tab { 
    display: block;
}
.msjk-active { 
    background-color: #C31605;
    border: 1px solid #C31605 !important;
    color: #ffffff !important;
}
  
/* end of inspiration page */

/* end of product page */
.cp-product-pages-hero-section-container{
    /* margin-bottom: unset !important; */
}

.cp-product-pages-after-hero-section{
    height: 369px;
    margin-bottom: 80px;
}
.cp-product-pages-after-hero-section img{
    width: 100%;
    height: 100%;
    background-color:#d6312b ;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-size: cover;
}

.cp-product-list-container-head-black{
    margin-bottom: 25px !important;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
    text-align: center;
    color: #000000; 
}

.cp-product-list-block{
    max-width: 1240px;
    margin: auto;
    margin-bottom: 10px;
}

.msjk-one-product-col {
    margin-bottom: 32px !important;
}
.msjk-one-product-block-cp {
    text-decoration: none;
    color: #000000;
 }

 .msjk-one-product-pic {
    width: 100%;
    height: 295px;
  }

  
.msjk-one-product-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
    background-color: #f0f0f0;
  }
  
  .msjk-one-product-title,
  .msjk-one-product-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  
  .msjk-one-product-title {
    font-weight: 400;
    margin: 16px 0px 4px !important;
    line-height: 1.2;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 20px;
    /* -webkit-line-clamp: 1; */
    text-transform: capitalize;
    color: #000000;

  }
  
  .msjk-one-product-title:hover {
    text-decoration: underline;
  }
  
  .msjk-one-product-description {
    margin-bottom: 0px !important;
    line-height: 1.2;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 16px;
    -webkit-line-clamp: 2;
    color: #828282;
    font-weight: 500;
  }


 
@media (max-width: 992px) {
    .msjk-one-product-pic {
      height: 250px;
    }

    .cp-other-pages-hero-section-head{
      font-size: 28px;
    }

  }
  
  @media (max-width: 768px) {

  
    .msjk-one-product-pic {
      height: 200px;
    }

    .cp-other-pages-hero-section-head{
      font-size: 24px;
    }

    .cp-other-pages-hero-section-para{
      font-size: 14px;
    }
  
  }
  
  @media (max-width: 578px) {
  
  }
   
@media (max-width: 380px) {
    .msjk-one-product-col {
      width: 100% !important;
    }
}

/* pagination css */

.msjk-cp-pagination-container {
    max-width: 315px;
    width: 100%;
    margin: auto;
    margin-top: 60px;
  }
  
  .msjk-cp-pagination-ul {
    display: flex;
    gap: 6px;
    padding: 0px !important;
  }
  
  .msjk-cp-pagination-ul li {
    list-style-type: none !important;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 14px;
    color: #000000bf;
    font-weight: 600;
    line-height: 1.2;
    padding: 8px 14px;
    cursor: pointer;
    border: 1px solid #00000033;
  }
  
  .msjk-red {
    background-color: #ED3E2F;
    color: #ffffff !important;
  }
  /* end of the pagination css */

/* end of product page */
/* contact page */
.msjk-cp-contact-page-container{
  margin-bottom: 80px;
}

.msjk-cp-contact-section-form .container-fluid {
}

.msjk-cp-contact-section-form {
  max-width: 1270px;
  margin: auto;
  margin-bottom: 85px;
}

.msjk-getintouch-section{
  max-width: 420px;
  margin-bottom: 40px;
}

.msjk-getintouch-section h3{
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px !important;
  text-transform: capitalize;
  color: #000000;
}

.msjk-getintouch-section p{
  font-family: "Bai Jamjuree", sans-serif;
  margin-bottom: 0px !important;
  color: #828282;
  line-height: 1.2;
  font-size: 14px;
}



.msjk-cp-contact-form-text{
  margin: unset !important;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #000000; 
  text-transform: capitalize; 
}

.msjk-cp-contact-form-input,.msjk-cp-contact-form-textarea {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}


.msjk-cp-contact-form-input input,
.msjk-cp-contact-form-textarea textarea {
  width: 100%;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding: 12px 16px;
  color: #828282;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
}

.msjk-cp-contact-form-input input {
  height: 40px;
}

.msjk-cp-contact-form-textarea textarea {
  height: 100px;
}


.msjk-cp-button input {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  padding: 12px 30px;
  color: #ffffff;
  background-color:  #C31605;
  border: 1px solid #C31605;
  transition: 0.3s;
  border-radius: 4px;
  width: 100%;
}

.msjk-cp-button input:hover {
  color: #C31605;
  background-color: #ffffff;
  border: 1px solid #C31605;
}

.msjk-one-contact-form-col{
  padding-right: 44px !important;
}

.msjk-col-image{
  height: 590px;
}

.msjk-col-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-factory-information-background{
  background-image: url(../images/contact-background.png);
  background-color:#ca370b ;
  margin-bottom: 70px;
  padding: 114px 0px 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
}

.cp-factory-information-color-container{
  max-width: 1270px;
  margin: auto;
  padding:  0px 8px;
}

.cp-factory-info-row{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cp-factory-info-heading{
  margin: unset !important;
  text-transform: capitalize;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
}

.cp-factory-info-row>p,.cp-factory-info-row>p>a {
  margin: unset !important;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  cursor: pointer;
  text-decoration: underline;
}

.msjk-col-image-custom{
  padding-right: unset !important;
}




.msjk-cp-contact-section-location {
  /* max-width: 1366px;
  margin: auto; */
}

.msjk-cp-contact-section-location iframe {
  width: 100%;
  height: 450px;
}

.msjk-cp-contact-section-location iframe{
  height: 400px !important;
}

@media (max-width: 1024px) {

.msjk-cp-contact-section-form{
  margin-bottom: 60px;
}

.msjk-one-contact-form-col {
padding-right: 16px !important;
}

.msjk-col-image{
  height: 490px;
}

.cp-factory-information-background{
  padding: 94px 0px 60px;
}

}

@media (max-width: 992px) {
  .cp-factory-information-background{
    padding: 60px 0px 60px;
  }

  .cp-other-pages-hero-section-container{
    margin-bottom: 60px;
    padding: 100px 0px;

  }

  .msjk-cp-contact-section-form{
    margin-bottom: 50px;
  }

  /* .cp-factory-information-color-container .container-fluid{
    padding: 0px 16px !important;
  } */

  .msjk-getintouch-section, .msjk-col-image-custom{
    padding: unset !important;
  }

.msjk-cp-contact-info {
    padding: 20px 30px;
}

.msjk-cp-contact-section-location iframe{
    height: 350px !important;
}

.msjk-col-image{
  height: 390px;
}
}

@media (max-width: 768px) {

  .cp-other-pages-hero-section-container{
    padding: 80px 0px;

  }
    .cp-factory-information-background{
      padding: 40px 0px 40px;
    }
  .msjk-cp-contact-section-form{
    margin-bottom: 50px;
    padding: unset ;
  }

  .msjk-cp-button input {
    font-size: 16px;
  }

.msjk-one-contact-form-col{
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-bottom: 32px;
} 
.msjk-col-image{
  height: 300px;
}

.msjk-cp-contact-section-location iframe{
    height: 300px !important;
}

.msjk-getintouch-section{
  margin-bottom: 20px;
}

.msjk-getintouch-section h3,
.msjk-cp-contact-head-text  {
    font-size: 28px;
}

.cp-factory-info-row{
  gap: 14px;
}
.msjk-cp-contact-page-container{
  margin-bottom: 60px;
}

}

@media (max-width: 576px) {

  .cp-factory-information-background{
    padding: 30px 0px ;
  }
  .msjk-col-image{
    height: 250px;
  }

  .msjk-cp-contact-page-container, .cp-factory-information-background, .msjk-cp-contact-section-form, .cp-other-pages-hero-section-container{
    margin-bottom: 40px;
  }
}

@media (max-width: 450px) {

}


/* product page */
.cp-single-product-pages-hero-section-container{
  margin-bottom: 80px;
}

.cp-interior-paints-space-container{
  max-width: 1240px;
  margin: auto;
  margin-bottom: 50px;
  padding: 0px 8px;
}

.cp-interior-paints-header-part{
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 44px;
}

.cp-interior-paints-header-part>h3{
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #000000;
  margin: unset !important;
}

.cp-interior-paints-header-part>p{
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #000000;  
  margin: unset !important;
}

.msjk-one-product-col-custom{
  margin-bottom: 44px;
}

.msjk-one-product-bg-pic{
  height: 295px;
}

.msjk-one-product-bg-pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  border-radius: 8px;
}

@media (max-width:992px){
  .cp-single-product-pages-hero-section-container{
    margin-bottom: 60px;
  }

  .cp-interior-paints-header-part>h3{
    font-size: 28px;
  }
  .msjk-one-product-title{
    font-size: 18px;
  }
  .msjk-one-product-bg-pic {
    height: 400px;
  }
}

@media (max-width:768px){
  .cp-single-product-pages-hero-section-container{
    margin-bottom: 40px;
  }
  .msjk-one-product-bg-pic {
    height: 350px;
  }
  .cp-interior-paints-header-part>h3{
    font-size: 24px;
  }

  .cp-interior-paints-space-container{
    margin-bottom: 20px;
  }

  .msjk-one-product-col-custom{
    margin-bottom: 30px;
  }
  .msjk-one-product-title{
    font-size: 16px;
  }

  .msjk-one-product-description {
    font-size: 14px;
  }
}

@media (max-width:576px){
  .cp-interior-paints-header-part{
    margin-bottom: 30px;
  }

  .cp-interior-paints-header-part>h3{
    font-size: 20px;
  }
  .msjk-one-product-bg-pic {
    height: 300px;
}
  .cp-interior-paints-space-container{
    margin-bottom: 10px;
  }
}

@media (max-width:425px){
  .msjk-one-product-bg-pic {
    height: 250px;
  }
}

@media (max-width:375px){
  .msjk-one-product-col-custom{
    width: 100% !important;
  }

  .msjk-one-product-text{
    text-align: center;
  }
}

@media (max-width:325px){
  .msjk-one-product-bg-pic {
    height: 200px;
}
}

/*  product page  ended*/

/* single product page */

.cp-single-pages-hero-section-container{
  background-image: url(../images/singleproduct-bg.png);
  background-color: #e7e7e7;
  /* padding: 114px 0px; */
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* position: relative; */
  z-index: -1;
}


.cp-single-pages-hero-section-container .cp-other-pages-hero-section-head{
  color: #111111;
}

.cp-single-pages-hero-section-container .cp-other-pages-hero-section-para{
  color: #C50C04;
  font-weight: 600;
}

.cp-how-to-repair-section{
  max-width: 1240px;
  margin: auto;
  padding: 50px 130px;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px #0000000D;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: -60px;
  margin-bottom: 60px;
}

.cp-how-to-repair-section h3{
  margin: unset !important;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;  
}

.cp-how-to-repair-section p{
  margin: unset !important;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 1240px) {
  .cp-how-to-repair-section{
    margin-left: 12px;
    margin-right: 12px;
  }
}

@media (max-width: 1200px) {
  .cp-how-to-repair-section{
    padding: 50px 100px;
  }
}

@media (max-width: 992px) {

  .cp-how-to-repair-section{
    padding: 40px 80px;
  }

  .cp-how-to-repair-section h3{
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .cp-single-pages-hero-section-container{
    height: 300px;
  }

  .cp-how-to-repair-section{
    padding: 30px 50px;
  }

  .cp-how-to-repair-section h3{
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .cp-single-pages-hero-section-container{
    height: 250px;
  }

  .cp-how-to-repair-section{
    padding: 20px 12px;
  }

  .cp-how-to-repair-section h3{
    font-size: 20px;
  }

  .cp-how-to-repair-section p {
    font-size: 14px;
  }
}

/* single product page  ended*/

/* color technique section */
.about-the-technique-container{
  max-width: 1240px;
  margin: auto;
  margin-bottom: 70px;
}

.color-technique-different-problems .say-about-different-problems-heading{
  max-width: 570px;
}

.cp-about-the-technique-text-section h3{
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Bai Jamjuree", sans-serif; 
  margin-bottom: 20px !important;
}

.cp-about-the-technique-text-section p{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Bai Jamjuree", sans-serif; 
  margin-bottom: unset !important;
}

.cp-about-the-technique-video iframe{
  width: 100%;
  height: 450px;
}

@media (max-width:992px) {
  .about-the-technique-container{
    margin-bottom: 50px;
  }

  .say-about-different-problems-heading{
    padding: 0px 12px;
  }

  .cp-about-the-technique-text-section h3{
    font-size: 28px;
    margin-bottom: 8px !important;
  }

  .cp-about-the-technique-video iframe{
    height: 400px;
  }

}

@media (max-width: 768px) {
  .about-the-technique-container{
    margin-bottom: 42px;
  }

  .cp-about-the-technique-video iframe{
    height: 350px;
  }
}

@media (max-width: 576px) {
  .about-the-technique-container{
    margin-bottom: 36px;
  }

  .cp-about-the-technique-text-section h3{
    font-size: 20px;
  }

  .cp-about-the-technique-text-section p{
    font-size: 14px;
  }

  .cp-about-the-technique-video iframe{
    height: 300px;
  }
}
/* color technique section ended*/

/* about us page */
.cp-why-choose-us-section-about{
  padding: 20px;
}
.cp-about-page-hero-section-container{
  margin-bottom: 48px !important;
}

.cp-aboutus-whole-container{
  max-width: 1240px;
  margin: auto;
  margin-bottom: 60px;
  padding: 0px 8px;
}

.cp-about-us-container-text{
  max-width: 624px;
}

.cp-mission-vision-goal-whole-color-container{
  background-image: url(../images/aboutus-background.png);
  background-color:#01345f ;
  margin-bottom: 70px;
  padding: 166px 0px 130px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
  position: relative;
}

.cp-mission-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000004D;
  z-index: -1;
}

.cp-mission-vision-goal-container{
  max-width: 1240px;
  margin: auto;
  padding: 0px 8px;
}

.cp-about-us-container-text h3{
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Bai Jamjuree", sans-serif; 
  margin-bottom: 20px !important;
}

.cp-about-us-container-text p{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Bai Jamjuree", sans-serif; 
  margin-bottom: unset !important;
  color: #000000;
}


.cp-about-us-container-image{
  height: 320px;
  border: 4px solid #ED3E2F;
}

.cp-about-us-container-image img{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: contain;
}

.cp-mission-vision-goal-col{
  margin-bottom: 20px;
}

.cp-mission-vision-goal-col h3{
  font-family: "Bai Jamjuree", sans-serif; 
  font-size: 32px;
  font-weight: 700;
  color:#FFFFFF ;
  line-height: 1.2;
  margin-bottom: 14px !important;
}

.cp-mission-vision-goal-col p{
  font-family: "Bai Jamjuree", sans-serif; 
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color:#FFFFFF ;
  margin-bottom: unset !important;
}

.why-choose-us-section-description-sbt{
  font-family: "Bai Jamjuree", sans-serif;
  margin-bottom: 35px !important;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 1.4;
  max-width: 430px;
  margin-bottom: unset !important;
}

.cp-our-teams-container{
  max-width: 1240px;
  margin: auto;
  margin-bottom: 80px;
}

.cp-our-teams-container-h3 {
  font-family: "Bai Jamjuree", sans-serif; 
  font-size: 32px;
  font-weight: 700;
  color:#111111 ;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 16px !important;
}

.cp-our-teams-container-p{
  font-family: "Bai Jamjuree", sans-serif; 
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color:#111111 ;
  text-align: center;
  margin-bottom: 50px !important;
  max-width: 596px;
  margin: auto;
}

.cp-team-img-col{
  max-width: 164px !important;
  margin: 0px 20px;
  width: 100% !important;
  height: auto;
  margin-bottom: 26px;
  padding: unset !important;
}

.cp-team-img {
  height: 164px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px !important;
}

.cp-team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  border-radius: 50%;
}

.cp-team-name , .cp-team-post{
  font-family: "Bai Jamjuree", sans-serif; 
  font-size: 18px;
  line-height: 1.2;
  text-align: center;    
  font-weight: 500;
}

.cp-team-name{
  color: #000000;
  margin-bottom: 8px !important;
}

.cp-team-post{
  color:#ED3E2F;
  margin-bottom: unset !important;
}

@media (max-width:1024px) {
  .cp-mission-vision-goal-whole-color-container{
    padding: 94px 0px 60px;
  }

  .cp-team-img-col{
    max-width: 150px !important;
  }

  .cp-team-img {
    height: 150px;
  }

  .cp-our-teams-container{
    margin-bottom: 80px;
  }
}

@media (max-width:992px) {

  .cp-our-teams-container{
    margin-top: 24px;
    margin-bottom: 60px;
  }
  .cp-about-us-container-text h3, .cp-mission-vision-goal-col h3, .cp-our-teams-container-h3{
    font-size: 28px;
  }
  .cp-about-us-container-image{
    height: 280px;
  }
  .cp-aboutus-whole-container{
    margin-bottom: 50px;
  }

  .cp-mission-vision-goal-whole-color-container{
    padding: 60px 0px 50px;
  }
  .cp-mission-vision-goal-whole-color-container{
    margin-bottom: 60px;
  }

  .cp-why-choose-us-section-about .cp-why-choose-us-section-col-left{
    padding-left: 20 !important;
  }

  .cp-team-name , .cp-team-post{
    font-size: 16px;
  }

  .cp-our-teams-container-p{
    margin-bottom: 40px !important;
  }

}

@media (max-width: 768px) {
  .cp-about-page-hero-section-container{
    margin-bottom: 32px !important;
  }
  .cp-mission-vision-goal-whole-color-container{
    margin-bottom: 50px;
  }
  .cp-about-us-container-image{
    height: 240px;
  }

  .cp-aboutus-whole-container{
    margin-bottom: 40px;
  }

  .why-choose-us-section-description-sbt{
    max-width: unset;
  }
  

.cp-our-teams-container{
  padding: 0px 20px ;
  margin-bottom: 40px;
}

  .cp-about-us-container-text h3, .cp-mission-vision-goal-col h3, .cp-our-teams-container-h3{
    font-size: 24px;
  }

  .cp-why-choose-us-section-col-left{
      margin-bottom: 20px !important;
  }

  .cp-mission-vision-goal-whole-color-container{
    background-image: none;
  }

  .cp-mission-vision-goal-whole-color-container{
    padding: 40px 0px 30px;
  }

  .cp-team-img-col{
    max-width: 140px !important;
  }

  .cp-our-teams-container-p{
    margin-bottom: 30px !important;
  }

  .cp-team-img {
    height: 140px;
  }
}

@media (max-width: 576px) {
  .cp-mission-vision-goal-whole-color-container{
    margin-bottom: 40px;
  }
.cp-about-us-container-col{
  margin-bottom: 20px !important;
}

  .cp-about-us-container-text h3, .cp-mission-vision-goal-col h3, .cp-our-teams-container-h3{
    font-size: 20px;
  }

  .cp-about-us-container-text p, .cp-mission-vision-goal-col p, .cp-our-teams-container-p{
    font-size: 14px;
  }
  .cp-our-teams-container-p{
    margin-bottom: 20px !important;
  }
  .cp-about-us-container-image{
    height: 200px;
    width: 200px;
    margin: auto;
  }

  .cp-team-name , .cp-team-post{
    font-size: 14px;
  }

  .cp-team-img-col{
    max-width: 120px !important;
  }

  .cp-team-img {
    height: 120px;
  }

  .cp-our-teams-container{
    margin-bottom: 20px;
  }
  /* .cp-mission-vision-goal-whole-color-container{
    padding: 30px 0px 20px ;
  } */
}


/* ceo msg section */
/* 
.cp-ceo-message-section-whole-container{
  max-width: 1240px;
  margin: auto;
  position: relative;
  margin-bottom: 80px;
}

.cp-ceo-message-text-color-container{
  max-width: 1024px;
  background-color:#F5F5F5;
  padding: 100px 0px 90px 100px;
}

.ceo-msg-container{
  max-width: 558px;
}

.ceo-msg-container h3{
  font-family: "Bai Jamjuree", sans-serif; 
  font-size: 32px;
  font-weight: 600;
  color:#111111 ;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 16px !important; 
}


.ceo-msg-container p{
  font-family: "Bai Jamjuree", sans-serif; 
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color:#111111BF ;
}


.cp-ceo-image{
  width: 450px;
  height: 400px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%,-50%);
}

.cp-ceo-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  
  .cp-ceo-message-text-color-container{
    max-width: 992px;
    padding: 80px 0px 40px 40px;
  }

  .cp-ceo-image{
    width: 350px;
    height: 300px;
  }
}

@media (max-width: 992px) {
  .ceo-msg-container h3{
    font-size: 28px;
  }

  .cp-ceo-message-text-color-container{
    padding: unset;
  }

  .cp-ceo-message-section-whole-container{
    display: flex;
    gap: 10px;
    background-color: #F5F5F5;
    padding: 80px 20px 40px 20px;
    margin-bottom: 60px;
  }

  .cp-ceo-message-text-color-container{
    max-width: 992px;
    position: unset;
  }
  .cp-ceo-image{
    position: unset;
    transform: unset;
    margin: auto;
  }

}

@media (max-width: 768px) {
  .cp-ceo-message-section-whole-container{
    flex-wrap: wrap;
    padding: 40px 20px;
    margin-bottom: 40px;
  }

  .cp-ceo-message-text-color-container{
    padding: unset;
    max-width: unset;
  }
 
  .ceo-msg-container{
    max-width: unset;
  }

  .ceo-msg-container h3{
    font-size: 24px;
  }
}

@media (max-width: 576px) {

  .cp-ceo-message-section-whole-container{
    margin-bottom: 30px;
  }
  .cp-ceo-image{
    width: 100%;
  }

  .ceo-msg-container h3{
    font-size: 20px;
  }

  .ceo-msg-container p{
    font-size: 14px;
  }
} */
/* ceo msg section ended */
/* about us page ended */

/* single page css */
.cp-single-product-page-container{
  max-width: 1240px;
  margin: auto;
  padding: 0px 8px;
  margin-bottom: 80px;
}

.cp-single-product-page-image{
  height: 430px;
}

.cp-single-product-page-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:8px ;
}

.cp-single-product-page-size{
  margin-top: 38px;
}

.cp-single-product-page-size h3{
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  
}

.cp-each-sizes{
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cp-each-sizes p{
  padding: 8px 10px;
  border-radius: 4px; 
  color: #000000BF;
  border: 0.7px solid #000000BF;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: unset !important;
}

.cp-single-product-page-description-session{
  padding-left: 76px;
}

.cp-single-product-page-description-session h3{
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #000000;    
  margin-bottom: 15px;
  text-transform: capitalize;
}

.cp-single-product-feature-block .container-fluid,
.cp-single-product-features-col{
  padding: unset !important;
}

.cp-product-review,
.cp-single-product-feature-block h3{
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 12px !important;
}

.cp-product-descp{
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px !important;
  color:#000000BF ;
  max-width: 542px;
}

/* .cp-each-feature-block{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
} */

.cp-singleicon{
  width: 83px;
  height: 83px;
  border-radius: 50%;
  margin: auto;
  background-color: #4882C3CC;
  position: relative;
}

.cp-singleicon img{
  width: 30px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cp-single-feature-section p{
  font-family: "Bai Jamjuree",sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: unset !important;  
  color: #000000;
  text-align: center;
}


@media screen and (max-width: 992px){
  .cp-single-product-page-container{
    margin-bottom: 60px;
  }
  
  .cp-single-product-page-description-session {
    padding-left: 0px;
  }
  .cp-single-product-page-image {
    height: 400px;
  }

  .cp-single-product-page-description-session h3{
    font-size: 28px;
  }
  .cp-product-descp{
    max-width: unset;
  }
}

@media screen and (max-width: 768px){
  .cp-single-product-page-image {
    height: 350px;
  }

  

  .cp-single-product-page-description-session h3{
    font-size: 24px;
  }

  .cp-single-product-page-container{
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 576px){
  .cp-single-product-page-image {
    height: 300px;
  }

  .cp-single-product-page-description-session h3{
    font-size: 20px;
    margin-bottom: 6px;
  }

  .cp-product-descp ,.cp-single-feature-section p {
    font-size: 14px;
  }

  .cp-single-product-page-container{
    margin-bottom: 20px;
  }

  .cp-each-sizes p {
    padding: 4px 6px;
    font-size: 14px;
  }
}

/* slider css */
.msjk-cp-single-product-sliderr-product-section {
  max-width: 1240px;
  margin: auto;
  margin-bottom: 80px;
}

.msjk-cp-custom-category-section {
  max-width: 1300px;
  margin: auto;
  padding: 0px 20px;
  margin-bottom: 50px;
}

.msjk-category-slider-container {
  max-width: 100%;
  margin: auto;
}

.msjk-category-slider-block {
  position: relative;
}

.msjk-cp-custom-category-heading-h2 {
  margin-bottom: 32px !important;
  text-align: center;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
  text-transform: capitalize;
}

.msjk-left-singlepage img, .msjk-right-singlepage img{
  width: 20px;
  height: 20px;
}
.msjk-right-singlepage {
  right: 0px;
  position: absolute;
  top: 40%;
  transform: translate(0%,-50%);
  cursor: pointer;
}

.msjk-left-singlepage {
  left: 0px;
  position: absolute;
  top: 40%;
  transform: translate(0%,-50%);
  cursor: pointer;
}

.msjk-single-slider-page-image {
  color: #000000;
  font-family: "Bai Jamjuree", serif;
  text-decoration: none;
}

.msjk-product-p-text:hover {
  color: #000000;
  text-decoration: underline;
}

.msjk-category-img {
  height: 290px;
}

.msjk-category-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  background-color: #f0f0f0;
}

.msjk-category-p-text {
  font-family: "Bai Jamjuree", 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;
  font-weight: 400;
  font-size: 20px;
  margin-top: 16px !important;
  margin-bottom: 0px !important;
}

.msjk-category-p-decsp {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #828282;
  line-height: 1.2;
  margin: 8px 0px 0px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cp-paint-slider-img-wrapper{
  width: 100%;
  height: 350px;
  position: relative;
}

.msjk-cp-slider-image-each-slider{
  max-width: 95%;
  margin: auto;
  height: 100%;
}

.msjk-one-category-col {
  margin-bottom: 32px !important;
}

.cp-single-product-demo-images {
  max-width: 95%;
  margin: auto;
  height: 100%;
}

@media (max-width: 992px) {

  .msjk-cp-single-product-sliderr-product-section {
    margin-bottom: 60px;
  }

  .msjk-cp-custom-category-heading-h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .msjk-cp-single-product-sliderr-product-section {
    margin-bottom: 40px;
  }

  .msjk-cp-custom-category-heading-h2 {
    font-size: 24px;
  }

  .msjk-category-p-text {
    font-size: 16px;
  }
}

@media (max-width: 576px) {

  .msjk-cp-custom-category-heading {
    margin-bottom: 25px;
  }

  .msjk-cp-custom-category-heading-h2 {
    font-size: 20px;
  }
  
  .msjk-category-p-decsp{
    margin-top: 4px !important;
  }

  @media (max-width: 576px) {
    .cp-single-product-demo-images {
      padding: 0px 16px;
    }
  }

  /* .msjk-left-singlepage img, .msjk-right-singlepage img{
    width: 15px;
    height: 15px;
  } */
}




/* slider ended css */

/* new ceo section css */

.ceo-container {
  padding:0px 0px 36px 0px;
}

.ceo-sub-container {
  max-width: 1200px;
  margin: auto;
  padding: 12px 0px;
  position: relative;
}

.ceo-overlay {
  position: absolute;
  width: 70%;
  height: 100%;
  background: #f5f5f5;
  z-index: -1;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}

.ceo-msg-container {
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 36px 36px 36px 92px;
}
.ceo-msg-container h3 {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #111111;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 24px;
}

.ceo-msg-container p {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #111111bf;
  margin-bottom: 12px;
}

.cp-ceo-image {
  max-width: 100%;
  width: 100%;
  height: 407px;
}

.cp-ceo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .ceo-overlay,
  .ceo-sub-container {
    position: unset;
    transform: unset;
  }
  .ceo-container {
    background: #f5f5f5;
  }
  .ceo-msg-container {
    padding-left: 36px;
  }
  .ceo-msg-container h3 {
    font-size: 30px;
  }
  .cp-ceo-image {
    width: 75%;
    margin: auto;
    height: 400px;
  }
  .cp-ceo-image img {
    object-position: top center;
  }
}

@media (max-width: 767px) {
  .ceo-msg-container {
    padding: 36px 24px;
  }
  .ceo-msg-container h3 {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .cp-ceo-image {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 576px) {
  .ceo-msg-container h3 {
    font-size: 24px;
  }
  .ceo-msg-container p {
    font-size: 14px;
  }
  .cp-ceo-image {
    height: 300px;
  }
}

/* new ceo section css ended */