/*---------Banner start---------*/
.banner_heading {
    width: 60%;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.banner_heading .main_heading {
    font-weight: 300;
    text-transform: uppercase;
}

.banner_heading .main_heading strong {
    font-weight: 700;
}

.hero {
    background-image: url(../images/banner_bg.png);
    background-position: inherit;
}

/*---------Banner End---------*/
/*---------service start---------*/
.service .section_sub_heading {
    font-weight: 700;
    margin: 10px 0;
}

.service figure {
    margin-bottom: 0;
    border: 1px solid #E3E3E3;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    z-index: 0;
    transform: scale(1);
}

.service figure img {
    filter: invert(36%) sepia(100%) saturate(400%) hue-rotate(65deg) brightness(99%) contrast(94%);
}
/* 
.service figure::before {
    position: absolute;
    content: '';
    top: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #2D8C1E;
    z-index: -1;
    transition: all .6s ease-in-out;
} */

.service figure:hover p,
.service figure:hover h5 {
    color: #fff;
}
.service figure:hover {
    background-color: #2D8C1E;
    transition: all 0.5s;
}

.service figure:hover img {
    filter: invert(30%) sepia(75%) saturate(522%) hue-rotate(338deg) brightness(140%) contrast(100%);
}

/*---------service End---------*/
/*---------Category start---------*/
.category_carousel .item {
    min-height: 300px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.category_carousel .category_img {
    width: 90px;
    margin: auto;
}

.category_carousel .category_title {
    position: absolute;
    bottom: 25px;
    /* font-weight: 700; */
}

.category_carousel .section_main_heading {
    font-size: 20px;
    font-weight: 700;
}

/*---------Category End---------*/

/*---------Product Start---------*/


.direction {
    margin: 30px 0 50px;
    color: #707070;
}

.direction span {
    color: #141414;
}

.product .search_bar,
.related_product .search_bar,
.review_product .search_bar {
    padding: 10px;
}

.product_carousel .item,
.product_carousel1 .item,
.review_product .item {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.item_price p {
    font-weight: 700;
    margin-top: 5px;
}

.item_price {
    margin-top: 15px;
}

.product .owl-theme .owl-nav {
    position: absolute;
    top: -72px;
    right: 0;
    margin: 0;
    display: flex;
}

.related_product .owl-theme .owl-nav {
    position: absolute;
    top: -65px;
    right: 0;
    margin: 0;
    display: flex;
}

.review_product .owl-theme .owl-nav {
    position: absolute;
    top: -72px;
    right: 0;
    margin: 0;
    display: flex;
}

.product .owl-carousel .owl-nav button.owl-next,
.product .owl-carousel .owl-nav button.owl-prev,
.related_product .owl-carousel .owl-nav button.owl-next,
.related_product .owl-carousel .owl-nav button.owl-prev,
.review_product .owl-carousel .owl-nav button.owl-next,
.review_product .owl-carousel .owl-nav button.owl-prev {
    border: 1px solid #E3E3E3;
    font-size: 40px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E3E3E3;
    font-weight: 500;
}

.product .owl-carousel .owl-nav button.owl-prev,
.related_product .owl-carousel .owl-nav button.owl-prev,
.review_product .owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}

.product .owl-theme .owl-nav [class*=owl-],
.related_product .owl-theme .owl-nav [class*=owl-],
.review_product .owl-theme .owl-nav [class*=owl-] {
    margin: 0;
}

.product .owl-carousel .owl-nav button.owl-prev span,
.product .owl-carousel .owl-nav button.owl-next span,
.related_product .owl-carousel .owl-nav button.owl-prev span,
.related_product .owl-carousel .owl-nav button.owl-next span,
.review_product .owl-carousel .owl-nav button.owl-prev span,
.review_product .owl-carousel .owl-nav button.owl-next span {
    position: absolute;
    top: -8px;
}

.product .owl-theme .owl-nav [class*=owl-]:hover,
.related_product .owl-theme .owl-nav [class*=owl-]:hover,
.review_product .owl-theme .owl-nav [class*=owl-]:hover {
    background: #2d8c1e;
}

.product_detail img {
    transform: scale(1);
    transition: .5s;
    position: relative;
}

.product_detail img:hover {
    transform: scale(1.08);
}

.hover_effect {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 0;
    width: 70%;
    margin: 0 auto;
    border-radius: 6px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 1;
    display: block;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.hover_effect i {
    color: #707070;
    margin-right: 10px;
}

.product_carousel .item:hover .hover_effect,
.product_carousel1 .item:hover .hover_effect,
.review_product .item:hover .hover_effect {
    opacity: 1;
    bottom: 50px;
}

/*---------Product End---------*/
/*---------Vendor Start---------*/
.vendor {
    background-image: url(../images/vendor_bg.png);
}

.vendor_logo {
    margin-top: 10px;
}

.vendor_carousel .item {
    border: 1px solid #E3E3E3;
    background: #fff;
    padding: 20px;
}
.vendor .owl-theme .owl-nav [class*=owl-]:hover {
    background: #2d8c1e;
    color: #FFF;
    text-decoration: none;
}

.vendor_rating i.fa-solid.fa-star.full,
.tab_section i.fa-solid.fa-star.full {
    color: #FFC04A;
}

.vendor_rating i.fa-solid.fa-star.half,
.tab_section i.fa-solid.fa-star.half {
    color: #ccc;
}

.vendor_rating p {
    font-weight: 700;
}

.vendor_rating p span {
    font-weight: 500;
}

.vendor_carousel .owl-nav {
    position: absolute;
    top: -45px;
    right: 0;
    margin: 0;
    display: flex;
}

.vendor .owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}

.vendor .owl-carousel .owl-nav button.owl-next,
.vendor .owl-carousel .owl-nav button.owl-prev {
    border: 1px solid #E3E3E3;
    font-size: 40px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E3E3E3;
    font-weight: 500;
}

.vendor .owl-carousel .owl-nav button span {
    position: absolute;
    top: -10px;
}

/*---------Vendor End---------*/

/*---------Our Blog Start---------*/
.blog_image {
    position: relative;
    transition: all .5s ease-in-out;
}

.blog_image img {
    width: 100%;
}

.blog_image::before {
    position: absolute;
    background-color: rgba(45, 140, 30, 70%);
    content: '';
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.date {
    background-color: #fff;
    padding: 6px 0;
    color: #363636;
    opacity: 0;
    position: absolute;
    top: 20px;
    transition: all 0.5s ease-in-out;
    left: 20px;
    width: 40%;
    text-align: center;
}

.blog_hover_title {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    opacity: 0;
    position: absolute;
    bottom: 20px;
    transition: all 0.5s ease-in-out;
    padding: 0 20px;
}

.blog_image:hover::before,
.blog_image:hover .blog_hover_title,
.blog_image:hover .date {
    opacity: 1;
    right: 0;
}

.blog_left p {
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.blog_left:not(:first-of-type) {
    margin-top: 15px;
}

.clock {
    color: #B4B4B4;
}

.clock i {
    font-weight: 500;
}

.blog_left:not(:last-of-type) {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
}

.line_before {
    position: relative;
    padding-left: 30px;
}

.line_before::before {
    position: absolute;
    content: '';
    height: 90%;
    background-color: #DDDDDD;
    width: 1px;
    left: 5px;
    line-height: -2;
    /* padding: 30px 0; */
    top: 4%;
}

/*---------Our Blog End---------*/

/*---------Testimonial Start---------*/
.testimonial {
    background-color: #FBAE36;
}

.testimonial .owl-carousel .owl-item img {
    width: 50px;
}

.testimonial .item {
    position: relative;
}

.testimonial .item p {
    text-align: center;
    width: 90%;
    margin: 70px auto;
}

.testimonial .item .top {
    position: absolute;
    left: 0;
    top: 25%;
}

.testimonial .item .bottom {
    position: absolute;
    right: 0;
    bottom: 12%;
}

.testimonial h4.heading24 {
    font-weight: 700;
    text-align: end;
}

/*---------Testimonial End---------*/

/*---------Sign Up Start---------*/
.sign_up {
    background-color: #8C6239;
    margin-top: 20px;
}

.sign_up h4.heading.text-white {
    margin-bottom: 10px;
}

.sign_up p.text-white {
    font-size: 24px;
    font-weight: 400;
}

/*---------Sign Up End---------*/

/*---------Price Up Start---------*/
.code {
    margin: 30px 0;
}

.code.d-flex img {
    margin-right: 20px;
}

.code_detail p {
    font-weight: 700;
}

.code_detail p span {
    font-weight: 500;
}

.certificate {
    border-bottom: 1px solid #E3E3E3;
}

.price {
    margin-top: 30px;
}

.price .code_detail {
    margin: 30px 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}

.price .code_detail p {
    padding-left: 34px;
    margin-bottom: 10px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
}

.price .code_detail p:last-of-type {
    margin-bottom: 10px;
}

.price .code_detail p::before {
    position: absolute;
    content: '\f00c';
    font-family: FontAwesome;
    left: 0;
    font-size: 20px;
    color: #707070;
}

.quantity {
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 20px;
    position: relative;
}

.quantity__minus,
.quantity__plus {
    display: block;
    margin: 0;
    text-decoration: none;
    text-align: center;
}

.quantity__input {
    width: 32px;
    /* height: 19px; */
    margin: 0;
    padding: 0;
    text-align: center;
    border-top: 2px solid #dee0ee;
    border-bottom: 2px solid #dee0ee;
    border-left: 1px solid #dee0ee;
    border-right: 2px solid #dee0ee;
    background: #fff;
    /* color: #8184a1; */
}

.quantity__minus:link,
.quantity__plus:link {
    color: #707070;
}

.plus_1 {
    position: relative;
    margin-right: 20px;
}

.size_quantity input {
    width: 100%;
    border: 1px solid #E3E3E3;
    padding: 0 10px;
    width: 200px;
}

.size_quantity label {
    width: 190px;
}

.height {
    height: 50px;
}

.quantity__minus {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.quantity__plus {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.quantity span {
    height: 20px;
    width: 20px;
    background: transparent;
    border-radius: 100%;
    /* padding: 5px; */
    border: 2px solid #e5e5e5;
    color: #e5e5e5;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity a {
    color: #E3E3E3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity button.btn_1 i {
    margin-right: 10px;
}

/*---------Price Up End---------*/

/*---------Shipping Up Start---------*/
.shipping_detail img,
.shipping_detail p {
    margin-bottom: 10px;
    font-weight: 500;
}

.shipping_detail span {
    font-weight: 500;
}

.shipping_detail {
    padding-bottom: 30px;
    border-bottom: 1px solid #E3E3E3;
    padding-top: 40px;
}

.shipping_detail:first-of-type {
    padding-top: 0;
}

.shipping_detail:last-of-type {
    border: none;
}

.shipping {
    border: 1px solid #E3E3E3;
    padding: 10px;
}

/*---------Shipping Up End---------*/

/*---------Tab section Up Start---------*/
.tab_section .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid #2D8C1E;
    color: #141414;
}

.tab_section .nav-tabs .nav-link {
    position: relative;
}

.tab_section .nav-tabs .nav-link::before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #2D8C1E;
    top: 0;
    left: 0;
    right: 100%;
    bottom: -2px;
    transition: all .3s ease-in-out;
}

.tab_section .nav-tabs .nav-link:focus,
.tab_section .nav-tabs .nav-link:hover::before {
    border: none;
    border-bottom: 2px solid #2D8C1E;
    right: 0;
}

.tab_section .nav-tabs .nav-link {
    border: none;
    color: #141414;
    font-weight: 700;
}

.tab_section li.nav-item {
    margin-right: 40px;
}

.tab_section li.nav-item:last-of-type {
    margin-right: 0;
}

.tab_section ul#myTab {
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 20px;
}

.tab_section h2.section_sub_heading {
    font-weight: 700;
    color: #fff;
    background-color: #FBAE36;
    padding: 20px 10px;
}

.certificate_details h3.section_sub_heading {
    font-size: 18px;
    font-weight: 700;
    color: #141414;
    margin-bottom: 20px;
}

.certificate_details {
    padding: 20px;
    background: #F5F5F5;
    height: 300px;
}
.certificate_details .btn_1 {
    margin-right: 15px;
    width: 150px;
}

.certificate_details .btn_3 {
    width: 150px;
}
table.table.bg-white tr:not(:last-of-type) {
    border-bottom: 1px solid #F3F3F3;
}

.certificate_details .col-4.text-center.my-auto img {
    width: 180px;
}

.tab_section .owl-theme .owl-nav {
    position: absolute;
    top: -65px;
    right: 0;
    margin: 0;
    display: flex;
}

.tab_section .price .code_detail {
    margin: 30px 0;
    border-bottom: none;
    padding: 0;
}

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    /* 16:9*/
    position: relative;
    height: 100%;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.tab_section #vendor-tab-pane h3 {
    font-size: 18px;
}

.tab_section #vendor-tab-pane span {
    color: #707070;
}

.tab_section #vendor-tab-pane p,
.tab_section #vendor-tab-pane a {
    font-size: 12px;
    color: #141414;
}

.tab_section .tab_4:last-of-type {
    margin-top: 50px;
}

.tab_section #vendor-tab-pane a p i {
    margin-left: 10px;
}

/*---------Tab section Up End---------*/

/*---------Accrodion section Up Start---------*/
.accordion-item {
    border: none;
}

.accordion-button:not(.collapsed) {
    color: #141414;
    background-color: transparent;
    box-shadow: none;
    padding: 15px 0;
}

.accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-header {
    border-bottom: 1px solid #E3E3E3;
    position: relative;
}

.accordion-header::before {
    content: '';
    position: absolute;
    bottom: -2px;
    background-color: #707070;
    height: 4px;
    width: 100px;
    z-index: 10;
}

.accordion-body {
    padding: 30px 0 10px;
}

.accordion-item .accordion-button {
    padding: 15px 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 0;
}

.accordion-button::after {
    font-family: 'FontAwesome';
    width: auto;
    height: auto;
    margin-left: auto;
    content: '\f067';
    background-image: none;
    transition: none;
    font-size: 20px;
    color: #707070;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: var(--bs-accordion-btn-icon-transform);
    content: '\f068';
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #707070;
}

.accordion-body ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

.accordion-body ul li a {
    color: #707070;
    font-size: 14px;
}

.accordion-body input,
.accordion-body textarea {
    padding: 10px;
    width: 100%;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    margin-bottom: 10px;
}

.accordion-body input::placeholder,
.accordion-body textarea::placeholder {
    color: #E3E3E3;
    font-size: 14px;
}

/*---------Accrodion section Up End---------*/

/*---------Contact section Up Start---------*/
.contact {
    background-color: #141414;
    padding: 75px 80px;
    height: 100%;
    border-radius: 10px 0px 0 10px;
}

.contact h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0;
}

.contact_detail a {
    display: flex;
    align-items: flex-start;
    color: #fff;
    font-size: 14px;
}

.contact_detail a img,
.contact_detail a i {
    margin-right: 10px;
}

.contact_detail li:not(:last-of-type) {
    margin-bottom: 15px;
}

/*---------Contact section Up End---------*/
.accrodion_item {
    display: flex;
    align-items: center;
}

.accrodion_item .stars {
    margin-left: 15px;
}

.accrodion_item .stars p {
    color: #707070;
}

.accrodion_item .stars .full {
    color: #FFC04A;
}

.accrodion_item .stars .half {
    color: #E3E3E3;
}

.review_product .search {
    display: flex;
    align-items: center;
    background: #F5F5F5;
    /* padding: 10px; */
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    position: relative;
    margin-right: 20px;
}

.modal-dialog {
    max-width: initial;
    width: 70%;
}

.modal-content {
    padding: 40px;
}

.modal-header {
    border-bottom: none;
}

.for_modal_border {
    padding: 40px 20px;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
}

.modal {
    z-index: 1111111111;
}

div#slider {
    margin-bottom: 30px;
}

.modal .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(0px px, -50%);
    /* left: 0; */
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.modal .product_detail {
    margin: 80px 0;
}

.for_border.d-flex {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
}
.for_border.d-flex.px-3:last-of-type{
    border-bottom: none;
}

.modal-content .quantity .btn_1{
    font-size: 16px;
}

.size_quantity .btn_1 {
    padding: 12px 36px;
}
.product-img-slide {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.product-img-slide .slider-for {
    width: 80%;
    float: right;
    background: #fff;
    overflow: hidden;
}

.product-img-slide .slider-nav {
    width: 20%;
}
.product-img-slide .slider-nav .thumb-slide:last-child {
    margin-bottom: 0;
}
.product-img-slide .slider-nav .slick-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}
.product-img-slide .slider-nav .slick-arrow.slick-next {
    top: auto;
    bottom: 0;
    transform: translateX(-50%) rotate(-90deg);
}
.product-img-slide .slick-slide img {
    margin: 0 auto;
}
.size_quantity label {
    width: 115px;
}