body {
    padding: 0;
    margin: 0;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
}

* {
    box-sizing: border-box;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
        padding: 20px;
    }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.col-lg-3,
.col-md-12,
.col-md-6 {
    width: 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
        margin-bottom: 24px;
    }
}

div label input {
    margin-right: 100px;
}

.filter-btn {
    padding-bottom: 15px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
}

.cat {
    margin: 0 10px 8px 0;
    background-color: #25c4b3;
    border-radius: 0px;
    border: none;
    overflow: hidden;
    float: left;
}

.cat label {
    float: left;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.cat label span {
    text-align: center;
    padding: 8px 16px 8px 16px;
    display: flex;
}

.cat label input {
    position: absolute;
    display: none;
    color: #fff !important;
}

.cat label input+span {
    color: #fff;
}

.cat input:checked+span {
    color: #ffffff;
}

.filter-button input:checked+span {
    background-color: #116975;
}

.filter-button input:checked+span,
.filter-button:hover {
    background-color: #116975;
}

.product-box {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 13px;
    overflow: hidden;
}

.product-box .pb-img {
    width: 100%;
    height: 154px;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}

.product-box .content {
    padding: 16px 16px 40px;
    display: inline-block;
}

.product-box .content .title {
    color: #116975;
    font-family: "Open Sans", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 24px;
}

.product-box .content p {
    color: #777777;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 24px;
}

.product-box a {
    padding: 16px 16px;
    color: #25c4b3;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.product-box:hover a {
    color: #116975;
}

@media (max-width:992px) {
    .col-lg-3 {
        margin-bottom: 30px;
    }

    .cat {
        margin-right: 4px;
    }

    .cat label span {
        padding: 8px 10px;
    }
}

@media (max-width:768px) {
    .product-box img {
        height: auto;
    }

    .cat {
        margin-right: 10px;
    }

    .cat label span {
        padding: 8px 16px 8px 16px;
    }
}

.select-dropdown {
    display: none;
}

.select-dropdown,
.select-dropdown * {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    color: #000;
}

.select-dropdown {
    position: relative;
    background: #25c4b3 !important;
    border-radius: 4px;
}

.select-dropdown select {
    font-size: 1rem;
    font-weight: normal;
    max-width: 100%;
    padding: 8px 24px 8px 10px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
}

.select-dropdown select:active,
.select-dropdown select:focus {
    outline: none;
    box-shadow: none;
}

.select-dropdown:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

@media (max-width:768px) {
    .filter-btn {
        display: none;
    }

    .select-dropdown {
        display: block;
        margin-bottom: 20px;
    }
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.multiselect {
    width: 100%;
    font-size: 15px;
    padding-bottom: 4px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.2s;
    outline: none;
    display: none;
    position: relative;
}

.multiselect:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.multiselect.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid transparent;
}

.multiselect>.title {
    cursor: pointer;
    height: 30px;
    padding: 6px;
}

.multiselect>.title>.text {
    max-width: 130px;
    max-height: 25px;
    display: block;
    float: left;
    overflow: hidden;
    line-height: 1.3em;
}

.multiselect>.title>.expand-icon,
.multiselect>.title>.close-icon {
    float: right;
    border-radius: 50%;
    padding: 0 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    transition: 0.2s;
    display: none;
}

.multiselect.selection>.title>.expand-icon {
    display: none;
}

.multiselect>.title>.expand-icon,
.multiselect.selection>.title>.close-icon {
    display: block;
}

.multiselect>.title>.close-icon:hover {

    border: 1px solid rgba(0, 0, 0, 0.3);

    background: rgb(203, 32, 32);

    color: #fff;

}

.multiselect>.container {
    max-height: 200px;
    overflow: auto;
    margin-top: 4px;
    margin-left: -1px;
    width: 100%;
    transition: 0.2s;
    position: absolute;
    z-index: 99;
    background: #fff;
    border: 1px solid transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 6px;
}

.multiselect.active>.container {

    border: 1px solid rgba(0, 0, 0, 0.1);

    border-bottom-left-radius: 3px;

    border-bottom-right-radius: 3px;

    border-top: 0;

}



.multiselect:hover>.container {

    border-top-color: rgba(0, 0, 0, 0.3);

}



.multiselect.active:hover>.container {

    border-color: rgba(0, 0, 0, 0.3);

}



.multiselect>.container>option {

    display: none;

    padding: 5px;

    cursor: pointer;

    transition: 0.2s;

    border-top: 1px solid transparent;

    border-bottom: 1px solid transparent;

}



.multiselect>.container>option.selected {

    background: rgb(122, 175, 233);

    border-top: 1px solid rgba(0, 0, 0, 0.1);

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    color: #fff;

}



.multiselect>.container>option:hover {

    background: rgba(0, 0, 0, 0.1);

    color: #000;

}



.multiselect.active>.container>option {

    display: block;

}



@media (max-width:767px) {



    .multiselect {

        display: block;

        margin-bottom: 20px;



    }

}



.hero-banner {

    width: 100%;

    height: 541px;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    display: flex;

    align-items: center;

    justify-content: center;

}



.hero-banner-title {

    font-size: 60px !important;

    line-height: 70px;

    font-weight: 700;

    color: #fff !important;

    text-align: center;
    margin-top: 124px;

}



.p-0 {

    padding: 0px;

}



.tab-flex-bg {

    background-color: #116975;

}



.tab-flex {

    display: flex;

    flex-wrap: initial;

    overflow-x: scroll;

    overflow-y: hidden;

    background-color: #116975;

}



.tab-flex::-webkit-scrollbar {

    display: none;

}



.tab-flex .tab {

    position: relative;

    display: inline-block;

    background-color: transparent;

    color: #fff;

    font-size: 16px;

    padding: 14px 25px;

    border: none;

    border-bottom: 0;

    cursor: pointer;

    white-space: nowrap;

}



.tab-flex .tab.on {

    background-color: #25c4b3 !important;

}



.tabview {

    display: none;

    padding: 15px 0px;

}



.tabview:nth-child(1) {

    display: block;

}



.select-btn {

    display: flex;

    height: 50px;

    align-items: center;

    justify-content: space-between;

    padding: 0 16px;

    border-radius: 0px;

    cursor: pointer;

    background-color: #fff;

    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);

}



.select-btn .btn-text {

    font-size: 17px;

    font-weight: 400;

    color: #333;

}



.select-btn .arrow-dwn {

    display: flex;

    height: 21px;

    width: 21px;

    color: #fff;

    font-size: 16px;

    border-radius: 50%;

    background: #25c4b3;

    align-items: center;

    justify-content: center;

    transition: 0.3s;

}



.select-btn.open .arrow-dwn {

    transform: rotate(-180deg);

}



.list-items {

    position: relative;

    border-radius: 0px;

    margin-top: 0px;

    padding: 16px;

    background-color: #fff;

    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);

    display: none;

    margin-left: 0;

}



.select-btn.open~.list-items {

    display: block;

}



.list-items .item {

    display: flex;

    align-items: center;

    list-style: none;

    height: 40px;

    cursor: pointer;

    transition: 0.3s;

    padding: 0 15px;

    border-radius: 0px;

}



.list-items .item:hover {

    background-color: #effffd;

}



.item .item-text {

    font-size: 16px;

    font-weight: 400;

    color: #333;

}



.item .checkbox {

    display: flex;

    align-items: center;

    justify-content: center;

    height: 16px;

    width: 16px;

    border-radius: 4px;

    margin-right: 12px;

    border: 1.5px solid #c0c0c0;

    transition: all 0.3s ease-in-out;

}



.item.checked .checkbox {

    background-color: #25c4b3;

    border-color: #25c4b3;

}



.checkbox .check-icon {

    color: #fff;

    font-size: 10px;

    transform: scale(0);

    transition: all 0.2s ease-in-out;

}



.item.checked .check-icon {

    transform: scale(1);

}



.check-multi {

    display: none;

    margin-bottom: 20px;

}





@media (max-width:1400px) {

    .hero-banner {

        height: 441px;

    }



    .tab-flex .tab {

        padding: 14px 20px;

    }



    .tab-flex-bg {

        margin-bottom: 1rem;

    }

}



@media (max-width:991px) {

    .hero-banner {

        height: 441px;

    }



    .hero-banner-title {

        font-size: 50px;

        line-height: 60px;

    }

}

@media (max-width:768px) {

    .check-multi {

        display: block;

    }



    .hero-banner {

        height: 441px;

    }



    .hero-banner-title {

        font-size: 40px !important;

        line-height: 50px;

    }

    .tab-flex .tab {
        font-size: 14px;
    }
}

.top-bar a {
    color: #fff;
    font-size: 18px;
    margin-left: 24px;
}

.top-bar a:hover {
    color: #000;
}