
    .pd-wrap {
        padding: 40px 0;
        font-family: 'Poppins', sans-serif;
    }
    .heading-section {
        text-align: center;
        margin-bottom: 20px;
    }
    .sub-heading {
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        display: block;
        font-weight: 600;
        color: #2e9ca1;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .heading-section h2 {
        font-size: 32px;
        font-weight: 500;
        padding-top: 10px;
        padding-bottom: 15px;
        font-family: 'Poppins', sans-serif;
    }
    .user-img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        position: relative;
        min-width: 80px;
        background-size: 100%;
    }
    .carousel-testimonial .item {
        padding: 30px 10px;
    }
    .quote {
        position: absolute;
        top: -23px;
        color: #2e9da1;
        font-size: 27px;
    }
    .name {
        margin-bottom: 0;
        line-height: 14px;
        font-size: 17px;
        font-weight: 500;
    }

    .position {
        color: #fff;
        font-size: 14px;
    }
    .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        outline: none;
        height: 25px;
    }
    .owl-nav button svg {
        width: 25px;
        height: 25px;
    }
    .owl-nav button.owl-prev {
        left: 25px;
    }
    .owl-nav button.owl-next {
        right: 25px;
    }
    .owl-nav button span {
        font-size: 45px;
        color: #6f6d6d;
        font-weight: 200;
    }
    .product-thumb .item img {
        height: 100px;
    }
    .product-name {
        font-size: 24px;
        font-weight: 600;
        line-height: 16px;
        font-family: 'circular-light';
        color: #333;
    }
    
    .product-price-discount {
        font-size: 20px;
        font-weight: 700;
        padding: 10px 0;
        /* clear: both; */
        font-family: 'circular-light';
        color: #333;
    }
    
    .product-price-discount span.line-through {
        text-decoration: line-through;
        margin-left: 10px;
        font-size: 14px;
        vertical-align: middle;
        color: #a5a5a5;
    }
    .display-flex {
        display: flex;
    }
    .align-center {
        align-items: center;
    }
    .product-info1 {
        width: 100%;
        margin-top: 5px;
    }
    .reviews-counter {
        font-size: 13px;
    }
    .reviews-counter span {
        vertical-align: -2px;
    }
    .rate {
        float: left;
        padding: 0 10px 0 0;
    }
    .rate:not(:checked) > input {
        position:absolute;
        top:-9999px;
    }
    .rate:not(:checked) > label {
        float: right;
        width: 15px;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 21px;
        color:#ccc;
        margin-bottom: 0;
        line-height: 21px;
    }
    .rate:not(:checked) > label:before {
        content: '\2605';
    }
    .rate > input:checked ~ label {
        color: #ffc700;    
    }
    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #deb217;  
    }
    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #c59b08;
    }
    .product-dtl p {
        font-size: 14px;
        line-height: 24px;
        color: #666;
        font-family: 'circular-light';
        font-weight: 400;
        letter-spacing: 1px;
    }
    .product-dtl .form-control {
        font-size: 14px;
    }
    .product-dtl label {
        line-height: 16px;
        font-size: 15px;
    }
    .form-control:focus {
        outline: none;
        box-shadow: none;
    }
    .product-count {
        margin-top: 15px; 
    }
    .product-count .qtyminus,
    .product-count .qtyplus {
        width: 34px;
        height: 34px;
        background: #212529;
        text-align: center;
        font-size: 19px;
        line-height: 36px;
        color: #fff;
        cursor: pointer;
    }
    .product-count .qtyminus {
        border-radius: 3px 0 0 3px; 
    }
    .product-count .qtyplus {
        border-radius: 0 3px 3px 0; 
    }
    .product-count .qty {
        width: 60px;
        text-align: center;
    }


    .round-black-btn {
        color: #fff;
        padding: 6px 25px;
        display: inline-block;
        margin-top: 5px;
        border: solid 2px #212529;
        transition: all 0.5s ease-in-out 0s;
        text-transform: capitalize;
        font-family: 'circular-light';
        font-weight: 700;
        background: #0f0c29;
        background: -webkit-linear-gradient(to right, #343a40, #2e4f74, #343a40);
        background: linear-gradient(to right, #343a40, #2e4f74, #343a40);
        line-height: 24px;
        width: 20%;
        text-align: center;
        letter-spacing: 1px;
        font-size: 16px;
       
    }
    
    .round-black-btn:hover,
    .round-black-btn:focus {
        background: transparent;
        color: #343a40;
        text-decoration: none;
    }
    
    .product-info1-tabs {
        margin-top: 25px; 
    }
    .product-info1-tabs .nav-tabs {
        border-bottom: 2px solid #d8d8d8;
    }
    .product-info1-tabs .nav-tabs .nav-item {
        margin-bottom: 0;
    }
    .product-info1-tabs .nav-tabs .nav-link {
        border: none; 
        border-bottom: 2px solid transparent;
        color: #323232;
    }
    .product-info1-tabs .nav-tabs .nav-item .nav-link:hover {
        border: none; 
    }
    .product-info1-tabs .nav-tabs .nav-item.show .nav-link, 
    .product-info1-tabs .nav-tabs .nav-link.active, 
    .product-info1-tabs .nav-tabs .nav-link.active:hover {
        border: none; 
        border-bottom: 2px solid #d8d8d8;
        font-weight: bold;
    }
    .product-info1-tabs .tab-content .tab-pane {
        padding: 30px 20px;
        font-size: 15px;
        line-height: 24px;
        color: #7a7a7a;
    }
    .review-form .form-group {
        clear: both;
    }
    .mb-20 {
        margin-bottom: 20px;
    }
    
    .review-form .rate {
        float: none;
        display: inline-block;
    }
    .review-heading {
        font-size: 24px;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 6px;
        text-transform: uppercase;
        color: #000;
    }
    .review-form .form-control {
        font-size: 14px;
    }
    .review-form input.form-control {
        height: 40px;
    }
    .review-form textarea.form-control {
        resize: none;
    }
    .review-form .round-black-btn {
        text-transform: uppercase;
        cursor: pointer;
    }
    
    .product-thumb .item img {
        height: 80px;
        width: 80px !important;
        margin: 0 auto;
    }
    
    .product-slider .item img {
        width: 400px !important;
        height: 400px;
        margin: 0 auto;
    }
    
    .product-thumb {
        margin-top: 10px;
    }
    
    .prod-details-heading {
        font-size: 18px;
        font-family: 'circular-light';
        text-transform: capitalize;
        color: #000;
        font-weight: 600;
    }
    
    .product-details {
        margin-top: 40px;
        margin-bottom: 20px;
    }

ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 0;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
}
ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 15px;
    /* margin: 0 auto 15px auto; */
    border-bottom: 1px solid #eee;
    border-radius: 0px;
    cursor: pointer;
}

ul.accordion-list li:hover {
    background-color: #efefef;
}


ul.accordion-list li.active h3:after {
    transform: rotate(90deg);
}
ul.accordion-list li h3 {
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.01em;
    cursor: pointer;
    font-family: 'circular-light';
    color: #333;
    text-transform: capitalize;
}
ul.accordion-list li h3:after {
    content: '\f105'
   ;
    font-family:FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    color: #2e4d6f;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}
ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 500;
    padding: 10px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 0;
    font-size: 14px;
    font-family: 'circular-light';
    color: #666;
    letter-spacing: 1px;
}

.answer h4 {
    font-size: 16px;
    color: #666;
    margin: 15px 0;
    font-family: 'circular-light';
    font-weight: 600;
}

table.table.table-custom tbody tr th {
    padding: 12px;
    color: #333;
    font-family: 'circular-medium';
    font-weight: 100;
    font-weight: 11px;
    font-size: 13px;
}

table.table.table-custom tbody tr td {
    padding: 12px;
    color: #333;
    font-family: 'circular-light';
    font-weight: 400;
    font-weight: 11px;
    font-size: 13px;
}




/* product tab */

.panes-box {
    height: 450px;
    border: 1px solid #b4b7ba;
    margin-bottom: 20px;
}

.product-box {
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.product-box img {
    margin: 0 auto;
    width: 100%;
    height: 100%;

}
a.nav-link.custom-tab-links {
    background: #ececec !important;
    border-radius: 0 !important;
    border-right: 2px solid #ffffff !important;
    font-family: 'circular-light' !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: background-color 0.5s linear !important;
    margin-bottom: 3px !important;
    padding: 5px 20px !important;
    color:#000 !important;
}

a.nav-link.custom-tab-links:hover {
    color:#fff !important;
    background-color: #2e4f74 !important;
}

.nav-pills .nav-link.custom-tab-links.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #333e49 !important;
}

.modal-custom{
    color: #fff;
    background: linear-gradient(to right, #343a40, #2e4f74, #343a40);
    font-family: 'circular-medium';
    font-size: 24px;
}

label {
    display: inline-block;
    margin-bottom: 0 !important;
    font-family: 'circular-light';
    font-size: 14px;
}

.btn-common {
    padding: 6px 30px;
    color: #fff;
    border-radius: 4px;
    background-color: #2e4d6f;
    border: 2px solid #2e4d6f;
    transition: background-color 0.5s linear;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-common:hover {
    border: 2px solid #333e49;
    background-color: #333e49;
}


.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover {
    color: #fff;
    text-decoration: none;
}

label.lable-width {
    width: 150px;
    display: flex;
    justify-content: left;
    color: #666;
    font-family: 'circular-light';
    font-weight: 400;
    letter-spacing: 1px;
}



@media screen and (max-width: 1550px) {

  .round-black-btn {
    font-size: 16px;
    padding: 8px 25px;
  }

  }

  @media screen and (max-width:1299px) {

  .product-box {
    width: 100%;
    height: auto;
}

.panes-box {
    height: auto;
}

  }

  @media screen and (max-width: 770px) {
  .panes-box {
    height: auto;
  }
  
  .product-box {
    width: 100%;
    height: auto;
  }
  
  .product-info1 {
    margin-top: 35px;
  }


  
}


@media screen and (max-width: 600px) {
    .w-custom {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .round-black-btn {
        width: 100% !important;
    }

    a.nav-link.custom-tab-links {
        font-size: 14px !important;
    }
    

}