.colSearchMain {
    text-align: center;
}

.colSearch {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-amulet {
    border: solid 1px #F0F0F0;
    border-radius: 25px 0 0 25px;
    padding: 10px;
    font-family: "Quicksand", "promptregular";
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    letter-spacing: 1px;
    background: #fff url(../images/icons/search.png) no-repeat left top;
    background-size: 20px;
    padding-left: 40px;
    padding-right: 40px;
    width: 540px;
    background-position-x: 100%;
    background-position-x: 14px;
    background-position-y: 14px;
    outline: none;
}

.btn-search {
    background: #01B14F;
    padding: 16px 34px;
    font-family: "Quicksand", "promptregular";
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    outline: none;
    margin-left: -20px;
}

.textSearchKeyWord {
    text-transform: uppercase;
    font-family: "Quicksand", "promptsemibold";
    font-weight: 700;
    font-size: 16px;
}

.textTitle {
    font-family: "Quicksand", "promptsemibold";
    font-weight: 700;
    font-size: 46px;
}

.textTitle01 {
    font-family: "Quicksand", "promptsemibold";
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.categoryList {
    margin: 40px 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-transform: uppercase;
}

.categoryList li {
    margin: 5px 5px;
}

.btn.btnGray {
    background: #AFAFAF;
}

.page-products .section-quote .quote-text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.home-knowledge {
    padding-top: 0;
}

.page-products .section-quote .float-element {
    left: 86%;
}

.boxKnow {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin: 40px 0;
    margin-bottom: 60px;
}

.boxKnow li {
    box-shadow: #ddd 0 0 10px;
    padding: 20px;
    background: #fff;
}

.boxKnow li.b {
    border-radius: 0 0 40px 0;
}

.boxKnow li.a {
    border-radius: 40px 0 0 0;
}

.boxKnow li img {
    max-width: 100%;
    margin-bottom: 20px;
}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1024px) {}

@media screen and (max-width:1100px) {}

@media screen and (max-width:800px) {}

@media screen and (max-width:600px) {
    .boxKnow {
        grid-template-columns: repeat(1, 1fr);
    }
    .page-products .section-quote .float-element {
        left: 97%;
    }
}

@media screen and (max-width:375px) {}