/* Accordion Styles */
ul.product-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.product-nav > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

ul.product-nav > li {
    margin: 0;
    padding: 0;
}

ul.product-nav > li > a {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    color: #ffffff;
    background-color: #505050;
    height: 56px;
    /* padding-left: 15px; */
    padding: 18px 0 0 25px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    letter-spacing: 1px;
    margin-top: 1px;
}

ul.product-nav > li > ul.active-list {
    display: block;
}

ul.product-nav > li > ul > li > a {
    font-size: 17px;
    line-height: 36px;
    display: block;
    color: #ffffff;
    background-color: #6d6d6d;
    text-decoration: none;
    height: 58px;
    padding: 12px 0 0 25px;
    font-weight: 300;
    letter-spacing: 1px;
    position: relative;
}

ul.product-nav > li > ul > li a:hover {
    background-color: #499fe9;
}

ul.product-nav > li > ul > li a.active:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 235px;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-left: 20px solid #499fe9;
}

ul.product-nav > li > ul > li a.active {
    background-color: #499fe9;
}

/*.col-lg-3 {*/
    /*width: 23%;*/
    /*margin-right: 2%;*/
/*}*/

.product-nav {
    max-width: 235px;
}

.topimage {
    height: 185px;
    width: 100%;
    background: url("../img/product_top_image.jpg") center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
    position: relative;
}

.nav-section .nav-title a {
    color: #cdcdcd;
    text-decoration: none;
}

.productNav {
    width: 235px;
}

.prod-page-title {
    color: #515151;
    font-size: 50px;
    margin: 0px 0 40px 0;
}

.prod-page-title-blue {
    color: #499fe9;
    font-size: 50px;
    margin: 0px 0 10px 0;
}

.prod-page-small-title {
    color: #bebebe;
    font-size: 18px;
    margin: 40px 0 0 0;
    text-transform: uppercase;
    font-weight: 400;
}

.prod-content {
    color: #515151;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 50px;
}

.product-content-wrapper {
    width: 90%;
}

.prod-content-text {
    margin: 50px 0 50px 0;
}

.prod-details {
    font-size: 17px;
    color: #515151;
    line-height: 16px;
}

.prod-details a {
    text-decoration: none;
}

.prod-details-listing {
    font-size: 15px;
    font-weight: 400;
    color: #515151;
}

.prod-details div {
    margin-bottom: 10px;
}

.prod-details-title {
    font-size: 17px;
    color: #515151;
    font-weight: 600;
}

.uploadfile {
    width: 235px;
    max-width: 235px;
}

.uploadfile img {
    width: 235px;
    max-width: 235px;
}

.uploadfile-text-mobile {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width: 671px) {

    .prod-details {
        padding-left: 40px;
        padding-right: 40px;
    }

    .product-nav {
        width: 100%;
    }

    ul.product-nav > li > ul > li a.active:after {
        border: none;
    }

    .topimage {
        height: 100px;
    }

}

@media screen and (max-width: 1199px) {

    /*.col-lg-9 {*/
        /*width: 100%;*/
        /*float: none;*/
    /*}*/

    /*.col-lg-3 {*/
        /*width: 100%;*/
        /*float: none;*/
    /*}*/

    .product-content-wrapper {
        width: 85%;
    }

    .prod-content-text {
        margin: 25px 0 25px 0;
    }

    .prod-details {
        text-align: center;
    }

}

@media screen and (max-width: 1080px) {
    ul.product-nav > li > ul > li a.active:after {
        display: none;
    }
}

@media screen and (max-width: 900px) {

    .product-content-wrapper {
        width: 75%;
    }

}

@media screen and (max-width: 800px) {

    .product-content-wrapper {
        width: 70%;
    }

}

@media screen and (max-width: 767px) {

    .product-nav,
    .uploadfile {
        width: 100%;
        max-width: 100%;
    }

    .product-content-wrapper {
        width: 80%;
    }

    .prod-content-text {
        text-align: justify;
        text-align-last: left;
        -o-text-align-last: left;
        -moz-text-align-last: left;
        -webkit-text-align-last: left;
    }

    .uploadfile {
        display: none;
    }

}

@media screen and (max-width: 500px) {

    .product-content-wrapper {
        width: 100%;
    }

    .prod-page-small-title,
    .prod-page-title-blue {
        padding-left: 25px;
    }

    .prod-content-text {
        padding: 0 25px;
        text-align: justify;
    }

}

@media screen and (max-width: 480px) {

    .prod-content-text {
        line-height: 22px;
    }

}

@media screen and (max-width: 420px) {

    .prod-page-title-blue {
        font-size: 40px;
        line-height: 37px;
    }

}