@import url('//fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');
@font-face {
    font-family: "Flaticon";
    src: url("/resources/6099b8f5/snippet/snippet-6/other/Flaticon.eot");
    src: url("/resources/6099b8f5/snippet/snippet-6/other/Flaticon.eot?#iefix") format("embedded-opentype"),
    url("/resources/6099b8f5/snippet/snippet-6/other/Flaticon.woff") format("woff"),
    url("/resources/6099b8f5/snippet/snippet-6/other/Flaticon.ttf") format("truetype"),
    url("/resources/6099b8f5/snippet/snippet-6/other/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("./Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px;
}

.flaticon-arrows:before { content: "\f105"; }
.flaticon-technical-support:before { content: "\f106"; }
.flaticon-truck:before { content: "\f107"; }

body.widget-snippet {
    font-family: 'Rubik', sans-serif;
    padding: 40px;
}
.wc-snippet-quick-feature {
    background-color: #83ccd5;
    padding: 40px 0;
}
.wc-snippet-quick-feature .box-item {
    min-height: 75px;
    padding-left: 82px;
    position: relative;
}
.wc-snippet-quick-feature .icon-wrap {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 35px;
    display: inline-block;
    height: 70px;
    left: 0;
    line-height: 90px;
    position: absolute;
    text-align: center;
    transition: all 400ms ease-out 0s;
    width: 70px;
}
.wc-snippet-quick-feature .col-md-4:hover .icon-wrap {
    background-color: #000000;
    border-color: #000000;
}
.wc-snippet-quick-feature .icon-wrap i {
    color: #83ccd5;
    font-size: 40px;
    margin: 0;
}
.wc-snippet-quick-feature .icon-wrap i:before {
    color: inherit;
    font-size: inherit;
    margin: 0;
}
.wc-snippet-quick-feature .col-md-4:hover .icon-wrap i:before {
    color: #ffffff;
}
.wc-snippet-quick-feature .text-wrap {
    padding-top: 10px;
}
.wc-snippet-quick-feature .title {
    color: #ffffff;
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
}
.wc-snippet-quick-feature .slogan {
    color: #ffffff;
    font-family: "Rubik",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin: 5px 0;
}
.wc-snippet-quick-feature .col-md-4 {
    padding-bottom: 15px;
    padding-top: 15px;
}
.wc-snippet-quick-feature .col-md-4:nth-child(3n+1) {
    clear: left;
}

@media (max-width: 991px) {
    .wc-snippet-quick-feature {
        padding: 30px 0;
    }
    .wc-snippet-quick-feature .col-md-4:nth-child(2n+1) {
        clear: left;
    }
}
