.nav-tabs .nav-link {
    color: #fff
}

.wrap-modal-slider {
    padding: 0 30px;
    opacity: 0;
    transition: all .3s
}

    .wrap-modal-slider.open {
        opacity: 1
    }

.your-class {
    width: 96%;
    margin: 0 auto;
    position: relative
}

    .your-class .slick-track {
        height: 370px
    }

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: 0 0;
    border-radius: 30px;
    width: 38px;
    height: 38px;
    background: #166aa2
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        color: transparent;
        outline: none
    }

        .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
            opacity: 1
        }

    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: .25
    }

    .slick-prev:before, .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: 0 0
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: #000;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: #000
        }

.product-tab {
    display: flex;
    justify-content: center;
    border-bottom: 0
}

    .product-tab .nav-link {
        border-radius: 14px;
        color: #000;
        border: 2px solid #a5a5a5;
        margin: 10px 10px 60px;
        padding: 1px 35px
    }

        .product-tab .nav-link.active {
            color: #fff;
            background-color: #212d65;
            border: 1px solid #212d65
        }

.product-wrap ul {
    display: flex;
    justify-content: center
}

    .product-wrap ul li {
        width: 246px;
        padding: 30px 25px;
        background: #fff;
        height: 386px;
        display: flex;
        flex-direction: column;
        position: relative
    }

        .product-wrap ul li:hover {
            cursor: pointer
        }

        .product-wrap ul li:nth-child(3) {
            align-items: center;
            justify-content: center
        }

        .product-wrap ul li:nth-child(4) {
            text-align: center
        }

            .product-wrap ul li:nth-child(4) img {
                width: 87%;
                margin: 0 auto
            }

.plus-icon img {
    cursor: pointer
}

.product-wrap ul li:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    position: relative;
    z-index: 1
}

.prd-sm-text {
    font-size: 17px;
    text-align: center;
    line-height: 22px;
    font-weight: 700;
    position: absolute;
    bottom: 45px;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    height: 40px
}

.blue-text {
    color: #1e2e74
}

.red-text {
    color: #953c2d
}

.lgtgrn-text {
    color: #18606d
}

.drkgrn-text {
    color: #163e61
}

.ylw-text {
    color: #5c5851
}

.org-text {
    color: #52412e
}

.prod-disc {
    margin-top: 80px
}

.prd-left-top, .prd-left-middle, .prd-left-bottom, .prd-right-top, .prd-right-middle, .prd-right-bottom {
    text-align: center
}

    .prd-left-top p, .prd-left-middle p, .prd-left-bottom p, .prd-right-top p, .prd-right-middle p, .prd-right-bottom p {
        font-size: 23px;
        line-height: 30px;
        text-align: center;
        font-weight: 400;
        color: #000;
        margin-bottom: 30px;
        margin-top: 15px
    }

.prod-disc .col-12 p {
    font-size: 24px;
    line-height: 39px;
    text-align: center;
    font-weight: 400;
    color: #000
}

    .prod-disc .col-12 p span {
        font-size: 17px;
        font-weight: 700;
        color: #707070
    }

.product-wrap ul li.listactive {
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    position: relative;
    z-index: 1
}

    .product-wrap ul li.listactive p.plus-icon {
        display: none;
        margin: 0;
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center
    }

    .product-wrap ul li.listactive p.plus-icon {
        display: block;
        margin: 0;
        text-align: center;
        width: 47px;
        margin: auto
    }

.product-wrap ul li p.plus-icon {
    display: none;
    margin: 0;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
}

    .product-wrap ul li p.plus-icon img {
        width: 100%
    }

.product-wrap ul li:hover p.plus-icon {
    display: block;
    margin: 0;
    text-align: center;
    width: 47px;
    margin: auto
}

.mod-sdd .row .col-lg-12 {
    justify-content: center
}

    .mod-sdd .row .col-lg-12 a {
        font-size: 16px;
        color: #000;
        border: 2px solid #a5a5a5;
        border-radius: 13px;
        margin: 0 5px;
        padding: 2px 65px;
        text-transform: uppercase
    }

        .mod-sdd .row .col-lg-12 a:hover {
            text-decoration: none
        }

        .mod-sdd .row .col-lg-12 a:hover {
            font-size: 16px;
            color: #fff;
            background: #212d65;
            border: 2px solid #212d65;
            border-radius: 14px
        }

        .mod-sdd .row .col-lg-12 a.active {
            font-size: 16px;
            color: #fff;
            background: #212d65;
            border: 2px solid #212d65;
            border-radius: 14px
        }

.tab-content {
    margin-top: 104px;
    margin-bottom: 85px
}

.product-wrap ul li img {
    max-width: 100%
}

.mobile-con {
    display: none
}

.your-class .slide-box {
    padding: 15px;
    background: #fff;
    height: 344px;
    position: relative
}

    .your-class .slide-box:hover {
        cursor: pointer
    }

    .your-class .slide-box:hover {
        box-shadow: 0px 0px 10px rgba(0,0,0,.2);
        position: relative;
        z-index: 1
    }

.your-class .listactive {
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    position: relative;
    z-index: 1
}

    .your-class .listactive p.plus-icon {
        display: block !important
    }

.your-class .slide-box p.plus-icon {
    display: none;
    margin: 0;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
}

    .your-class .slide-box p.plus-icon img {
        margin: auto
    }

.your-class .slide-box:hover p.plus-icon {
    display: block;
    margin: 0;
    text-align: center
}

.your-class .slide-box p.plus-icon {
    display: none;
    margin: 0;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
}

    .your-class .slide-box p.plus-icon img {
        margin: auto
    }

.your-class .slide-box:hover p.plus-icon {
    display: block;
    margin: 0;
    text-align: center
}

.your-class .slide-box {
    display: flex !important;
    flex-direction: column
}

    .your-class .slide-box .prd-sm-text {
        height: 80px
    }

    .your-class .slide-box img {
        max-width: 100%
    }

.targetDiv, .mob-prod-dis, .mob-prod-wrap {
    display: none
}

.prd-left-top, .prd-right-top, .prd-left-middle, .prd-right-middle {
    height: 267px
}

@media screen and (max-width:992px) {
    .mobile-sub-text .col-12 p {
        font-size: 10px;
        line-height: 14px;
        color: #707070;
        margin-top: -20px;
        margin-bottom: 30px;
        font-weight: 700
    }

    .targetDiv {
        display: none !important
    }

    .prd-left-top, .prd-right-top, .prd-left-middle, .prd-right-middle {
        height: auto
    }

    section.Product-section .product-top-content p {
        font-size: 15px;
        font-weight: 400;
        line-height: 20px
    }

        section.Product-section .product-top-content p br {
            display: none
        }

    .prd-sm-text {
        position: relative;
        bottom: 0;
        height: auto
    }

    .mob-prod-dis .col-12 p {
        text-align: center
    }

    .mod-sdd .row .col-lg-12 a {
        font-size: 14px;
        line-height: 19px
    }

        .mod-sdd .row .col-lg-12 a.active {
            font-size: 14px;
            line-height: 19px
        }

    .prd-left-top img, .prd-left-bottom img, .prd-right-bottom img, .prd-left-middle img, .prd-right-top img, .prd-left-top img, .prd-left-bottom img, .prd-right-top img, .prd-right-middle img, .prd-right-bottom img {
        width: 40px !important
    }

    .prd-sm-text {
        margin-bottom: 35px
    }

    .tab-content {
        padding: 0 25px;
        margin-top: 40px;
        margin-bottom: 0
    }

    .prd-left-top, .prd-left-middle, .prd-left-bottom, .prd-right-top, .prd-right-middle, .prd-right-bottom {
        text-align: center
    }

    .prod-disc {
        margin-top: 40px
    }

    .prd-left-top p, .prd-left-middle p, .prd-left-bottom p, .prd-right-top p, .prd-right-middle p, .prd-right-bottom p {
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        font-weight: 400;
        color: #000
    }

    .mod-sdd .row .col-lg-12 a.active {
        font-size: 14px;
        color: #fff;
        background: #212d65;
        border: 2px solid #212d65;
        border-radius: 5px
    }

    .mod-sdd .row .col-lg-12 a {
        font-size: 14px;
        color: #000;
        border: 2px solid #a5a5a5;
        border-radius: 5px;
        margin: 0 5px;
        padding: 6px 20px;
        width: 43%;
        margin-bottom: 10px;
        text-align: center
    }

    .mod-sdd .row .col-lg-12 {
        flex-wrap: wrap
    }

    .your-class {
        display: none
    }

    .plus-icon {
        display: none
    }

    .mobile-con {
        display: block
    }

    .product-wrap ul li p.mobile-con {
        margin: 0;
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        width: 47px
    }

        .product-wrap ul li p.mobile-con img {
            width: 47px
        }

    .product-wrap ul li:hover p.mobile-con {
        display: block;
        margin: auto;
        text-align: center
    }

    .product-wrap ul li.nav-link {
        width: 50%
    }

    .product-wrap ul {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0
    }

        .product-wrap ul li {
            width: 100%;
            padding: 30px 12%;
            background: #fff;
            margin-bottom: 70px;
            height: auto;
            position: relative;
            box-shadow: 0px 0px 10px rgb(0 0 0/20%)
        }

    .mob-plus-icon, .mob-minus-icon {
        display: none
    }

    .icon-active {
        display: inline
    }

    .mob-prod-wrap {
        display: block;
        padding: 0 12%
    }
}

.prd-left-top img, .prd-left-bottom img, .prd-right-bottom img, .prd-left-middle img, .prd-right-top img, .prd-left-top img, .prd-left-bottom img, .prd-right-top img, .prd-right-middle img, .prd-right-bottom img {
    width: 108px !important
}

@media screen and (max-width:992px) {
    .mob-prod-wrap {
        display: block;
        padding: 0 15px
    }

    .product-wrap ul li {
        width: 100%;
        padding: 30px 6%;
        margin-left: 37px;
        margin-right: 37px
    }

        .product-wrap ul li.listactive {
            margin-left: 0;
            margin-right: 0
        }

    .prd-left-top img, .prd-left-bottom img, .prd-right-bottom img, .prd-left-middle img, .prd-right-top img, .prd-left-top img, .prd-left-bottom img, .prd-right-top img, .prd-right-middle img, .prd-right-bottom img {
        width: 70px !important
    }
}

@media only screen and (min-width:600px) and (max-width:992px) {
    p {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400
    }

    .product-wrap ul li {
        padding: 50px 100px
    }

    .prd-sm-text {
        font-size: 20px
    }

    .prd-left-top p, .prd-left-middle p, .prd-left-bottom p, .prd-right-top p, .prd-right-middle p, .prd-right-bottom p {
        font-size: 16px;
        line-height: 20px
    }

    .mobile-sub-text .col-12 p {
        font-size: 12px;
        line-height: 16px;
        color: #707070;
        margin-top: -20px;
        margin-bottom: 30px;
        font-weight: 700
    }
}
