@import url('https://fonts.googleapis.com/css2?family=Heebo&family=Lato:wght@300&family=Nunito:wght@300;400&family=Roboto:wght@300&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --purple: #66397C;
    --kpk-white: #FFFFFF;
    --black: #000000;
    --pink: #E6258C;
    --yellow: #F9C023;
    --kpk-blue: #1E62AF;
    --blurBlack: #333333;
    --darkblue: linear-gradient(91.99deg, #253470 -11.94%, #2A7AC1 113.74%);
    --dimWhite: #F7F6F7;
    --kpk-dark-black: rgba(51, 51, 51, 0.9);
}

.wpcf7 form.sent .wpcf7-response-output{
    color: greenyellow;
}

.ss-contain{
        margin-top: 6%;
}
.ss-contain p{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
}
.ss-contain h1{
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #085089;
   
}

.ss-contain h3{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
    color: #085089;
    margin-top: 10px;
}

.ss-contain img{
          width: 313px;
    height: 276px;
}

.h-k-textarea{
    width: 100%;
    height: 146px;
}
.ks-small-images{
    display: flex;
    margin-top: 12px;
}
.ks-image1{
  width: 124px;
    height: 103px;
}
.ks-image1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kpk-hero-section {
    display: flex;
    max-width: 1280px;
    margin: auto;

}

.kpk-hero-explain {
    background: var(--darkblue);
    border-radius: 30px 0px 0px 30px;
    width: 50%;
    height: 529px;
}

.kpk-hero-image {
    width: 50%;
    height: 529px;
    border-radius: 0px 0px 30px 0px;
}

.kpk-hero-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.kpk-hero-explain .kpk-diff {
    font-family: 'Algerian';
    color: var(--yellow);
      /* font-family: 'Montaga', serif; */
      font-weight: 400;
      /* font-size: 20.2079px; */
      font-size: 55px;
      line-height: 25px;
      /* color: #1E62AF; */
      /* font-family: 'Lato', sans-serif; */
}


.kpk-hero-explain .kpk-color {
    font-family: 'nunito', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    line-height: 57px;
    letter-spacing: 0.035em;
    color: var(--kpk-white);
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.kpk-wrap {
    margin-top: 15%;
    margin-left: 12%;
    margin-right: 12%
}

.kpk-hero-explain .kpk-dolor {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    width: 90%;
    word-spacing: 1px;
    padding-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.kpk-hero-button {
    /* border: 1px solid var(--kpk-white); */
    /* border-radius: 5px; */
    /* padding: 10px 0px 10px 14px; */
    margin-top: 50px;
    /* width: 23%; */
}


.kpk-hero-button .kpk-click-herobtn {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: var(--kpk-white);
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
    border: 1px solid var(--kpk-white);
    border-radius: 5px;
    padding: 10px 14px 10px 14px;
    margin-top: 50px;

}

.kpk-hero-button .kpk-click-herobtn:hover {
    border: 2px solid var(--yellow);
    color: var(--yellow);
}


.kpk-product-description .kpk-korea {
    font-family: 'Montaga';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 55px;
    text-align: justify;
    color: var(--kpk-blue);
}



.kpk-product-description p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--kpk-dark-black);
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
	text-align: justify !important;
}



.kpk-product-description {
    padding-left: 8%;
}

.kpk-product-btn {

    margin-top: 40px;

}


.kpk-product-btn .kpk-click-product {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: var(--kpk-white);
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
    background: var(--kpk-blue);
    border-radius: 5px;
    padding: 10px 14px 10px 14px;
}



.kpk-product-btn .kpk-click-product:hover {
    border: 2px solid var(--kpk-blue);
    color: var(--kpk-blue);
    background-color: var(--kpk-white);
}


.kpk-prodect-picture {
    display: flex;
    justify-content: space-between;
    max-width: 1366px;
    margin: auto;
    margin-top: 40px;
    background-color: var(--dimWhite);
    align-items: center;
    padding: 30px 0px 30px 0px;
}




.kpk-product-images {

    display: flex;
}

.kpk-product-wrap {
    background-color: var(--dimWhite);

}


.kpk-slide-image {
    width: 752px;
    height: 569px;
}

.kpk-slide-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.kpk-expert-wrap {
    display: flex;
    max-width: 1120px;
    margin: auto;
    align-items: center;
    gap: 40px;
    padding: 40px 0px 20px 0px;
}

.kpk-picture-wrapper {
    width: 50%;
    padding-left: 40px;
}

.kpk-expert-image {
    width: 481px;
    height: 441px;
}

.kpk-expert-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.kpk-expert-description {
    width: 50%;
}

.kpk-expert-description .kpk-technical-part {
    font-family: 'Montaga';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 43px;
    color: var(--kpk-blue);
}


.kpk-expert-description .kpk-collaborate {

    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    width: 78%;
    color: var(--kpk-dark-black);
    padding-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


.kpk-more-btn {

    margin-top: 50px;
}

.kpk-more-btn .kpk-read-btn {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: var(--kpk-white);
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
    background: var(--kpk-blue);
    border-radius: 5px;
    padding: 10px 14px 10px 14px;
}

.kpk-more-btn .kpk-read-btn:hover {
    border: 2px solid var(--kpk-blue);
    background-color: var(--kpk-white);
    color: var(--kpk-blue);
}

.kpk-range-wrap .kpk-our {
    font-family: 'Montaga';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 43px;
    color: var(--kpk-blue);
}

.kpk-range-wrap .kpk-our-describe {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: justify;
    letter-spacing: 0.03em;
    color: var(--kpk-dark-black);

}

.kpk-color-section {
    background-color: var(--dimWhite);
    padding-bottom: 40px;
}

.kpk-range-wrap {
    max-width: 1123px;
    margin: auto;
    padding: 40px 0px 40px 0px;

}

.kpk-person-painting {
    width: 50%;
}

.kpk-person-image {
    max-width: 554px;
    height: 269px;
    position: relative;
}

.kpk-person-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.kpk-rectangle-image {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-top: 30px;

}

.kpk-bucket-image {
    max-width: 479px;
    height: 208px;
    position: absolute;
    top: 48%;

}

.kpk-bucket-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.kpk-bucket-image1 {
    max-width: 390px;
    height: 200px;
    position: absolute;
    top: 39%;
    left: 3%;
}

.kpk-bucket-image1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.kpk-prime-wrap {
    margin-top: 60px;
}

.kpk-prime-wrap .kpk-primer {
    font-family: 'Montaga';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 31px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: var(--kpk-blue);
    padding-top: 10px;
    padding-bottom: 8px;
}

.kpk-prime-wrap .kpk-sed {

    width: 85%;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: var(--kpk-dark-black);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.kpk-browse-btn {

    margin-top: 30px;

}

.kpk-browse-btn .kpk-browse {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: var(--kpk-blue);
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
    border: 2px solid var(--kpk-blue);
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
}

.kpk-browse-btn .kpk-browse:hover {
    background-color: var(--kpk-blue);
    color: var(--kpk-white);
}

.col {
    padding-left: 0px !important;
    padding-right: 0px !important;
    flex-grow: 0 !important;
}

.kpk-picture-three {
    width: 200px;
    height: 305px;
    margin-top: 12%;
}

.kpk-picture-three img {

    height: 100%;
    width: 100%;
    object-fit: cover;

}

.kpk-deal .kpk-stain {
    font-family: 'Montaga';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 31px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: var(--kpk-blue);
    padding-top: 10px;
    padding-bottom: 8px;
}

p {
    margin-top: 0;
    margin-bottom: 0px !important;
}

.kpk-deal .kpk-stain-describe {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: var(--kpk-dark-black);
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
width:95%;
}

.kpk-stain-btn .kpk-stn-button {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: var(--kpk-blue);
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
    border: 2px solid var(--kpk-blue);
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
}

.kpk-stain-btn .kpk-stn-button:hover {
    background-color: var(--kpk-blue);
    color: var(--kpk-white);

}

.kpk-stain-btn {

    margin-top: 30px;

}

.kpk-four-part {
    padding-top: 80px;
}

.kpk-trend-section {
    padding-top: 40px;
}

.kpk-trend-section p {
    font-family: 'Montaga';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 43px;
    text-align: justify;
    text-align: center;
    color: var(--kpk-blue);
    width: 42%;
    margin: auto;
    position: relative;
    word-spacing: 1px;
    top: 30px;
    left: 9%;
}

.kpk-picture-collection {
    display: flex;
    max-width: 1123px;
    margin: auto;
    gap: 10px;

}

.kpk-picture-collection1 {
    display: flex;
    max-width: 1123px;
    margin: auto;
    gap: 10px;
    position: relative;
}

.kpk-house-image {
    width: 280px;
    height: 318px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    margin: auto;
    position: relative;
    bottom: 40px;
}

.kpk-house-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.kpk-house-image1 {
    width: 260px;
    height: 184px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    /* transform: matrix(-1, 0, 0, 1, 0, 0); */
    margin: auto;
    position: relative;
    top: 13px;
}

.kpk-house-image1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.kpk-house-image2 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    width: 321px;
    height: 242px;
    margin: auto;
    margin-top: 5%;
    position: relative;
}

.kpk-house-image2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.kpk-house-image3 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    width: 287px;
    height: 223px;
    margin: auto;
    position: relative;
}

.kpk-house-image2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.kpk-house-image4 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    width: 185px;
    height: 147px;
    margin-top: 10px;
    position: relative;
}

.kpk-house-image3 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.kpk-house-image4 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.kpk-house-image5 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.kpk-house-image5 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    width: 203px;
    height: 241px;
    margin: auto;
    position: relative;
    bottom: 23px;
}

.kpk-house-image6 {
    width: 354px;
    height: 223px;
    position: relative;
    margin-top: -10px;

}

.kpk-house-image6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}


.kpk-house-image7 {
    width: 354px;
    height: 223px;
    position: relative;
    margin-top: -10px;

}

.kpk-house-image7 img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.kpk-late .kpk-let {
    font-family: 'nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: var(--kpk-blue);
    position: relative;
    left: 0px;
    text-align: start;
    width: 81%;
}

.kpk-diverge {
    display: flex;
    gap: 10px;
    margin-right: 49px;
    margin-top: -18px;

}



.kpk-late .kpk-latest-des {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: var(--kpk-dark-black);
    width: 99%;
    padding: 16px 0px 16px 0px;
    text-align: start;
}

.kpk-transfer {
    position: relative;
}

.kpk-late {
    position: relative;
    top: 33%;
}

.kpk-trend-button {
    background: var(--kpk-blue);
    border-radius: 5px;
    padding: 8px 0px 8px 14px;
    width: 20%;
}


.kpk-trend-button .kpk-tend-read {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: var(--kpk-white);
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.kpk-back-wrapper {
    max-width: 1366px;
    margin: auto;
}

.kh-green-right-shadow {
    width: 50%;
height: auto;
    /* height: 640px; */
    background: linear-gradient(91.99deg, #253470 -11.94%, #2A7AC1 113.74%);

    padding: 50px 110px 0px 110px;

}


.kj-contactus-section {
    display: flex;
    margin-top: 40px;
}

.kj-contact-picture {
    max-width: 685px;
    /* height: 640px; */
    height: 100%;
}

.kj-contact-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.kpk-nexto {
    width: 50%;
}

.kh-green-right-shadow .kj-contact-Us {

    font-family: 'Montaga';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 43px;
    letter-spacing: 1px;
    color: var(--kpk-white);
}

.kj-name input {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 20px;

}

.kj-name3 input {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 20px;
}

.kj-two-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-top: 10px;
    gap: 30px;
}

.kj-name {
    line-height: 35px;
}

.kj-name label {

    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: capitalize;

}

.kj-name3 label {

    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: capitalize;

}

.kj-name1 label {

    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: capitalize;

}

.kj-name2 label {

    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: capitalize;

}


.kj-name input {
    width: 100%;
    height: 35px;
    background: #FFFFFF;
    border-radius: 5px;
    border-color: #FFFFFF;
    border-style: none;
}
.kj-name2 textarea{
    width: 100%;
    background: #FFFFFF;
    border-radius: 5px;
    border-color: #FFFFFF;
    border-style: none;
    padding: 20px;
}


.kj-name3 {
    width: 50%;
}

.kj-name3 input {
    width: 100%;
    height: 35px;
    background: #FFFFFF;
    border-radius: 5px;
    border-color: #FFFFFF;
    border-style: none;
}


.kj-name1 {
    margin-bottom: 10px;
    line-height: 35px;
}

.kj-name1 .kj-opt {

    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.6;
}

.kj-name2 {
    margin-bottom: 25px;
 
}

.kj-name2 input {
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    border-radius: 5px;
    border-color: #FFFFFF;
    border-style: none;

}

.kj-name1 input {
    width: 100%;
    height: 35px;
    background: #FFFFFF;
    border-radius: 5px;
    border-color: #FFFFFF;
    border-style: none;
    padding: 20px;
}

.kj-submit-botton {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 20px;
  
}

.wpcf7 form .wpcf7-response-output {
    margin-bottom: 30px;
    color: #dc3232;
}

.kj-submit-botton .kj-submit {

    font-family: 'nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #333333;
    padding: 10px 22px 10px 22px;
    background: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    border: none;


}

.kj-submit-botton .kj-submit:hover {
    border: 2px solid var(--kpk-white);
    color: var(--kpk-white);
    background-color: var(--kpk-blue);
}

@media (max-width: 1200px) {
    .kpk-wrap {
        margin-left: 9%;
    }

    .kpk-trend-section {
        padding-right: 40px;
        padding-left: 40px;
    }

    .kpk-range-wrap {
        padding: 40px 40px 40px 40px;
    }

    .kpk-product-description {
        padding-left: 5%;
    }

    .kpk-expert-description {
        padding-right: 40px;
    }

    .kpk-expert-image {
        width: 455px;
        height: 410px;
    }

    .kh-green-right-shadow {
        padding: 50px 40px 1px 40px;
    }
}

@media (max-width: 1100px) {
    .kpk-slide-image {
        width: 651px;
        height: 470px;
    }

    .kpk-expert-image {
        width: 430px;
        height: 370px;
    }
}

@media (max-width: 1000px) {
    .kpk-slide-image {
        width: 502px;
        height: 375px;
    }

    .kpk-expert-image {
        width: 400px;
        height: 320px;
    }

    .kpk-hero-explain .kpk-color {
        font-size: 50px;
    }
    .kpk-four-part {
        padding-top: 20px;
    }
}

@media (max-width: 860px) {
    .kpk-expert-image {
        width: 370px;
        height: 280px;
    }
}

@media (max-width: 780px) {
    .kpk-slide-image {
        width: 476px;
        height: 354px;
        margin: auto;
    }

    .kpk-expert-image {
        width: 326px;
        height: 249px;
    }
    .kj-submit-botton {
        text-align: center;
        margin-top: 16px;
    }
}

@media (max-width: 656px) {

    .wpcf7 form .wpcf7-response-output {
        margin-bottom: 30px;
    }
    .kpk-hero-section {
        display: block;
    }

    .kpk-product-description {
        /* padding-left: 8%; */
        padding: 0px 40px 0px 40px;
    }

    .kpk-person-painting {
        width: 100%;
        margin-bottom: 40px;
    }

    .kpk-picture-wrapper {
        width: 100%;
        padding-right: 40px;
    }

    .kpk-prodect-picture {
        display: block;
    }

    .kpk-expert-wrap {
        display: block;
    }

    .kpk-rectangle-image {
        display: block;
        margin-top: 16px;
    }

    .kj-contactus-section {
        display: block;
        margin-top: 16px;
    }

    .kpk-hero-explain {
        width: 100%;
    }

    .kpk-wrap {
        margin-top: 0px !important;
        margin-left: 7% !important;
        padding-top: 16%;
    }

    .kpk-hero-image {
        width: 100%;
        height: 400px;

    }

    .kpk-expert-image {
        width: 100%;
        height: 400px;
    }

    .kpk-expert-description {
        padding: 0px 40px 0px 40px;
    }

    .kpk-expert-description {
        width: 100%;
    }

    .kpk-expert-description .kpk-collaborate {
        width: 100%;
    }

    .kh-green-right-shadow {
        width: 100%;
    }

    .kpk-nexto {
        width: 100%;
    }

    .kpk-picture-collection {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .kpk-picture-collection2 {
        flex-wrap: wrap;
        margin-top: 20px;
        padding: 0px;
    }

    .kpk-trend-part {
        margin-top: 10px;
    }

    .kpk-trend-part .kpk-confuse {
        width: 100%;
        position: unset;
    }

    .kpk-house-image {
        width: 48%;
        bottom: 0px;
    }

    .kpk-house-image1 {
        width: 48%;
        height: 318px;
        top: 0px;

    }

    .kpk-house-image2 {
        width: 48%;
        height: 318px;
        margin-top: unset;
    }

    .kpk-house-image6 {
        width: 48%;
        height: 318px;
        margin-top: unset;
    }
    .kpk-house-image7 {
        width: 48%;
        height: 318px;
        margin-top: unset;
    }

    .kpk-house-image3 {
        width: 48%;
        height: 318px;

    }

    .kpk-house-image4 {
        width: 48%;
        height: 318px;

    }

    .kpk-house-image5 {
        width: 48%;
        height: 318px;
        bottom: 0px;
    }

    .kpk-hero-explain .kpk-color {
        font-size: 45px;
    }
    .kpk-slide-image {
       
        margin-top: 30px;
    }
    .kpk-expert-wrap {
     
        padding: 0px 0px 20px 0px;
    }
    .kpk-four-part {
        padding-top: 0px;
    }
    .kj-contact-picture {
        display: none;
    }
    .kpk-trend-wrapper .kpk-trending {
        margin-top: 16px;
    }
    /* .kh-green-right-shadow {
        height: 600px;
    } */
    .kpk-prodect-picture {
        margin-top: 16px;
    }
    .kpk-hero-explain {
        height: 477px;
    }
    .kpk-hero-trend {
        height: 250px;
    }
    
}

@media (max-width: 568px) {
    .kpk-product-description {
        padding: 0px 25px 0px 25px;
    }

    .kpk-product-description .kpk-paint-describe {
        width: 100%;
    }

    .kpk-picture-wrapper {
        padding: 0px 25px 0px 25px;
    }

    .kpk-trend-section {
        padding-right: 25px;
        padding-left: 25px;
    }

    .kpk-expert-description {
        padding: 0px 25px 0px 25px;
    }

    .kpk-range-wrap {
        padding: 40px 25px 40px 25px;
    }

    .kpk-prime-wrap .kpk-sed {
        width: 100%;
    }

    .kh-green-right-shadow {
        padding: 50px 25px 1px 25px;
    }

    .kpk-slide-image {
        width: 461px;
        height: 330px;
    }
}

@media (max-width: 480px) {
    .kpk-hero-explain {
        height: auto;
        padding-bottom: 16%;

    }

    .kpk-slide-image {
        width: 420px;
        height: 300px;
    }

    .kh-green-right-shadow {
        padding: 50px 16px 1px 16px;
    }

    .kpk-wrap {
        padding-left: 16px;
        padding-right: 16px;
        margin-left: unset !important;
        margin-right: unset !important;
    }

    .kpk-hero-explain .kpk-dolor {
        width: 100%;
    }

    .kpk-product-description {
        padding: 0px 16px 0px 16px;
    }

    .kpk-picture-wrapper {
        padding: 0px 16px 0px 16px;
    }

    .kpk-expert-description {
        padding: 0px 16px 0px 16px;
    }

    .kpk-range-wrap {
        padding: 40px 16px 40px 16px;
    }

    /* .kh-green-right-shadow {
        height: 600px;
    } */

    .kpk-trend-section {
        padding-right: 16px;
        padding-left: 16px;
    }

    .kj-contact-picture {
        height: 550px;
    }

    .kpk-house-image {
        width: 100%;
    }

    .kpk-house-image1 {
        width: 100%;

    }

    .kpk-house-image2 {
        width: 100%;
    }

    .kpk-house-image3 {
        width: 100%;
    }

    .kpk-house-image4 {
        width: 100%;
    }

    .kpk-house-image5 {
        width: 100%;
    }

    .kpk-house-image6 {
        width: 100%;
    }
    .kpk-house-image7 {
       display: none;
    }

    .kpk-expert-image {
        width: 99%;
        height: 319px;
    }

    .kpk-hero-explain .kpk-color {
        font-size: 40px;
        line-height: 43px;
    }

    .kpk-hero-image {
        height: 320px;
    }

    .kpk-prodect-picture {
        padding: 0px 0px 30px 0px ;
    }
}


@media (max-width: 400px) {
    .kpk-slide-image {
        width: 360px;
        height: 270px;
    }
    .ks-image1 {
    width: 75px;
    height: 76px;
}
}


@media (max-width: 364px) {
    .kpk-slide-image {
        width: 300px;
        height: 227px;
    }

    .kpk-expert-image {
        width: 98%;
        height: 305px;
    }
}


@media (max-width: 340px) {
    .kpk-expert-image {
        width: 95%;
        height: 257px;
    }
}