@font-face {
    font-family: "iconfont"; /* Project id 2633012 */
    src: url('iconfont.woff2?t=16245926901891') format('woff2'),
    url('iconfont.woff?t=16245926901891') format('woff'),
    url('iconfont.ttf?t=16245926901891') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-WN:before {
  content: "\e67f";
}

.icon-AEC:before {
    content: "\e65b";
}

.icon-BSS:before {
    content: "\e65c";
}

.icon-NS:before {
    content: "\e65d";
}

@media (min-width: 1170px) {
    .inside {
        padding: 60px 0;
    }
    .gallary {
        margin-bottom: 0;
    }
}
.afe-introduction img {
    display: block;
    width: 90%;
    height: auto;
    max-width: 180px;
}
.afe-introduction p {
    margin: 0;
}
.afe-algorithms-wrap .inside {
    padding: 16px 0;
}
.afe-algorithms-wrap {
    background-image: url("../../images/afe/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.afe-algorithms-wrap .select-tab-wrap {
    margin-right: 50px;
}
.afe-algorithms-wrap .tab-item {
    position: relative;
    height: 60px;
    padding-left: 26px;
    margin-bottom: 8px;
    cursor: pointer;
}
.afe-algorithms-wrap .tab-item:last-child {
    margin-bottom: 0;
}
.afe-algorithms-wrap .tab-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #fff;
}
.afe-algorithms-wrap .tab-item .iconfont {
    font-size: 30px;
    color: #919090;
}
.afe-algorithms-wrap .tab-item.active:after {
    background: #00ACC2;
}
.afe-algorithms-wrap .tab-item.active .iconfont{
    color: #00ACC2;
}
.afe-algorithms-wrap .tab-item .text {
    margin-right: 12px;
    width: auto;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}
.afe-algorithms-desc {
    height: 280px;
    overflow: hidden;
    color: #fff;
}
.afe-algorithms-desc .afe-algorithms-content-wrap {
    height: 100%;
    transition: all .2s linear;
}
.afe-algorithms-item {
    height: 100%;
    overflow: hidden;
}
.afe-algorithms-desc p {
    color: #fff;
    margin-bottom: 0;
}
.afe-algorithms-content {
    margin-right: 60px;
}
.afe-algorithms-content h3 {
    text-align: left;
}
.afe-algorithms-img {
    width: 35%;
}
.afe-algorithms-img img {
    width: 100%;
    height: auto;
}
.afe-advantages-wrap .row > .d-flex {
    margin: 0 -15px;
}
.advantages-item {
    padding: 20px 15px 0;
    box-sizing: border-box;
}
.afe-advantages-wrap .advantages-item:nth-child(2) .img-title img {
    max-width: 50px;
    margin: 8px 0 7px;
}
.advantages-item .item {
    height: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px #fff;
    box-sizing: border-box;
}
.advantages-item .item p {
    margin-bottom: 0;
}
.advantages-item .item h3 {
    height: 50px;
    color: #00ACC2;
}
.advantages-item .item .img-title,
.advantages-item .item h3 {
    text-align: center;
}
.advantages-item .item .img-title img {
    width: 100%;
    max-width: 60px;
    height: auto;
    margin: 0 auto 5px;
}
.afe-amazon-qualified-wrap img {
    display: block;
    width: 80%;
    height: auto;
    margin: 50px auto 0;
}
.row a.button {
    width: 160px;
    padding: 0;
    height: 38px;
    line-height: 36px;
    margin: 0 auto;
    box-sizing: border-box;
    transition: none;
}
.buy-now .buy-now-bg .button {
    border-color: #fff;
    color: #fff;
}
.buy-now .buy-now-bg .button:hover {
    color: #3c3e3f !important;
    background: #fff !important;
}
.buy-now h2 {
    margin-bottom: 30px !important;
}
.buy-now .buy-now-bg .inside {
    padding: 60px 0;
}
.buy-now .buy-now-bg {
    background-image: url("../../images/afe/get-started.jpg");
    background-size: cover;
}
@media (max-width: 768px) {
    .afe-introduction .item.odd {
        text-align: center;
        margin-bottom: 30px;
    }
    .afe-introduction .item.odd  img {
        margin: 0 auto;
    }
    .afe-algorithms-wrap .select-tab-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .afe-algorithms-wrap .tab-item {
        margin-bottom: 0;
        margin-right: 16px;
        padding-left: 0;
        width: 90px;
        height: 40px;
        justify-content: center;
        text-align: center;
    }
    .afe-algorithms-wrap .tab-item .text {
        margin-right: 0;
    }
    .afe-algorithms-wrap .tab-item .iconfont {
        display: none;
    }
    .afe-algorithms-wrap .tab-item:last-child {
        margin-right: 0;
    }
    .afe-algorithms-wrap .tab-item:after {
        height: 5px;
        width: 100%;
        top: 100%;
    }
    .afe-algorithms-content {
        margin-right: 30px;
        min-width: 100%;
    }
    .afe-algorithms-img {
        width: 100%;
        margin: 0 auto;
        max-width: 320px;
    }
    .afe-algorithms-desc {
        height: auto;
        margin-top: 40px;
    }
    .afe-algorithms-content h3 {
        text-align: center;
        margin-bottom: 15px;
    }
     .afe-algorithms-content p {
        margin: 0 0 15px;
     }
    .afe-advantages-wrap h2 {
        margin-bottom: 0;
    }
    .advantages-item .item h3 {
        height: auto;
    }
    .advantages-item {
        padding-top: 40px;
    }
    .afe-algorithms-content-wrap {
        display: flex;
    }
    .afe-algorithms-item {
        width: 100%;
        min-width: 100%;
    }
    .buy-now .buy-now-bg .inside {
        padding: 40px 0;
    }
    .afe-algorithms-wrap .select-tab-wrap {
        margin: 0 1px;
    }
    .afe-amazon-qualified-wrap img {
        width: 90%;
    }
}
@media (max-width: 520px) {
    .btn-wrap ul {
        max-width: 200px;
        margin: 0 auto;
    }
    .btn-wrap ul li {
        margin-bottom: 12px !important;
    }
    .afe-amazon-qualified-wrap img {
        width: 95%;
    }
} 
