.about-sec1 img.about {
    box-shadow: 0 0 25px rgba(0, 25, 50, .4);
    border-radius: 10px;
}

.about-sec2 {
    background-image: url(../images/about-sec2-bg.jpg);
    background-position: center top;
    background-size: cover;
}

.faqs .faq {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #c3d7ea;
    padding: 40px 0 30px 0;
}

.faqs .faq:first-child {
    border-top: none;
    padding-top: 10px;
}

.faqs .faq strong {
    font-size: 23px;
    padding: 0 0 10px 0;
    display: inline-block;
}

.faqs .faq .ans strong {
    color: #58c3cf;
}

.faqs .faq .ans {
    padding-top: 15px;
}

.videos-sec1 .box,
.pro-cats .box {
    max-width: 395px;
}

.videos-sec1 .box a:hover {
    box-shadow: 0 0 15px #868686;
}

.videos-sec1 .box .title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #575757;
}

.pro-cats .box a {
    background-color: #0b2438;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.pro-cats .box a img {
    opacity: 1;
}

.pro-cats .box a:hover img {
    opacity: 0.6;
}

.pro-cats .box a span {
    background-color: #58c3cf;
    padding: 25px;
    border-radius: 5px;
    width: 80%;
    position: absolute;
    top: 100%;
    left: 10%;
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pro-cats .box a:hover span {
    background-color: #1d69b2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pro-list {
    border-bottom: 1px solid #96b9db;
    padding: 20px 0 5px 0;
}

.pro-list a.thumb:hover {
    box-shadow: 0 0 15px #8c8c8c;
}

.pro-list a.g-btn {
    width: 100%;
    text-align: center;
    margin: 12px 0;
}

.pro-list a.g-btn.con {
    background-color: #1fc1e3;
}

.pro-list a.g-btn.con:hover,
.pro-list a.g-btn:hover {
    background-color: #242424;
}

.pro-list div.thumb,
.pro-list div.btns {
    max-width: 290px;
}

.pro-info .sku,
.pro-info .info {
    color: #535353;
}

.pro-info .info {
    font-size: 20px;
}

.pro-info .info li {
    padding: 3px 0;
}

.buylinks {
    background-color: #0b2438;
}

.buylinks .box {
    background-color: #19b0d0;
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 50px 40px;
}

.buylinks .box:nth-child(2) {
    background-color: #58c3cf;
}

.buylinks .box:nth-child(3) {
    background-color: #1d69b2;
}

.buylinks .box .head {
    font-weight: normal;
    padding: 25px 0;
}

.buylinks .box .text {
    line-height: 30px;
    padding-bottom: 25px;
}

.buylinks .box a.more {
    text-transform: uppercase;
    font-size: 20px;
}

.buylinks .box a.more img {
    margin: 0 0 0 10px;
}

.buylinks .box a.more:hover {
    color: #151515;
}

.cad-file-sec {
    background-image: url(../images/cad-file-bg.jpg);
    background-position: center top;
    background-size: cover;
}

.cad-file-sec input {
    font-size: 18px;
    border: none;
    border-radius: 5px;
    padding: 25px 35px;
    display: inline-block;
    width: 35%;
    margin: 0 5px;
}

.cad-file-sec button {
    text-transform: uppercase;
    background-color: #58c3cf;
    color: #fff;
    padding: 23px 45px;
    border-radius: 5px;
    width: 18%;
}



@media screen and (max-width: 1362px) {}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 767px) {
    .buylinks .box {
        padding: 35px 20px;
    }

    .buylinks .box a.more {
        font-size: 18px;
    }

    .cad-file-sec button {
        width: auto;
    }

    .pro-list .thumb,
    .pro-list .info,
    .pro-list .btns {
        padding: 0;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 479px) {
    .pro-info .info {
        font-size: 18px;
    }

    .buylinks .box {
        width: 100%;
    }

    .cad-file-sec input,
    .cad-file-sec button {
        width: 100%;
        margin: 5px 0;
        padding: 15px;
    }

    .about-sec1 {
        padding-top: 20px;
    }
}