/* Products details(A-Z Products) css */
.btn-check:focus+.btn-success,
.btn-success,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    color: #0b415d
}

.productsdetails .pro-heading h1 {
    font-size: 26px;
    padding: 15px 0
}

.product-buttons,
.products-list {
    display: block
}

.btn-label {
    display: none;
    position: relative;
    padding: 7px 6px;
    font-size: 10px;
    border-radius: 3px 0 0 3px;
    right: -11px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0
}

.btn {
    margin-bottom: 30px
}

.btn-success {
    border-color: #0b415d;
    background: 0 0 !important
}

.pro-details {
    box-shadow: 0 1px 5px rgb(194 202 218 / 59%);
    border: 1px solid #e2e2e2;
    margin: 10px 0;
    padding: 1px 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
        height: 96%;
    border-top: 1px solid #4dbbe5;
    position: relative;
}



.pro-details a {
    text-decoration: none;
    color: #0b415d
}



.pro-details ul {
    padding: 0;
    list-style: none
}

.pro-scroll {
    overflow-y: scroll;
    height: 100px;
    margin-bottom: 5px;
}
.pro-scroll li{
    font-size: 13px;
    color: #363434;
    border-left: 2px solid #74bce9;
    padding: 0px 6px;
    margin-bottom: 3px;
    line-height: 18px;

}
.productsdetails{
    margin-top:30px;
}

.pro-details .action {
    font-size: 13px !important;
    white-space: nowrap;
    cursor: pointer;
    background: 0 0;
    text-align: center;
    border: 0;
    border-radius: 50px;
    padding: 0px 10px !important;
    display: inline-block;
    margin: 5px;
    position: absolute;
    top: 4px;
    right: 0;
}
@media screen and (max-width:320px) {
    .view-product {
        margin: 0 3px 0 0;
        float: left;
        padding: 8px
    }

    .action {
        margin: 0 !important;
        padding: 8px !important
    }

    .pro-img {
        text-align: center;
        padding-top: 15px
    }

    .pro-img img {
        width: 80%
    }
}

@media screen and (max-width:767px) {
    .header {
        padding-bottom: 0
    }

    .btn {
        margin-bottom: 10px
    }

    .pro-details a h6 {
        padding-top: 10px;
        text-align: center
    }
}

@media screen and (min-width:992px) {
 

    .pro-img a img {
        width: 100%;
        margin-top: 25px
    }
}

@media screen and (min-width:340px) and (max-width:480px) {
    .all-products {
        padding-bottom: 75px
    }
}

@media screen and (min-width:321px) and (max-width:575px) {

    .pro-img {
        text-align: center;
        padding-top: 15px
    }

    .pro-details ul {
        text-align: initial
    }
}

@media screen and (min-width:481px) and (max-width:575px) {
    #wrapper {
        bottom: 263px
    }

    .device {
        width: 50%
    }
}

@media screen and (min-width:576px) and (max-width:767px) {
}

@media screen and (max-width:480px) {
    .all-products a img {
        width: auto
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .btn {
        margin-bottom: 15px
    }
}

@media screen and (min-width:1200px) {
    .device {
        width: 20%
    }

    .all-products a img {
        width: 80%
    }
}

.product-buttons {
    margin-bottom: 10px;
}

.sub_headings h2 {
    padding: 0px 11px;
    font-size: 14.8px;
    font-weight: 500;
    color: #0182a3;
    margin-bottom: 0px;
}

.sub_headings {
    border-color: #0b415d6b !important;
    float: left;
        border: 1px solid #14a1b5 !important;
    margin-right: 6px;
    margin-bottom: 7px;
    text-decoration: none;
    padding: 4px 6px;
    border-radius: 5px;
}

.sub_headings {
    float: left;
    border: 1px solid grey;
}

.pro-img {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.pro-img a img{
    width: 180px;
    height: 180px;
    object-fit: contain;
    padding: 5px;
    }
.chaec_sub{
    font-size: 14px;
    width: 11px;
    position: relative;
    top: 2px;
}

   