/*  */
.order_listing li {
    color: #ffffff;
    /* list-style-image: url("../img/tick.png"); */
    position: relative;
    list-style: none;
    padding-left: 23px;
    font-size: 15px;
    line-height: 1.9;
}
section#our-product {
    padding-top: 0px;
    padding-bottom: 60px;
}
.product-heading h2 {
    font-family: "Poppins-Bold";
    font-size: 35px;
    margin: 0 !important;
    color: #000;
}
.main-product {
    border-radius: 20px;
    padding: 33px 40px;
    position: relative;
    background: #efefef;
}
section#product-second {
    padding: 70px 0px 37px 0;
}
li.nav-item.free-quote.display-none-wrapper {
    display: none;
}
.second-display-none {
    display: block !important;
}
.order_listing li::before {
    content: "";
    position: absolute;
    width: 15px;
    left: 0;
    top: 4px;
    background-repeat: no-repeat;
    height: 15px;
    background-image: url("../img/tick.png");
}
.order_listing {
    padding-top: 10px;
}
.quality_wrapper {
    display: flex;
    background: #ffffff;
    padding: 4px 5px;
    align-items: center;
    gap: 5px;
    border-radius: 7px;
}

.badge_img img {
    width: 33px;
    height: 33px;
}

.quality_wrapper p {
    font-size: 11px;
    color: #140003;
    font-weight: 600;
}

/* section two css start here  */
.medal_heading h2 {
    font-size: 32px !important;
}
.product-heading.medal_heading p {
    margin-top: 10px;
    line-height: 1.5;
}
section#our-product .order_listing li {
    color: #140003;
    /* font-weight: 600; */
    font-size: 15px;
    font-family: "Poppins-Medium";
}
.medal_img {
    background: #222222;
    margin: 10px 0;
    text-align: center;
    border-radius: 25px;
    padding: 20px;
    height: 160px;
}
.medal_img img {
    object-fit: scale-down;
    width: 115px;
    height: 125px;
}
.medal_img.upperbadge_img {
    padding-top: 0;
}

.medal_img.upperbadge_img img {
    width: 120px;
    height: 134px;
}
.custom_btn .butn {
    width: 355px !important;
    font-size: 15px;
    font-family: "Poppins-SemiBold";
}
.custom_btn {
    padding-top: 15px;
}
/* .rating {
    unicode-bidi: bidi-override;
    direction: rtl;
  }
  .rating > span {
    display: inline-block;
    position: relative;
    width: 1.1em;
  }
  .rating > span:active,
  .rating > span:active ~ span:before {
     content: "\2605";
     position: absolute;
  } */

/* section two css end here  */
/* section third start here  */
.product_wrapper {
    margin: 10px 0;
}

.product_img {
    background: #222222;
    text-align: center;
    padding: 0px 20px 20px 20px;
    border-radius: 27px;
    height: 184px;
}
.product_img img {
    width: 138px;
    height: 176px;
    object-fit: scale-down;
}
.product_img.zoom-in.badge_Pro {
    padding-top: 0;
}

.product_rating .fa {
    color: #bf0b30;
    font-size: 12px;
}

.product_rating p {
    color: #666666;
    font-size: 10px;
    font-family: "Poppins-Medium";
}
.product_name h4 {
    color: #050505;
    font-family: var(--font-poppin-bold);
    font-size: 16px;
    margin: 0;
}
.product_price .order_product .butn.butn__new.btnwrapper {
    font-family: "Poppins-SemiBold";
    font-size: 13px;
    border-radius: 8px;
}
.product_name h5 {
    font-family: var(--font-default);
    color: #666666;
    font-size: 15px;
    font-family: "Poppins-Medium";
}
.order_product .butn {
    width: 103px !important;
}

.product_price {
    margin-top: 12px;
}
.product_price p {
    font-size: 15px;
    line-height: 1.2;
    color: #666666;
    font-family: "Poppins-Medium";
    margin-bottom: 2px;
}
.custom_btn.load_btn .butn {
    background: #0041b2;
    width: 128px !important;
}

.custom_btn.load_btn {
    padding: 0;
    text-align: center;
}
/* section third end here  */
.worked_brands h6 {
    width: 241px !important;
    font-size: 15px !important;
}
/* price list sec start here */
.pricing_n_charges {
    display: flex;
    justify-content: center;
    gap: 7px;
}

p.border-right::after {
    background: #616161;
    content: "";
    height: 15px;
    width: 1px;
    right: -5px;
    position: absolute;
    top: 7px;
}

p.border-right {
    position: relative;
}
.price_list table.table.table-bordered.table-hover {
    border-spacing: 0 14px;
    border-top: 10px;
    border-bottom: 10px;
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 10px 15px;
}

.price_list th {
    border: 1px solid #fff !important;
    display: table-cell;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-family: "Poppins-SemiBold";
    font-size: 18px;
    padding: 6px 15px !important;
    vertical-align: middle;
    background-color: #222222 !important;
}
h6.no-setup.factory {
    text-align: initial !important;
}
.price_list td {
    border: 1px solid #c2c2c2 !important;
    border-radius: 10px;
    display: table-cell;
    color: #000;
    padding: 6px 0px !important;
    font-size: 16px;
    font-family: "Poppins-Medium";
    text-align: center;
    vertical-align: middle;
    background: #fefefe;
}
.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: none !important;
    color: var(--bs-table-hover-color);
}
.table > :not(caption) > * > * {
    padding: 0;
}
section#pricing-tabs .table-responsive {
    background: #eeeeee;
    border-radius: 20px;
    padding: 20px;
}
th.table-color-first {
    background-color: #0041b2 !important;
}
section#pricing-tabs .table-responsive .main-product {
    background: transparent;
    padding: 20px 10px;
    border-radius: 0;
}
.price_list .table-responsive {
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    border: none !important;
    /* height: 58px; */
}
.table-responsive.wrapper-height {
    height: 58px;
}
/* price list sec end here */
.custom_coin .butn {
    width: 365px !important;
}
.product-heading h2 {
    font-family: "Poppins-Bold";
    font-size: 35px;
    margin: 0 !important;
    color: #000;
}
.medel-order-heading-wrapper {
    text-align: center;
    margin-bottom: 20px;
}
.medel-order-heading-wrapper p {
    color: #898989;
    font-size: 18px;
    font-family: "Poppins-Medium";
}
.model-center {
    background: #efefef;
    padding: 40px 40px;
    position: relative;
    border-radius: 30px;
}
.accept-file-wrapper {
    color: #898989;
    font-size: 15px;
    font-family: "Poppins-Medium";
    line-height: 1.5;
}
.form-btn.click-here a.butn.butn__new.btnwrapper {
    width: 100%;
    font-size: 15px;
    font-family: "Poppins-SemiBold";
}
a.butn.butn__new.btnwrapper.btn-blue.text-center {
    background: #0041b2;
    width: 14% !important;
}
.custom_btn.blue-center {
    text-align: center;
    border-top: 1px solid #d3d3d3;
    padding-bottom: 10px;
    padding-top: 30px;
    margin-top: 50px;
}
.product-heading.medal_heading {
    padding-right: 70px;
}
.heading-description h6 {
    font-family: "Poppins-Bold";
    font-size: 22px;
    padding-bottom: 20px;
    color: #140003;
}
.heading-description {
    margin-top: 0px;
}
.step-image-gallary {
    padding: 4px 36px;
}
.heading-description p {
    line-height: 1.4;
}
.product-heading.medal_heading {
    margin-top: 20px;
}
section.discription .medal_img {
    background: #222222;
    margin: 10px 0;
    text-align: center;
    border-radius: 25px;
    padding: 20px;
    height: 130px;
}
section.discription .medal_img img {
    width: 100%;
    height: 89px;
    object-fit: scale-down;
}
@media (max-width: 1367px) {
    .accept-file-wrapper {
        font-size: 14px;
    }

    .order_listing li {
        font-size: 13px;
    }
    .form-btn.click-here a.butn.butn__new.btnwrapper {
        font-size: 14px;
    }
    section#our-product .order_listing li {
        font-size: 13px;
    }
    .medal_heading h2 {
        font-size: 25px !important;
    }
    .product-heading.medal_heading {
        padding-right: 0px;
    }
    .product_name h4 {
        font-size: 14px;
    }
    .product-heading h2 {
        font-size: 29px !important;
    }
}
@media (max-width: 913px) {
    .price_list .table-responsive {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .quality_wrapper {
        margin-bottom: 15px;
        width: 33%;
    }
    a.butn.butn__new.btnwrapper {
        margin-bottom: 10px;
    }
    .form-btn.click-here a.butn.butn__new.btnwrapper {
        margin-top: 10px;
    }
    a.butn.butn__new.btnwrapper.btn-blue.text-center {
        background: #0041b2;
        width: 22% !important;
    }
    .slick-prev,
    .slick-next {
        top: -55px !important;
    }
    .step-image-gallary {
        padding: 4px 26px;
        height: 130px;
    }
    .price_list .table-responsive {
        overflow-x: scroll !important;
        -webkit-overflow-scrolling: touch;
        border: none !important;
        /* height: 58px; */
    }
    .main-product {
        overflow-x: auto;
    }
    td.table-btn-wrapper {
        background: #ed1c24 !important;
        color: #fff !important;
        white-space: nowrap;
    }
}
@media (max-width: 768px) {
    .price_list .table-responsive {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 767px) {
    .main-heading h1 {
        font-size: 31px;
    }
    section#product-second {
        padding: 36px 0px 50px 0;
    }
    .quality_wrapper {
        margin: 10px 8px;
        width: 63%;
    }
    a.butn.butn__new.btnwrapper {
        font-size: 12px !important;
        margin: 10px 5px;
        width: 96% !important;
    }
    .product_wrapper {
        margin: 10px 0;
        text-align: center;
    }
    .product_rating .fa {
        color: #bf0b30;
        font-size: 23px;
    }
    .product_rating p {
        font-size: 14px;
    }
    .order_product .butn {
        width: 100% !important;
    }
    .step-image-gallary {
        margin: 10px 0;
    }
    .str-rating-wrapper {
        padding: 10px 0;
        justify-content: space-between;
    }
    .main-product {
        padding: 20px 31px;
    }
}
@media (max-width: 600px) {
    .main-product .col {
        width: 100%;
        flex: unset;
    }
    .medal_img {
        margin: 10px 21px;
        width: 90%;
    }
    .product-heading h2 {
        font-size: 21px;
    }
    a.butn.butn__new.btnwrapper.btn-blue.text-center {
        background: #0041b2;
        width: 52% !important;
    }
}
@media (max-width: 576px) {
    .slick-dots {
        display: none;
    }
    .medal_img {
        margin: unset;
        width: unset;
    }
    .medal_img {
        margin: unset;
        width: unset;
        margin-top: 10px;
    }
    .step-image-gallary {
        padding: 4px 26px;
        height: 230px;
        width: 100%;
    }
    .model-center {
        padding: 40px 20px;
    }
}

.worked-with-div {
    margin: 10px;
}
.worked-with button.slick-prev.slick-arrow {
    display: none !important;
}
.worked-with button.slick-next.slick-arrow {
    display: none !important;
}
